2022-11-23T01:56:07.6147900Z Requested labels: windows.4xlarge 2022-11-23T01:56:07.6148001Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:56:07.6148032Z Waiting for a runner to pick up this job... 2022-11-23T01:56:07.8233218Z Job is about to start running on the runner: i-0ca7bfe0616f81c29 (organization) 2022-11-23T01:56:10.6941234Z Current runner version: '2.299.1' 2022-11-23T01:56:10.6951046Z Runner name: 'i-0ca7bfe0616f81c29' 2022-11-23T01:56:10.6951542Z Runner group name: 'Default' 2022-11-23T01:56:10.6952180Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:56:10.6954477Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:56:10.6955050Z Actions: write 2022-11-23T01:56:10.6955305Z Checks: write 2022-11-23T01:56:10.6955568Z Contents: write 2022-11-23T01:56:10.6955973Z Deployments: write 2022-11-23T01:56:10.6956621Z Discussions: write 2022-11-23T01:56:10.6957101Z Issues: write 2022-11-23T01:56:10.6957550Z Metadata: read 2022-11-23T01:56:10.6957809Z Packages: write 2022-11-23T01:56:10.6958073Z Pages: write 2022-11-23T01:56:10.6958336Z PullRequests: write 2022-11-23T01:56:10.6958591Z RepositoryProjects: write 2022-11-23T01:56:10.6958932Z SecurityEvents: write 2022-11-23T01:56:10.6959195Z Statuses: write 2022-11-23T01:56:10.6959408Z ##[endgroup] 2022-11-23T01:56:10.6963973Z Secret source: Actions 2022-11-23T01:56:10.6964636Z Prepare workflow directory 2022-11-23T01:56:10.8197959Z Prepare all required actions 2022-11-23T01:56:10.8393068Z Getting action download info 2022-11-23T01:56:11.0686030Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:57:14.6719183Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:57:17.0472648Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:57:17.9395771Z Getting action download info 2022-11-23T01:57:18.0969246Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:57:18.8665823Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:57:18.8667614Z ##[group] Inputs 2022-11-23T01:57:18.8667910Z build-environment: win-vs2019-cuda11.7-py3 2022-11-23T01:57:18.8668147Z cuda-version: 11.7 2022-11-23T01:57:18.8668732Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:57:18.8670932Z sync-tag: 2022-11-23T01:57:18.8671126Z ##[endgroup] 2022-11-23T01:57:18.8671721Z Complete job name: win-vs2019-cuda11.7-py3 / test (force_on_cpu, 1, 1, windows.4xlarge, mem_leak_check) 2022-11-23T01:57:19.0221732Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:57:19.0222187Z git config --global core.symlinks true 2022-11-23T01:57:19.0270563Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:19.0271007Z env: 2022-11-23T01:57:19.0271293Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:19.0271564Z ##[endgroup] 2022-11-23T01:57:20.1495792Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:57:20.1496159Z with: 2022-11-23T01:57:20.1496317Z no-sudo: true 2022-11-23T01:57:20.1496504Z submodules: recursive 2022-11-23T01:57:20.1496784Z fetch-depth: 0 2022-11-23T01:57:20.1496941Z env: 2022-11-23T01:57:20.1497117Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:20.1497309Z ##[endgroup] 2022-11-23T01:57:20.1818734Z ##[group]Run retry () { 2022-11-23T01:57:20.1818977Z retry () { 2022-11-23T01:57:20.1819221Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:57:20.1819472Z } 2022-11-23T01:57:20.1819661Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:57:20.1819876Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:57:20.1820097Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:20.1820305Z else 2022-11-23T01:57:20.1820550Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:20.1821808Z fi 2022-11-23T01:57:20.1822055Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:57:20.1851263Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:20.1851563Z env: 2022-11-23T01:57:20.1851744Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:20.1851935Z NO_SUDO: true 2022-11-23T01:57:20.1852095Z ##[endgroup] 2022-11-23T01:57:20.2133710Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:20.5533919Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:57:20.5534152Z with: 2022-11-23T01:57:20.5534354Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:57:20.5534549Z fetch-depth: 0 2022-11-23T01:57:20.5534733Z submodules: recursive 2022-11-23T01:57:20.5534928Z quiet-checkout: true 2022-11-23T01:57:20.5535124Z repository: pytorch/pytorch 2022-11-23T01:57:20.5535512Z token: *** 2022-11-23T01:57:20.5535687Z ssh-strict: true 2022-11-23T01:57:20.5535881Z persist-credentials: true 2022-11-23T01:57:20.5536082Z clean: true 2022-11-23T01:57:20.5536243Z lfs: false 2022-11-23T01:57:20.5536414Z set-safe-directory: true 2022-11-23T01:57:20.5536595Z env: 2022-11-23T01:57:20.5536882Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:20.5537058Z ##[endgroup] 2022-11-23T01:57:24.7793010Z Syncing repository: pytorch/pytorch 2022-11-23T01:57:24.7794601Z ##[group]Getting Git version info 2022-11-23T01:57:24.7794909Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:24.7849414Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:57:24.8063636Z git version 2.38.1.windows.1 2022-11-23T01:57:24.8103626Z ##[endgroup] 2022-11-23T01:57:24.8121655Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\87821810-5485-4b69-be85-baa94b5180e5\.gitconfig' 2022-11-23T01:57:24.8174810Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\87821810-5485-4b69-be85-baa94b5180e5' before making global git config changes 2022-11-23T01:57:24.8175554Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:57:24.8183341Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:24.8449073Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:24.8459017Z ##[group]Initializing the repository 2022-11-23T01:57:24.8465881Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:24.8961464Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:57:24.9007564Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:57:24.9338392Z ##[endgroup] 2022-11-23T01:57:24.9338810Z ##[group]Disabling automatic garbage collection 2022-11-23T01:57:24.9345848Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:57:24.9586870Z ##[endgroup] 2022-11-23T01:57:24.9587372Z ##[group]Setting up auth 2022-11-23T01:57:24.9597589Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:57:24.9845507Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:57:26.3726977Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:57:26.3962984Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T01:57:26.8333590Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:57:26.8664254Z ##[endgroup] 2022-11-23T01:57:26.8664677Z ##[group]Fetching the repository 2022-11-23T01:57:26.8673545Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:58:39.4161843Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:58:39.4376008Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:58:39.4411502Z ##[endgroup] 2022-11-23T01:58:39.4411920Z ##[group]Determining the checkout info 2022-11-23T01:58:39.4412790Z ##[endgroup] 2022-11-23T01:58:39.4413150Z ##[group]Checking out the ref 2022-11-23T01:58:39.4420489Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:58:55.9107668Z ##[endgroup] 2022-11-23T01:58:55.9108903Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:58:55.9117777Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:58:55.9445938Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:58:55.9697188Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:58:55.9950212Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:58:56.0188348Z ##[endgroup] 2022-11-23T01:58:56.0188745Z ##[group]Fetching submodules 2022-11-23T01:58:56.0195740Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:58:56.4548007Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:58:56.9774934Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:58:56.9775465Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:58:56.9775942Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:58:56.9778022Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:58:56.9778517Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:58:56.9779140Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:58:56.9779757Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:58:56.9780784Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:58:56.9781315Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:58:56.9781750Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:58:56.9782298Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:58:56.9782776Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:58:56.9783223Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:58:56.9783664Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:58:56.9784125Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:58:56.9784683Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:58:56.9785085Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:58:56.9785599Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:58:56.9786121Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:58:56.9786584Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:58:56.9787013Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:58:56.9787462Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:58:56.9787911Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:58:56.9788333Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:58:56.9788738Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:58:56.9789175Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:58:56.9789619Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:58:56.9790038Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:58:56.9790472Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:58:56.9790940Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:58:56.9791404Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:58:56.9791929Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:58:56.9792463Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:58:56.9792953Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:58:56.9970596Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:58:56.9971169Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:58:56.9971641Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:58:56.9972090Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:58:56.9972497Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:58:56.9972983Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:58:56.9973462Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:58:57.3923604Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:58:57.7067797Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:58:58.0438442Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:58:58.4481556Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:58:58.8990049Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:59:03.1481050Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:59:16.5132941Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:59:17.5204944Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:59:19.4009161Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:59:23.3130654Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:59:25.7811652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:59:32.5687287Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:59:40.0744592Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:59:41.6807932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:59:43.8683630Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:59:45.2944345Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:59:46.0401191Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:59:47.6520774Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:59:49.3526555Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:59:51.0901562Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:59:52.1069422Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:59:52.6417734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:59:53.1103476Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:59:59.5330347Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T02:00:01.0904289Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T02:00:02.1511313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T02:00:12.7490829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T02:00:15.8222532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T02:00:16.6338267Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T02:00:17.1679366Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T02:00:23.6234323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T02:00:24.4330179Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T02:00:25.0344217Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T02:00:26.5110003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T02:00:27.2502047Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T02:00:27.9928838Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T02:00:28.7923348Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T02:00:29.6311694Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T02:00:33.8545197Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T02:00:34.9968043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T02:00:38.2321705Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T02:00:38.6822611Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T02:00:38.9542775Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T02:00:39.0812784Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T02:00:40.0028634Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T02:00:40.8805666Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T02:00:43.2510313Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T02:01:11.6172882Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T02:01:12.0762344Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:01:13.9163009Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T02:01:14.5560678Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T02:01:21.5954144Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T02:01:27.3316591Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T02:01:31.8131487Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T02:01:32.3772615Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T02:01:32.4118270Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:01:32.4118815Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:01:32.4119367Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:01:32.4119913Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:01:34.2040925Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T02:01:34.9135501Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T02:01:36.3330861Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T02:01:36.8229590Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T02:01:37.3016390Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T02:01:38.5085686Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T02:01:39.5371762Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T02:01:39.6323585Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T02:01:42.9361341Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T02:01:43.4196798Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T02:01:43.5047459Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T02:01:44.0366383Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T02:01:44.8250288Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T02:01:45.8331304Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T02:01:45.9787552Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T02:01:45.9930130Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T02:01:55.6988820Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T02:01:58.6349462Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T02:01:58.6504909Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:02:07.9709915Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T02:02:13.0837293Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T02:02:13.4381996Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T02:02:13.6124616Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T02:02:14.0333191Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T02:02:14.0504597Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:02:14.0505191Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:02:15.5831129Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T02:02:17.0653758Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T02:02:17.3397121Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T02:02:17.6631700Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T02:02:17.9695486Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T02:02:18.0648298Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T02:02:19.4059916Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T02:02:23.3998824Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T02:02:23.4195694Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T02:02:23.4196270Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T02:02:24.1695447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T02:02:25.1910817Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T02:02:25.3773371Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:02:25.6472971Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T02:02:25.7968006Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T02:02:25.8112367Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:02:28.2616934Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T02:02:30.4171836Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T02:02:30.4348377Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:02:30.4348971Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:02:30.9653610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T02:02:31.9310939Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T02:02:32.0795798Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T02:02:32.3665917Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T02:02:32.3808786Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:02:32.7580240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T02:02:32.8325022Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:02:32.9139312Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T02:02:37.7658684Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T02:02:37.7835607Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:02:37.7836213Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T02:02:38.6679555Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T02:02:39.8550220Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T02:02:40.0377684Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T02:02:40.9512782Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T02:02:41.0552427Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T02:02:41.2023868Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T02:02:41.7357623Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T02:02:41.8253304Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T02:02:42.0130229Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T02:02:42.1078526Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T02:02:42.6173564Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T02:02:45.2991901Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T02:02:45.7242414Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T02:02:45.7480637Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:02:45.7481305Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:02:45.7481865Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:02:45.7484191Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:02:47.1062751Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T02:02:47.6552031Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T02:02:49.4654358Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T02:02:50.7600769Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T02:02:51.2669340Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T02:02:51.5100027Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T02:02:52.2582100Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T02:02:52.6107899Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T02:02:52.6248491Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:02:52.9996505Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T02:02:53.0782035Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:02:53.9425271Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T02:02:53.9651139Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T02:02:54.5395890Z Entering 'android/libs/fbjni' 2022-11-23T02:02:54.5888796Z Entering 'third_party/FP16' 2022-11-23T02:02:54.6386850Z Entering 'third_party/FXdiv' 2022-11-23T02:02:54.6878750Z Entering 'third_party/NNPACK' 2022-11-23T02:02:54.7372086Z Entering 'third_party/QNNPACK' 2022-11-23T02:02:54.7844852Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:02:54.8335789Z Entering 'third_party/XNNPACK' 2022-11-23T02:02:54.8818218Z Entering 'third_party/benchmark' 2022-11-23T02:02:54.9304248Z Entering 'third_party/cpuinfo' 2022-11-23T02:02:54.9819103Z Entering 'third_party/cub' 2022-11-23T02:02:55.0351541Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:02:55.0844678Z Entering 'third_party/cutlass' 2022-11-23T02:02:55.1334781Z Entering 'third_party/eigen' 2022-11-23T02:02:55.1824699Z Entering 'third_party/fbgemm' 2022-11-23T02:02:55.2286787Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:02:55.2815621Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:02:55.3292359Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:02:55.3799242Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:02:55.4301044Z Entering 'third_party/flatbuffers' 2022-11-23T02:02:55.4789378Z Entering 'third_party/fmt' 2022-11-23T02:02:55.5282986Z Entering 'third_party/foxi' 2022-11-23T02:02:55.5763634Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:02:55.6255142Z Entering 'third_party/gloo' 2022-11-23T02:02:55.6788554Z Entering 'third_party/googletest' 2022-11-23T02:02:55.7275748Z Entering 'third_party/ideep' 2022-11-23T02:02:55.8333423Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:02:55.8824577Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:02:55.9379860Z Entering 'third_party/ios-cmake' 2022-11-23T02:02:55.9896729Z Entering 'third_party/ittapi' 2022-11-23T02:02:56.0382748Z Entering 'third_party/kineto' 2022-11-23T02:02:56.0859786Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:02:56.1377469Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:02:56.1894895Z Entering 'third_party/nccl/nccl' 2022-11-23T02:02:56.2399471Z Entering 'third_party/neon2sse' 2022-11-23T02:02:56.2876182Z Entering 'third_party/nlohmann' 2022-11-23T02:02:56.3370108Z Entering 'third_party/onnx' 2022-11-23T02:02:56.3883715Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:02:56.4373684Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:02:56.4875714Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:02:56.5339197Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:02:56.5818212Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:02:56.6314002Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:02:56.6824251Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:02:56.7353334Z Entering 'third_party/pocketfft' 2022-11-23T02:02:56.7885390Z Entering 'third_party/protobuf' 2022-11-23T02:02:56.8369989Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:02:56.8862990Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:02:56.9362939Z Entering 'third_party/psimd' 2022-11-23T02:02:56.9856085Z Entering 'third_party/pthreadpool' 2022-11-23T02:02:57.0345805Z Entering 'third_party/pybind11' 2022-11-23T02:02:57.0829708Z Entering 'third_party/python-enum' 2022-11-23T02:02:57.1312126Z Entering 'third_party/python-peachpy' 2022-11-23T02:02:57.1807178Z Entering 'third_party/python-six' 2022-11-23T02:02:57.2297191Z Entering 'third_party/sleef' 2022-11-23T02:02:57.3238618Z Entering 'third_party/tbb' 2022-11-23T02:02:57.3789329Z Entering 'third_party/tensorpipe' 2022-11-23T02:02:57.4259544Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:02:57.4741139Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:02:57.5253895Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:02:57.5732366Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:02:57.6204051Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:02:57.6725269Z Entering 'third_party/zstd' 2022-11-23T02:02:57.7291041Z ##[endgroup] 2022-11-23T02:02:57.7292884Z ##[group]Persisting credentials for submodules 2022-11-23T02:02:57.7300783Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T02:02:58.1695607Z Entering 'android/libs/fbjni' 2022-11-23T02:02:58.2275631Z Entering 'third_party/FP16' 2022-11-23T02:02:58.2869361Z Entering 'third_party/FXdiv' 2022-11-23T02:02:58.3431464Z Entering 'third_party/NNPACK' 2022-11-23T02:02:58.3989445Z Entering 'third_party/QNNPACK' 2022-11-23T02:02:58.4555231Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:02:58.5120526Z Entering 'third_party/XNNPACK' 2022-11-23T02:02:58.5695241Z Entering 'third_party/benchmark' 2022-11-23T02:02:58.6253385Z Entering 'third_party/cpuinfo' 2022-11-23T02:02:58.6814507Z Entering 'third_party/cub' 2022-11-23T02:02:58.7396082Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:02:58.7987200Z Entering 'third_party/cutlass' 2022-11-23T02:02:58.8563077Z Entering 'third_party/eigen' 2022-11-23T02:02:58.9196419Z Entering 'third_party/fbgemm' 2022-11-23T02:02:58.9758347Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:02:59.0345805Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:02:59.0933156Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:02:59.1521269Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:02:59.2105100Z Entering 'third_party/flatbuffers' 2022-11-23T02:02:59.2661692Z Entering 'third_party/fmt' 2022-11-23T02:02:59.3230107Z Entering 'third_party/foxi' 2022-11-23T02:02:59.3800204Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:02:59.4371230Z Entering 'third_party/gloo' 2022-11-23T02:02:59.4941810Z Entering 'third_party/googletest' 2022-11-23T02:02:59.5523248Z Entering 'third_party/ideep' 2022-11-23T02:02:59.6062530Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:02:59.6632235Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:02:59.7264104Z Entering 'third_party/ios-cmake' 2022-11-23T02:02:59.7847733Z Entering 'third_party/ittapi' 2022-11-23T02:02:59.8416519Z Entering 'third_party/kineto' 2022-11-23T02:02:59.8987655Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:02:59.9581386Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:00.0166682Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:00.0734585Z Entering 'third_party/neon2sse' 2022-11-23T02:03:00.1308394Z Entering 'third_party/nlohmann' 2022-11-23T02:03:00.1860490Z Entering 'third_party/onnx' 2022-11-23T02:03:00.2432464Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:00.3058538Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:00.3953931Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:00.4532877Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:00.5076536Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:00.5640546Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:00.6191341Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:00.6803750Z Entering 'third_party/pocketfft' 2022-11-23T02:03:00.7362922Z Entering 'third_party/protobuf' 2022-11-23T02:03:00.7899986Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:00.8475523Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:00.9058579Z Entering 'third_party/psimd' 2022-11-23T02:03:00.9649761Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:01.0247355Z Entering 'third_party/pybind11' 2022-11-23T02:03:01.0800889Z Entering 'third_party/python-enum' 2022-11-23T02:03:01.1359862Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:01.1954701Z Entering 'third_party/python-six' 2022-11-23T02:03:01.2542590Z Entering 'third_party/sleef' 2022-11-23T02:03:01.3114894Z Entering 'third_party/tbb' 2022-11-23T02:03:01.3679140Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:01.4248019Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:01.4827536Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:01.5394675Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:01.5963107Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:01.6522938Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:01.7185835Z Entering 'third_party/zstd' 2022-11-23T02:03:01.7818771Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T02:03:02.2894624Z Entering 'android/libs/fbjni' 2022-11-23T02:03:02.3523102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T02:03:02.3691274Z Entering 'third_party/FP16' 2022-11-23T02:03:02.4301012Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T02:03:02.4467528Z Entering 'third_party/FXdiv' 2022-11-23T02:03:02.5105893Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T02:03:02.5273321Z Entering 'third_party/NNPACK' 2022-11-23T02:03:02.5891492Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T02:03:02.6057964Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:02.6679875Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T02:03:02.6842006Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:02.7455936Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T02:03:02.7617325Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:02.8245031Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T02:03:02.8423725Z Entering 'third_party/benchmark' 2022-11-23T02:03:02.9060013Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:02.9230306Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:02.9842509Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:03:03.0007518Z Entering 'third_party/cub' 2022-11-23T02:03:03.0641273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T02:03:03.0808227Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:03.1432951Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T02:03:03.1606935Z Entering 'third_party/cutlass' 2022-11-23T02:03:03.2248118Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T02:03:03.2416131Z Entering 'third_party/eigen' 2022-11-23T02:03:03.3079534Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T02:03:03.3263746Z Entering 'third_party/fbgemm' 2022-11-23T02:03:03.3899953Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T02:03:03.4058229Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:03.4695457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T02:03:03.4868674Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:03.5550374Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:03:03.5721458Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:03.6356447Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:03.6527146Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:03.7150575Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T02:03:03.7340201Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:03.7979711Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T02:03:03.8157549Z Entering 'third_party/fmt' 2022-11-23T02:03:03.8782003Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T02:03:03.8947112Z Entering 'third_party/foxi' 2022-11-23T02:03:03.9588116Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T02:03:03.9752774Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:04.0378326Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T02:03:04.0542915Z Entering 'third_party/gloo' 2022-11-23T02:03:04.1179753Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T02:03:04.1349879Z Entering 'third_party/googletest' 2022-11-23T02:03:04.1989419Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:04.2155886Z Entering 'third_party/ideep' 2022-11-23T02:03:04.2805511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T02:03:04.2957202Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:04.3621551Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T02:03:04.3784487Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:04.4435459Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T02:03:04.4688351Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:04.5370406Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T02:03:04.5544408Z Entering 'third_party/ittapi' 2022-11-23T02:03:04.6177743Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T02:03:04.6342431Z Entering 'third_party/kineto' 2022-11-23T02:03:04.7000666Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T02:03:04.7157386Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:04.7808319Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T02:03:04.7978838Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:04.8623979Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T02:03:04.8814845Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:04.9445213Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T02:03:04.9617479Z Entering 'third_party/neon2sse' 2022-11-23T02:03:05.0234600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T02:03:05.0405028Z Entering 'third_party/nlohmann' 2022-11-23T02:03:05.1026527Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T02:03:05.1191244Z Entering 'third_party/onnx' 2022-11-23T02:03:05.1848829Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:03:05.2015813Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:05.2654427Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:05.2833504Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:05.3446535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:05.3692782Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:05.4357564Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T02:03:05.4513352Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:05.5178517Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:03:05.5345190Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:05.5975453Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:05.6140618Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:05.6779814Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:05.6938548Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:05.7586236Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:03:05.7812246Z Entering 'third_party/pocketfft' 2022-11-23T02:03:05.8430077Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T02:03:05.8598956Z Entering 'third_party/protobuf' 2022-11-23T02:03:05.9232857Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T02:03:05.9401449Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:06.0031729Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:03:06.0211398Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:06.0842967Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:06.1024752Z Entering 'third_party/psimd' 2022-11-23T02:03:06.1663206Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T02:03:06.1833405Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:06.2462228Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T02:03:06.2628110Z Entering 'third_party/pybind11' 2022-11-23T02:03:06.3257693Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:06.3423080Z Entering 'third_party/python-enum' 2022-11-23T02:03:06.4081006Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T02:03:06.4246071Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:06.4888471Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T02:03:06.5050541Z Entering 'third_party/python-six' 2022-11-23T02:03:06.5710197Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T02:03:06.5873750Z Entering 'third_party/sleef' 2022-11-23T02:03:06.6554031Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T02:03:06.6741779Z Entering 'third_party/tbb' 2022-11-23T02:03:06.7397214Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T02:03:06.7573338Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:06.8214690Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T02:03:06.8365297Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:06.8998060Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:03:06.9166984Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:06.9785843Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T02:03:06.9959720Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:07.0597068Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T02:03:07.0768457Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:07.1434959Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:03:07.1592065Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:07.2240913Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:03:07.2445828Z Entering 'third_party/zstd' 2022-11-23T02:03:07.3067424Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T02:03:07.6125208Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T02:03:08.0725845Z Entering 'android/libs/fbjni' 2022-11-23T02:03:08.1209290Z Entering 'third_party/FP16' 2022-11-23T02:03:08.1697037Z Entering 'third_party/FXdiv' 2022-11-23T02:03:08.2176641Z Entering 'third_party/NNPACK' 2022-11-23T02:03:08.2660722Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:08.3142564Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:08.3631535Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:08.4140639Z Entering 'third_party/benchmark' 2022-11-23T02:03:08.4612075Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:08.5095165Z Entering 'third_party/cub' 2022-11-23T02:03:08.5607344Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:08.6099737Z Entering 'third_party/cutlass' 2022-11-23T02:03:08.6597455Z Entering 'third_party/eigen' 2022-11-23T02:03:08.7084494Z Entering 'third_party/fbgemm' 2022-11-23T02:03:08.7555587Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:08.8057392Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:08.8536004Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:08.9020292Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:08.9565101Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:09.0049067Z Entering 'third_party/fmt' 2022-11-23T02:03:09.0544529Z Entering 'third_party/foxi' 2022-11-23T02:03:09.1033313Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:09.1546770Z Entering 'third_party/gloo' 2022-11-23T02:03:09.2062399Z Entering 'third_party/googletest' 2022-11-23T02:03:09.2555907Z Entering 'third_party/ideep' 2022-11-23T02:03:09.4507560Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:09.5996142Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:09.6563624Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:09.7040864Z Entering 'third_party/ittapi' 2022-11-23T02:03:09.7527851Z Entering 'third_party/kineto' 2022-11-23T02:03:09.8015503Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:09.8522392Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:09.9041246Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:09.9522519Z Entering 'third_party/neon2sse' 2022-11-23T02:03:10.0026728Z Entering 'third_party/nlohmann' 2022-11-23T02:03:10.0510632Z Entering 'third_party/onnx' 2022-11-23T02:03:10.0998112Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:10.1522870Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:10.2030987Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:10.2627232Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:10.3121505Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:10.3613959Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:10.4101802Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:10.4731582Z Entering 'third_party/pocketfft' 2022-11-23T02:03:10.5231699Z Entering 'third_party/protobuf' 2022-11-23T02:03:10.5703312Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:10.6196834Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:10.6695368Z Entering 'third_party/psimd' 2022-11-23T02:03:10.7179202Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:10.7681657Z Entering 'third_party/pybind11' 2022-11-23T02:03:10.8199009Z Entering 'third_party/python-enum' 2022-11-23T02:03:10.8699291Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:10.9204039Z Entering 'third_party/python-six' 2022-11-23T02:03:10.9723268Z Entering 'third_party/sleef' 2022-11-23T02:03:11.0203653Z Entering 'third_party/tbb' 2022-11-23T02:03:11.0686056Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:11.1168434Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:11.1673461Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:11.2199751Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:11.2711272Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:11.3196747Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:11.3726580Z Entering 'third_party/zstd' 2022-11-23T02:03:11.4308212Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T02:03:11.8712472Z Entering 'android/libs/fbjni' 2022-11-23T02:03:11.9224564Z Entering 'third_party/FP16' 2022-11-23T02:03:11.9718831Z Entering 'third_party/FXdiv' 2022-11-23T02:03:12.0235541Z Entering 'third_party/NNPACK' 2022-11-23T02:03:12.0718918Z Entering 'third_party/QNNPACK' 2022-11-23T02:03:12.1192114Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:03:12.1713854Z Entering 'third_party/XNNPACK' 2022-11-23T02:03:12.2216773Z Entering 'third_party/benchmark' 2022-11-23T02:03:12.2731535Z Entering 'third_party/cpuinfo' 2022-11-23T02:03:12.3237361Z Entering 'third_party/cub' 2022-11-23T02:03:12.3762113Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:03:12.4268007Z Entering 'third_party/cutlass' 2022-11-23T02:03:12.4767767Z Entering 'third_party/eigen' 2022-11-23T02:03:12.5251045Z Entering 'third_party/fbgemm' 2022-11-23T02:03:12.5729753Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:12.6233225Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:12.6732992Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:12.7278305Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:12.7805446Z Entering 'third_party/flatbuffers' 2022-11-23T02:03:12.8332536Z Entering 'third_party/fmt' 2022-11-23T02:03:12.8834946Z Entering 'third_party/foxi' 2022-11-23T02:03:12.9455173Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:03:13.0047586Z Entering 'third_party/gloo' 2022-11-23T02:03:13.0551938Z Entering 'third_party/googletest' 2022-11-23T02:03:13.1041174Z Entering 'third_party/ideep' 2022-11-23T02:03:13.1520126Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:13.2011798Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:03:13.2562184Z Entering 'third_party/ios-cmake' 2022-11-23T02:03:13.3036310Z Entering 'third_party/ittapi' 2022-11-23T02:03:13.3539170Z Entering 'third_party/kineto' 2022-11-23T02:03:13.4027612Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:03:13.4535704Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:03:13.5048284Z Entering 'third_party/nccl/nccl' 2022-11-23T02:03:13.5556053Z Entering 'third_party/neon2sse' 2022-11-23T02:03:13.6068693Z Entering 'third_party/nlohmann' 2022-11-23T02:03:13.6556997Z Entering 'third_party/onnx' 2022-11-23T02:03:13.7047958Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:03:13.7545409Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:03:13.8087841Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:03:13.8567112Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:03:13.9050657Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:03:13.9618772Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:03:14.0099214Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:03:14.0682404Z Entering 'third_party/pocketfft' 2022-11-23T02:03:14.1167658Z Entering 'third_party/protobuf' 2022-11-23T02:03:14.1661474Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:03:14.2171675Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:03:14.2686201Z Entering 'third_party/psimd' 2022-11-23T02:03:14.3195716Z Entering 'third_party/pthreadpool' 2022-11-23T02:03:14.3697066Z Entering 'third_party/pybind11' 2022-11-23T02:03:14.4182234Z Entering 'third_party/python-enum' 2022-11-23T02:03:14.4688765Z Entering 'third_party/python-peachpy' 2022-11-23T02:03:14.5173556Z Entering 'third_party/python-six' 2022-11-23T02:03:14.5652148Z Entering 'third_party/sleef' 2022-11-23T02:03:14.6132960Z Entering 'third_party/tbb' 2022-11-23T02:03:14.6626969Z Entering 'third_party/tensorpipe' 2022-11-23T02:03:14.7101041Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:03:14.7602983Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:03:14.8101400Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:03:14.8596746Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:03:14.9064199Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:03:14.9620218Z Entering 'third_party/zstd' 2022-11-23T02:03:15.0216650Z ##[endgroup] 2022-11-23T02:03:15.0500336Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T02:03:15.0723621Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T02:03:15.1798782Z Prepare all required actions 2022-11-23T02:03:15.1799368Z Getting action download info 2022-11-23T02:03:15.3690100Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T02:03:16.2235387Z ##[group]Run ./.github/actions/setup-win 2022-11-23T02:03:16.2235598Z with: 2022-11-23T02:03:16.2235758Z cuda-version: 11.7 2022-11-23T02:03:16.2235938Z env: 2022-11-23T02:03:16.2236110Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:16.2236285Z ##[endgroup] 2022-11-23T02:03:16.2383660Z ##[group]Run set -euo pipefail 2022-11-23T02:03:16.2383904Z set -euo pipefail 2022-11-23T02:03:16.2384118Z function get_ec2_metadata() { 2022-11-23T02:03:16.2384358Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T02:03:16.2384736Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T02:03:16.2385051Z  category=$1 2022-11-23T02:03:16.2385324Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T02:03:16.2385560Z } 2022-11-23T02:03:16.2385753Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T02:03:16.2386021Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T02:03:16.2386308Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T02:03:16.2386551Z echo "system info $(uname -a)" 2022-11-23T02:03:16.2415456Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:03:16.2415731Z env: 2022-11-23T02:03:16.2415895Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:16.2416085Z ##[endgroup] 2022-11-23T02:03:16.2902389Z ami-id: ami-0bac16a0d43e93376 2022-11-23T02:03:16.3110051Z instance-id: i-0ca7bfe0616f81c29 2022-11-23T02:03:16.3321302Z instance-type: c5d.4xlarge 2022-11-23T02:03:16.3582217Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T02:03:16.3722321Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:03:16.3722855Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:03:16.3745945Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:16.3746236Z env: 2022-11-23T02:03:16.3746418Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:16.3746605Z ##[endgroup] 2022-11-23T02:03:17.4549915Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:17.5630434Z Finished 2022-11-23T02:03:17.6235365Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:03:17.6235819Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:03:17.6259387Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:17.6259709Z env: 2022-11-23T02:03:17.6259895Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:17.6260072Z ##[endgroup] 2022-11-23T02:03:18.0364221Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:18.1489753Z Finished 2022-11-23T02:03:18.8768101Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T02:03:18.8768382Z .\.circleci\scripts\vs_install.ps1 2022-11-23T02:03:18.8791848Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:03:18.8792128Z env: 2022-11-23T02:03:18.8792307Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:18.8792487Z VS_VERSION: 16.8.6 2022-11-23T02:03:18.8792674Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:03:18.8792858Z ##[endgroup] 2022-11-23T02:03:19.2901584Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:19.3851001Z Finished 2022-11-23T02:03:19.7225030Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T02:03:19.7546519Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:03:19.7546820Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:03:19.7547068Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T02:03:19.7576359Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:03:19.7576640Z env: 2022-11-23T02:03:19.7576804Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:19.7577001Z CUDA_VERSION: 11.7 2022-11-23T02:03:19.7577180Z ##[endgroup] 2022-11-23T02:03:19.8114668Z + case ${CUDA_VERSION} in 2022-11-23T02:03:19.8114955Z + cuda_installer_name=cuda_11.7.0_516.01_windows 2022-11-23T02:03:19.8115473Z + cuda_install_packages='thrust_11.7 nvcc_11.7 cuobjdump_11.7 nvprune_11.7 nvprof_11.7 cupti_11.7 cublas_11.7 cublas_dev_11.7 cudart_11.7 cufft_11.7 cufft_dev_11.7 curand_11.7 curand_dev_11.7 cusolver_11.7 cusolver_dev_11.7 cusparse_11.7 cusparse_dev_11.7 npp_11.7 npp_dev_11.7 nvrtc_11.7 nvrtc_dev_11.7 nvml_dev_11.7' 2022-11-23T02:03:19.8116000Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe ]] 2022-11-23T02:03:19.8117245Z + echo 'Existing CUDA v11.7 installation found, skipping install' 2022-11-23T02:03:19.8117547Z Existing CUDA v11.7 installation found, skipping install 2022-11-23T02:03:19.8117978Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T02:03:19.8327177Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T02:03:19.8327588Z Existing nvtools installation found, skipping install 2022-11-23T02:03:19.8623940Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T02:03:19.8624257Z + case ${CUDA_VERSION} in 2022-11-23T02:03:19.8624498Z + cudnn_file_name=cudnn-windows-x86_64-8.5.0.96_cuda11-archive 2022-11-23T02:03:19.8624961Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T02:03:19.8625331Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip 2022-11-23T02:03:19.8625791Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/' 2022-11-23T02:03:19.8626146Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7//include/cudnn.h ]] 2022-11-23T02:03:19.8691569Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T02:03:19.8691990Z Existing cudnn installation found, skipping install... 2022-11-23T02:03:19.8867918Z ##[group]Run actions/setup-python@v4 2022-11-23T02:03:19.8868133Z with: 2022-11-23T02:03:19.8868299Z python-version: 3.x 2022-11-23T02:03:19.8868495Z check-latest: false 2022-11-23T02:03:19.8868675Z cache: pip 2022-11-23T02:03:19.8869027Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T02:03:19.8869534Z token: *** 2022-11-23T02:03:19.8869724Z update-environment: true 2022-11-23T02:03:19.8869910Z env: 2022-11-23T02:03:19.8870067Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:03:19.8870257Z ##[endgroup] 2022-11-23T02:03:20.3896321Z Version 3.x was not found in the local cache 2022-11-23T02:03:20.6490937Z Version 3.x is available for downloading 2022-11-23T02:03:20.6492040Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T02:03:20.9658787Z Extract downloaded archive 2022-11-23T02:03:20.9759142Z [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\ce2a349c-a671-40f9-b30e-3ef9714564c8', 'C:\actions-runner\_work\_temp\75fea873-88a9-4107-80a0-0bdd22e8973d')" 2022-11-23T02:03:21.9432650Z Execute installation script 2022-11-23T02:03:22.5171671Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:03:22.6162240Z Finished 2022-11-23T02:03:22.6638733Z Check if Python hostedtoolcache folder exist... 2022-11-23T02:03:22.6638961Z 2022-11-23T02:03:22.6653445Z Create Python toolcache folder 2022-11-23T02:03:22.6653752Z 2022-11-23T02:03:22.6683524Z Check if current Python version is installed... 2022-11-23T02:03:22.6683770Z 2022-11-23T02:03:22.6708975Z No Python3.11.* found 2022-11-23T02:03:22.6709486Z 2022-11-23T02:03:22.6714258Z Remove registry entries for Python 3.11(x64)... 2022-11-23T02:03:22.6715029Z 2022-11-23T02:03:23.7246550Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T02:03:23.7246784Z 2022-11-23T02:03:23.7266786Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:03:23.7267500Z 2022-11-23T02:03:23.7453458Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T02:03:23.7454957Z 2022-11-23T02:03:59.6773179Z Create python3 symlink 2022-11-23T02:03:59.6773999Z 2022-11-23T02:03:59.7212858Z 2022-11-23T02:03:59.7216244Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:03:59.7216471Z 2022-11-23T02:03:59.7220433Z Mode LastWriteTime Length Name 2022-11-23T02:03:59.7222799Z ---- ------------- ------ ---- 2022-11-23T02:03:59.7226520Z -a---l 11/23/2022 2:03 AM 0 python3.exe 2022-11-23T02:03:59.7233350Z Install and upgrade Pip 2022-11-23T02:03:59.7233623Z 2022-11-23T02:04:01.7899245Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpqpykvkjt 2022-11-23T02:04:01.7925075Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T02:04:01.7937382Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:04:02.5814664Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:04:02.7469703Z Collecting pip 2022-11-23T02:04:02.7846021Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T02:04:02.9765106Z 2022-11-23T02:04:02.9766240Z ---------------------------------------- 2.1/2.1 MB 10.9 MB/s eta 0:00:00 2022-11-23T02:04:02.9767275Z 2022-11-23T02:04:03.0507944Z Installing collected packages: pip 2022-11-23T02:04:03.0508223Z Attempting uninstall: pip 2022-11-23T02:04:03.0541862Z Found existing installation: pip 22.3 2022-11-23T02:04:03.5109438Z Uninstalling pip-22.3: 2022-11-23T02:04:03.5351443Z Successfully uninstalled pip-22.3 2022-11-23T02:04:07.7982764Z Successfully installed pip-22.3.1 2022-11-23T02:04:07.9918356Z Create complete file 2022-11-23T02:04:07.9918542Z 2022-11-23T02:04:07.9930563Z 2022-11-23T02:04:07.9930963Z 2022-11-23T02:04:08.0253053Z Successfully set up CPython (3.11.0) 2022-11-23T02:04:24.1125823Z Received 11658366 of 11658366 (100.0%), 54.5 MBs/sec 2022-11-23T02:04:24.1127852Z Cache Size: ~11 MB (11658366 B) 2022-11-23T02:04:24.1164538Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/05c5c2b4-335a-446f-9310-c904d60a6576/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T02:04:24.2415637Z Cache restored successfully 2022-11-23T02:04:24.2443697Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T02:04:24.3458415Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T02:04:24.3458763Z with: 2022-11-23T02:04:24.3459251Z github-secret: *** 2022-11-23T02:04:24.3459480Z activate-with-label: false 2022-11-23T02:04:24.3459677Z label: with-ssh 2022-11-23T02:04:24.3459890Z remove-existing-keys: true 2022-11-23T02:04:24.3460106Z env: 2022-11-23T02:04:24.3460292Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:24.3460575Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.3460932Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:24.3461255Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.3461576Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.3461898Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.3462149Z ##[endgroup] 2022-11-23T02:04:24.5765033Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T02:04:24.5981117Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T02:04:24.5981486Z python3 -m pip install psutil==5.9.1 2022-11-23T02:04:24.5981749Z python3 -m pip install pynvml==11.4.1 2022-11-23T02:04:24.5982029Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T02:04:24.5982351Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:04:24.6013347Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:04:24.6013646Z env: 2022-11-23T02:04:24.6013834Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:24.6014098Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.6014440Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:24.6014776Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.6015129Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.6015442Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:24.6015673Z ##[endgroup] 2022-11-23T02:04:25.3834529Z Collecting psutil==5.9.1 2022-11-23T02:04:25.4093570Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T02:04:25.4790865Z -------------------------------------- 479.1/479.1 kB 7.6 MB/s eta 0:00:00 2022-11-23T02:04:25.7165055Z Installing build dependencies: started 2022-11-23T02:04:29.3546677Z Installing build dependencies: finished with status 'done' 2022-11-23T02:04:29.3561850Z Getting requirements to build wheel: started 2022-11-23T02:04:30.2378973Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T02:04:30.2484841Z Preparing metadata (pyproject.toml): started 2022-11-23T02:04:30.9050663Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T02:04:30.9336545Z Building wheels for collected packages: psutil 2022-11-23T02:04:30.9359888Z Building wheel for psutil (pyproject.toml): started 2022-11-23T02:04:47.4692672Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T02:04:47.4848459Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246141 sha256=f6c53385d52abf5831e7db9c900bf0abb71b7bdc59c3557c5fc7012008e52af0 2022-11-23T02:04:47.4850123Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T02:04:47.4919131Z Successfully built psutil 2022-11-23T02:04:47.5420117Z Installing collected packages: psutil 2022-11-23T02:04:47.9813333Z Successfully installed psutil-5.9.1 2022-11-23T02:04:49.0153895Z Collecting pynvml==11.4.1 2022-11-23T02:04:49.0398512Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T02:04:49.0502580Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-11-23T02:04:49.1136445Z Installing collected packages: pynvml 2022-11-23T02:04:49.2397905Z Successfully installed pynvml-11.4.1 2022-11-23T02:04:49.3781573Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T02:04:49.3781888Z with: 2022-11-23T02:04:49.3782095Z name: win-vs2019-cuda11.7-py3 2022-11-23T02:04:49.3782334Z path: C:\3528394938\build-results 2022-11-23T02:04:49.3782574Z s3-bucket: gha-artifacts 2022-11-23T02:04:49.3782880Z region: us-east-1 2022-11-23T02:04:49.3783053Z env: 2022-11-23T02:04:49.3783244Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:49.3783580Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:49.3783937Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:49.3784280Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:49.3784604Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:49.3784903Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:49.3785144Z ##[endgroup] 2022-11-23T02:04:50.4013167Z Found 3 objects with prefix pytorch/pytorch/3528394938/win-vs2019-cuda11.7-py3/ 2022-11-23T02:04:50.4016122Z Starting download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:04:50.8055160Z Finished download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:04:50.8056182Z Starting download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:04:50.8581994Z Finished download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:04:50.8584780Z Starting download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:04:55.2744580Z Finished download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:04:55.2744901Z 2022-11-23T02:04:55.2759952Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T02:04:55.2768065Z Artifact download has finished successfully 2022-11-23T02:04:55.8628774Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:04:55.8629332Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:04:55.8653904Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:04:55.8654247Z env: 2022-11-23T02:04:55.8654444Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:55.8654730Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:55.8655085Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:55.8655415Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:55.8655736Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:55.8656053Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:55.8656298Z ##[endgroup] 2022-11-23T02:04:56.3042870Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:04:56.4001807Z Finished 2022-11-23T02:04:56.4468111Z Folder PATH listing 2022-11-23T02:04:56.4468437Z Volume serial number is 0000016B 0241:89EB 2022-11-23T02:04:56.4468689Z C:\3528394938\BUILD-RESULTS 2022-11-23T02:04:56.4490984Z .ninja_log 2022-11-23T02:04:56.4491259Z .pytorch-test-times.json 2022-11-23T02:04:56.4491590Z win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:04:56.4491868Z 2022-11-23T02:04:56.4492064Z No subfolders exist 2022-11-23T02:04:56.4492197Z 2022-11-23T02:04:56.4819819Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:04:56.4820314Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:04:56.4820579Z  2022-11-23T02:04:56.4820826Z # sanitize the input commit message and PR body here: 2022-11-23T02:04:56.4821071Z # 2022-11-23T02:04:56.4821356Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T02:04:56.4821779Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T02:04:56.4822227Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T02:04:56.4822470Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T02:04:56.4822681Z  2022-11-23T02:04:56.4823020Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T02:04:56.4823480Z # wreak havoc internally 2022-11-23T02:04:56.4823877Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T02:04:56.4824261Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T02:04:56.4824599Z  2022-11-23T02:04:56.4824921Z .jenkins/pytorch/win-test.sh 2022-11-23T02:04:56.4856614Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:04:56.4856917Z env: 2022-11-23T02:04:56.4857115Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:04:56.4857401Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:56.4857771Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:04:56.4858130Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:56.4858432Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:56.4858813Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:04:56.4859072Z USE_CUDA: 1 2022-11-23T02:04:56.4859269Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:04:56.4859481Z PYTHON_VERSION: 3.8 2022-11-23T02:04:56.4859681Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:04:56.4859919Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:04:56.4860149Z VC_PRODUCT: BuildTools 2022-11-23T02:04:56.4860351Z VC_VERSION: 2022-11-23T02:04:56.4860541Z VS_VERSION: 16.8.6 2022-11-23T02:04:56.4860716Z VC_YEAR: 2019 2022-11-23T02:04:56.4860925Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:04:56.4861236Z PR_NUMBER: 2022-11-23T02:04:56.4861524Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:04:56.4861754Z CUDA_VERSION: 11.7 2022-11-23T02:04:56.4862009Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528394938/build-results/ 2022-11-23T02:04:56.4862324Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T02:04:56.4862639Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T02:04:56.4862912Z SHARD_NUMBER: 1 2022-11-23T02:04:56.4863111Z NUM_TEST_SHARDS: 1 2022-11-23T02:04:56.4863322Z TEST_CONFIG: force_on_cpu 2022-11-23T02:04:56.4863507Z PR_BODY: 2022-11-23T02:04:56.4863702Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T02:04:56.4863926Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 1 2022-11-23T02:04:56.4864160Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T02:04:56.4864374Z ##[endgroup] 2022-11-23T02:04:56.5884811Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T02:04:56.6459530Z ++ cd .jenkins/pytorch 2022-11-23T02:04:56.6465011Z ++ pwd 2022-11-23T02:04:56.6471130Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T02:04:56.6471551Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:04:56.6557103Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:04:56.6650346Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T02:04:56.6658288Z +++ declare -f -t trap_add 2022-11-23T02:04:56.6663974Z ++ set -ex 2022-11-23T02:04:56.6664342Z ++ [[ win-vs2019-cuda11.7-py3 == *rocm* ]] 2022-11-23T02:04:56.6664919Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T02:04:56.6757854Z ++ git rev-parse HEAD 2022-11-23T02:04:56.7036299Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:04:56.7036616Z + export IMAGE_COMMIT_ID 2022-11-23T02:04:56.7036957Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:04:56.7037374Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:04:56.7037682Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T02:04:56.7038183Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:04:56.7038522Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:04:56.7115091Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:04:56.7549912Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T02:04:56.7550333Z + export TMP_DIR_WIN 2022-11-23T02:04:56.7550793Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:04:56.7551334Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:04:56.7627626Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:04:56.7759817Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T02:04:56.7760248Z + export PROJECT_DIR_WIN 2022-11-23T02:04:56.7760538Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:04:56.7760867Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:04:56.7837374Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:04:56.7981928Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T02:04:56.7982260Z + export TEST_DIR_WIN 2022-11-23T02:04:56.7982539Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:04:56.7982852Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:04:56.8063540Z ++ cygpath -w /c/3528394938/build-results/ 2022-11-23T02:04:56.8191276Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528394938\build-results\' 2022-11-23T02:04:56.8192776Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T02:04:56.8193422Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T02:04:56.8523732Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:04:56.8524154Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:04:56.8779520Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T02:04:56.9141218Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T02:04:56.9144455Z + '[' -n '' ']' 2022-11-23T02:04:56.9144875Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:04:56.9145308Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:04:56.9145631Z + [[ force_on_cpu = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T02:04:56.9145862Z + export USE_CUDA=0 2022-11-23T02:04:56.9146041Z + USE_CUDA=0 2022-11-23T02:04:56.9146263Z + [[ win-vs2019-cuda11.7-py3 == *cuda* ]] 2022-11-23T02:04:56.9146529Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:04:56.9146791Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:04:56.9147100Z + run_tests 2022-11-23T02:04:56.9147567Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T02:04:56.9147979Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T02:04:56.9149669Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T02:04:57.5858817Z NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. This can also be happening if non-NVIDIA GPU is running as primary display, and NVIDIA GPU is in WDDM mode. 2022-11-23T02:04:57.5859367Z 2022-11-23T02:04:57.5888732Z + echo true 2022-11-23T02:04:57.5888961Z true 2022-11-23T02:04:57.5889133Z + break 2022-11-23T02:04:57.5889332Z + [[ force_on_cpu == *functorch* ]] 2022-11-23T02:04:57.5889599Z + [[ 1 -eq 1 ]] 2022-11-23T02:04:57.5890511Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T02:04:57.6093560Z 2022-11-23T02:04:57.6094172Z 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:04:57.6107951Z 2022-11-23T02:04:57.6108667Z 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:04:57.6109218Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:04:57.6109493Z exit /b 0 2022-11-23T02:04:57.6109673Z ) 2022-11-23T02:04:57.6111590Z 2022-11-23T02:04:57.6112997Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T02:04:57.6115180Z 2022-11-23T02:04:57.6115714Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T02:04:57.6118563Z 2022-11-23T02:04:57.6118974Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T02:04:57.6133652Z 2022-11-23T02:04:57.6134157Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.7-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T02:04:57.6139611Z 2022-11-23T02:04:57.6139943Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T02:04:57.6142844Z 2022-11-23T02:04:57.6143414Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:04:57.6144022Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T02:04:57.6144567Z if errorlevel 1 exit /b 2022-11-23T02:04:57.6144790Z if not errorlevel 0 exit /b 2022-11-23T02:04:57.6145292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T02:04:57.6147267Z if errorlevel 1 exit /b 2022-11-23T02:04:57.6147515Z if not errorlevel 0 exit /b 2022-11-23T02:04:57.6147707Z ) 2022-11-23T02:04:57.6147804Z 2022-11-23T02:04:57.6148057Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T02:05:03.9001714Z 2022-11-23T02:05:03.9002399Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:05:03.9003192Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T02:05:03.9003654Z if errorlevel 1 exit /b 2022-11-23T02:05:03.9004055Z if not errorlevel 0 exit /b 2022-11-23T02:05:03.9004441Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T02:05:03.9004684Z if errorlevel 1 exit /b 2022-11-23T02:05:03.9004896Z if not errorlevel 0 exit /b 2022-11-23T02:05:03.9005070Z ) 2022-11-23T02:05:03.9005267Z 2022-11-23T02:05:03.9005540Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:05:03.9007267Z 2022-11-23T02:05:03.9007667Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:05:03.9009902Z 2022-11-23T02:05:03.9010359Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:03.9010755Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T02:05:03.9011049Z if errorlevel 1 exit /b 2022-11-23T02:05:03.9011264Z if not errorlevel 0 exit /b 2022-11-23T02:05:03.9011438Z ) 2022-11-23T02:05:11.9434267Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T02:05:13.2620547Z Solving environment: ...working... done 2022-11-23T02:05:13.4566838Z 2022-11-23T02:05:13.4567252Z # All requested packages already installed. 2022-11-23T02:05:13.4567448Z 2022-11-23T02:05:13.5196815Z Retrieving notices: ...working... done 2022-11-23T02:05:14.4703539Z 2022-11-23T02:05:14.4703984Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T02:05:14.4708034Z 2022-11-23T02:05:14.4708986Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T02:05:14.5949245Z ********************************************************************** 2022-11-23T02:05:14.5949611Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T02:05:14.5949904Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T02:05:14.5950150Z ********************************************************************** 2022-11-23T02:05:15.1430119Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T02:05:15.1468438Z 2022-11-23T02:05:15.1468999Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T02:05:15.1474121Z 2022-11-23T02:05:15.1474693Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T02:05:16.7592335Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T02:05:16.7609958Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T02:05:16.7617977Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T02:05:16.7625491Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T02:05:16.7634985Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T02:05:16.7642180Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T02:05:16.7650135Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T02:05:16.7655956Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T02:05:16.7669583Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T02:05:16.7675609Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T02:05:16.7681856Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T02:05:16.7688900Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T02:05:16.7695313Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T02:05:16.7703079Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T02:05:16.7712012Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T02:05:16.7718418Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T02:05:16.7729994Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T02:05:16.8236121Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T02:05:16.8243546Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T02:05:16.8408260Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T02:05:17.1551756Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T02:05:17.2035443Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T02:05:17.2046276Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T02:05:17.2055905Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T02:05:17.2063881Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T02:05:17.2071062Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T02:05:17.2081321Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T02:05:17.2094941Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T02:05:17.2102360Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T02:05:17.2110397Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T02:05:17.2658396Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T02:05:17.2890353Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T02:05:17.2906587Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T02:05:17.2917807Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T02:05:17.2928281Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T02:05:17.2934174Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T02:05:17.3092132Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T02:05:17.3098669Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T02:05:17.3332292Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T02:05:17.3435503Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T02:05:17.4685568Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T02:05:17.4884765Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T02:05:17.5209503Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T02:05:17.5222745Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T02:05:17.5712629Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T02:05:17.5720080Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T02:05:17.5730417Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T02:05:17.5738939Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T02:05:17.6786636Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T02:05:17.7043849Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T02:05:17.7152757Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T02:05:18.2145195Z 2022-11-23T02:05:18.2145933Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:05:18.2146722Z 2022-11-23T02:05:18.2147028Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:05:18.2149945Z 2022-11-23T02:05:18.2150292Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T02:05:18.2151694Z 2022-11-23T02:05:18.2151970Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-11-23T02:05:18.2156017Z 2022-11-23T02:05:18.2156443Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T02:05:18.2159032Z 2022-11-23T02:05:18.2159605Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:18.2160018Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T02:05:18.2160519Z copy /Y C:\3528394938\build-results\\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T02:05:18.2161160Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T02:05:18.2161550Z popd 2022-11-23T02:05:18.2161922Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T02:05:18.3225074Z 1 file(s) copied. 2022-11-23T02:05:18.4943906Z 2022-11-23T02:05:18.4944733Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:05:18.4944955Z 2022-11-23T02:05:18.4945071Z Scanning the drive for archives: 2022-11-23T02:05:18.4945300Z 1 file, 183785431 bytes (176 MiB) 2022-11-23T02:05:18.4945709Z 2022-11-23T02:05:18.4946091Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:32.7053975Z -- 2022-11-23T02:05:32.7054720Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:05:32.7055339Z Type = 7z 2022-11-23T02:05:32.7055667Z Physical Size = 183785431 2022-11-23T02:05:32.7056010Z Headers Size = 131623 2022-11-23T02:05:32.7058096Z Method = LZMA2:24 BCJ 2022-11-23T02:05:32.7058415Z Solid = + 2022-11-23T02:05:32.7058621Z Blocks = 2 2022-11-23T02:05:32.7058731Z 2022-11-23T02:05:32.7058873Z Everything is Ok 2022-11-23T02:05:32.7059002Z 2022-11-23T02:05:32.7059077Z Folders: 604 2022-11-23T02:05:32.7059251Z Files: 11127 2022-11-23T02:05:32.7059412Z Size: 1183693778 2022-11-23T02:05:32.7059671Z Compressed: 183785431 2022-11-23T02:05:33.2875411Z 2022-11-23T02:05:33.2876155Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:05:33.2876658Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:05:33.2877267Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:05:33.2877902Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:05:33.2878525Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T02:05:33.2878901Z ) 2022-11-23T02:05:34.7327469Z Completed 2.3 KiB/2.3 KiB (37.1 KiB/s) with 1 file(s) remaining 2022-11-23T02:05:34.7327960Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T02:05:34.8352840Z 2022-11-23T02:05:34.8353419Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T02:05:34.8353769Z echo "setup pytorch env failed" 2022-11-23T02:05:34.8353983Z echo 0 2022-11-23T02:05:34.8354159Z exit /b 2022-11-23T02:05:34.8354319Z ) 2022-11-23T02:05:34.8354564Z 2022-11-23T02:05:34.8354755Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T02:05:34.8360468Z 2022-11-23T02:05:34.8361158Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T02:05:34.8364398Z 2022-11-23T02:05:34.8364809Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T02:05:34.8365149Z echo Some smoke tests 2022-11-23T02:05:34.8365477Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T02:05:34.8365926Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T02:05:34.8366262Z if ERRORLEVEL 1 goto fail 2022-11-23T02:05:34.8366605Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T02:05:34.8366961Z if ERRORLEVEL 1 goto fail 2022-11-23T02:05:34.8367135Z ) ) 2022-11-23T02:05:34.8367309Z Some smoke tests 2022-11-23T02:05:34.8905763Z Current Registry Settings for python.exe executable are: 00000002 2022-11-23T02:05:34.8906117Z sls - Show Loader Snaps 2022-11-23T02:05:55.2730752Z Checking that torch is available 2022-11-23T02:05:55.2731299Z Command: python -c import torch 2022-11-23T02:05:55.2731656Z Checking that MKL is available 2022-11-23T02:05:55.2733481Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-11-23T02:05:55.2877074Z Current Registry Settings for python.exe executable are: 00000000 2022-11-23T02:05:55.2892392Z 2022-11-23T02:05:55.2893146Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T02:05:55.2893570Z Copying over test times file 2022-11-23T02:05:55.2895045Z 2022-11-23T02:05:55.2895810Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528394938\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T02:05:55.2907430Z 1 file(s) copied. 2022-11-23T02:05:55.2909175Z 2022-11-23T02:05:55.2909564Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T02:05:55.2910216Z Run nn tests 2022-11-23T02:05:55.2911542Z 2022-11-23T02:05:55.2911905Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "1" --verbose 2022-11-23T02:05:58.0190968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:05:58.0191920Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:05:58.0192276Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:05:58.3972819Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:05:58.3973368Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T02:05:58.4026980Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:05:58.4027402Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T02:05:58.4027850Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:05:58.4028257Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T02:05:58.4049151Z Selected tests: 2022-11-23T02:05:58.4049405Z backends/xeon/test_launch 2022-11-23T02:05:58.4049643Z benchmark_utils/test_benchmark_utils 2022-11-23T02:05:58.4049888Z distributions/test_distributions 2022-11-23T02:05:58.4050335Z dynamo/test_aot_autograd 2022-11-23T02:05:58.4050555Z dynamo/test_aot_cudagraphs 2022-11-23T02:05:58.4050833Z dynamo/test_dynamic_shapes 2022-11-23T02:05:58.4051066Z dynamo/test_export 2022-11-23T02:05:58.4051269Z dynamo/test_export_mutations 2022-11-23T02:05:58.4051584Z dynamo/test_functions 2022-11-23T02:05:58.4051783Z dynamo/test_global 2022-11-23T02:05:58.4052035Z dynamo/test_global_declaration 2022-11-23T02:05:58.4052314Z dynamo/test_minifier 2022-11-23T02:05:58.4052507Z dynamo/test_misc 2022-11-23T02:05:58.4052707Z dynamo/test_model_output 2022-11-23T02:05:58.4052904Z dynamo/test_modules 2022-11-23T02:05:58.4053129Z dynamo/test_no_fake_tensors 2022-11-23T02:05:58.4054517Z dynamo/test_nops 2022-11-23T02:05:58.4055581Z dynamo/test_optimizations 2022-11-23T02:05:58.4055880Z dynamo/test_optimizers 2022-11-23T02:05:58.4056087Z dynamo/test_python_autograd 2022-11-23T02:05:58.4056366Z dynamo/test_recompile_ux 2022-11-23T02:05:58.4056577Z dynamo/test_replay_record 2022-11-23T02:05:58.4056781Z dynamo/test_repros 2022-11-23T02:05:58.4056968Z dynamo/test_skip_non_tensor 2022-11-23T02:05:58.4057172Z dynamo/test_subgraphs 2022-11-23T02:05:58.4057388Z dynamo/test_torchxla_integration 2022-11-23T02:05:58.4057593Z dynamo/test_unspec 2022-11-23T02:05:58.4057794Z dynamo/test_verify_correctness 2022-11-23T02:05:58.4058001Z inductor/test_minifier 2022-11-23T02:05:58.4058272Z inductor/test_perf 2022-11-23T02:05:58.4058680Z inductor/test_smoke 2022-11-23T02:05:58.4058896Z inductor/test_torchinductor 2022-11-23T02:05:58.4059128Z inductor/test_torchinductor_opinfo 2022-11-23T02:05:58.4059342Z lazy/test_bindings 2022-11-23T02:05:58.4059518Z lazy/test_debug_util 2022-11-23T02:05:58.4060626Z lazy/test_extract_compiled_graph 2022-11-23T02:05:58.4061415Z lazy/test_meta_kernel 2022-11-23T02:05:58.4061608Z lazy/test_reuse_ir 2022-11-23T02:05:58.4061806Z lazy/test_step_closures 2022-11-23T02:05:58.4061989Z lazy/test_ts_opinfo 2022-11-23T02:05:58.4062190Z nn/test_convolution 2022-11-23T02:05:58.4062372Z nn/test_dropout 2022-11-23T02:05:58.4062553Z nn/test_embedding 2022-11-23T02:05:58.4062738Z nn/test_lazy_modules 2022-11-23T02:05:58.4062915Z nn/test_module_hooks 2022-11-23T02:05:58.4063108Z nn/test_packed_sequence 2022-11-23T02:05:58.4063298Z nn/test_pooling 2022-11-23T02:05:58.4063503Z profiler/test_memory_profiler 2022-11-23T02:05:58.4063717Z profiler/test_profiler 2022-11-23T02:05:58.4063920Z profiler/test_profiler_tree 2022-11-23T02:05:58.4064119Z test_ao_sparsity 2022-11-23T02:05:58.4064299Z test_autocast 2022-11-23T02:05:58.4064474Z test_autograd 2022-11-23T02:05:58.4064651Z test_binary_ufuncs 2022-11-23T02:05:58.4064828Z test_bundled_inputs 2022-11-23T02:05:58.4065023Z test_comparison_utils 2022-11-23T02:05:58.4065210Z test_complex 2022-11-23T02:05:58.4065394Z test_cpp_api_parity 2022-11-23T02:05:58.4065599Z test_cpp_extensions_aot_ninja 2022-11-23T02:05:58.4066647Z test_cpp_extensions_aot_no_ninja 2022-11-23T02:05:58.4067446Z test_cpp_extensions_jit 2022-11-23T02:05:58.4067688Z test_cpp_extensions_open_device_registration 2022-11-23T02:05:58.4067905Z test_cuda 2022-11-23T02:05:58.4068194Z test_cuda_nvml_based_avail 2022-11-23T02:05:58.4068389Z test_cuda_primary_ctx 2022-11-23T02:05:58.4068581Z test_cuda_sanitizer 2022-11-23T02:05:58.4068767Z test_cuda_trace 2022-11-23T02:05:58.4068946Z test_dataloader 2022-11-23T02:05:58.4069130Z test_datapipe 2022-11-23T02:05:58.4069292Z test_decomp 2022-11-23T02:05:58.4069464Z test_deploy 2022-11-23T02:05:58.4069633Z test_dispatch 2022-11-23T02:05:58.4069801Z test_dlpack 2022-11-23T02:05:58.4069966Z test_dynamic_shapes 2022-11-23T02:05:58.4070161Z test_expanded_weights 2022-11-23T02:05:58.4070351Z test_fake_tensor 2022-11-23T02:05:58.4070525Z test_foreach 2022-11-23T02:05:58.4070705Z test_function_schema 2022-11-23T02:05:58.4070907Z test_functional_autograd_benchmark 2022-11-23T02:05:58.4071123Z test_functional_optim 2022-11-23T02:05:58.4071530Z test_functionalization 2022-11-23T02:05:58.4071721Z test_futures 2022-11-23T02:05:58.4072764Z test_fx 2022-11-23T02:05:58.4073499Z test_fx_experimental 2022-11-23T02:05:58.4073693Z test_fx_passes 2022-11-23T02:05:58.4073885Z test_fx_reinplace_pass 2022-11-23T02:05:58.4074070Z test_hub 2022-11-23T02:05:58.4074244Z test_import_stats 2022-11-23T02:05:58.4074411Z test_indexing 2022-11-23T02:05:58.4074585Z test_itt 2022-11-23T02:05:58.4074750Z test_jit 2022-11-23T02:05:58.4074919Z test_jit_autocast 2022-11-23T02:05:58.4075101Z test_jit_cuda_fuser 2022-11-23T02:05:58.4075273Z test_jit_disabled 2022-11-23T02:05:58.4075453Z test_jit_fuser_te 2022-11-23T02:05:58.4075636Z test_jit_llga_fuser 2022-11-23T02:05:58.4075817Z test_jiterator 2022-11-23T02:05:58.4075990Z test_license 2022-11-23T02:05:58.4076148Z test_linalg 2022-11-23T02:05:58.4076316Z test_logging 2022-11-23T02:05:58.4076502Z test_masked 2022-11-23T02:05:58.4076747Z test_maskedtensor 2022-11-23T02:05:58.4077013Z test_matmul_cuda 2022-11-23T02:05:58.4077252Z test_meta 2022-11-23T02:05:58.4077481Z test_mkl_verbose 2022-11-23T02:05:58.4077716Z test_mkldnn 2022-11-23T02:05:58.4079115Z test_mkldnn_fusion 2022-11-23T02:05:58.4080026Z test_mkldnn_verbose 2022-11-23T02:05:58.4080214Z test_mobile_optimizer 2022-11-23T02:05:58.4080414Z test_model_dump 2022-11-23T02:05:58.4080663Z test_module_init 2022-11-23T02:05:58.4081385Z test_modules 2022-11-23T02:05:58.4081788Z test_monitor 2022-11-23T02:05:58.4081970Z test_multiprocessing 2022-11-23T02:05:58.4082194Z test_multiprocessing_spawn 2022-11-23T02:05:58.4082399Z test_namedtensor 2022-11-23T02:05:58.4082601Z test_namedtuple_return_api 2022-11-23T02:05:58.4082805Z test_native_functions 2022-11-23T02:05:58.4082978Z test_native_mha 2022-11-23T02:05:58.4083202Z test_nestedtensor 2022-11-23T02:05:58.4083366Z test_nn 2022-11-23T02:05:58.4083547Z test_numba_integration 2022-11-23T02:05:58.4083740Z test_numpy_interop 2022-11-23T02:05:58.4083935Z test_nvfuser_dynamo 2022-11-23T02:05:58.4084127Z test_nvfuser_frontend 2022-11-23T02:05:58.4084297Z test_openmp 2022-11-23T02:05:58.4085916Z test_ops 2022-11-23T02:05:58.4086103Z test_ops_fwd_gradients 2022-11-23T02:05:58.4086298Z test_ops_gradients 2022-11-23T02:05:58.4086481Z test_ops_jit 2022-11-23T02:05:58.4086640Z test_optim 2022-11-23T02:05:58.4086817Z test_overrides 2022-11-23T02:05:58.4086995Z test_package 2022-11-23T02:05:58.4087185Z test_per_overload_api 2022-11-23T02:05:58.4087365Z test_prims 2022-11-23T02:05:58.4087528Z test_proxy_tensor 2022-11-23T02:05:58.4087710Z test_pruning_op 2022-11-23T02:05:58.4087903Z test_public_bindings 2022-11-23T02:05:58.4088095Z test_python_dispatch 2022-11-23T02:05:58.4088276Z test_pytree 2022-11-23T02:05:58.4088439Z test_quantization 2022-11-23T02:05:58.4088621Z test_reductions 2022-11-23T02:05:58.4088821Z test_scatter_gather_ops 2022-11-23T02:05:58.4089012Z test_schema_check 2022-11-23T02:05:58.4089196Z test_serialization 2022-11-23T02:05:58.4089402Z test_set_default_mobile_cpu_allocator 2022-11-23T02:05:58.4089706Z test_shape_ops 2022-11-23T02:05:58.4089887Z test_show_pickle 2022-11-23T02:05:58.4090072Z test_sort_and_select 2022-11-23T02:05:58.4090254Z test_sparse 2022-11-23T02:05:58.4091309Z test_sparse_csr 2022-11-23T02:05:58.4092064Z test_spectral_ops 2022-11-23T02:05:58.4092247Z test_stateless 2022-11-23T02:05:58.4092427Z test_subclass 2022-11-23T02:05:58.4092620Z test_tensor_creation_ops 2022-11-23T02:05:58.4092803Z test_tensorboard 2022-11-23T02:05:58.4092991Z test_tensorexpr 2022-11-23T02:05:58.4093190Z test_tensorexpr_pybind 2022-11-23T02:05:58.4093379Z test_testing 2022-11-23T02:05:58.4093554Z test_torch 2022-11-23T02:05:58.4093717Z test_transformers 2022-11-23T02:05:58.4093900Z test_type_hints 2022-11-23T02:05:58.4094077Z test_type_info 2022-11-23T02:05:58.4094258Z test_type_promotion 2022-11-23T02:05:58.4094449Z test_unary_ufuncs 2022-11-23T02:05:58.4094611Z test_utils 2022-11-23T02:05:58.4094925Z test_view_ops 2022-11-23T02:05:58.4095098Z test_vmap 2022-11-23T02:05:58.4095267Z test_vulkan 2022-11-23T02:05:58.4095456Z test_xnnpack_integration 2022-11-23T02:05:58.4095629Z doctests 2022-11-23T02:05:58.4808895Z parallel (file granularity) tests: 2022-11-23T02:05:58.4809277Z backends/xeon/test_launch 2022-11-23T02:05:58.4809586Z benchmark_utils/test_benchmark_utils 2022-11-23T02:05:58.4809915Z dynamo/test_aot_autograd 2022-11-23T02:05:58.4810282Z dynamo/test_aot_cudagraphs 2022-11-23T02:05:58.4810567Z dynamo/test_dynamic_shapes 2022-11-23T02:05:58.4810845Z dynamo/test_export 2022-11-23T02:05:58.4811120Z dynamo/test_export_mutations 2022-11-23T02:05:58.4811336Z dynamo/test_functions 2022-11-23T02:05:58.4811515Z dynamo/test_global 2022-11-23T02:05:58.4811722Z dynamo/test_global_declaration 2022-11-23T02:05:58.4811929Z dynamo/test_minifier 2022-11-23T02:05:58.4812117Z dynamo/test_misc 2022-11-23T02:05:58.4812310Z dynamo/test_model_output 2022-11-23T02:05:58.4812500Z dynamo/test_modules 2022-11-23T02:05:58.4812700Z dynamo/test_no_fake_tensors 2022-11-23T02:05:58.4812895Z dynamo/test_nops 2022-11-23T02:05:58.4813092Z dynamo/test_optimizations 2022-11-23T02:05:58.4813299Z dynamo/test_optimizers 2022-11-23T02:05:58.4813492Z dynamo/test_python_autograd 2022-11-23T02:05:58.4813701Z dynamo/test_recompile_ux 2022-11-23T02:05:58.4813909Z dynamo/test_replay_record 2022-11-23T02:05:58.4814296Z dynamo/test_repros 2022-11-23T02:05:58.4814499Z dynamo/test_skip_non_tensor 2022-11-23T02:05:58.4814692Z dynamo/test_subgraphs 2022-11-23T02:05:58.4814908Z dynamo/test_torchxla_integration 2022-11-23T02:05:58.4815116Z dynamo/test_unspec 2022-11-23T02:05:58.4815325Z dynamo/test_verify_correctness 2022-11-23T02:05:58.4815538Z inductor/test_minifier 2022-11-23T02:05:58.4815719Z inductor/test_perf 2022-11-23T02:05:58.4815911Z inductor/test_smoke 2022-11-23T02:05:58.4816115Z inductor/test_torchinductor 2022-11-23T02:05:58.4816317Z lazy/test_bindings 2022-11-23T02:05:58.4816506Z lazy/test_debug_util 2022-11-23T02:05:58.4816703Z lazy/test_extract_compiled_graph 2022-11-23T02:05:58.4816912Z lazy/test_meta_kernel 2022-11-23T02:05:58.4817099Z lazy/test_reuse_ir 2022-11-23T02:05:58.4817289Z lazy/test_step_closures 2022-11-23T02:05:58.4817482Z lazy/test_ts_opinfo 2022-11-23T02:05:58.4817660Z nn/test_convolution 2022-11-23T02:05:58.4817843Z nn/test_dropout 2022-11-23T02:05:58.4818026Z nn/test_embedding 2022-11-23T02:05:58.4818321Z nn/test_lazy_modules 2022-11-23T02:05:58.4818513Z nn/test_module_hooks 2022-11-23T02:05:58.4818693Z nn/test_packed_sequence 2022-11-23T02:05:58.4818911Z profiler/test_memory_profiler 2022-11-23T02:05:58.4819126Z profiler/test_profiler 2022-11-23T02:05:58.4819338Z profiler/test_profiler_tree 2022-11-23T02:05:58.4819540Z test_ao_sparsity 2022-11-23T02:05:58.4819706Z test_autocast 2022-11-23T02:05:58.4819886Z test_binary_ufuncs 2022-11-23T02:05:58.4820075Z test_bundled_inputs 2022-11-23T02:05:58.4820272Z test_comparison_utils 2022-11-23T02:05:58.4820457Z test_complex 2022-11-23T02:05:58.4820624Z test_cuda_sanitizer 2022-11-23T02:05:58.4820810Z test_dataloader 2022-11-23T02:05:58.4820987Z test_datapipe 2022-11-23T02:05:58.4821161Z test_decomp 2022-11-23T02:05:58.4821332Z test_deploy 2022-11-23T02:05:58.4821486Z test_dlpack 2022-11-23T02:05:58.4821665Z test_dynamic_shapes 2022-11-23T02:05:58.4821861Z test_expanded_weights 2022-11-23T02:05:58.4822046Z test_foreach 2022-11-23T02:05:58.4822231Z test_function_schema 2022-11-23T02:05:58.4822433Z test_functional_autograd_benchmark 2022-11-23T02:05:58.4822649Z test_functional_optim 2022-11-23T02:05:58.4822850Z test_functionalization 2022-11-23T02:05:58.4823037Z test_futures 2022-11-23T02:05:58.4823219Z test_fx_experimental 2022-11-23T02:05:58.4823392Z test_fx_passes 2022-11-23T02:05:58.4823582Z test_fx_reinplace_pass 2022-11-23T02:05:58.4823765Z test_hub 2022-11-23T02:05:58.4823936Z test_import_stats 2022-11-23T02:05:58.4824234Z test_itt 2022-11-23T02:05:58.4824383Z test_jit 2022-11-23T02:05:58.4824554Z test_jit_autocast 2022-11-23T02:05:58.4824738Z test_jit_fuser_te 2022-11-23T02:05:58.4824925Z test_jit_llga_fuser 2022-11-23T02:05:58.4825110Z test_jiterator 2022-11-23T02:05:58.4825274Z test_license 2022-11-23T02:05:58.4825444Z test_logging 2022-11-23T02:05:58.4825615Z test_masked 2022-11-23T02:05:58.4825797Z test_maskedtensor 2022-11-23T02:05:58.4825983Z test_matmul_cuda 2022-11-23T02:05:58.4826145Z test_meta 2022-11-23T02:05:58.4826317Z test_mkl_verbose 2022-11-23T02:05:58.4826489Z test_mkldnn 2022-11-23T02:05:58.4826663Z test_mkldnn_fusion 2022-11-23T02:05:58.4826850Z test_mkldnn_verbose 2022-11-23T02:05:58.4827020Z test_model_dump 2022-11-23T02:05:58.4827197Z test_module_init 2022-11-23T02:05:58.4827370Z test_monitor 2022-11-23T02:05:58.4827545Z test_namedtensor 2022-11-23T02:05:58.4827719Z test_native_functions 2022-11-23T02:05:58.4827904Z test_native_mha 2022-11-23T02:05:58.4828085Z test_nestedtensor 2022-11-23T02:05:58.4828274Z test_numba_integration 2022-11-23T02:05:58.4828467Z test_numpy_interop 2022-11-23T02:05:58.4828642Z test_nvfuser_dynamo 2022-11-23T02:05:58.4828832Z test_nvfuser_frontend 2022-11-23T02:05:58.4829015Z test_openmp 2022-11-23T02:05:58.4829185Z test_optim 2022-11-23T02:05:58.4829353Z test_package 2022-11-23T02:05:58.4829522Z test_per_overload_api 2022-11-23T02:05:58.4829796Z test_proxy_tensor 2022-11-23T02:05:58.4829983Z test_pruning_op 2022-11-23T02:05:58.4830171Z test_public_bindings 2022-11-23T02:05:58.4830366Z test_python_dispatch 2022-11-23T02:05:58.4830536Z test_pytree 2022-11-23T02:05:58.4830716Z test_quantization 2022-11-23T02:05:58.4830914Z test_scatter_gather_ops 2022-11-23T02:05:58.4831109Z test_schema_check 2022-11-23T02:05:58.4831295Z test_serialization 2022-11-23T02:05:58.4831494Z test_set_default_mobile_cpu_allocator 2022-11-23T02:05:58.4831701Z test_shape_ops 2022-11-23T02:05:58.4831889Z test_sort_and_select 2022-11-23T02:05:58.4832072Z test_sparse 2022-11-23T02:05:58.4832250Z test_spectral_ops 2022-11-23T02:05:58.4832417Z test_stateless 2022-11-23T02:05:58.4832593Z test_subclass 2022-11-23T02:05:58.4832770Z test_tensorboard 2022-11-23T02:05:58.4832963Z test_tensorexpr_pybind 2022-11-23T02:05:58.4833152Z test_testing 2022-11-23T02:05:58.4833316Z test_transformers 2022-11-23T02:05:58.4833497Z test_type_hints 2022-11-23T02:05:58.4833675Z test_type_info 2022-11-23T02:05:58.4833887Z test_type_promotion 2022-11-23T02:05:58.4834073Z test_unary_ufuncs 2022-11-23T02:05:58.4834249Z test_utils 2022-11-23T02:05:58.4834406Z test_view_ops 2022-11-23T02:05:58.4834577Z test_vmap 2022-11-23T02:05:58.4834743Z test_vulkan 2022-11-23T02:05:58.4834932Z test_xnnpack_integration 2022-11-23T02:05:58.4835159Z serial (file granularity) tests: 2022-11-23T02:05:58.4835381Z distributions/test_distributions 2022-11-23T02:05:58.4835620Z inductor/test_torchinductor_opinfo 2022-11-23T02:05:58.4835836Z nn/test_pooling 2022-11-23T02:05:58.4836013Z test_autograd 2022-11-23T02:05:58.4836195Z test_cpp_api_parity 2022-11-23T02:05:58.4836392Z test_cpp_extensions_aot_ninja 2022-11-23T02:05:58.4836617Z test_cpp_extensions_aot_no_ninja 2022-11-23T02:05:58.4836833Z test_cpp_extensions_jit 2022-11-23T02:05:58.4837068Z test_cpp_extensions_open_device_registration 2022-11-23T02:05:58.4837282Z test_cuda 2022-11-23T02:05:58.4837455Z test_cuda_nvml_based_avail 2022-11-23T02:05:58.4837659Z test_cuda_primary_ctx 2022-11-23T02:05:58.4837852Z test_cuda_trace 2022-11-23T02:05:58.4838029Z test_dispatch 2022-11-23T02:05:58.4838205Z test_fake_tensor 2022-11-23T02:05:58.4838363Z test_fx 2022-11-23T02:05:58.4838526Z test_indexing 2022-11-23T02:05:58.4838709Z test_jit_cuda_fuser 2022-11-23T02:05:58.4838891Z test_jit_disabled 2022-11-23T02:05:58.4839066Z test_linalg 2022-11-23T02:05:58.4839235Z test_mobile_optimizer 2022-11-23T02:05:58.4839419Z test_modules 2022-11-23T02:05:58.4840126Z test_multiprocessing 2022-11-23T02:05:58.4840344Z test_multiprocessing_spawn 2022-11-23T02:05:58.4840563Z test_namedtuple_return_api 2022-11-23T02:05:58.4840739Z test_nn 2022-11-23T02:05:58.4840902Z test_ops 2022-11-23T02:05:58.4841085Z test_ops_fwd_gradients 2022-11-23T02:05:58.4841283Z test_ops_gradients 2022-11-23T02:05:58.4841466Z test_ops_jit 2022-11-23T02:05:58.4841629Z test_overrides 2022-11-23T02:05:58.4841887Z test_prims 2022-11-23T02:05:58.4842061Z test_reductions 2022-11-23T02:05:58.4842245Z test_show_pickle 2022-11-23T02:05:58.4842474Z test_sparse_csr 2022-11-23T02:05:58.4842656Z test_tensor_creation_ops 2022-11-23T02:05:58.4842853Z test_tensorexpr 2022-11-23T02:05:58.4843030Z test_torch 2022-11-23T02:05:58.4843203Z doctests 2022-11-23T02:06:01.1867376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:01.1868310Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:01.1868677Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:01.3426619Z Running backends/xeon/test_launch ... [2022-11-23 02:06:01.341997] 2022-11-23T02:06:01.3433349Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:01.343151] 2022-11-23T02:06:01.3434795Z Ignoring disabled issues: [] 2022-11-23T02:06:04.0359233Z 2022-11-23T02:06:04.0359970Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T02:06:04.0361074Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_y1qdxxxl) 2022-11-23T02:06:04.0361996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:04.0362692Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:04.0362848Z 2022-11-23T02:06:04.0362929Z Running tests... 2022-11-23T02:06:04.0363211Z ---------------------------------------------------------------------- 2022-11-23T02:06:04.0363628Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T02:06:04.0363981Z skip: Only works on linux (0.003s) 2022-11-23T02:06:04.0364264Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.001s) 2022-11-23T02:06:04.0364458Z 2022-11-23T02:06:04.0364617Z ---------------------------------------------------------------------- 2022-11-23T02:06:04.0364881Z Ran 2 tests in 0.015s 2022-11-23T02:06:04.0365005Z 2022-11-23T02:06:04.0365083Z OK (skipped=2) 2022-11-23T02:06:04.0365200Z 2022-11-23T02:06:04.0365296Z Generating XML reports... 2022-11-23T02:06:04.0365680Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123020603.xml 2022-11-23T02:06:04.0365954Z 2022-11-23T02:06:04.0366179Z ##[endgroup] 2022-11-23T02:06:04.0366576Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_y1qdxxxl) 2022-11-23T02:06:04.0366872Z 2022-11-23T02:06:07.1523680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:07.1524697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:07.1525063Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:07.3072402Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 02:06:07.306821] 2022-11-23T02:06:07.3078252Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:07.307422] 2022-11-23T02:06:07.3081336Z Ignoring disabled issues: [] 2022-11-23T02:06:18.0761381Z 2022-11-23T02:06:18.0762007Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T02:06:18.0763396Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_mi6mod78) 2022-11-23T02:06:18.0765111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:18.0766161Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:18.0766720Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:18.0767061Z 2022-11-23T02:06:18.0767203Z Running tests... 2022-11-23T02:06:18.0767622Z ---------------------------------------------------------------------- 2022-11-23T02:06:18.0768236Z Test results will be stored in test-reports\python-unittest\benchmark_utils.test_benchmark_utils 2022-11-23T02:06:18.0768839Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (7.240s) 2022-11-23T02:06:18.0769436Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.002s) 2022-11-23T02:06:18.0770125Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.002s) 2022-11-23T02:06:18.0770711Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.168s) 2022-11-23T02:06:18.0771249Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T02:06:18.0771814Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.001s) 2022-11-23T02:06:18.0772381Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.049s) 2022-11-23T02:06:18.0772901Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.046s) 2022-11-23T02:06:18.0773472Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T02:06:18.0773804Z 2022-11-23T02:06:18.0774062Z ---------------------------------------------------------------------- 2022-11-23T02:06:18.0774482Z Ran 9 tests in 7.516s 2022-11-23T02:06:18.0774690Z 2022-11-23T02:06:18.0774810Z OK (skipped=5) 2022-11-23T02:06:18.0775006Z 2022-11-23T02:06:18.0775176Z Generating XML reports... 2022-11-23T02:06:18.0775919Z Generated XML report: test-reports\python-unittest\benchmark_utils.test_benchmark_utils\TEST-TestBenchmarkUtils-20221123020610.xml 2022-11-23T02:06:18.0776373Z 2022-11-23T02:06:18.0776792Z ##[endgroup] 2022-11-23T02:06:18.0777451Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_mi6mod78) 2022-11-23T02:06:18.0777941Z 2022-11-23T02:06:21.0885283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:21.0886299Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:21.0886728Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:21.2481055Z Running dynamo/test_aot_autograd ... [2022-11-23 02:06:21.243349] 2022-11-23T02:06:21.2486967Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:21.243349] 2022-11-23T02:06:21.2490395Z Ignoring disabled issues: [] 2022-11-23T02:06:24.0328607Z 2022-11-23T02:06:24.0329270Z Expand the folded group to see the log file of dynamo/test_aot_autograd 2022-11-23T02:06:24.0330224Z ##[group]PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_lgzunm9j) 2022-11-23T02:06:24.0332840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:24.0333571Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:24.0333731Z 2022-11-23T02:06:24.0333989Z ##[endgroup] 2022-11-23T02:06:24.0334379Z FINISHED PRINTING LOG FILE of dynamo/test_aot_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_autograd_lgzunm9j) 2022-11-23T02:06:24.0334745Z 2022-11-23T02:06:27.0555622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:27.0556391Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:27.0556738Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:27.2122709Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 02:06:27.203460] 2022-11-23T02:06:27.2128431Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:27.203460] 2022-11-23T02:06:27.2130322Z Ignoring disabled issues: [] 2022-11-23T02:06:30.1882944Z 2022-11-23T02:06:30.1883748Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T02:06:30.1884557Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_hq4brzft) 2022-11-23T02:06:30.1885478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:30.1886170Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:30.1886326Z 2022-11-23T02:06:30.1886555Z ##[endgroup] 2022-11-23T02:06:30.1886945Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_hq4brzft) 2022-11-23T02:06:30.1887459Z 2022-11-23T02:06:33.2717654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:33.2718515Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:33.2724795Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:33.4377586Z Running dynamo/test_dynamic_shapes ... [2022-11-23 02:06:33.436984] 2022-11-23T02:06:33.4383203Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:33.437592] 2022-11-23T02:06:33.4383831Z Ignoring disabled issues: [] 2022-11-23T02:06:36.4198492Z 2022-11-23T02:06:36.4199277Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T02:06:36.4200108Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_tu4tnd41) 2022-11-23T02:06:36.4201201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:36.4202014Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:36.4202185Z 2022-11-23T02:06:36.4202433Z ##[endgroup] 2022-11-23T02:06:36.4202829Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_tu4tnd41) 2022-11-23T02:06:36.4203130Z 2022-11-23T02:06:39.4414167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:39.4414982Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:39.5932555Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:39.5933035Z Running dynamo/test_export ... [2022-11-23 02:06:39.585047] 2022-11-23T02:06:39.5938156Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:39.585047] 2022-11-23T02:06:39.5940056Z Ignoring disabled issues: [] 2022-11-23T02:06:42.4049719Z 2022-11-23T02:06:42.4050239Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T02:06:42.4051096Z ##[group]PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_v_al86if) 2022-11-23T02:06:42.4051990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:42.4052773Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:42.4052913Z 2022-11-23T02:06:42.4053149Z ##[endgroup] 2022-11-23T02:06:42.4053518Z FINISHED PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_v_al86if) 2022-11-23T02:06:42.4054054Z 2022-11-23T02:06:45.3741525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:45.3742285Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:45.3742645Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:45.5410362Z Running dynamo/test_export_mutations ... [2022-11-23 02:06:45.540799] 2022-11-23T02:06:45.5415881Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:45.540864] 2022-11-23T02:06:45.5417743Z Ignoring disabled issues: [] 2022-11-23T02:06:48.3400351Z 2022-11-23T02:06:48.3401021Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T02:06:48.3402038Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_a_93akxg) 2022-11-23T02:06:48.3402940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:48.3403703Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:48.3403858Z 2022-11-23T02:06:48.3404105Z ##[endgroup] 2022-11-23T02:06:48.3404558Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_a_93akxg) 2022-11-23T02:06:48.3404857Z 2022-11-23T02:06:51.2891042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:51.2891871Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:51.2892227Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:51.4441293Z Running dynamo/test_functions ... [2022-11-23 02:06:51.443690] 2022-11-23T02:06:51.4447180Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:51.444294] 2022-11-23T02:06:51.4448685Z Ignoring disabled issues: [] 2022-11-23T02:06:54.2480798Z 2022-11-23T02:06:54.2481464Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T02:06:54.2482344Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_8fn0ffgw) 2022-11-23T02:06:54.2483293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:54.2483986Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:54.2484342Z 2022-11-23T02:06:54.2485348Z ##[endgroup] 2022-11-23T02:06:54.2485740Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_8fn0ffgw) 2022-11-23T02:06:54.2486025Z 2022-11-23T02:06:57.2280061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:06:57.2280804Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:06:57.2281166Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:06:57.3822246Z Running dynamo/test_global ... [2022-11-23 02:06:57.381996] 2022-11-23T02:06:57.3827863Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:57.382675] 2022-11-23T02:06:57.3829814Z Ignoring disabled issues: [] 2022-11-23T02:07:00.1716802Z 2022-11-23T02:07:00.1717453Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T02:07:00.1718986Z ##[group]PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_thzu33cq) 2022-11-23T02:07:00.1719896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:00.1722217Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:00.1722391Z 2022-11-23T02:07:00.1722659Z ##[endgroup] 2022-11-23T02:07:00.1723030Z FINISHED PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_thzu33cq) 2022-11-23T02:07:00.1723308Z 2022-11-23T02:07:03.1777293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:03.1778150Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:03.1778549Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:03.3297329Z Running dynamo/test_global_declaration ... [2022-11-23 02:07:03.324310] 2022-11-23T02:07:03.3302465Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:03.324310] 2022-11-23T02:07:03.3304211Z Ignoring disabled issues: [] 2022-11-23T02:07:05.5320928Z 2022-11-23T02:07:05.5321850Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T02:07:05.5322902Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_x4f6g8ti) 2022-11-23T02:07:05.5323236Z 2022-11-23T02:07:05.5323464Z ##[endgroup] 2022-11-23T02:07:05.5323858Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration_x4f6g8ti) 2022-11-23T02:07:05.5324165Z 2022-11-23T02:07:08.4828819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.4829810Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:08.4830176Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:08.6409912Z Running dynamo/test_minifier ... [2022-11-23 02:07:08.640338] 2022-11-23T02:07:08.6415287Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:08.640961] 2022-11-23T02:07:08.6417066Z Ignoring disabled issues: [] 2022-11-23T02:07:11.4309281Z 2022-11-23T02:07:11.4310157Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T02:07:11.4312392Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_obi6geeo) 2022-11-23T02:07:11.4313524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:11.4314230Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:11.4314386Z 2022-11-23T02:07:11.4314627Z ##[endgroup] 2022-11-23T02:07:11.4315000Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_obi6geeo) 2022-11-23T02:07:11.4315277Z 2022-11-23T02:07:14.3715701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:14.3716450Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:14.3716811Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:14.5242316Z Running dynamo/test_misc ... [2022-11-23 02:07:14.522979] 2022-11-23T02:07:14.5247576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:14.522979] 2022-11-23T02:07:14.5249414Z Ignoring disabled issues: [] 2022-11-23T02:07:17.3632724Z 2022-11-23T02:07:17.3633344Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T02:07:17.3634128Z ##[group]PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_ui12_c1v) 2022-11-23T02:07:17.3635008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:17.3635791Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:17.3635948Z 2022-11-23T02:07:17.3636179Z ##[endgroup] 2022-11-23T02:07:17.3636525Z FINISHED PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_ui12_c1v) 2022-11-23T02:07:17.3636792Z 2022-11-23T02:07:20.3393559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:20.3394554Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:20.3394901Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:20.4940578Z Running dynamo/test_model_output ... [2022-11-23 02:07:20.489531] 2022-11-23T02:07:20.4946138Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:20.489531] 2022-11-23T02:07:20.4947808Z Ignoring disabled issues: [] 2022-11-23T02:07:23.3335969Z 2022-11-23T02:07:23.3336756Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T02:07:23.3337608Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_g1gv176l) 2022-11-23T02:07:23.3338717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:23.3339433Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:23.3339597Z 2022-11-23T02:07:23.3339848Z ##[endgroup] 2022-11-23T02:07:23.3340319Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_g1gv176l) 2022-11-23T02:07:23.3340621Z 2022-11-23T02:07:26.3033799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:26.3034591Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:26.3034958Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:26.4567714Z Running dynamo/test_modules ... [2022-11-23 02:07:26.456134] 2022-11-23T02:07:26.4573613Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:26.456804] 2022-11-23T02:07:26.4575176Z Ignoring disabled issues: [] 2022-11-23T02:07:29.2247568Z 2022-11-23T02:07:29.2248090Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T02:07:29.2249058Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_k6afdphh) 2022-11-23T02:07:29.2250488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.2251455Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:29.2251621Z 2022-11-23T02:07:29.2251964Z ##[endgroup] 2022-11-23T02:07:29.2252347Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_k6afdphh) 2022-11-23T02:07:29.2252843Z 2022-11-23T02:07:32.1717872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:32.1718693Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:32.1719089Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:32.3249170Z Running dynamo/test_no_fake_tensors ... [2022-11-23 02:07:32.324242] 2022-11-23T02:07:32.3255030Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:32.324850] 2022-11-23T02:07:32.3256739Z Ignoring disabled issues: [] 2022-11-23T02:07:35.1305868Z 2022-11-23T02:07:35.1306561Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T02:07:35.1307430Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_qu9sfxsg) 2022-11-23T02:07:35.1308564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:35.1309330Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:35.1309510Z 2022-11-23T02:07:35.1322307Z ##[endgroup] 2022-11-23T02:07:35.1322779Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_no_fake_tensors_qu9sfxsg) 2022-11-23T02:07:35.1323101Z 2022-11-23T02:07:38.1494150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:38.1495009Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:38.1495369Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:38.3022209Z Running dynamo/test_nops ... [2022-11-23 02:07:38.300872] 2022-11-23T02:07:38.3027561Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:38.300872] 2022-11-23T02:07:38.3029415Z Ignoring disabled issues: [] 2022-11-23T02:07:41.0786987Z 2022-11-23T02:07:41.0787616Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T02:07:41.0788409Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_a0kzawpg) 2022-11-23T02:07:41.0789312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:41.0790070Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:41.0790228Z 2022-11-23T02:07:41.0790466Z ##[endgroup] 2022-11-23T02:07:41.0790887Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_a0kzawpg) 2022-11-23T02:07:41.0791364Z 2022-11-23T02:07:44.0396132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:44.0396909Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:44.0397272Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:44.1950532Z Running dynamo/test_optimizations ... [2022-11-23 02:07:44.194731] 2022-11-23T02:07:44.1956308Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:44.195390] 2022-11-23T02:07:44.1957882Z Ignoring disabled issues: [] 2022-11-23T02:07:46.9794140Z 2022-11-23T02:07:46.9794730Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T02:07:46.9795631Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_t1fof6k8) 2022-11-23T02:07:46.9796790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:46.9797551Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:46.9797717Z 2022-11-23T02:07:46.9797956Z ##[endgroup] 2022-11-23T02:07:46.9798424Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_t1fof6k8) 2022-11-23T02:07:46.9798724Z 2022-11-23T02:07:49.9810968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:49.9811746Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:49.9812121Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:50.1498552Z Running dynamo/test_optimizers ... [2022-11-23 02:07:50.144940] 2022-11-23T02:07:50.1504287Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:50.144940] 2022-11-23T02:07:50.1505711Z Ignoring disabled issues: [] 2022-11-23T02:07:52.9219565Z 2022-11-23T02:07:52.9220393Z Expand the folded group to see the log file of dynamo/test_optimizers 2022-11-23T02:07:52.9221233Z ##[group]PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_v4rd0kj8) 2022-11-23T02:07:52.9222135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:52.9222858Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:52.9223019Z 2022-11-23T02:07:52.9223480Z ##[endgroup] 2022-11-23T02:07:52.9223882Z FINISHED PRINTING LOG FILE of dynamo/test_optimizers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizers_v4rd0kj8) 2022-11-23T02:07:52.9224177Z 2022-11-23T02:07:55.9093581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:55.9094334Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:55.9094687Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:07:56.0643662Z Running dynamo/test_python_autograd ... [2022-11-23 02:07:56.064034] 2022-11-23T02:07:56.0649177Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:56.064655] 2022-11-23T02:07:56.0650962Z Ignoring disabled issues: [] 2022-11-23T02:07:58.7977537Z 2022-11-23T02:07:58.7978368Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T02:07:58.7979428Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_1w244dnb) 2022-11-23T02:07:58.7980357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:07:58.7981068Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:07:58.7981238Z 2022-11-23T02:07:58.7981486Z ##[endgroup] 2022-11-23T02:07:58.7981896Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_1w244dnb) 2022-11-23T02:07:58.7982199Z 2022-11-23T02:08:01.7297331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:01.7298105Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:01.7298469Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:01.8819726Z Running dynamo/test_recompile_ux ... [2022-11-23 02:08:01.881765] 2022-11-23T02:08:01.8825681Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:01.882389] 2022-11-23T02:08:01.8827566Z Ignoring disabled issues: [] 2022-11-23T02:08:04.6672924Z 2022-11-23T02:08:04.6673613Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T02:08:04.6674499Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_xhi6_oh1) 2022-11-23T02:08:04.6675463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:04.6676405Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:04.6676567Z 2022-11-23T02:08:04.6676818Z ##[endgroup] 2022-11-23T02:08:04.6677205Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_xhi6_oh1) 2022-11-23T02:08:04.6677506Z 2022-11-23T02:08:07.6659910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:07.6660670Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:07.6661043Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:07.8165691Z Running dynamo/test_replay_record ... [2022-11-23 02:08:07.808866] 2022-11-23T02:08:07.8170982Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:07.808866] 2022-11-23T02:08:07.8173128Z Ignoring disabled issues: [] 2022-11-23T02:08:10.6465454Z 2022-11-23T02:08:10.6466290Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T02:08:10.6467180Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_u2udmde8) 2022-11-23T02:08:10.6468100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:10.6468822Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:10.6468983Z 2022-11-23T02:08:10.6469236Z ##[endgroup] 2022-11-23T02:08:10.6469618Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_u2udmde8) 2022-11-23T02:08:10.6469916Z 2022-11-23T02:08:13.6116798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:13.6117569Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:13.6117939Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:13.7662735Z Running dynamo/test_repros ... [2022-11-23 02:08:13.765889] 2022-11-23T02:08:13.7668284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:13.766504] 2022-11-23T02:08:13.7671923Z Ignoring disabled issues: [] 2022-11-23T02:08:16.5665397Z 2022-11-23T02:08:16.5665875Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T02:08:16.5666691Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_h55xrwlu) 2022-11-23T02:08:16.5667570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:16.5668488Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:16.5668649Z 2022-11-23T02:08:16.5668891Z ##[endgroup] 2022-11-23T02:08:16.5669274Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_h55xrwlu) 2022-11-23T02:08:16.5669560Z 2022-11-23T02:08:19.5628862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:19.5629628Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:19.5630003Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:19.7213309Z Running dynamo/test_skip_non_tensor ... [2022-11-23 02:08:19.712882] 2022-11-23T02:08:19.7218636Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:19.712882] 2022-11-23T02:08:19.7220973Z Ignoring disabled issues: [] 2022-11-23T02:08:22.5920379Z 2022-11-23T02:08:22.5921143Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T02:08:22.5922035Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_kfe9i7wh) 2022-11-23T02:08:22.5922933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:22.5923642Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:22.5923800Z 2022-11-23T02:08:22.5924043Z ##[endgroup] 2022-11-23T02:08:22.5924444Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_kfe9i7wh) 2022-11-23T02:08:22.5924743Z 2022-11-23T02:08:25.5698200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:25.5698965Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:25.5699343Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:25.7250161Z Running dynamo/test_subgraphs ... [2022-11-23 02:08:25.724406] 2022-11-23T02:08:25.7255746Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:25.725022] 2022-11-23T02:08:25.7257533Z Ignoring disabled issues: [] 2022-11-23T02:08:28.5347616Z 2022-11-23T02:08:28.5348281Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T02:08:28.5349089Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_kxcvcouy) 2022-11-23T02:08:28.5349987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:28.5350898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:28.5351059Z 2022-11-23T02:08:28.5351306Z ##[endgroup] 2022-11-23T02:08:28.5351699Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_kxcvcouy) 2022-11-23T02:08:28.5351987Z 2022-11-23T02:08:31.5532832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:31.5533627Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:31.5533990Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:31.7056029Z Running dynamo/test_torchxla_integration ... [2022-11-23 02:08:31.705311] 2022-11-23T02:08:31.7061651Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:31.705913] 2022-11-23T02:08:31.7063209Z Ignoring disabled issues: [] 2022-11-23T02:08:34.1245041Z 2022-11-23T02:08:34.1245917Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T02:08:34.1246905Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_e30btlpu) 2022-11-23T02:08:34.1247236Z 2022-11-23T02:08:34.1247456Z ##[endgroup] 2022-11-23T02:08:34.1247898Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_e30btlpu) 2022-11-23T02:08:34.1248217Z 2022-11-23T02:08:37.1334097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:37.1334863Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:37.1335235Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:37.2861391Z Running dynamo/test_unspec ... [2022-11-23 02:08:37.277928] 2022-11-23T02:08:37.2866878Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:37.277928] 2022-11-23T02:08:37.2869173Z Ignoring disabled issues: [] 2022-11-23T02:08:40.1593464Z 2022-11-23T02:08:40.1594114Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T02:08:40.1594917Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_e7d1ibmn) 2022-11-23T02:08:40.1595789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:40.1596506Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:40.1596667Z 2022-11-23T02:08:40.1597221Z ##[endgroup] 2022-11-23T02:08:40.1597661Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_e7d1ibmn) 2022-11-23T02:08:40.1597941Z 2022-11-23T02:08:43.1480169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:08:43.1480942Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:43.1481342Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:43.3045592Z Running dynamo/test_verify_correctness ... [2022-11-23 02:08:43.295618] 2022-11-23T02:08:43.3051415Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:43.295618] 2022-11-23T02:08:43.3053018Z Ignoring disabled issues: [] 2022-11-23T02:08:46.0876126Z 2022-11-23T02:08:46.0876847Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T02:08:46.0877953Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_m9e4z4ub) 2022-11-23T02:08:46.0878882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:46.0879594Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:46.0879767Z 2022-11-23T02:08:46.0880011Z ##[endgroup] 2022-11-23T02:08:46.0880421Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_m9e4z4ub) 2022-11-23T02:08:46.0880733Z 2022-11-23T02:08:49.0375207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:49.0376057Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:49.0376422Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:49.1932208Z Running inductor/test_minifier ... [2022-11-23 02:08:49.192430] 2022-11-23T02:08:49.1938112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:49.193057] 2022-11-23T02:08:49.1938577Z Ignoring disabled issues: [] 2022-11-23T02:08:51.9806146Z 2022-11-23T02:08:51.9806779Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T02:08:51.9807636Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier__fntf0n9) 2022-11-23T02:08:51.9808548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:51.9809474Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:51.9809635Z 2022-11-23T02:08:51.9809858Z ##[endgroup] 2022-11-23T02:08:51.9810247Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier__fntf0n9) 2022-11-23T02:08:51.9810533Z 2022-11-23T02:08:54.9890694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:54.9891558Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:54.9891924Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:55.1417497Z Running inductor/test_perf ... [2022-11-23 02:08:55.141430] 2022-11-23T02:08:55.1423094Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:55.142050] 2022-11-23T02:08:55.1424949Z Ignoring disabled issues: [] 2022-11-23T02:08:58.5326747Z 2022-11-23T02:08:58.5327628Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T02:08:58.5329263Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_w2gh6k9g) 2022-11-23T02:08:58.5330204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:58.5330931Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:08:58.5331293Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:08:58.5331835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\eval_frame.py:436: UserWarning: Windows is not currently supported, torch._dynamo.optimize() will do nothing 2022-11-23T02:08:58.5332247Z warnings.warn( 2022-11-23T02:08:58.5332374Z 2022-11-23T02:08:58.5332607Z ##[endgroup] 2022-11-23T02:08:58.5332991Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_w2gh6k9g) 2022-11-23T02:08:58.5333278Z 2022-11-23T02:09:01.5298131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:01.5298922Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:01.5299293Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:01.6865966Z Running inductor/test_smoke ... [2022-11-23 02:09:01.679789] 2022-11-23T02:09:01.6871279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_smoke.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:01.679789] 2022-11-23T02:09:01.6873096Z Ignoring disabled issues: [] 2022-11-23T02:09:04.1171850Z 2022-11-23T02:09:04.1172337Z Expand the folded group to see the log file of inductor/test_smoke 2022-11-23T02:09:04.1173172Z ##[group]PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_0pk89skd) 2022-11-23T02:09:04.1174183Z 2022-11-23T02:09:04.1174440Z ##[endgroup] 2022-11-23T02:09:04.1174835Z FINISHED PRINTING LOG FILE of inductor/test_smoke (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_smoke_0pk89skd) 2022-11-23T02:09:04.1175125Z 2022-11-23T02:09:07.0911940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.0912724Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:07.0913097Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:07.2462583Z Running inductor/test_torchinductor ... [2022-11-23 02:09:07.238380] 2022-11-23T02:09:07.2467868Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:07.238380] 2022-11-23T02:09:07.2470168Z Ignoring disabled issues: [] 2022-11-23T02:09:10.2149664Z 2022-11-23T02:09:10.2150145Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T02:09:10.2151211Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_lrptsv8b) 2022-11-23T02:09:10.2152189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:10.2152950Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:10.2153266Z : No module named 'filelock' 2022-11-23T02:09:10.2153425Z 2022-11-23T02:09:10.2153670Z ##[endgroup] 2022-11-23T02:09:10.2154079Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_lrptsv8b) 2022-11-23T02:09:10.2154391Z 2022-11-23T02:09:13.1895524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:13.1896301Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:13.1896655Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:13.3523282Z Running lazy/test_bindings ... [2022-11-23 02:09:13.351808] 2022-11-23T02:09:13.3529101Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:13.352435] 2022-11-23T02:09:13.3531130Z Ignoring disabled issues: [] 2022-11-23T02:09:15.5879561Z 2022-11-23T02:09:15.5880332Z Expand the folded group to see the log file of lazy/test_bindings 2022-11-23T02:09:15.5881104Z ##[group]PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_1dlzvfzr) 2022-11-23T02:09:15.5881386Z 2022-11-23T02:09:15.5881627Z ##[endgroup] 2022-11-23T02:09:15.5882010Z FINISHED PRINTING LOG FILE of lazy/test_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_bindings_1dlzvfzr) 2022-11-23T02:09:15.5882280Z 2022-11-23T02:09:18.6386691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:18.6387483Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:18.6387848Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:18.7937322Z Running lazy/test_debug_util ... [2022-11-23 02:09:18.793396] 2022-11-23T02:09:18.7943285Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:18.794009] 2022-11-23T02:09:18.7944647Z Ignoring disabled issues: [] 2022-11-23T02:09:21.4638999Z 2022-11-23T02:09:21.4639522Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T02:09:21.4640370Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_ap1xnhkf) 2022-11-23T02:09:21.4641543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:21.4642266Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:21.4642427Z 2022-11-23T02:09:21.4642513Z Running tests... 2022-11-23T02:09:21.4642795Z ---------------------------------------------------------------------- 2022-11-23T02:09:21.4643205Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T02:09:21.4643647Z skip: To be fixed (0.000s) 2022-11-23T02:09:21.4643800Z 2022-11-23T02:09:21.4643962Z ---------------------------------------------------------------------- 2022-11-23T02:09:21.4644231Z Ran 1 test in 0.000s 2022-11-23T02:09:21.4644357Z 2022-11-23T02:09:21.4644439Z OK (skipped=1) 2022-11-23T02:09:21.4644558Z 2022-11-23T02:09:21.4645436Z Generating XML reports... 2022-11-23T02:09:21.4645935Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123020921.xml 2022-11-23T02:09:21.4646224Z 2022-11-23T02:09:21.4646744Z ##[endgroup] 2022-11-23T02:09:21.4647122Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_ap1xnhkf) 2022-11-23T02:09:21.4647467Z 2022-11-23T02:09:24.4237459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:24.4238432Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:24.4238812Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:24.5793040Z Running lazy/test_extract_compiled_graph ... [2022-11-23 02:09:24.578870] 2022-11-23T02:09:24.5798301Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:24.578870] 2022-11-23T02:09:24.5800192Z Ignoring disabled issues: [] 2022-11-23T02:09:26.8240338Z 2022-11-23T02:09:26.8240833Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T02:09:26.8241885Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_o4sofy8g) 2022-11-23T02:09:26.8242210Z 2022-11-23T02:09:26.8242445Z ##[endgroup] 2022-11-23T02:09:26.8242877Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_o4sofy8g) 2022-11-23T02:09:26.8243192Z 2022-11-23T02:09:29.7790591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:29.7791422Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:29.7791863Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:29.9414483Z Running lazy/test_meta_kernel ... [2022-11-23 02:09:29.937587] 2022-11-23T02:09:29.9419650Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:29.937587] 2022-11-23T02:09:29.9421998Z Ignoring disabled issues: [] 2022-11-23T02:09:32.5527820Z 2022-11-23T02:09:32.5528425Z Expand the folded group to see the log file of lazy/test_meta_kernel 2022-11-23T02:09:32.5529262Z ##[group]PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_9kejc0l4) 2022-11-23T02:09:32.5530167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:32.5530948Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:32.5531108Z 2022-11-23T02:09:32.5531350Z ##[endgroup] 2022-11-23T02:09:32.5531717Z FINISHED PRINTING LOG FILE of lazy/test_meta_kernel (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_meta_kernel_9kejc0l4) 2022-11-23T02:09:32.5532005Z 2022-11-23T02:09:35.5174927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:35.5175697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:35.5176076Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:35.6711423Z Running lazy/test_reuse_ir ... [2022-11-23 02:09:35.665932] 2022-11-23T02:09:35.6716760Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:35.665932] 2022-11-23T02:09:35.6718506Z Ignoring disabled issues: [] 2022-11-23T02:09:38.3398035Z 2022-11-23T02:09:38.3398894Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T02:09:38.3400043Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_bvmn6l7h) 2022-11-23T02:09:38.3401414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:38.3402766Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:38.3403019Z 2022-11-23T02:09:38.3403136Z Running tests... 2022-11-23T02:09:38.3403590Z ---------------------------------------------------------------------- 2022-11-23T02:09:38.3404224Z testAdd (__main__.TestLazyReuseIr) ... Test results will be stored in test-reports\python-unittest\lazy.test_reuse_ir 2022-11-23T02:09:38.3404755Z skip: To be fixed (0.000s) 2022-11-23T02:09:38.3405207Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T02:09:38.3405826Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.010s) 2022-11-23T02:09:38.3406350Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-11-23T02:09:38.3406649Z 2022-11-23T02:09:38.3406897Z ---------------------------------------------------------------------- 2022-11-23T02:09:38.3407315Z Ran 4 tests in 0.000s 2022-11-23T02:09:38.3407515Z 2022-11-23T02:09:38.3407650Z OK (skipped=4) 2022-11-23T02:09:38.3407848Z 2022-11-23T02:09:38.3408013Z Generating XML reports... 2022-11-23T02:09:38.3408752Z Generated XML report: test-reports\python-unittest\lazy.test_reuse_ir\TEST-TestLazyReuseIr-20221123020937.xml 2022-11-23T02:09:38.3409171Z 2022-11-23T02:09:38.3409562Z ##[endgroup] 2022-11-23T02:09:38.3410153Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_reuse_ir_bvmn6l7h) 2022-11-23T02:09:38.3410574Z 2022-11-23T02:09:41.3378716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:09:41.3379665Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:41.3380101Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:41.4941057Z Running lazy/test_step_closures ... [2022-11-23 02:09:41.491833] 2022-11-23T02:09:41.4946787Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:41.491833] 2022-11-23T02:09:41.4948290Z Ignoring disabled issues: [] 2022-11-23T02:09:46.7007992Z 2022-11-23T02:09:46.7009513Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T02:09:46.7010373Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_09q_kja0) 2022-11-23T02:09:46.7011420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:46.7012146Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:46.7012313Z 2022-11-23T02:09:46.7012400Z Running tests... 2022-11-23T02:09:46.7012684Z ---------------------------------------------------------------------- 2022-11-23T02:09:46.7013058Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T02:09:46.7013388Z test_asynchronous (__main__.ClosuresTest) ... ok (0.479s) 2022-11-23T02:09:46.7013705Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.002s) 2022-11-23T02:09:46.7014018Z test_synchronous (__main__.ClosuresTest) ... ok (1.003s) 2022-11-23T02:09:46.7014628Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.002s) 2022-11-23T02:09:46.7014811Z 2022-11-23T02:09:46.7015024Z ---------------------------------------------------------------------- 2022-11-23T02:09:46.7015299Z Ran 4 tests in 2.484s 2022-11-23T02:09:46.7015429Z 2022-11-23T02:09:46.7015481Z OK 2022-11-23T02:09:46.7015586Z 2022-11-23T02:09:46.7015688Z Generating XML reports... 2022-11-23T02:09:46.7016068Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123020943.xml 2022-11-23T02:09:46.7016331Z 2022-11-23T02:09:46.7016576Z ##[endgroup] 2022-11-23T02:09:46.7016967Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_09q_kja0) 2022-11-23T02:09:46.7017256Z 2022-11-23T02:09:49.7142760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:49.7143544Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:49.7144116Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:09:49.8699575Z Running lazy/test_ts_opinfo ... [2022-11-23 02:09:49.865084] 2022-11-23T02:09:49.8705188Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:49.865084] 2022-11-23T02:09:49.8707350Z Ignoring disabled issues: [] 2022-11-23T02:09:57.3008189Z 2022-11-23T02:09:57.3008923Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-11-23T02:09:57.3009909Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_lqdxyvu0) 2022-11-23T02:09:57.3010830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:57.3011534Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:09:57.3011692Z 2022-11-23T02:09:57.3011775Z Running tests... 2022-11-23T02:09:57.3012059Z ---------------------------------------------------------------------- 2022-11-23T02:09:57.3012406Z Test results will be stored in test-reports\python-unittest\lazy.test_ts_opinfo 2022-11-23T02:09:57.3012770Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.284s) 2022-11-23T02:09:57.3013168Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.000s) 2022-11-23T02:09:57.3013534Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.006s) 2022-11-23T02:09:57.3013848Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.004s) 2022-11-23T02:09:57.3014031Z 2022-11-23T02:09:57.3014193Z ---------------------------------------------------------------------- 2022-11-23T02:09:57.3014463Z Ran 4 tests in 0.297s 2022-11-23T02:09:57.3014571Z 2022-11-23T02:09:57.3014651Z OK (skipped=1) 2022-11-23T02:09:57.3014766Z 2022-11-23T02:09:57.3014864Z Generating XML reports... 2022-11-23T02:09:57.3015255Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyDynamicOps-20221123020956.xml 2022-11-23T02:09:57.3015766Z Generated XML report: test-reports\python-unittest\lazy.test_ts_opinfo\TEST-TestLazyTensor-20221123020956.xml 2022-11-23T02:09:57.3016238Z 2022-11-23T02:09:57.3016499Z ##[endgroup] 2022-11-23T02:09:57.3016886Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_ts_opinfo_lqdxyvu0) 2022-11-23T02:09:57.3017167Z 2022-11-23T02:10:00.3357583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:00.3358367Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:00.3358732Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:00.4928008Z Running nn/test_convolution ... [2022-11-23 02:10:00.492465] 2022-11-23T02:10:00.4934121Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:00.493092] 2022-11-23T02:10:00.4936266Z Ignoring disabled issues: [] 2022-11-23T02:10:10.7260736Z 2022-11-23T02:10:10.7261220Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T02:10:10.7263259Z ##[group]PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_6hs2juse) 2022-11-23T02:10:10.7264587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:10.7265322Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:10.7265494Z 2022-11-23T02:10:10.7265581Z Running tests... 2022-11-23T02:10:10.7265868Z ---------------------------------------------------------------------- 2022-11-23T02:10:10.7266245Z Test results will be stored in test-reports\python-unittest\nn.test_convolution 2022-11-23T02:10:10.7267020Z 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-23T02:10:10.7267723Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-11-23T02:10:10.7267976Z ok (0.023s) 2022-11-23T02:10:10.7268227Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.009s) 2022-11-23T02:10:10.7268519Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.031s) 2022-11-23T02:10:10.7268844Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (0.659s) 2022-11-23T02:10:10.7269183Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.047s) 2022-11-23T02:10:10.7269514Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.014s) 2022-11-23T02:10:10.7269852Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T02:10:10.7270252Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.010s) 2022-11-23T02:10:10.7270678Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:10:10.7271061Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T02:10:10.7271404Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.013s) 2022-11-23T02:10:10.7271738Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.009s) 2022-11-23T02:10:10.7272206Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.009s) 2022-11-23T02:10:10.7272542Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T02:10:10.7272911Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... skip: CUDA not available (0.001s) 2022-11-23T02:10:10.7273300Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.004s) 2022-11-23T02:10:10.7273772Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (4.749s) 2022-11-23T02:10:10.7274192Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T02:10:10.7274572Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.071s) 2022-11-23T02:10:10.7274906Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.052s) 2022-11-23T02:10:10.7275279Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:10:10.7275636Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T02:10:10.7276003Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.026s) 2022-11-23T02:10:10.7276367Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T02:10:10.7277305Z 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-23T02:10:10.7278063Z warnings.warn( 2022-11-23T02:10:10.7278264Z ok (0.056s) 2022-11-23T02:10:10.7278513Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.010s) 2022-11-23T02:10:10.7278876Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... skip: CUDA not available (0.000s) 2022-11-23T02:10:10.7279270Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:10:10.7279617Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T02:10:10.7279962Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (0.193s) 2022-11-23T02:10:10.7280293Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.074s) 2022-11-23T02:10:10.7280620Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.051s) 2022-11-23T02:10:10.7280944Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.073s) 2022-11-23T02:10:10.7281273Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.059s) 2022-11-23T02:10:10.7281582Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.069s) 2022-11-23T02:10:10.7281914Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (0.066s) 2022-11-23T02:10:10.7282287Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:10:10.7283176Z 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-23T02:10:10.7283893Z warnings.warn( 2022-11-23T02:10:10.7284085Z ok (0.009s) 2022-11-23T02:10:10.7284338Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.019s) 2022-11-23T02:10:10.7284664Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.012s) 2022-11-23T02:10:10.7285039Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T02:10:10.7285388Z test_nnpack_conv (__main__.TestConvolutionNN) ... skip: NNPACK unavailable (0.002s) 2022-11-23T02:10:10.7285895Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... skip: CUDA not available (0.002s) 2022-11-23T02:10:10.7286121Z 2022-11-23T02:10:10.7286291Z ---------------------------------------------------------------------- 2022-11-23T02:10:10.7286561Z Ran 43 tests in 6.438s 2022-11-23T02:10:10.7286687Z 2022-11-23T02:10:10.7286769Z OK (skipped=9) 2022-11-23T02:10:10.7286886Z 2022-11-23T02:10:10.7286982Z Generating XML reports... 2022-11-23T02:10:10.7287399Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNN-20221123021003.xml 2022-11-23T02:10:10.7287829Z 2022-11-23T02:10:10.7288337Z ##[endgroup] 2022-11-23T02:10:10.7288942Z FINISHED PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution_6hs2juse) 2022-11-23T02:10:10.7289416Z 2022-11-23T02:10:13.6821686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:13.6822555Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:13.6822932Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:13.8426396Z Running nn/test_dropout ... [2022-11-23 02:10:13.842299] 2022-11-23T02:10:13.8432028Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:13.842902] 2022-11-23T02:10:13.8434991Z Ignoring disabled issues: [] 2022-11-23T02:10:17.1863537Z 2022-11-23T02:10:17.1864331Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T02:10:17.1865200Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_eydl1r4q) 2022-11-23T02:10:17.1866101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:17.1866839Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:17.1867006Z 2022-11-23T02:10:17.1867091Z Running tests... 2022-11-23T02:10:17.1867378Z ---------------------------------------------------------------------- 2022-11-23T02:10:17.1867729Z Test results will be stored in test-reports\python-unittest\nn.test_dropout 2022-11-23T02:10:17.1868076Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.006s) 2022-11-23T02:10:17.1868405Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.095s) 2022-11-23T02:10:17.1868734Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.003s) 2022-11-23T02:10:17.1869097Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:10:17.1869310Z 2022-11-23T02:10:17.1869472Z ---------------------------------------------------------------------- 2022-11-23T02:10:17.1869731Z Ran 4 tests in 0.109s 2022-11-23T02:10:17.1869860Z 2022-11-23T02:10:17.1869943Z OK (skipped=1) 2022-11-23T02:10:17.1870065Z 2022-11-23T02:10:17.1870167Z Generating XML reports... 2022-11-23T02:10:17.1870549Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNN-20221123021016.xml 2022-11-23T02:10:17.1871018Z 2022-11-23T02:10:17.1871276Z ##[endgroup] 2022-11-23T02:10:17.1871655Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_eydl1r4q) 2022-11-23T02:10:17.1871931Z 2022-11-23T02:10:20.2282144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:20.2282968Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:20.2283400Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:20.3828077Z Running nn/test_embedding ... [2022-11-23 02:10:20.380964] 2022-11-23T02:10:20.3833711Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:20.380964] 2022-11-23T02:10:20.3835629Z Ignoring disabled issues: [] 2022-11-23T02:10:24.4298919Z 2022-11-23T02:10:24.4299746Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T02:10:24.4300834Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_vkbhausm) 2022-11-23T02:10:24.4301742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:24.4302451Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:24.4302619Z 2022-11-23T02:10:24.4302704Z Running tests... 2022-11-23T02:10:24.4302991Z ---------------------------------------------------------------------- 2022-11-23T02:10:24.4303348Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T02:10:24.4303711Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.007s) 2022-11-23T02:10:24.4304070Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4304433Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4304777Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.746s) 2022-11-23T02:10:24.4305138Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4305501Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4306146Z 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-23T02:10:24.4306726Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T02:10:24.4306938Z ok (0.002s) 2022-11-23T02:10:24.4307216Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4307558Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4307910Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4308267Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4308636Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4309002Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4309421Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T02:10:24.4309746Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T02:10:24.4310135Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:10:24.4310526Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T02:10:24.4310870Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.009s) 2022-11-23T02:10:24.4311229Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T02:10:24.4311573Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T02:10:24.4311931Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T02:10:24.4312117Z 2022-11-23T02:10:24.4312280Z ---------------------------------------------------------------------- 2022-11-23T02:10:24.4312553Z Ran 21 tests in 0.796s 2022-11-23T02:10:24.4312680Z 2022-11-23T02:10:24.4312761Z OK (skipped=1) 2022-11-23T02:10:24.4312875Z 2022-11-23T02:10:24.4312969Z Generating XML reports... 2022-11-23T02:10:24.4313353Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123021023.xml 2022-11-23T02:10:24.4313624Z 2022-11-23T02:10:24.4313926Z ##[endgroup] 2022-11-23T02:10:24.4314312Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_vkbhausm) 2022-11-23T02:10:24.4314589Z 2022-11-23T02:10:27.4312375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:27.4313250Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:27.4313626Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:27.5866038Z Running nn/test_lazy_modules ... [2022-11-23 02:10:27.586216] 2022-11-23T02:10:27.5872009Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:27.586216] 2022-11-23T02:10:27.5873509Z Ignoring disabled issues: [] 2022-11-23T02:10:32.0302813Z 2022-11-23T02:10:32.0303534Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T02:10:32.0304410Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_6qrsyxf8) 2022-11-23T02:10:32.0305310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:32.0306029Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:32.0306199Z 2022-11-23T02:10:32.0306267Z Running tests... 2022-11-23T02:10:32.0306558Z ---------------------------------------------------------------------- 2022-11-23T02:10:32.0307062Z Test results will be stored in test-reports\python-unittest\nn.test_lazy_modules 2022-11-23T02:10:32.0307578Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.088s) 2022-11-23T02:10:32.0308006Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0308616Z 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-23T02:10:32.0309467Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:10:32.0309833Z ok (0.026s) 2022-11-23T02:10:32.0310187Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-11-23T02:10:32.0310594Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0310927Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T02:10:32.0311259Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0311594Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:10:32.0311900Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0312231Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:10:32.0312563Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0312889Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.016s) 2022-11-23T02:10:32.0313208Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0313528Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0313909Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0314222Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0314543Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0314853Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.021s) 2022-11-23T02:10:32.0315164Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T02:10:32.0315587Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0315927Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T02:10:32.0316328Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0316643Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.029s) 2022-11-23T02:10:32.0316982Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.013s) 2022-11-23T02:10:32.0317335Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0317673Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.275s) 2022-11-23T02:10:32.0318013Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.119s) 2022-11-23T02:10:32.0318364Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0318685Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.016s) 2022-11-23T02:10:32.0318998Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T02:10:32.0319626Z 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-23T02:10:32.0320248Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:10:32.0320522Z ok (0.000s) 2022-11-23T02:10:32.0320790Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T02:10:32.0321139Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:10:32.0321470Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0321861Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0322206Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:10:32.0322664Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:10:32.0322995Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T02:10:32.0323335Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0323655Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.014s) 2022-11-23T02:10:32.0323993Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0324318Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0324651Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0324990Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0325318Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T02:10:32.0325615Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T02:10:32.0326348Z 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-23T02:10:32.0326973Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:10:32.0327305Z ok (0.002s) 2022-11-23T02:10:32.0327576Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0327966Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0328285Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0328624Z test_linear_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T02:10:32.0328971Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-11-23T02:10:32.0329325Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T02:10:32.0329643Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.009s) 2022-11-23T02:10:32.0329951Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0330263Z test_weight_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T02:10:32.0330415Z 2022-11-23T02:10:32.0330582Z ---------------------------------------------------------------------- 2022-11-23T02:10:32.0330856Z Ran 54 tests in 1.250s 2022-11-23T02:10:32.0330991Z 2022-11-23T02:10:32.0331075Z OK (skipped=1) 2022-11-23T02:10:32.0331197Z 2022-11-23T02:10:32.0331300Z Generating XML reports... 2022-11-23T02:10:32.0331690Z Generated XML report: test-reports\python-unittest\nn.test_lazy_modules\TEST-TestLazyModules-20221123021030.xml 2022-11-23T02:10:32.0331958Z 2022-11-23T02:10:32.0332250Z ##[endgroup] 2022-11-23T02:10:32.0332606Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_6qrsyxf8) 2022-11-23T02:10:32.0332884Z 2022-11-23T02:10:35.0008914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:35.0009768Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:35.0010139Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:35.1545713Z Running nn/test_module_hooks ... [2022-11-23 02:10:35.146904] 2022-11-23T02:10:35.1551027Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:35.146904] 2022-11-23T02:10:35.1552892Z Ignoring disabled issues: [] 2022-11-23T02:10:38.4401218Z 2022-11-23T02:10:38.4402033Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T02:10:38.4402927Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_9jwuxzfm) 2022-11-23T02:10:38.4403818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:38.4404521Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:38.4404682Z 2022-11-23T02:10:38.4404767Z Running tests... 2022-11-23T02:10:38.4405030Z ---------------------------------------------------------------------- 2022-11-23T02:10:38.4405403Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T02:10:38.4405762Z test_forward_hooks (__main__.TestModuleHooks) ... ok (0.503s) 2022-11-23T02:10:38.4406078Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2022-11-23T02:10:38.4406519Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.004s) 2022-11-23T02:10:38.4407048Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.003s) 2022-11-23T02:10:38.4407350Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.006s) 2022-11-23T02:10:38.4407517Z 2022-11-23T02:10:38.4407680Z ---------------------------------------------------------------------- 2022-11-23T02:10:38.4407946Z Ran 5 tests in 0.531s 2022-11-23T02:10:38.4408072Z 2022-11-23T02:10:38.4408141Z OK 2022-11-23T02:10:38.4408244Z 2022-11-23T02:10:38.4408345Z Generating XML reports... 2022-11-23T02:10:38.4408731Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123021037.xml 2022-11-23T02:10:38.4408998Z 2022-11-23T02:10:38.4409223Z ##[endgroup] 2022-11-23T02:10:38.4409607Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_9jwuxzfm) 2022-11-23T02:10:38.4409891Z 2022-11-23T02:10:41.4166860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:41.4167626Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:41.4167995Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:41.5722854Z Running nn/test_packed_sequence ... [2022-11-23 02:10:41.571533] 2022-11-23T02:10:41.5730713Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:41.572783] 2022-11-23T02:10:41.5732555Z Ignoring disabled issues: [] 2022-11-23T02:10:45.7236258Z 2022-11-23T02:10:45.7237057Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T02:10:45.7238069Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_9tx1chin) 2022-11-23T02:10:45.7238969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:45.7239893Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:45.7240055Z 2022-11-23T02:10:45.7240137Z Running tests... 2022-11-23T02:10:45.7240394Z ---------------------------------------------------------------------- 2022-11-23T02:10:45.7240766Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T02:10:45.7241136Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.156s) 2022-11-23T02:10:45.7241468Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.127s) 2022-11-23T02:10:45.7241779Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.026s) 2022-11-23T02:10:45.7242173Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.007s) 2022-11-23T02:10:45.7242548Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T02:10:45.7242903Z test_to (__main__.PackedSequenceTest) ... ok (0.005s) 2022-11-23T02:10:45.7243210Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-11-23T02:10:45.7243521Z test_total_length (__main__.PackedSequenceTest) ... ok (0.004s) 2022-11-23T02:10:45.7243810Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T02:10:45.7244134Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.044s) 2022-11-23T02:10:45.7244574Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.017s) 2022-11-23T02:10:45.7244883Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.016s) 2022-11-23T02:10:45.7245196Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T02:10:45.7245370Z 2022-11-23T02:10:45.7245527Z ---------------------------------------------------------------------- 2022-11-23T02:10:45.7245789Z Ran 12 tests in 1.422s 2022-11-23T02:10:45.7245911Z 2022-11-23T02:10:45.7245975Z OK 2022-11-23T02:10:45.7246072Z 2022-11-23T02:10:45.7246167Z Generating XML reports... 2022-11-23T02:10:45.7246641Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123021043.xml 2022-11-23T02:10:45.7246925Z 2022-11-23T02:10:45.7247197Z ##[endgroup] 2022-11-23T02:10:45.7247585Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_9tx1chin) 2022-11-23T02:10:45.7247880Z 2022-11-23T02:10:48.6945069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:48.6945820Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:48.6946177Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:48.8498513Z Running profiler/test_memory_profiler ... [2022-11-23 02:10:48.849620] 2022-11-23T02:10:48.8504384Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:48.850225] 2022-11-23T02:10:48.8506288Z Ignoring disabled issues: [] 2022-11-23T02:10:52.2763343Z 2022-11-23T02:10:52.2764190Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T02:10:52.2765028Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_ikwbcooy) 2022-11-23T02:10:52.2767214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:52.2768331Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:52.2768532Z 2022-11-23T02:10:52.2768611Z Running tests... 2022-11-23T02:10:52.2768939Z ---------------------------------------------------------------------- 2022-11-23T02:10:52.2769434Z Test results will be stored in test-reports\python-unittest\profiler.test_memory_profiler 2022-11-23T02:10:52.2770068Z test_match_schemas (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2770771Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2771430Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2771867Z ok (0.496s) 2022-11-23T02:10:52.2792660Z test_match_schemas_backward (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2793369Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2794093Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2794486Z ok (0.008s) 2022-11-23T02:10:52.2794941Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2795607Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2796212Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2796589Z ok (0.000s) 2022-11-23T02:10:52.2797078Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2797738Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2798347Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2799060Z 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:10:52.2799633Z warnings.warn(message, UserWarning) 2022-11-23T02:10:52.2800102Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2800706Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2801396Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2801984Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2802576Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2803165Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2803749Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2804340Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2804937Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2805355Z ok (0.063s) 2022-11-23T02:10:52.2805919Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2806767Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2807360Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2807731Z ok (0.025s) 2022-11-23T02:10:52.2808213Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2808885Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2809486Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2810065Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2810668Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2811258Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2811903Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2812537Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2813111Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2814277Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2814869Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2815471Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2815840Z ok (0.088s) 2022-11-23T02:10:52.2816512Z 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-23T02:10:52.2817423Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2818234Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2818902Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2819500Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2820088Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2820694Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2821070Z ok (0.015s) 2022-11-23T02:10:52.2821522Z test_config_check (__main__.TestMemoryProfiler) ... STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2822172Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2822776Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2823376Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2824027Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2824675Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2825268Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:52.2825859Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:52.2826513Z STAGE:2022-11-23 02:10:51 4336:5716 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:52.2826883Z ok (0.006s) 2022-11-23T02:10:52.2826979Z 2022-11-23T02:10:52.2827139Z ---------------------------------------------------------------------- 2022-11-23T02:10:52.2827399Z Ran 9 tests in 0.703s 2022-11-23T02:10:52.2827520Z 2022-11-23T02:10:52.2827596Z OK (skipped=1) 2022-11-23T02:10:52.2827712Z 2022-11-23T02:10:52.2827806Z Generating XML reports... 2022-11-23T02:10:52.2828195Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestDataFlow-20221123021051.xml 2022-11-23T02:10:52.2828736Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestIdentifyGradients-20221123021051.xml 2022-11-23T02:10:52.2829280Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestMemoryProfiler-20221123021051.xml 2022-11-23T02:10:52.2829565Z 2022-11-23T02:10:52.2829965Z ##[endgroup] 2022-11-23T02:10:52.2830424Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_ikwbcooy) 2022-11-23T02:10:52.2830740Z 2022-11-23T02:10:55.3382516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:10:55.3383279Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:10:55.3383638Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:10:55.4943715Z Running profiler/test_profiler ... [2022-11-23 02:10:55.493620] 2022-11-23T02:10:55.4949685Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:55.494218] 2022-11-23T02:10:55.4950149Z Ignoring disabled issues: [] 2022-11-23T02:11:10.7042188Z 2022-11-23T02:11:10.7042714Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T02:11:10.7043511Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_m3luwvbi) 2022-11-23T02:11:10.7049469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:10.7050604Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:10.7051088Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:10.7051405Z 2022-11-23T02:11:10.7051531Z Running tests... 2022-11-23T02:11:10.7051937Z ---------------------------------------------------------------------- 2022-11-23T02:11:10.7052513Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler 2022-11-23T02:11:10.7053087Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.029s) 2022-11-23T02:11:10.7053470Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.006s) 2022-11-23T02:11:10.7053872Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.040s) 2022-11-23T02:11:10.7054313Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.021s) 2022-11-23T02:11:10.7055188Z 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-23T02:11:10.7055895Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T02:11:10.7056632Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T02:11:10.7057438Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7058276Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7059015Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7059682Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7060406Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7061032Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7061404Z ok (0.044s) 2022-11-23T02:11:10.7061662Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-11-23T02:11:10.7061976Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-11-23T02:11:10.7062563Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7063295Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7063919Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7064532Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7065202Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7065881Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7066479Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7067084Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7067701Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7068092Z ok (0.018s) 2022-11-23T02:11:10.7068411Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-11-23T02:11:10.7068936Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-11-23T02:11:10.7069577Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7070273Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7070900Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7071568Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7072210Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7072822Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7073487Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7074096Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7074702Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7075309Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7075903Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7076514Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7077108Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7077754Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7078420Z STAGE:2022-11-23 02:10:58 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7078787Z ok (0.207s) 2022-11-23T02:11:10.7079098Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-11-23T02:11:10.7079714Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7080403Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7081016Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7081678Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7082278Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7082888Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7083495Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7084153Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7084794Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7085443Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7086048Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7086669Z STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7087146Z ok (0.085s) 2022-11-23T02:11:10.7087477Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.003s) 2022-11-23T02:11:10.7088088Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:10:59 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7088779Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7089391Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7089781Z ok (1.303s) 2022-11-23T02:11:10.7090329Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7091104Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7091737Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7092364Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7092967Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7093577Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7094236Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7094832Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7095438Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7096035Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7096686Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7097276Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7097926Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7099016Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7099649Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7100250Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7100857Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7101462Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7101850Z ok (0.217s) 2022-11-23T02:11:10.7102348Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7103106Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7103761Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7104152Z ok (0.008s) 2022-11-23T02:11:10.7104661Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7105358Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7105965Z STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7106351Z ok (0.172s) 2022-11-23T02:11:10.7106871Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:00 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7107934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:10.7108632Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:10.7108990Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:10.7109849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:10.7110584Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:10.7110914Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:10.7111447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:11:10.7111868Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:11:10.7112306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:11:10.7112740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:11:10.7113182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:11:10.7113596Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:11:10.7114327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:10.7115014Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:10.7115362Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:10.7115904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:11:10.7116380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:11:10.7116837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:11:10.7117254Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:11:10.7117688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:11:10.7118285Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:11:10.7119058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:10.7119810Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:10.7120158Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:10.7120640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:11:10.7121037Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:11:10.7121470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:11:10.7121955Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:11:10.7122443Z STAGE:2022-11-23 02:11:04 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7123114Z STAGE:2022-11-23 02:11:04 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7123506Z ok (4.243s) 2022-11-23T02:11:10.7123784Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T02:11:10.7124129Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T02:11:10.7124781Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7125480Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7126098Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7126483Z ok (0.040s) 2022-11-23T02:11:10.7126962Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7127736Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7128354Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7128800Z ok (0.015s) 2022-11-23T02:11:10.7129071Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.008s) 2022-11-23T02:11:10.7129428Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-11-23T02:11:10.7129747Z ok (0.002s) 2022-11-23T02:11:10.7130211Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7130868Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7131480Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7131853Z ok (0.012s) 2022-11-23T02:11:10.7132288Z test_flops (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7132970Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7133589Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7133965Z ok (0.055s) 2022-11-23T02:11:10.7134191Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T02:11:10.7134702Z Checks that python side high level events are recorded. ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7135407Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7136066Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7136659Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7137303Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7137900Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7138479Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7139065Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7139660Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7140033Z ok (0.252s) 2022-11-23T02:11:10.7140480Z test_kineto (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7141117Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7141772Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7142418Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7143012Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7143598Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7143952Z ok (0.006s) 2022-11-23T02:11:10.7144223Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-11-23T02:11:10.7144915Z 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-23T02:11:10.7145787Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7146428Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7147031Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7147650Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7148268Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7148904Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7149540Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7150125Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7150702Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7151289Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7151882Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7152480Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7152851Z ok (0.135s) 2022-11-23T02:11:10.7153300Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7153937Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7154598Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7155021Z ok (0.033s) 2022-11-23T02:11:10.7155660Z 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-23T02:11:10.7156282Z inp = torch.nested.nested_tensor([a, b]) 2022-11-23T02:11:10.7156717Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7157359Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7157959Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7158329Z ok (0.000s) 2022-11-23T02:11:10.7158559Z test_oom_tracing (__main__.TestProfiler) ... ok (0.000s) 2022-11-23T02:11:10.7158841Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T02:11:10.7159402Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7160077Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7160736Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7161424Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7162017Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7162616Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7163198Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7163786Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7164385Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7164969Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7165548Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7166140Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7166752Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7167454Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7168096Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7168474Z ok (0.134s) 2022-11-23T02:11:10.7168809Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-11-23T02:11:10.7169402Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7170109Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7170719Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7171094Z ok (0.009s) 2022-11-23T02:11:10.7171530Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7172171Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7172779Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7173426Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7174120Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7174718Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7175300Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7175884Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7176470Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7177052Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7177640Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7178233Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7178592Z ok (0.016s) 2022-11-23T02:11:10.7179050Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7179753Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7180397Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7180777Z ok (0.006s) 2022-11-23T02:11:10.7180981Z test_source (__main__.TestProfiler) 2022-11-23T02:11:10.7181495Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7182229Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7182818Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7183189Z ok (0.066s) 2022-11-23T02:11:10.7183479Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T02:11:10.7183866Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T02:11:10.7184179Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T02:11:10.7184513Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-11-23T02:11:10.7184876Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.012s) 2022-11-23T02:11:10.7185217Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.004s) 2022-11-23T02:11:10.7185872Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7186557Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7187219Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7187593Z ok (0.010s) 2022-11-23T02:11:10.7188074Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7188750Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7189356Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7189728Z ok (0.007s) 2022-11-23T02:11:10.7190177Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7190839Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7191445Z STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7191819Z ok (0.004s) 2022-11-23T02:11:10.7192400Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:05 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7193107Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7193716Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7194086Z ok (0.394s) 2022-11-23T02:11:10.7194614Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7195275Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7195871Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7196246Z ok (0.212s) 2022-11-23T02:11:10.7196726Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7197395Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7197988Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7198357Z ok (0.193s) 2022-11-23T02:11:10.7198927Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7199646Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7200254Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7200849Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7201425Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7202020Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7202393Z ok (0.206s) 2022-11-23T02:11:10.7202861Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7203515Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7204114Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7204487Z ok (0.000s) 2022-11-23T02:11:10.7205005Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7205658Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7206293Z STAGE:2022-11-23 02:11:06 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7206719Z ok (0.402s) 2022-11-23T02:11:10.7207264Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7207922Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7208526Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7208900Z ok (0.006s) 2022-11-23T02:11:10.7209532Z 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.004s) 2022-11-23T02:11:10.7210454Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7211119Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7211779Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7212538Z 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:11:10.7213061Z warnings.warn(message, UserWarning) 2022-11-23T02:11:10.7213259Z ok (0.008s) 2022-11-23T02:11:10.7213724Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7214379Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7214982Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7215355Z ok (0.029s) 2022-11-23T02:11:10.7215837Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7216512Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7217115Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7217484Z ok (0.097s) 2022-11-23T02:11:10.7217995Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7218724Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7219384Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7219758Z ok (0.055s) 2022-11-23T02:11:10.7220224Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7220922Z [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-23T02:11:10.7221556Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7222162Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7222536Z ok (0.006s) 2022-11-23T02:11:10.7223038Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7223694Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7224348Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7224722Z ok (0.010s) 2022-11-23T02:11:10.7225235Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7225895Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7226498Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7226869Z ok (0.010s) 2022-11-23T02:11:10.7227332Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7227988Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7228580Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7228951Z ok (0.000s) 2022-11-23T02:11:10.7229427Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7230095Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7230761Z STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7231768Z ok (0.018s) 2022-11-23T02:11:10.7232260Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:07 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7232946Z STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7233545Z STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7233906Z ok (0.614s) 2022-11-23T02:11:10.7234403Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7235087Z STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7235751Z STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7236343Z STAGE:2022-11-23 02:11:08 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7236989Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7237636Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7238012Z ok (1.407s) 2022-11-23T02:11:10.7238504Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7239186Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7239768Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7240133Z ok (0.193s) 2022-11-23T02:11:10.7240616Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7241284Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7241886Z STAGE:2022-11-23 02:11:09 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7242472Z STAGE:2022-11-23 02:11:10 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:10.7243109Z STAGE:2022-11-23 02:11:10 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:10.7243698Z STAGE:2022-11-23 02:11:10 4216:2396 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:10.7244170Z ok (0.409s) 2022-11-23T02:11:10.7244284Z 2022-11-23T02:11:10.7244442Z ---------------------------------------------------------------------- 2022-11-23T02:11:10.7244691Z Ran 70 tests in 11.516s 2022-11-23T02:11:10.7244810Z 2022-11-23T02:11:10.7244886Z OK (skipped=11) 2022-11-23T02:11:10.7245002Z 2022-11-23T02:11:10.7245096Z Generating XML reports... 2022-11-23T02:11:10.7245481Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExecutionGraph-20221123021058.xml 2022-11-23T02:11:10.7246027Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExperimentalUtils-20221123021058.xml 2022-11-23T02:11:10.7246548Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfiler-20221123021058.xml 2022-11-23T02:11:10.7247139Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerITT-20221123021058.xml 2022-11-23T02:11:10.7247663Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestRecordFunction-20221123021058.xml 2022-11-23T02:11:10.7248198Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestTorchTidyProfiler-20221123021058.xml 2022-11-23T02:11:10.7248786Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerCUDA-20221123021058.xml 2022-11-23T02:11:10.7249057Z 2022-11-23T02:11:10.7249470Z ##[endgroup] 2022-11-23T02:11:10.7249860Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_m3luwvbi) 2022-11-23T02:11:10.7250202Z 2022-11-23T02:11:13.7548082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:13.7548856Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:13.7549216Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:13.9116439Z Running profiler/test_profiler_tree ... [2022-11-23 02:11:13.910910] 2022-11-23T02:11:13.9122093Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:13.912073] 2022-11-23T02:11:13.9123697Z Ignoring disabled issues: [] 2022-11-23T02:11:17.3325197Z 2022-11-23T02:11:17.3325926Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T02:11:17.3326743Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_j32p5w9i) 2022-11-23T02:11:17.3327841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:17.3328601Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:17.3328757Z 2022-11-23T02:11:17.3328842Z Running tests... 2022-11-23T02:11:17.3329133Z ---------------------------------------------------------------------- 2022-11-23T02:11:17.3329657Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T02:11:17.3330525Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3331428Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3332053Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3332659Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3333262Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3333919Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3334519Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3335258Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3335857Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3336228Z ok (0.511s) 2022-11-23T02:11:17.3336572Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T02:11:17.3337074Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-11-23T02:11:17.3337577Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T02:11:17.3338231Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3338917Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3339531Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3340178Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3340810Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3341433Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3342026Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3342600Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3343196Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3343634Z ok (0.012s) 2022-11-23T02:11:17.3344141Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3344834Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3345438Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3346032Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3346691Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3347343Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3347994Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3348582Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3349159Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3349536Z ok (0.020s) 2022-11-23T02:11:17.3350040Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3350731Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3351339Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3351938Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3352586Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3353249Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3353841Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3354433Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3355011Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3355382Z ok (0.013s) 2022-11-23T02:11:17.3355882Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3356628Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3357231Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3357815Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3358404Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3359003Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3359591Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3360226Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3360837Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3361201Z ok (0.022s) 2022-11-23T02:11:17.3361705Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3362400Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3363001Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3363589Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3364245Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3364894Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3365483Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:11:17.3366074Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:11:17.3366668Z STAGE:2022-11-23 02:11:16 5860:4104 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:11:17.3367039Z ok (0.011s) 2022-11-23T02:11:17.3367778Z 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.001s) 2022-11-23T02:11:17.3368390Z 2022-11-23T02:11:17.3368551Z ---------------------------------------------------------------------- 2022-11-23T02:11:17.3368799Z Ran 10 tests in 0.593s 2022-11-23T02:11:17.3368923Z 2022-11-23T02:11:17.3369004Z OK (skipped=4) 2022-11-23T02:11:17.3369119Z 2022-11-23T02:11:17.3369213Z Generating XML reports... 2022-11-23T02:11:17.3369608Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123021116.xml 2022-11-23T02:11:17.3369886Z 2022-11-23T02:11:17.3370178Z ##[endgroup] 2022-11-23T02:11:17.3370564Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_j32p5w9i) 2022-11-23T02:11:17.3370870Z 2022-11-23T02:11:20.3165765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:20.3167205Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:20.3167667Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:20.4714706Z Running test_ao_sparsity ... [2022-11-23 02:11:20.471241] 2022-11-23T02:11:20.4720030Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:20.471844] 2022-11-23T02:11:20.4721509Z Ignoring disabled issues: [] 2022-11-23T02:11:31.1531316Z 2022-11-23T02:11:31.1531944Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T02:11:31.1532728Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_qk4w35ux) 2022-11-23T02:11:31.1535711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:31.1536774Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:31.1536988Z 2022-11-23T02:11:31.1537099Z Running tests... 2022-11-23T02:11:31.1537395Z ---------------------------------------------------------------------- 2022-11-23T02:11:31.1537747Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T02:11:31.1538171Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T02:11:31.1540189Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 02:11:23,348 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T02:11:31.1540650Z 2022-11-23 02:11:23,358 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T02:11:31.1540944Z ok (0.613s) 2022-11-23T02:11:31.1541240Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T02:11:31.1541606Z Checks if the warning is thrown if the scheduler step is called ... ok (0.004s) 2022-11-23T02:11:31.1541987Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.010s) 2022-11-23T02:11:31.1542389Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.005s) 2022-11-23T02:11:31.1542787Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.015s) 2022-11-23T02:11:31.1543712Z 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-23T02:11:31.1545812Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T02:11:31.1546101Z ok (0.031s) 2022-11-23T02:11:31.1546416Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.026s) 2022-11-23T02:11:31.1546833Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.026s) 2022-11-23T02:11:31.1547202Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.005s) 2022-11-23T02:11:31.1547563Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.017s) 2022-11-23T02:11:31.1547925Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-11-23T02:11:31.1548290Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-11-23T02:11:31.1548651Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-11-23T02:11:31.1549003Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.020s) 2022-11-23T02:11:31.1549475Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-11-23T02:11:31.1549840Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-11-23T02:11:31.1550231Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T02:11:31.1552048Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-11-23T02:11:31.1552580Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.005s) 2022-11-23T02:11:31.1552999Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1553402Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1553783Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-11-23T02:11:31.1554164Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-11-23T02:11:31.1554884Z 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-23T02:11:31.1555475Z warnings.warn( 2022-11-23T02:11:31.1555656Z ok (0.402s) 2022-11-23T02:11:31.1555962Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.462s) 2022-11-23T02:11:31.1556377Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.446s) 2022-11-23T02:11:31.1558194Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.010s) 2022-11-23T02:11:31.1558608Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.463s) 2022-11-23T02:11:31.1559021Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.426s) 2022-11-23T02:11:31.1559444Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.020s) 2022-11-23T02:11:31.1559852Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.000s) 2022-11-23T02:11:31.1560587Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-11-23T02:11:31.1561398Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T02:11:31.1561666Z ok (0.000s) 2022-11-23T02:11:31.1561948Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.154s) 2022-11-23T02:11:31.1562353Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.010s) 2022-11-23T02:11:31.1564185Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.011s) 2022-11-23T02:11:31.1564623Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-11-23T02:11:31.1565042Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:11:31.1565444Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.502s) 2022-11-23T02:11:31.1565840Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:11:31.1566235Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.509s) 2022-11-23T02:11:31.1566636Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:11:31.1567121Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.465s) 2022-11-23T02:11:31.1567526Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:11:31.1568012Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.035s) 2022-11-23T02:11:31.1568406Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T02:11:31.1570220Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.461s) 2022-11-23T02:11:31.1570635Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1571076Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.005s) 2022-11-23T02:11:31.1571509Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1571957Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.686s) 2022-11-23T02:11:31.1572395Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.337s) 2022-11-23T02:11:31.1572821Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.296s) 2022-11-23T02:11:31.1573235Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.263s) 2022-11-23T02:11:31.1573668Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.265s) 2022-11-23T02:11:31.1574088Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:11:31.1575275Z The expectation is post_training_sparse_quantize function ... ok (0.016s) 2022-11-23T02:11:31.1576213Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T02:11:31.1576592Z The expectation is post_training_sparse_quantize function ... ok (0.009s) 2022-11-23T02:11:31.1577068Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-11-23 02:11:29,972 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:11:31.1577530Z 2022-11-23 02:11:29,972 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T02:11:31.1577782Z ok (0.010s) 2022-11-23T02:11:31.1578306Z 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-23T02:11:31.1578827Z warnings.warn( 2022-11-23T02:11:31.1579115Z ok (0.087s) 2022-11-23T02:11:31.1579428Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.120s) 2022-11-23T02:11:31.1579831Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-11-23T02:11:31.1580202Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.004s) 2022-11-23T02:11:31.1581932Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T02:11:31.1582290Z Checks if the warning is thrown if the scheduler step is called ... ok (0.006s) 2022-11-23T02:11:31.1582632Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-11-23T02:11:31.1583008Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1583352Z Tests that fqn_to_module operates as inverse ... ok (0.006s) 2022-11-23T02:11:31.1583703Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1584062Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-11-23T02:11:31.1584416Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1584801Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.005s) 2022-11-23T02:11:31.1585273Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1585672Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.009s) 2022-11-23T02:11:31.1586080Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1587313Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.000s) 2022-11-23T02:11:31.1588249Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1588625Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.000s) 2022-11-23T02:11:31.1589010Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1589377Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.011s) 2022-11-23T02:11:31.1589742Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T02:11:31.1590125Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.003s) 2022-11-23T02:11:31.1590523Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1590928Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-11-23T02:11:31.1591334Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-11-23T02:11:31.1591750Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.037s) 2022-11-23T02:11:31.1592165Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.341s) 2022-11-23T02:11:31.1593938Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.020s) 2022-11-23T02:11:31.1594168Z 2022-11-23T02:11:31.1594334Z ---------------------------------------------------------------------- 2022-11-23T02:11:31.1594602Z Ran 72 tests in 7.797s 2022-11-23T02:11:31.1594708Z 2022-11-23T02:11:31.1594776Z OK 2022-11-23T02:11:31.1594873Z 2022-11-23T02:11:31.1594968Z Generating XML reports... 2022-11-23T02:11:31.1595434Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123021122.xml 2022-11-23T02:11:31.1596094Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123021122.xml 2022-11-23T02:11:31.1596729Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123021122.xml 2022-11-23T02:11:31.1597440Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123021122.xml 2022-11-23T02:11:31.1598073Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123021122.xml 2022-11-23T02:11:31.1600090Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123021122.xml 2022-11-23T02:11:31.1600704Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123021122.xml 2022-11-23T02:11:31.1601319Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123021122.xml 2022-11-23T02:11:31.1601946Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123021122.xml 2022-11-23T02:11:31.1602588Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123021122.xml 2022-11-23T02:11:31.1603248Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123021122.xml 2022-11-23T02:11:31.1603968Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123021122.xml 2022-11-23T02:11:31.1605980Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123021122.xml 2022-11-23T02:11:31.1606626Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123021122.xml 2022-11-23T02:11:31.1607231Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123021122.xml 2022-11-23T02:11:31.1607930Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123021122.xml 2022-11-23T02:11:31.1608569Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123021122.xml 2022-11-23T02:11:31.1608904Z 2022-11-23T02:11:31.1609233Z ##[endgroup] 2022-11-23T02:11:31.1609605Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_qk4w35ux) 2022-11-23T02:11:31.1609875Z 2022-11-23T02:11:34.1649194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:34.1649979Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:34.1650338Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:34.3239148Z Running test_autocast ... [2022-11-23 02:11:34.318196] 2022-11-23T02:11:34.3245073Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:34.318196] 2022-11-23T02:11:34.3246546Z Ignoring disabled issues: [] 2022-11-23T02:11:37.8246086Z 2022-11-23T02:11:37.8246797Z Expand the folded group to see the log file of test_autocast 2022-11-23T02:11:37.8247632Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_llm65g2v) 2022-11-23T02:11:37.8248564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:37.8249471Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:37.8249626Z 2022-11-23T02:11:37.8249709Z Running tests... 2022-11-23T02:11:37.8249984Z ---------------------------------------------------------------------- 2022-11-23T02:11:37.8250331Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T02:11:37.8250698Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.501s) 2022-11-23T02:11:37.8251035Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.006s) 2022-11-23T02:11:37.8251323Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.030s) 2022-11-23T02:11:37.8251630Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.030s) 2022-11-23T02:11:37.8251960Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.010s) 2022-11-23T02:11:37.8252289Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.151s) 2022-11-23T02:11:37.8252624Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.011s) 2022-11-23T02:11:37.8253033Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T02:11:37.8253353Z Verifies that the autocast cache is global. This is done by ... skip: requires cuda (0.002s) 2022-11-23T02:11:37.8253700Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.002s) 2022-11-23T02:11:37.8253879Z 2022-11-23T02:11:37.8254039Z ---------------------------------------------------------------------- 2022-11-23T02:11:37.8254299Z Ran 9 tests in 0.734s 2022-11-23T02:11:37.8254423Z 2022-11-23T02:11:37.8254501Z OK (skipped=1) 2022-11-23T02:11:37.8254614Z 2022-11-23T02:11:37.8254715Z Generating XML reports... 2022-11-23T02:11:37.8255080Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123021136.xml 2022-11-23T02:11:37.8255573Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123021136.xml 2022-11-23T02:11:37.8256061Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123021136.xml 2022-11-23T02:11:37.8256316Z 2022-11-23T02:11:37.8256572Z ##[endgroup] 2022-11-23T02:11:37.8256928Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_llm65g2v) 2022-11-23T02:11:37.8257189Z 2022-11-23T02:11:40.7918081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:40.7918901Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:40.9499368Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:40.9499760Z Running test_binary_ufuncs ... [2022-11-23 02:11:40.949702] 2022-11-23T02:11:40.9505070Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:40.950375] 2022-11-23T02:11:40.9507253Z Ignoring disabled issues: [] 2022-11-23T02:11:45.0774680Z 2022-11-23T02:11:45.0775471Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T02:11:45.0776287Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_h94w6h5h) 2022-11-23T02:11:45.0777156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:45.0778078Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:45.0778236Z 2022-11-23T02:11:45.0778320Z Running tests... 2022-11-23T02:11:45.0778581Z ---------------------------------------------------------------------- 2022-11-23T02:11:45.0778768Z 2022-11-23T02:11:45.0778921Z ---------------------------------------------------------------------- 2022-11-23T02:11:45.0779179Z Ran 0 tests in 0.000s 2022-11-23T02:11:45.0779303Z 2022-11-23T02:11:45.0779367Z OK 2022-11-23T02:11:45.0779468Z 2022-11-23T02:11:45.0779562Z Generating XML reports... 2022-11-23T02:11:45.0779867Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T02:11:45.0780056Z 2022-11-23T02:11:45.0780289Z ##[endgroup] 2022-11-23T02:11:45.0780655Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_h94w6h5h) 2022-11-23T02:11:45.0780924Z 2022-11-23T02:11:48.0674300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:48.0675067Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:48.0675486Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:48.2287320Z Running test_bundled_inputs ... [2022-11-23 02:11:48.227278] 2022-11-23T02:11:48.2292793Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:48.227278] 2022-11-23T02:11:48.2294997Z Ignoring disabled issues: [] 2022-11-23T02:11:52.5790053Z 2022-11-23T02:11:52.5790931Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T02:11:52.5791967Z ##[group]PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_3dz3r624) 2022-11-23T02:11:52.5792881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:52.5793577Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:52.5793732Z 2022-11-23T02:11:52.5793813Z Running tests... 2022-11-23T02:11:52.5794072Z ---------------------------------------------------------------------- 2022-11-23T02:11:52.5794427Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-11-23T02:11:52.5794768Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.488s) 2022-11-23T02:11:52.5795403Z 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-23T02:11:52.5795961Z warnings.warn(message, UserWarning) 2022-11-23T02:11:52.5796179Z ok (0.850s) 2022-11-23T02:11:52.5804041Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.012s) 2022-11-23T02:11:52.5804774Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.012s) 2022-11-23T02:11:52.5805130Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.017s) 2022-11-23T02:11:52.5805481Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.021s) 2022-11-23T02:11:52.5805854Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.087s) 2022-11-23T02:11:52.5806239Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.006s) 2022-11-23T02:11:52.5806653Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.013s) 2022-11-23T02:11:52.5807012Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.016s) 2022-11-23T02:11:52.5807315Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-11-23T02:11:52.5807640Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.064s) 2022-11-23T02:11:52.5807822Z 2022-11-23T02:11:52.5807990Z ---------------------------------------------------------------------- 2022-11-23T02:11:52.5808263Z Ran 12 tests in 1.593s 2022-11-23T02:11:52.5808491Z 2022-11-23T02:11:52.5808561Z OK 2022-11-23T02:11:52.5808664Z 2022-11-23T02:11:52.5808766Z Generating XML reports... 2022-11-23T02:11:52.5809301Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20221123021150.xml 2022-11-23T02:11:52.5809584Z 2022-11-23T02:11:52.5809952Z ##[endgroup] 2022-11-23T02:11:52.5810347Z FINISHED PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_3dz3r624) 2022-11-23T02:11:52.5810633Z 2022-11-23T02:11:55.5713468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:55.5714255Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:55.5714623Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:11:55.7298777Z Running test_comparison_utils ... [2022-11-23 02:11:55.729566] 2022-11-23T02:11:55.7304227Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:55.730171] 2022-11-23T02:11:55.7306077Z Ignoring disabled issues: [] 2022-11-23T02:11:58.3624850Z 2022-11-23T02:11:58.3625754Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T02:11:58.3626594Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_wv9y6omv) 2022-11-23T02:11:58.3627516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:11:58.3628224Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:11:58.3628381Z 2022-11-23T02:11:58.3628619Z ##[endgroup] 2022-11-23T02:11:58.3629002Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_wv9y6omv) 2022-11-23T02:11:58.3629288Z 2022-11-23T02:12:01.3346116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:01.3347127Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:01.3347500Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:01.4904885Z Running test_complex ... [2022-11-23 02:12:01.490128] 2022-11-23T02:12:01.4910501Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:01.490763] 2022-11-23T02:12:01.4912621Z Ignoring disabled issues: [] 2022-11-23T02:12:04.7670987Z 2022-11-23T02:12:04.7671750Z Expand the folded group to see the log file of test_complex 2022-11-23T02:12:04.7672530Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_xbqk0fxa) 2022-11-23T02:12:04.7673420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:04.7674329Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:04.7674512Z 2022-11-23T02:12:04.7674596Z Running tests... 2022-11-23T02:12:04.7674882Z ---------------------------------------------------------------------- 2022-11-23T02:12:04.7675069Z 2022-11-23T02:12:04.7675227Z ---------------------------------------------------------------------- 2022-11-23T02:12:04.7675487Z Ran 0 tests in 0.000s 2022-11-23T02:12:04.7675614Z 2022-11-23T02:12:04.7675665Z OK 2022-11-23T02:12:04.7675767Z 2022-11-23T02:12:04.7675866Z Generating XML reports... 2022-11-23T02:12:04.7676175Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T02:12:04.7676372Z 2022-11-23T02:12:04.7676617Z ##[endgroup] 2022-11-23T02:12:04.7676981Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_xbqk0fxa) 2022-11-23T02:12:04.7677247Z 2022-11-23T02:12:07.8230642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:07.8231403Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:07.8231835Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:07.9807161Z Running test_cuda_sanitizer ... [2022-11-23 02:12:07.980525] 2022-11-23T02:12:07.9813683Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:07.981131] 2022-11-23T02:12:07.9815370Z Ignoring disabled issues: [] 2022-11-23T02:12:10.6293089Z 2022-11-23T02:12:10.6293914Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T02:12:10.6294786Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_rgmps6dy) 2022-11-23T02:12:10.6295736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:10.6296658Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:10.6296920Z CUDA not available, skipping tests 2022-11-23T02:12:10.6297069Z 2022-11-23T02:12:10.6297163Z Running tests... 2022-11-23T02:12:10.6297439Z ---------------------------------------------------------------------- 2022-11-23T02:12:10.6297629Z 2022-11-23T02:12:10.6297793Z ---------------------------------------------------------------------- 2022-11-23T02:12:10.6298049Z Ran 0 tests in 0.000s 2022-11-23T02:12:10.6298157Z 2022-11-23T02:12:10.6298221Z OK 2022-11-23T02:12:10.6298316Z 2022-11-23T02:12:10.6298409Z Generating XML reports... 2022-11-23T02:12:10.6298709Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-11-23T02:12:10.6298908Z 2022-11-23T02:12:10.6299140Z ##[endgroup] 2022-11-23T02:12:10.6299513Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_rgmps6dy) 2022-11-23T02:12:10.6299792Z 2022-11-23T02:12:13.8251415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:12:13.8252188Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:12:13.8252549Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:12:13.9814597Z Running test_dataloader ... [2022-11-23 02:12:13.971634] 2022-11-23T02:12:13.9820541Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:12:13.981815] 2022-11-23T02:12:13.9822030Z Ignoring disabled issues: [] 2022-11-23T02:16:12.5560917Z 2022-11-23T02:16:12.5561659Z Expand the folded group to see the log file of test_dataloader 2022-11-23T02:16:12.5562524Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_foitpgu_) 2022-11-23T02:16:12.5582486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5583272Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5583494Z 2022-11-23T02:16:12.5583582Z Running tests... 2022-11-23T02:16:12.5585567Z ---------------------------------------------------------------------- 2022-11-23T02:16:12.5585984Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T02:16:12.5586415Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T02:16:12.5586891Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:16:12.5587312Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.493s) 2022-11-23T02:16:12.5587654Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T02:16:12.5588122Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T02:16:12.5588490Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T02:16:12.5588886Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T02:16:12.5589418Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-11-23T02:16:12.5589919Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.001s) 2022-11-23T02:16:12.5590693Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:12.5591305Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:12.5592017Z 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-23T02:16:12.5592647Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5593267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5593880Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5594491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5595135Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5595739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5596403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5597189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5597797Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5598424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5599013Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5599653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5600287Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5600838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5601358Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5602194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5603019Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5603817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5604724Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5605483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5606779Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5607848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5609669Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5610313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5610927Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5611581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5612231Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5613171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5614006Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5614462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5614918Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5615398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5615866Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5616668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5617404Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5617863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5618314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5618759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5619226Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5620022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5620847Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5621300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5621749Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5622226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5622696Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5623533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5624250Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5624514Z ok (6.351s) 2022-11-23T02:16:12.5625186Z 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.002s) 2022-11-23T02:16:12.5626038Z 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-23T02:16:12.5626551Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5627020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5627517Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5627985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5628452Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5628897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5629368Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5630180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5630902Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5631643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5632367Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5632821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5633269Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5633753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5634184Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5634668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5635120Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5635597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5636071Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5636929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5637642Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5638416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5639138Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5639404Z ok (3.117s) 2022-11-23T02:16:12.5639846Z 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-23T02:16:12.5640361Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5640878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5641350Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5642144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5642871Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5643317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5643773Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5644211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5644693Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5645493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5646202Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5646461Z ok (5.451s) 2022-11-23T02:16:12.5646777Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T02:16:12.5647170Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5647546Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T02:16:12.5647865Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5648898Z 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-23T02:16:12.5650014Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T02:16:12.5650329Z ok (0.006s) 2022-11-23T02:16:12.5650610Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5651009Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5651478Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5651868Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5652316Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:16:12.5652722Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:16:12.5653075Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:16:12.5653466Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:16:12.5653813Z test_error (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T02:16:12.5654385Z 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-23T02:16:12.5654884Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5655364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5655838Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5656604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5657343Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5657795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5658243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5658713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5659183Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5659990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5660825Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5661278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5661692Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5662171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5662642Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5663188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5663635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5664126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5664597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5665390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5666121Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5666885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5667618Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5667877Z ok (5.811s) 2022-11-23T02:16:12.5669095Z 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-23T02:16:12.5669607Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5670085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5670565Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5671050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5671472Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5671950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5672428Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5672915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5673376Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5673851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5674329Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5675138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5675859Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5676567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5677363Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5678115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5678829Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5679284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5679739Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5680219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5680700Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5681987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5682733Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5682971Z ok (3.102s) 2022-11-23T02:16:12.5683302Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T02:16:12.5683736Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T02:16:12.5684312Z 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-23T02:16:12.5684824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5685302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5685782Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5686580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5687308Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5687541Z ok (5.660s) 2022-11-23T02:16:12.5687834Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T02:16:12.5688196Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5688579Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T02:16:12.5689143Z 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-23T02:16:12.5689666Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5690109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5690584Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5691121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5691576Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5692045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5692521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5693324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5694060Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5694861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5695596Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5696009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5696467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5696944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5697419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5698220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5698938Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5699392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5699847Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5700290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5700888Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5701701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5702418Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5702865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5703324Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5703800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5704270Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5704768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5705220Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5705701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5706175Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5706983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5707727Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5708526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5709256Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5709707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5710162Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5710604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5711076Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5711558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5712010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5712483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5712959Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5713445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5713861Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5714335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5714811Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5715617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5716344Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5717103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5717870Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5718626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5719355Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5719814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5720268Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5720706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5721179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5722029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5722760Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5723216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5723665Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5724135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5724613Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5725050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5725504Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5726284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5727016Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5727473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5727948Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5728763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5729482Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5729933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5730384Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5730803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5731325Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5731803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5732260Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5732734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5733204Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5733689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5734106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5734574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5735043Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5735883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5736612Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5737384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5738101Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5738851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5739574Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5740029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5740575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5741020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5741493Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5742292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5743011Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5743463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5743913Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5744450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5744916Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5745360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5745809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5746279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5746746Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5747554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5748285Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5749090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5749795Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5750250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5750706Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5751139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5751605Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5752086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5752530Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5753068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5753547Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5754069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5754488Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5754956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5755419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5756225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5756942Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5757714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5758498Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5759255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5760024Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5760517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5760972Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5761404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5761877Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5762404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5762849Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5763324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5763792Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5764595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5765319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5766131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5766899Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5767314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5767775Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5768241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5768710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5769496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5770203Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5770651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5771158Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5771585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5772090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5772573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5773074Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5773547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5774023Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5774812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5775592Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5776354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5777083Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5777497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5777948Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5778465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5778948Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5779783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5780601Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5781029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5781479Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5781910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5782369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5782855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5783307Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5783779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5784247Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5784837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5785254Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5785770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5786238Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5787039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5787754Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5788557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5789288Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5790036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5790750Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5791249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5791709Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5792148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5792659Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5793138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5793586Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5794360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5795076Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5795536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5796003Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5796444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5796902Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5797368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5797954Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5798793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5799530Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5800279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5801009Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5801471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5801927Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5802422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5802889Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5803673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5804449Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5804903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5805404Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5805883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5806361Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5807159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5807896Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5808313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5808764Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5809234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5809701Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5810495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5811351Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5811809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5812270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5812703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5813178Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5813658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5814108Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5814580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5815050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5815896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5816624Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5817084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5817543Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5818050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5818521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5819319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5820031Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5820859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5821593Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5822048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5822506Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5822939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5823459Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5824298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5825489Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5825919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5826382Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5826812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5827256Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5827725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5828196Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5828677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5829147Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5830061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5830835Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5831584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5832318Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5832731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5833194Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5833670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5834144Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5834626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5835075Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5835552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5836026Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5836875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5837607Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5838365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5839393Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5839853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5840315Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5840792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5841265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5842076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5842861Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5843088Z ok (43.493s) 2022-11-23T02:16:12.5843506Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:16:12.5844069Z 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-23T02:16:12.5844596Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5845075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5845557Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5846372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5847106Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5847331Z ok (5.252s) 2022-11-23T02:16:12.5847602Z test_len (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T02:16:12.5848133Z 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-23T02:16:12.5848652Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5849188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5849712Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5850513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5851237Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5851652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5852106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5852931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5853410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5854214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5854928Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5855443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5855947Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5856386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5856855Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5857719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5858437Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5858901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5859363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5859845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5860413Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5861219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5862001Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5862457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5862909Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5863378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5863891Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5864370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5864825Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5865257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5865727Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5866530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5867319Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5868122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5868900Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5869174Z ok (8.703s) 2022-11-23T02:16:12.5869656Z 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-23T02:16:12.5870177Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5870654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5871155Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5871645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5872102Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5872587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5873054Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5873535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5873998Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5874488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5874999Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5875912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5876632Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5877384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5878113Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5878871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5879573Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5880095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5880613Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5881089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5881567Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5882371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5883103Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5883563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5884022Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5884498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5885027Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5885509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5885962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5886394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5886870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5887640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5888380Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5889097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5889774Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5890003Z ok (6.629s) 2022-11-23T02:16:12.5890626Z 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.000s) 2022-11-23T02:16:12.5891607Z 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.000s) 2022-11-23T02:16:12.5892250Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.000s) 2022-11-23T02:16:12.5892560Z test_numpy (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T02:16:12.5892898Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.005s) 2022-11-23T02:16:12.5893205Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T02:16:12.5893546Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T02:16:12.5893895Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.001s) 2022-11-23T02:16:12.5894266Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T02:16:12.5894998Z 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-23T02:16:12.5895688Z test_random_sampler (__main__.TestDataLoader) ... ok (0.005s) 2022-11-23T02:16:12.5896027Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5896373Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T02:16:12.5897262Z 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-23T02:16:12.5897737Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5898180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5898622Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5899390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5900146Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5900711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5901112Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5901554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5901989Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5902438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5902859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5903293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5903727Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5904495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5905184Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5905888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5906702Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5907125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5907596Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5908037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5908481Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5909244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5909917Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5910630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5911040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5911479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5911916Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5912359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5928094Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5928649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5929092Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5929869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5930910Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5931555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5932227Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5933120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5933776Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5934886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5935913Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5936497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5937151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5937594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5938033Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5938846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5939586Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5940389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5941515Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5941734Z ok (6.274s) 2022-11-23T02:16:12.5942004Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.032s) 2022-11-23T02:16:12.5942508Z 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-23T02:16:12.5942965Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5943405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5943844Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5944614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5945342Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5945599Z ok (5.277s) 2022-11-23T02:16:12.5946036Z 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-23T02:16:12.5946512Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5946942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5947382Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5947829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5948240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5948647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5949077Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5949516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5949989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5950414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5950847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5951655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5952393Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5953106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5953774Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5954775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5955466Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5955886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5956308Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5956744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5957179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5957993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5958728Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5958954Z ok (3.162s) 2022-11-23T02:16:12.5959388Z 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-23T02:16:12.5959877Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5960308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5960748Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5961186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5961587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5962008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5962416Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5963234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5963958Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5964731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5965418Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5965839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5966258Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5966695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5967183Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5967940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5968631Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5969027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5969443Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5969874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5970351Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5971156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5971844Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5972069Z ok (3.134s) 2022-11-23T02:16:12.5972320Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.056s) 2022-11-23T02:16:12.5972618Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.030s) 2022-11-23T02:16:12.5972964Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:12.5973488Z 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-23T02:16:12.5973948Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5974379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5974812Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5975255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5975708Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5976140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5976569Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5977060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5977517Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5977951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5978381Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5978801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5979213Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5979640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5980116Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5980997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5981682Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5982412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5983130Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5983906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5984587Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5985312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5985989Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5986196Z ok (3.116s) 2022-11-23T02:16:12.5986434Z test_shuffle (__main__.TestDataLoader) ... ok (0.099s) 2022-11-23T02:16:12.5986730Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.075s) 2022-11-23T02:16:12.5987037Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.077s) 2022-11-23T02:16:12.5987712Z 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.000s) 2022-11-23T02:16:12.5988588Z 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-23T02:16:12.5989064Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5989548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5989971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5990463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5990876Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5991310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5991741Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5992553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5993243Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5993958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5994632Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.5995033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5995449Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5995920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5996349Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5996836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.5997244Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.5997673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.5998103Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.5998849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.5999535Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6000252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6000973Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6001190Z ok (3.124s) 2022-11-23T02:16:12.6001464Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:12.6001987Z 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-23T02:16:12.6002509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6002982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6003403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6003835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6004238Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6004711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6005138Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6005887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6006567Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6007288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6007959Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6008350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6008805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6009269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6009702Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6010133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6010535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6010957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6011381Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6012119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6012849Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6013561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6014231Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6014446Z ok (5.918s) 2022-11-23T02:16:12.6014915Z 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-23T02:16:12.6015369Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6015842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6016268Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6017065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6017734Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6018138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6018542Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6018971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6019392Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6020134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6020894Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6021348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6021758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6022208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6022633Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6023065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6023467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6023885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6024312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6025060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6025797Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6026501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6027178Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6027390Z ok (3.215s) 2022-11-23T02:16:12.6027846Z 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-23T02:16:12.6028302Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6028775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6029200Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6029999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6030675Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6030879Z ok (3.693s) 2022-11-23T02:16:12.6031114Z test_typing (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T02:16:12.6031579Z 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-23T02:16:12.6032029Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6032452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6032876Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6033302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6033691Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6034155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6034581Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6035376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6036048Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6036764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6037501Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6037710Z ok (2.953s) 2022-11-23T02:16:12.6038129Z 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-23T02:16:12.6038566Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6038990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6039414Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6039844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6040243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6040717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6041175Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6041982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6042663Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6043055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6043458Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6043883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6044303Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6044730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6045141Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6045561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6045975Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6046760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6047441Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6048197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6048867Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6049270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6049669Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6050182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6050606Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6051350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6052028Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6052418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6052828Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6053295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6053715Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6054551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6055230Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6055953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6056630Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6056844Z ok (3.291s) 2022-11-23T02:16:12.6057274Z 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-23T02:16:12.6057740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6058164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6058591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6059339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6060074Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6060604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6061012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6061434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6061840Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6062272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6062738Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6063156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6063574Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6064005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6064406Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6064813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6065228Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6066031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6066819Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6067229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6067631Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6068050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6068474Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6069233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6069904Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6070291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6070692Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6071112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6071541Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6072329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6073001Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6073769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6074443Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6075216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6075876Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6076270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6076670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6077090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6077508Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6077938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6078337Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6078864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6079279Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6079756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6080153Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6080572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6080994Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6081743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6082419Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6082824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6083224Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6083631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6084050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6084798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6085527Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6086269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6087015Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6087417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6087824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6088249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6088658Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6089399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6090082Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6090853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6091576Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6091979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6092429Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6092848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6093276Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6094025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6094694Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6094899Z ok (6.551s) 2022-11-23T02:16:12.6095527Z 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.001s) 2022-11-23T02:16:12.6096562Z 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.002s) 2022-11-23T02:16:12.6097434Z 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-23T02:16:12.6097980Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6098411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6098953Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6099710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6100502Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6100911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6101321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6101727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6102155Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6102584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6102982Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6103471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6103891Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6104697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6105417Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6106139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6106822Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6107215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6107620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6108035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6108462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6109208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6109878Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6110093Z ok (3.008s) 2022-11-23T02:16:12.6110613Z 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-23T02:16:12.6111106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6111642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6112067Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6112816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6113478Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6113880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6114282Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6114708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6115129Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6115932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6116596Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6116811Z ok (5.413s) 2022-11-23T02:16:12.6117307Z 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-23T02:16:12.6117840Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6118264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6118691Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6119129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6119521Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6119940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6120361Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6121105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6121783Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6122499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6123178Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6123441Z ok (2.877s) 2022-11-23T02:16:12.6123801Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T02:16:12.6124252Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6124662Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6125070Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6125481Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T02:16:12.6125902Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6126327Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6126737Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6127136Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6127558Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T02:16:12.6127983Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6128456Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6128870Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6129275Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-11-23T02:16:12.6129645Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6130218Z 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-23T02:16:12.6130758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6131185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6131612Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6132368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6133039Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6133446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6133854Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6134273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6134687Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6135440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6136155Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6136556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6137018Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6137482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6137908Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6138659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6139324Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6139718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6140125Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6140636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6141116Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6141870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6142541Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6142762Z ok (5.786s) 2022-11-23T02:16:12.6143216Z 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-23T02:16:12.6143701Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6144110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6144530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6145278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6145949Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6146351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6146756Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6147183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6147609Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6148070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6148478Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6148946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6149423Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6150172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6150845Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6151568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6152236Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6152640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6153049Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6153510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6153931Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6154668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6155332Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6155545Z ok (2.601s) 2022-11-23T02:16:12.6155855Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T02:16:12.6156305Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T02:16:12.6156897Z 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-23T02:16:12.6157376Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6157802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6158225Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6158977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6159653Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6159870Z ok (5.562s) 2022-11-23T02:16:12.6160153Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:16:12.6160345Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T02:16:12.6160542Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T02:16:12.6161076Z 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.007s) 2022-11-23T02:16:12.6161319Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T02:16:12.6161687Z 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-23T02:16:12.6161826Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6162091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6162233Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6162854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6162975Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6163048Z ok (5.097s) 2022-11-23T02:16:12.6163212Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.014s) 2022-11-23T02:16:12.6163590Z 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-23T02:16:12.6163730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6163997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6164148Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6164465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6164602Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6164864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6165052Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6165633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6165752Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6166325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6166443Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6166513Z ok (2.849s) 2022-11-23T02:16:12.6167038Z 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-23T02:16:12.6167620Z 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-23T02:16:12.6168153Z 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-23T02:16:12.6168347Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T02:16:12.6168517Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T02:16:12.6168694Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-11-23T02:16:12.6168918Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T02:16:12.6169082Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:16:12.6169268Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.001s) 2022-11-23T02:16:12.6169427Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T02:16:12.6170003Z 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.003s) 2022-11-23T02:16:12.6170185Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T02:16:12.6170392Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T02:16:12.6170600Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6170955Z 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-23T02:16:12.6171096Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6171367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6171522Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6172107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6172226Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6172485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6172623Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6172932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6173080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6173666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6173787Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6174029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6174167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6174436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6174588Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6174889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6175024Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6175294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6175444Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6176021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6176140Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6176719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6176841Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6177099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6177233Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6177485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6177618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6177881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6178032Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6178294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6178444Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6179016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6179181Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6179753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6179870Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6180126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6180265Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6180623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6180775Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6181081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6181220Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6181484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6181638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6182215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6182338Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6182908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6183027Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6183098Z ok (5.979s) 2022-11-23T02:16:12.6183281Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.030s) 2022-11-23T02:16:12.6183633Z 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-23T02:16:12.6183770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6184036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6184190Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6184760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6184927Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6185000Z ok (5.081s) 2022-11-23T02:16:12.6185364Z 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-23T02:16:12.6185501Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6185763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6185912Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6186167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6186302Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6186564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6186713Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6187327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6187447Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6188020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6188137Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6188396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6188534Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6188794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6188943Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6189205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6189339Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6189602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6189753Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6190327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6190444Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6191011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6191172Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6191245Z ok (3.010s) 2022-11-23T02:16:12.6191628Z 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-23T02:16:12.6191764Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6192015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6192165Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6192743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6192905Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6193164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6193300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6193561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6193709Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6193967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6194108Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6194368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6194521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6194780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6194914Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6195173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6195320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6195957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6196082Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6196699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6196822Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6197450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6197571Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6197645Z ok (2.979s) 2022-11-23T02:16:12.6197827Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.051s) 2022-11-23T02:16:12.6198015Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.028s) 2022-11-23T02:16:12.6198232Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:12.6198596Z 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-23T02:16:12.6198735Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6199006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6199203Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6199467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6199606Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6199855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6200008Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6200581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6200703Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6201271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6201402Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6201651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6201788Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6202048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6202201Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6202457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6202592Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6202854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6203003Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6204126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6204247Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6204817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6204935Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6205009Z ok (3.080s) 2022-11-23T02:16:12.6205179Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-11-23T02:16:12.6205355Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.081s) 2022-11-23T02:16:12.6205535Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.078s) 2022-11-23T02:16:12.6206117Z 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-23T02:16:12.6206497Z 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-23T02:16:12.6206638Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6206902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6207057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6207639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6207759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6208017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6208156Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6208414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6208545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6208811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6208965Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6209230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6209382Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6209621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6209803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6210067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6210216Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6210785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6210906Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6211478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6211638Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6212214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6212330Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6212401Z ok (3.083s) 2022-11-23T02:16:12.6212616Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:12.6212986Z 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-23T02:16:12.6213123Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6213386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6213537Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6214117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6214237Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6214498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6214638Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6214902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6215048Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6215622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6215782Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6216037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6216177Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6216442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6216593Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6216849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6216985Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6217254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6217403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6218020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6218138Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6218713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6218834Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6218906Z ok (5.895s) 2022-11-23T02:16:12.6219264Z 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-23T02:16:12.6219402Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6219665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6219803Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6220057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6220195Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6220547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6220702Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6221275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6221397Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6221967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6222138Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6222402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6222537Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6222798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6222951Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6223521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6223683Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6223940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6224079Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6224340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6224492Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6225051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6225174Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6225245Z ok (3.131s) 2022-11-23T02:16:12.6225758Z 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.003s) 2022-11-23T02:16:12.6225927Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T02:16:12.6226286Z 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-23T02:16:12.6226421Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6226688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6226839Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6227099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:12.6227234Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6227494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6227688Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6228269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6228386Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6228948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6229066Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6229137Z ok (2.830s) 2022-11-23T02:16:12.6229693Z 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-23T02:16:12.6230215Z 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-23T02:16:12.6230400Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:16:12.6230579Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T02:16:12.6230749Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T02:16:12.6230918Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T02:16:12.6231098Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:16:12.6231243Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T02:16:12.6231409Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T02:16:12.6231555Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T02:16:12.6231684Z Indices generated by random_split ... ok (0.003s) 2022-11-23T02:16:12.6231853Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.009s) 2022-11-23T02:16:12.6232020Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:12.6232197Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:16:12.6232385Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:16:12.6232717Z 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-23T02:16:12.6232854Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:12.6233124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:12.6233275Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:12.6233848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.6234008Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:12.6234081Z ok (2.655s) 2022-11-23T02:16:12.6234591Z 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-23T02:16:12.6234774Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.004s) 2022-11-23T02:16:12.6234984Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T02:16:12.6235166Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:16:12.6235300Z test_getitem (__main__.TestTensorDataset) ... ok (0.007s) 2022-11-23T02:16:12.6235824Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.007s) 2022-11-23T02:16:12.6235957Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T02:16:12.6236096Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.006s) 2022-11-23T02:16:12.6236221Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.003s) 2022-11-23T02:16:12.6236251Z 2022-11-23T02:16:12.6236396Z ---------------------------------------------------------------------- 2022-11-23T02:16:12.6236480Z Ran 164 tests in 235.703s 2022-11-23T02:16:12.6236486Z 2022-11-23T02:16:12.6236564Z OK (skipped=37) 2022-11-23T02:16:12.6236570Z 2022-11-23T02:16:12.6236666Z Generating XML reports... 2022-11-23T02:16:12.6236919Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123021216.xml 2022-11-23T02:16:12.6237158Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123021216.xml 2022-11-23T02:16:12.6237445Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123021216.xml 2022-11-23T02:16:12.6237707Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123021216.xml 2022-11-23T02:16:12.6237956Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123021216.xml 2022-11-23T02:16:12.6238221Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123021216.xml 2022-11-23T02:16:12.6238459Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123021216.xml 2022-11-23T02:16:12.6238756Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123021216.xml 2022-11-23T02:16:12.6238989Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123021216.xml 2022-11-23T02:16:12.6239227Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123021216.xml 2022-11-23T02:16:12.6239496Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123021216.xml 2022-11-23T02:16:12.6239728Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123021216.xml 2022-11-23T02:16:12.6239978Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123021216.xml 2022-11-23T02:16:12.6239984Z 2022-11-23T02:16:12.6240399Z ##[endgroup] 2022-11-23T02:16:12.6240662Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_foitpgu_) 2022-11-23T02:16:12.6240721Z 2022-11-23T02:16:15.6065807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.6066641Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:15.6066995Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:15.7613183Z Running test_datapipe ... [2022-11-23 02:16:15.761114] 2022-11-23T02:16:15.7618887Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:15.761728] 2022-11-23T02:16:15.7620929Z Ignoring disabled issues: [] 2022-11-23T02:16:22.3636721Z 2022-11-23T02:16:22.3637317Z Expand the folded group to see the log file of test_datapipe 2022-11-23T02:16:22.3638083Z ##[group]PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_6022p61x) 2022-11-23T02:16:22.3639432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.3640362Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:22.3640653Z 2022-11-23T02:16:22.3640769Z Running tests... 2022-11-23T02:16:22.3641143Z ---------------------------------------------------------------------- 2022-11-23T02:16:22.3641713Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports\python-unittest\test_datapipe 2022-11-23T02:16:22.3642076Z skip: no dataframes (pandas) (0.000s) 2022-11-23T02:16:22.3642470Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.006s) 2022-11-23T02:16:22.3643214Z 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-23T02:16:22.3643906Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:16:22.3644183Z ok (0.482s) 2022-11-23T02:16:22.3644413Z test_as_string (__main__.TestDataChunk) ... ok (0.006s) 2022-11-23T02:16:22.3644677Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:16:22.3644939Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:16:22.3645200Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:16:22.3645476Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T02:16:22.3645755Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:16:22.3646022Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-11-23T02:16:22.3646323Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T02:16:22.3646691Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T02:16:22.3647055Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T02:16:22.3647416Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-11-23T02:16:22.3647828Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:16:22.3648314Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T02:16:22.3648732Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T02:16:22.3649394Z 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-23T02:16:22.3649957Z warnings.warn( 2022-11-23T02:16:22.3650154Z ok (0.006s) 2022-11-23T02:16:22.3650449Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T02:16:22.3651134Z 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-23T02:16:22.3651685Z warnings.warn( 2022-11-23T02:16:22.3652252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:16:22.3652719Z warnings.warn( 2022-11-23T02:16:22.3653203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:16:22.3653665Z warnings.warn( 2022-11-23T02:16:22.3654222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:16:22.3654746Z warnings.warn( 2022-11-23T02:16:22.3654942Z ok (0.010s) 2022-11-23T02:16:22.3655235Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-11-23T02:16:22.3655593Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.023s) 2022-11-23T02:16:22.3655988Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T02:16:22.3656393Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.028s) 2022-11-23T02:16:22.3657076Z 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-23T02:16:22.3657622Z warnings.warn( 2022-11-23T02:16:22.3657818Z ok (0.007s) 2022-11-23T02:16:22.3658131Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.050s) 2022-11-23T02:16:22.3658508Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T02:16:22.3658892Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T02:16:22.3659608Z 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-23T02:16:22.3660359Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:16:22.3661137Z 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-23T02:16:22.3661828Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:16:22.3662122Z ok (0.056s) 2022-11-23T02:16:22.3662402Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T02:16:22.3662737Z Only for DataPipes that take in a function as argument ... ok (0.025s) 2022-11-23T02:16:22.3663103Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-11-23T02:16:22.3663499Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-11-23T02:16:22.3663892Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-11-23T02:16:22.3664276Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-11-23T02:16:22.3664651Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-11-23T02:16:22.3665031Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-11-23T02:16:22.3665677Z 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-23T02:16:22.3666279Z warnings.warn( 2022-11-23T02:16:22.3666532Z ok (0.000s) 2022-11-23T02:16:22.3666833Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-11-23T02:16:22.3667262Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.020s) 2022-11-23T02:16:22.3667618Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T02:16:22.3667945Z Only for DataPipes that take in a function as argument ... ok (0.008s) 2022-11-23T02:16:22.3668309Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.006s) 2022-11-23T02:16:22.3668685Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-11-23T02:16:22.3669315Z 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-23T02:16:22.3669836Z warnings.warn( 2022-11-23T02:16:22.3670033Z ok (0.004s) 2022-11-23T02:16:22.3670302Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-11-23T02:16:22.3670633Z test_traverse_forked (__main__.TestGraph) ... ok (0.004s) 2022-11-23T02:16:22.3670976Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-11-23T02:16:22.3671326Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-11-23T02:16:22.3671691Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-11-23T02:16:22.3672149Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-11-23T02:16:22.3672743Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-11-23T02:16:22.3673276Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-11-23T02:16:22.3673768Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-11-23T02:16:22.3674271Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T02:16:22.3674761Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T02:16:22.3675234Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-11-23T02:16:22.3675683Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.016s) 2022-11-23T02:16:22.3676535Z 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-23T02:16:22.3677295Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T02:16:22.3677613Z ok (0.007s) 2022-11-23T02:16:22.3677947Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-11-23T02:16:22.3678487Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:16:22.3678976Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.004s) 2022-11-23T02:16:22.3679467Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:16:22.3679938Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.009s) 2022-11-23T02:16:22.3680383Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:16:22.3680838Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.002s) 2022-11-23T02:16:22.3681273Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:16:22.3681721Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-11-23T02:16:22.3682164Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T02:16:22.3682624Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.006s) 2022-11-23T02:16:22.3683358Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T02:16:22.3683924Z warnings.warn( 2022-11-23T02:16:22.3684149Z ok (0.010s) 2022-11-23T02:16:22.3684502Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.013s) 2022-11-23T02:16:22.3684931Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-11-23T02:16:22.3685448Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-11-23T02:16:22.3685902Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.015s) 2022-11-23T02:16:22.3686340Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-11-23T02:16:22.3686770Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.016s) 2022-11-23T02:16:22.3697422Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:16:22.3697805Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-11-23T02:16:22.3698321Z 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-23T02:16:22.3698782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:22.3699216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:22.3699650Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:22.3700409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.3701379Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:22.3701792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:16:22.3702199Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:16:22.3702627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:16:22.3703100Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:16:22.3703959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.3704634Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:22.3704923Z ok (2.839s) 2022-11-23T02:16:22.3705331Z test_sharding_groups (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2692: DeprecationWarning: Please use assertEqual instead. 2022-11-23T02:16:22.3705743Z self.assertEquals(expected, actual) 2022-11-23T02:16:22.3706132Z C:\actions-runner\_work\pytorch\pytorch\test\test_datapipe.py:2693: DeprecationWarning: Please use assertEqual instead. 2022-11-23T02:16:22.3706486Z self.assertEquals(3, len(dp)) 2022-11-23T02:16:22.3706690Z ok (0.004s) 2022-11-23T02:16:22.3706916Z test_sharding_length (__main__.TestSharding) ... ok (0.004s) 2022-11-23T02:16:22.3707214Z test_simple_sharding (__main__.TestSharding) ... ok (0.005s) 2022-11-23T02:16:22.3707504Z test_api (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T02:16:22.3707786Z test_dir (__main__.TestStreamWrapper) ... ok (0.003s) 2022-11-23T02:16:22.3708074Z test_pickle (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T02:16:22.3708345Z test_repr (__main__.TestStreamWrapper) ... ok (0.000s) 2022-11-23T02:16:22.3708654Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.006s) 2022-11-23T02:16:22.3709050Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:16:22.3709357Z test_isinstance (__main__.TestTyping) ... ok (0.000s) 2022-11-23T02:16:22.3709717Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-11-23T02:16:22.3710023Z test_protocol (__main__.TestTyping) ... ok (0.000s) 2022-11-23T02:16:22.3710310Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.011s) 2022-11-23T02:16:22.3710633Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T02:16:22.3710951Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-11-23T02:16:22.3711123Z 2022-11-23T02:16:22.3711285Z ---------------------------------------------------------------------- 2022-11-23T02:16:22.3711546Z Ran 88 tests in 3.844s 2022-11-23T02:16:22.3711666Z 2022-11-23T02:16:22.3711742Z OK (skipped=16) 2022-11-23T02:16:22.3711858Z 2022-11-23T02:16:22.3711951Z Generating XML reports... 2022-11-23T02:16:22.3712331Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20221123021618.xml 2022-11-23T02:16:22.3712838Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20221123021618.xml 2022-11-23T02:16:22.3713351Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20221123021618.xml 2022-11-23T02:16:22.3713964Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20221123021618.xml 2022-11-23T02:16:22.3714453Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20221123021618.xml 2022-11-23T02:16:22.3714979Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20221123021618.xml 2022-11-23T02:16:22.3715632Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20221123021618.xml 2022-11-23T02:16:22.3716266Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20221123021618.xml 2022-11-23T02:16:22.3716839Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20221123021618.xml 2022-11-23T02:16:22.3717329Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20221123021618.xml 2022-11-23T02:16:22.3717808Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20221123021618.xml 2022-11-23T02:16:22.3718283Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20221123021618.xml 2022-11-23T02:16:22.3718819Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20221123021618.xml 2022-11-23T02:16:22.3719327Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20221123021618.xml 2022-11-23T02:16:22.3719805Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20221123021618.xml 2022-11-23T02:16:22.3720058Z 2022-11-23T02:16:22.3720385Z ##[endgroup] 2022-11-23T02:16:22.3720746Z FINISHED PRINTING LOG FILE of test_datapipe (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_datapipe_6022p61x) 2022-11-23T02:16:22.3721007Z 2022-11-23T02:16:25.3458546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:25.3459429Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:25.3459794Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:25.5020412Z Running test_decomp ... [2022-11-23 02:16:25.501784] 2022-11-23T02:16:25.5026296Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:25.501784] 2022-11-23T02:16:25.5028041Z Ignoring disabled issues: [] 2022-11-23T02:16:29.5661931Z 2022-11-23T02:16:29.5662424Z Expand the folded group to see the log file of test_decomp 2022-11-23T02:16:29.5663283Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_qje31v0r) 2022-11-23T02:16:29.5664154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:29.5664846Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:29.5665000Z 2022-11-23T02:16:29.5665081Z Running tests... 2022-11-23T02:16:29.5665361Z ---------------------------------------------------------------------- 2022-11-23T02:16:29.5665534Z 2022-11-23T02:16:29.5665689Z ---------------------------------------------------------------------- 2022-11-23T02:16:29.5666166Z Ran 0 tests in 0.000s 2022-11-23T02:16:29.5666287Z 2022-11-23T02:16:29.5666349Z OK 2022-11-23T02:16:29.5666445Z 2022-11-23T02:16:29.5666537Z Generating XML reports... 2022-11-23T02:16:29.5666837Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T02:16:29.5667034Z 2022-11-23T02:16:29.5667262Z ##[endgroup] 2022-11-23T02:16:29.5667619Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_qje31v0r) 2022-11-23T02:16:29.5667883Z 2022-11-23T02:16:32.5059385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:32.5061650Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:32.5062034Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:32.6614095Z Running test_deploy ... [2022-11-23 02:16:32.660851] 2022-11-23T02:16:32.6619853Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 02:16:32.661452] 2022-11-23T02:16:32.6622594Z Ignoring disabled issues: [] 2022-11-23T02:16:37.9958053Z 2022-11-23T02:16:37.9958617Z Expand the folded group to see the log file of test_deploy 2022-11-23T02:16:37.9959347Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_o_uep38s) 2022-11-23T02:16:37.9959760Z ============================= test session starts ============================= 2022-11-23T02:16:37.9960088Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:16:37.9960385Z cachedir: .pytest_cache 2022-11-23T02:16:37.9960828Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T02:16:37.9961308Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:16:37.9961733Z 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.9962081Z collecting ... collected 1 item 2022-11-23T02:16:37.9962393Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T02:16:37.9962579Z 2022-11-23T02:16:37.9962742Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T02:16:37.9962927Z 2022-11-23T02:16:37.9963047Z ============================== 1 passed in 2.56s ============================== 2022-11-23T02:16:37.9963189Z 2022-11-23T02:16:37.9963419Z ##[endgroup] 2022-11-23T02:16:37.9963770Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_o_uep38s) 2022-11-23T02:16:37.9964028Z 2022-11-23T02:16:40.8942611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:40.8943473Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:40.8943837Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:41.0504537Z Running test_dlpack ... [2022-11-23 02:16:41.050248] 2022-11-23T02:16:41.0509814Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:41.050365] 2022-11-23T02:16:41.0511677Z Ignoring disabled issues: [] 2022-11-23T02:16:44.2209920Z 2022-11-23T02:16:44.2210550Z Expand the folded group to see the log file of test_dlpack 2022-11-23T02:16:44.2211412Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_qx_hyddx) 2022-11-23T02:16:44.2212361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.2213048Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:44.2213201Z 2022-11-23T02:16:44.2213278Z Running tests... 2022-11-23T02:16:44.2213551Z ---------------------------------------------------------------------- 2022-11-23T02:16:44.2213746Z 2022-11-23T02:16:44.2213899Z ---------------------------------------------------------------------- 2022-11-23T02:16:44.2214159Z Ran 0 tests in 0.000s 2022-11-23T02:16:44.2214265Z 2022-11-23T02:16:44.2214327Z OK 2022-11-23T02:16:44.2214422Z 2022-11-23T02:16:44.2214517Z Generating XML reports... 2022-11-23T02:16:44.2214990Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T02:16:44.2215187Z 2022-11-23T02:16:44.2215429Z ##[endgroup] 2022-11-23T02:16:44.2215787Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_qx_hyddx) 2022-11-23T02:16:44.2216049Z 2022-11-23T02:16:47.2074465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:47.2075232Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:47.2075574Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:47.3621664Z Running test_dynamic_shapes ... [2022-11-23 02:16:47.361904] 2022-11-23T02:16:47.3627771Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:47.362512] 2022-11-23T02:16:47.3629719Z Ignoring disabled issues: [] 2022-11-23T02:16:50.7661331Z 2022-11-23T02:16:50.7661903Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T02:16:50.7662777Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_rivqsm85) 2022-11-23T02:16:50.7663714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:16:50.7664645Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:50.7664858Z 2022-11-23T02:16:50.7665010Z Running tests... 2022-11-23T02:16:50.7665279Z ---------------------------------------------------------------------- 2022-11-23T02:16:50.7665641Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T02:16:50.7666039Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:16:50.7666345Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:16:50.7666643Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.006s) 2022-11-23T02:16:50.7667143Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.492s) 2022-11-23T02:16:50.7667428Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7667741Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7668103Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7668411Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7668712Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7669031Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7669366Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7669679Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T02:16:50.7669976Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7670284Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7670581Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7670872Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7671164Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7671549Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7671851Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:16:50.7672164Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T02:16:50.7672572Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.002s) 2022-11-23T02:16:50.7673052Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.001s) 2022-11-23T02:16:50.7673492Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:16:50.7673894Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7674343Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.000s) 2022-11-23T02:16:50.7674812Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.000s) 2022-11-23T02:16:50.7675286Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.002s) 2022-11-23T02:16:50.7675716Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7676152Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T02:16:50.7676624Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T02:16:50.7677053Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:16:50.7677451Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7677899Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T02:16:50.7678367Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T02:16:50.7678848Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.002s) 2022-11-23T02:16:50.7679348Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7679808Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:16:50.7680308Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:16:50.7680762Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:16:50.7681175Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:16:50.7681620Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.003s) 2022-11-23T02:16:50.7682091Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.000s) 2022-11-23T02:16:50.7682512Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7682962Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:16:50.7683403Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T02:16:50.7683873Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T02:16:50.7684300Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7684698Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7685133Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.012s) 2022-11-23T02:16:50.7685603Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.003s) 2022-11-23T02:16:50.7686020Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.005s) 2022-11-23T02:16:50.7686420Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:16:50.7686855Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T02:16:50.7687322Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.001s) 2022-11-23T02:16:50.7687747Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7688146Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7688583Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.000s) 2022-11-23T02:16:50.7689056Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.006s) 2022-11-23T02:16:50.7689478Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7689880Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7690317Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.000s) 2022-11-23T02:16:50.7691328Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.000s) 2022-11-23T02:16:50.7691762Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.011s) 2022-11-23T02:16:50.7692166Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7692607Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T02:16:50.7693079Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T02:16:50.7693498Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7693892Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:16:50.7694338Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T02:16:50.7694811Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T02:16:50.7695304Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7695709Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7696242Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.002s) 2022-11-23T02:16:50.7696723Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.002s) 2022-11-23T02:16:50.7697244Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.002s) 2022-11-23T02:16:50.7697679Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:16:50.7698132Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.002s) 2022-11-23T02:16:50.7698606Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.002s) 2022-11-23T02:16:50.7699039Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:16:50.7699435Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7699874Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.000s) 2022-11-23T02:16:50.7700341Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.000s) 2022-11-23T02:16:50.7700758Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:16:50.7701154Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7701605Z 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-23T02:16:50.7702101Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.000s) 2022-11-23T02:16:50.7702681Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.000s) 2022-11-23T02:16:50.7703193Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:16:50.7703644Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.011s) 2022-11-23T02:16:50.7704133Z 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-23T02:16:50.7704625Z 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-23T02:16:50.7705062Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7705516Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.003s) 2022-11-23T02:16:50.7706014Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T02:16:50.7706461Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7706927Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:16:50.7707148Z 2022-11-23T02:16:50.7707307Z ---------------------------------------------------------------------- 2022-11-23T02:16:50.7707565Z Ran 96 tests in 0.687s 2022-11-23T02:16:50.7707684Z 2022-11-23T02:16:50.7707747Z OK (skipped=62) 2022-11-23T02:16:50.7707860Z 2022-11-23T02:16:50.7707954Z Generating XML reports... 2022-11-23T02:16:50.7708322Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123021649.xml 2022-11-23T02:16:50.7708851Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123021649.xml 2022-11-23T02:16:50.7709144Z 2022-11-23T02:16:50.7709449Z ##[endgroup] 2022-11-23T02:16:50.7709823Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_rivqsm85) 2022-11-23T02:16:50.7710100Z 2022-11-23T02:16:53.7225921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:53.7226690Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:53.7227050Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:16:53.8854691Z Running test_expanded_weights ... [2022-11-23 02:16:53.885119] 2022-11-23T02:16:53.8862279Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:16:53.885727] 2022-11-23T02:16:53.8866237Z Ignoring disabled issues: [] 2022-11-23T02:16:58.4217314Z 2022-11-23T02:16:58.4217823Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T02:16:58.4218588Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_kpi4l629) 2022-11-23T02:16:58.4219603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:58.4220561Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:16:58.4220715Z 2022-11-23T02:16:58.4220780Z Running tests... 2022-11-23T02:16:58.4221052Z ---------------------------------------------------------------------- 2022-11-23T02:16:58.4221412Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T02:16:58.4221766Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T02:16:58.4222116Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4222511Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.047s) 2022-11-23T02:16:58.4222978Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4223321Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:16:58.4223669Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4224025Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T02:16:58.4224387Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4224739Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4225179Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4225523Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4225883Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4226254Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4226639Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4227076Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4227473Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4227842Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4228197Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4228623Z 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-23T02:16:58.4229137Z 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-23T02:16:58.4229574Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T02:16:58.4229961Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4230318Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4230663Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4231055Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T02:16:58.4231424Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4231769Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4232131Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4232474Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4232826Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4233176Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4233590Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4233951Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4234374Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4234981Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4239860Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:16:58.4240595Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4241011Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4241546Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T02:16:58.4242232Z 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.011s) 2022-11-23T02:16:58.4242756Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4243417Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4243778Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4244113Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4244484Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4244859Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4245243Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T02:16:58.4245628Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4245973Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4246330Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4246709Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4247109Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T02:16:58.4247482Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4247826Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4248214Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4248895Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4249977Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T02:16:58.4251141Z 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.001s) 2022-11-23T02:16:58.4251588Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4251974Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4252325Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4252678Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4253073Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4253598Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4253962Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T02:16:58.4254319Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4254685Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4255074Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4255450Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4255835Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4256216Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4256599Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4256969Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4257324Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4257700Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4258147Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4258529Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4258909Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:16:58.4259297Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4259704Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4260186Z 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.000s) 2022-11-23T02:16:58.4260746Z 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.010s) 2022-11-23T02:16:58.4261225Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4261638Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4262040Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T02:16:58.4262441Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T02:16:58.4262923Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.051s) 2022-11-23T02:16:58.4263342Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.053s) 2022-11-23T02:16:58.4263736Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4264147Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T02:16:58.4264515Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4264856Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T02:16:58.4265283Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.003s) 2022-11-23T02:16:58.4265773Z 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-23T02:16:58.4266240Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:16:58.4266584Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4266964Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T02:16:58.4267374Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T02:16:58.4267758Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T02:16:58.4267953Z 2022-11-23T02:16:58.4268114Z ---------------------------------------------------------------------- 2022-11-23T02:16:58.4268374Z Ran 99 tests in 0.500s 2022-11-23T02:16:58.4268495Z 2022-11-23T02:16:58.4268559Z OK (skipped=10) 2022-11-23T02:16:58.4268676Z 2022-11-23T02:16:58.4268769Z Generating XML reports... 2022-11-23T02:16:58.4269177Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123021657.xml 2022-11-23T02:16:58.4269471Z 2022-11-23T02:16:58.4269815Z ##[endgroup] 2022-11-23T02:16:58.4270197Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_kpi4l629) 2022-11-23T02:16:58.4270484Z 2022-11-23T02:17:01.3725625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.3726451Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:01.3726800Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:01.5264727Z Running test_foreach ... [2022-11-23 02:17:01.526121] 2022-11-23T02:17:01.5270560Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:01.526730] 2022-11-23T02:17:01.5271998Z Ignoring disabled issues: [] 2022-11-23T02:17:05.5412848Z 2022-11-23T02:17:05.5413695Z Expand the folded group to see the log file of test_foreach 2022-11-23T02:17:05.5414477Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_ir7b_hu2) 2022-11-23T02:17:05.5415337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.5416034Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:05.5416199Z 2022-11-23T02:17:05.5416279Z Running tests... 2022-11-23T02:17:05.5416548Z ---------------------------------------------------------------------- 2022-11-23T02:17:05.5416733Z 2022-11-23T02:17:05.5416885Z ---------------------------------------------------------------------- 2022-11-23T02:17:05.5417141Z Ran 0 tests in 0.000s 2022-11-23T02:17:05.5417261Z 2022-11-23T02:17:05.5417330Z OK 2022-11-23T02:17:05.5417412Z 2022-11-23T02:17:05.5417504Z Generating XML reports... 2022-11-23T02:17:05.5417792Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-11-23T02:17:05.5417983Z 2022-11-23T02:17:05.5418211Z ##[endgroup] 2022-11-23T02:17:05.5418564Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_ir7b_hu2) 2022-11-23T02:17:05.5418822Z 2022-11-23T02:17:08.5115075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:08.5116139Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:08.5116510Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:08.6667302Z Running test_function_schema ... [2022-11-23 02:17:08.666326] 2022-11-23T02:17:08.6672936Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:08.666954] 2022-11-23T02:17:08.6674792Z Ignoring disabled issues: [] 2022-11-23T02:17:12.1803095Z 2022-11-23T02:17:12.1803907Z Expand the folded group to see the log file of test_function_schema 2022-11-23T02:17:12.1804777Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_t_gb8_xf) 2022-11-23T02:17:12.1805870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.1806641Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:12.1806823Z 2022-11-23T02:17:12.1806903Z Running tests... 2022-11-23T02:17:12.1807182Z ---------------------------------------------------------------------- 2022-11-23T02:17:12.1807595Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T02:17:12.1807971Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.466s) 2022-11-23T02:17:12.1808323Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1808683Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1809063Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.006s) 2022-11-23T02:17:12.1809457Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1809831Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1810207Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1810545Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1810832Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.010s) 2022-11-23T02:17:12.1811156Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.330s) 2022-11-23T02:17:12.1811520Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T02:17:12.1811900Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T02:17:12.1812281Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.003s) 2022-11-23T02:17:12.1812486Z 2022-11-23T02:17:12.1812644Z ---------------------------------------------------------------------- 2022-11-23T02:17:12.1812948Z Ran 13 tests in 0.828s 2022-11-23T02:17:12.1813072Z 2022-11-23T02:17:12.1813137Z OK 2022-11-23T02:17:12.1813232Z 2022-11-23T02:17:12.1813326Z Generating XML reports... 2022-11-23T02:17:12.1813765Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123021710.xml 2022-11-23T02:17:12.1814039Z 2022-11-23T02:17:12.1814284Z ##[endgroup] 2022-11-23T02:17:12.1814657Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_t_gb8_xf) 2022-11-23T02:17:12.1815047Z 2022-11-23T02:17:15.1233860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.1234624Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:15.1234979Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:15.2803494Z Running test_functional_autograd_benchmark ... [2022-11-23 02:17:15.279610] 2022-11-23T02:17:15.2809107Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:15.280254] 2022-11-23T02:17:15.2811333Z Ignoring disabled issues: [] 2022-11-23T02:17:17.8490335Z 2022-11-23T02:17:17.8491045Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-11-23T02:17:17.8492249Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_lk_eqx__) 2022-11-23T02:17:17.8493200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:17.8493896Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:17.8494058Z 2022-11-23T02:17:17.8494136Z Running tests... 2022-11-23T02:17:17.8494392Z ---------------------------------------------------------------------- 2022-11-23T02:17:17.8494769Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-11-23T02:17:17.8495251Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.001s) 2022-11-23T02:17:17.8495810Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.001s) 2022-11-23T02:17:17.8496077Z 2022-11-23T02:17:17.8496234Z ---------------------------------------------------------------------- 2022-11-23T02:17:17.8496494Z Ran 2 tests in 0.000s 2022-11-23T02:17:17.8496614Z 2022-11-23T02:17:17.8496737Z OK (skipped=2) 2022-11-23T02:17:17.8496865Z 2022-11-23T02:17:17.8496946Z Generating XML reports... 2022-11-23T02:17:17.8497448Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20221123021717.xml 2022-11-23T02:17:17.8497780Z 2022-11-23T02:17:17.8498020Z ##[endgroup] 2022-11-23T02:17:17.8498431Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_autograd_benchmark_lk_eqx__) 2022-11-23T02:17:17.8498746Z 2022-11-23T02:17:20.7249104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:20.7249899Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:20.7250264Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:20.8819905Z Running test_functional_optim ... [2022-11-23 02:17:20.880328] 2022-11-23T02:17:20.8825689Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:20.880328] 2022-11-23T02:17:20.8827943Z Ignoring disabled issues: [] 2022-11-23T02:17:24.3596937Z 2022-11-23T02:17:24.3597640Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T02:17:24.3598539Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_3s4zcd9u) 2022-11-23T02:17:24.3599435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:24.3600148Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:24.3600302Z 2022-11-23T02:17:24.3600381Z Running tests... 2022-11-23T02:17:24.3600650Z ---------------------------------------------------------------------- 2022-11-23T02:17:24.3601207Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T02:17:24.3601602Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.508s) 2022-11-23T02:17:24.3601994Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.030s) 2022-11-23T02:17:24.3602363Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.033s) 2022-11-23T02:17:24.3602746Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-11-23T02:17:24.3602964Z 2022-11-23T02:17:24.3603124Z ---------------------------------------------------------------------- 2022-11-23T02:17:24.3603386Z Ran 4 tests in 0.578s 2022-11-23T02:17:24.3603509Z 2022-11-23T02:17:24.3603574Z OK 2022-11-23T02:17:24.3603669Z 2022-11-23T02:17:24.3603761Z Generating XML reports... 2022-11-23T02:17:24.3604155Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123021723.xml 2022-11-23T02:17:24.3604452Z 2022-11-23T02:17:24.3604692Z ##[endgroup] 2022-11-23T02:17:24.3605069Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_3s4zcd9u) 2022-11-23T02:17:24.3605350Z 2022-11-23T02:17:27.2878269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:27.2879120Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:27.2879516Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:27.4434551Z Running test_functionalization ... [2022-11-23 02:17:27.438371] 2022-11-23T02:17:27.4439891Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:27.438371] 2022-11-23T02:17:27.4441726Z Ignoring disabled issues: [] 2022-11-23T02:17:32.8934543Z 2022-11-23T02:17:32.8935152Z Expand the folded group to see the log file of test_functionalization 2022-11-23T02:17:32.8936126Z ##[group]PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_3fdjswoc) 2022-11-23T02:17:32.8937268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:32.8937975Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:32.8938130Z 2022-11-23T02:17:32.8938210Z Running tests... 2022-11-23T02:17:32.8938486Z ---------------------------------------------------------------------- 2022-11-23T02:17:32.8940359Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-11-23T02:17:32.8940795Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.472s) 2022-11-23T02:17:32.8941168Z test_as_strided (__main__.TestFunctionalization) ... ok (0.027s) 2022-11-23T02:17:32.8941468Z test_cat (__main__.TestFunctionalization) ... ok (0.022s) 2022-11-23T02:17:32.8941768Z test_copy_ (__main__.TestFunctionalization) ... ok (0.103s) 2022-11-23T02:17:32.8942092Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8942420Z test_diagonal (__main__.TestFunctionalization) ... ok (0.034s) 2022-11-23T02:17:32.8942872Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.024s) 2022-11-23T02:17:32.8943208Z test_everything (__main__.TestFunctionalization) ... ok (0.210s) 2022-11-23T02:17:32.8943512Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.013s) 2022-11-23T02:17:32.8943825Z test_fill_ (__main__.TestFunctionalization) ... ok (0.030s) 2022-11-23T02:17:32.8944126Z test_freeze (__main__.TestFunctionalization) ... ok (0.657s) 2022-11-23T02:17:32.8944458Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.041s) 2022-11-23T02:17:32.8944882Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.025s) 2022-11-23T02:17:32.8946640Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.039s) 2022-11-23T02:17:32.8946969Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T02:17:32.8947317Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8947671Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8948647Z 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-23T02:17:32.8949523Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-11-23T02:17:32.8949739Z ok (0.032s) 2022-11-23T02:17:32.8950012Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.021s) 2022-11-23T02:17:32.8950373Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.000s) 2022-11-23T02:17:32.8950741Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.020s) 2022-11-23T02:17:32.8952478Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T02:17:32.8952802Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.030s) 2022-11-23T02:17:32.8953145Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.032s) 2022-11-23T02:17:32.8953486Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8953827Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.046s) 2022-11-23T02:17:32.8954272Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.098s) 2022-11-23T02:17:32.8954620Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8954939Z test_scalars (__main__.TestFunctionalization) ... ok (0.026s) 2022-11-23T02:17:32.8955252Z test_simple (__main__.TestFunctionalization) ... ok (0.047s) 2022-11-23T02:17:32.8956254Z 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-23T02:17:32.8958498Z torch.add(y, tmp, out=z) 2022-11-23T02:17:32.8958698Z ok (0.035s) 2022-11-23T02:17:32.8958948Z test_split (__main__.TestFunctionalization) ... ok (0.036s) 2022-11-23T02:17:32.8959259Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.038s) 2022-11-23T02:17:32.8959682Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.013s) 2022-11-23T02:17:32.8960062Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T02:17:32.8960666Z 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-23T02:17:32.8961247Z with torch.autograd.detect_anomaly(check_nan=False): 2022-11-23T02:17:32.8961475Z ok (0.470s) 2022-11-23T02:17:32.8961736Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.027s) 2022-11-23T02:17:32.8961917Z 2022-11-23T02:17:32.8962078Z ---------------------------------------------------------------------- 2022-11-23T02:17:32.8962340Z Ran 37 tests in 2.703s 2022-11-23T02:17:32.8962467Z 2022-11-23T02:17:32.8962531Z OK 2022-11-23T02:17:32.8962612Z 2022-11-23T02:17:32.8962706Z Generating XML reports... 2022-11-23T02:17:32.8964525Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20221123021729.xml 2022-11-23T02:17:32.8964823Z 2022-11-23T02:17:32.8965108Z ##[endgroup] 2022-11-23T02:17:32.8965506Z FINISHED PRINTING LOG FILE of test_functionalization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functionalization_3fdjswoc) 2022-11-23T02:17:32.8965795Z 2022-11-23T02:17:35.8318786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:35.8319556Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:35.8319931Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:35.9857584Z Running test_futures ... [2022-11-23 02:17:35.985511] 2022-11-23T02:17:35.9863382Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:35.986124] 2022-11-23T02:17:35.9865440Z Ignoring disabled issues: [] 2022-11-23T02:17:39.8385892Z 2022-11-23T02:17:39.8386504Z Expand the folded group to see the log file of test_futures 2022-11-23T02:17:39.8387380Z ##[group]PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_g3ynmzy5) 2022-11-23T02:17:39.8388701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:39.8389401Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:39.8389556Z 2022-11-23T02:17:39.8389636Z Running tests... 2022-11-23T02:17:39.8390009Z ---------------------------------------------------------------------- 2022-11-23T02:17:39.8390357Z Test results will be stored in test-reports\python-unittest\test_futures 2022-11-23T02:17:39.8390859Z 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-23T02:17:39.8391136Z 2022-11-23T02:17:39.8391201Z At: 2022-11-23T02:17:39.8391484Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-11-23T02:17:39.8391913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:17:39.8392459Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-11-23T02:17:39.8392888Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-11-23T02:17:39.8393268Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:17:39.8393582Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:17:39.8393988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:17:39.8394461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:17:39.8394851Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:17:39.8395136Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:17:39.8395437Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:17:39.8395733Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:17:39.8396086Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:17:39.8396417Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:17:39.8396801Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:17:39.8397084Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:17:39.8397474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:17:39.8397894Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:17:39.8398095Z 2022-11-23T02:17:39.8398165Z ok (0.476s) 2022-11-23T02:17:39.8398435Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.004s) 2022-11-23T02:17:39.8398930Z 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-23T02:17:39.8399305Z ok (0.001s) 2022-11-23T02:17:39.8399537Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8399832Z test_chained_then (__main__.TestFuture) ... ok (0.005s) 2022-11-23T02:17:39.8400103Z test_collect_all (__main__.TestFuture) ... ok (0.104s) 2022-11-23T02:17:39.8400364Z test_done (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:17:39.8400631Z test_done_exception (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:17:39.8400982Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.006s) 2022-11-23T02:17:39.8401548Z 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-23T02:17:39.8401848Z 2022-11-23T02:17:39.8401915Z At: 2022-11-23T02:17:39.8402259Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-11-23T02:17:39.8402728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-11-23T02:17:39.8403205Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-11-23T02:17:39.8403618Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-11-23T02:17:39.8403930Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-11-23T02:17:39.8404316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2127): _run_with_retry 2022-11-23T02:17:39.8404801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2198): run 2022-11-23T02:17:39.8405185Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-11-23T02:17:39.8405483Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:17:39.8405848Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:17:39.8406146Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-11-23T02:17:39.8406430Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-11-23T02:17:39.8406757Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-11-23T02:17:39.8407087Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-11-23T02:17:39.8407383Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-11-23T02:17:39.8407775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(786): run_tests 2022-11-23T02:17:39.8408256Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-11-23T02:17:39.8408457Z 2022-11-23T02:17:39.8408526Z ok (0.000s) 2022-11-23T02:17:39.8408750Z test_mark_future_twice (__main__.TestFuture) ... ok (0.000s) 2022-11-23T02:17:39.8409083Z test_pickle_future (__main__.TestFuture) ... ok (0.010s) 2022-11-23T02:17:39.8409360Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8409655Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:17:39.8409939Z test_then (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:17:39.8410188Z test_then_no_arg (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8410454Z test_then_raise (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8410725Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8410982Z test_wait (__main__.TestFuture) ... ok (0.002s) 2022-11-23T02:17:39.8411299Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.001s) 2022-11-23T02:17:39.8411626Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.504s) 2022-11-23T02:17:39.8411885Z test_wait_none (__main__.TestFuture) ... ok (0.003s) 2022-11-23T02:17:39.8412035Z 2022-11-23T02:17:39.8412195Z ---------------------------------------------------------------------- 2022-11-23T02:17:39.8412455Z Ran 22 tests in 1.141s 2022-11-23T02:17:39.8412574Z 2022-11-23T02:17:39.8412650Z OK (skipped=1) 2022-11-23T02:17:39.8412763Z 2022-11-23T02:17:39.8412859Z Generating XML reports... 2022-11-23T02:17:39.8413210Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20221123021738.xml 2022-11-23T02:17:39.8413454Z 2022-11-23T02:17:39.8413737Z ##[endgroup] 2022-11-23T02:17:39.8414090Z FINISHED PRINTING LOG FILE of test_futures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_futures_g3ynmzy5) 2022-11-23T02:17:39.8414473Z 2022-11-23T02:17:42.8050658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:42.8051402Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:42.8051759Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:42.9611395Z Running test_fx_experimental ... [2022-11-23 02:17:42.960258] 2022-11-23T02:17:42.9611893Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:42.960919] 2022-11-23T02:17:42.9612322Z Ignoring disabled issues: [] 2022-11-23T02:17:50.1091156Z 2022-11-23T02:17:50.1091782Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T02:17:50.1092694Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_12565os7) 2022-11-23T02:17:50.1093818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:50.1094513Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:50.1094669Z 2022-11-23T02:17:50.1094746Z Running tests... 2022-11-23T02:17:50.1095019Z ---------------------------------------------------------------------- 2022-11-23T02:17:50.1095387Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T02:17:50.1095763Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T02:17:50.1096125Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.025s) 2022-11-23T02:17:50.1096456Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T02:17:50.1096792Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:17:50.1097129Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T02:17:50.1097477Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T02:17:50.1097823Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T02:17:50.1098174Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T02:17:50.1098506Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T02:17:50.1098811Z test_fetch (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:17:50.1099123Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T02:17:50.1099466Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:17:50.1099782Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:17:50.1100061Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T02:17:50.1100399Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.029s) 2022-11-23T02:17:50.1100735Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.032s) 2022-11-23T02:17:50.1101071Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.006s) 2022-11-23T02:17:50.1101669Z 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-23T02:17:50.1102249Z warnings.warn( 2022-11-23T02:17:50.1102430Z ok (0.000s) 2022-11-23T02:17:50.1102683Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T02:17:50.1103031Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.052s) 2022-11-23T02:17:50.1103361Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T02:17:50.1104118Z 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-23T02:17:50.1104804Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:17:50.1105021Z ok (1.828s) 2022-11-23T02:17:50.1105287Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.527s) 2022-11-23T02:17:50.1105747Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T02:17:50.1106196Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T02:17:50.1106532Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.009s) 2022-11-23T02:17:50.1106870Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.009s) 2022-11-23T02:17:50.1107216Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T02:17:50.1107533Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T02:17:50.1107742Z [1, 2] 2022-11-23T02:17:50.1107902Z ok (0.015s) 2022-11-23T02:17:50.1108155Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T02:17:50.1108483Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.181s) 2022-11-23T02:17:50.1108813Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.018s) 2022-11-23T02:17:50.1109241Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T02:17:50.1109575Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T02:17:50.1109960Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T02:17:50.1110319Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T02:17:50.1110675Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T02:17:50.1111244Z 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-23T02:17:50.1111805Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T02:17:50.1112057Z ok (0.040s) 2022-11-23T02:17:50.1112329Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T02:17:50.1112669Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T02:17:50.1112842Z 2022-11-23T02:17:50.1113002Z ---------------------------------------------------------------------- 2022-11-23T02:17:50.1113259Z Ran 38 tests in 2.906s 2022-11-23T02:17:50.1113379Z 2022-11-23T02:17:50.1113456Z OK (skipped=5) 2022-11-23T02:17:50.1113569Z 2022-11-23T02:17:50.1113659Z Generating XML reports... 2022-11-23T02:17:50.1114030Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123021746.xml 2022-11-23T02:17:50.1114313Z 2022-11-23T02:17:50.1114591Z ##[endgroup] 2022-11-23T02:17:50.1114966Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_12565os7) 2022-11-23T02:17:50.1115322Z 2022-11-23T02:17:53.0321930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.0322820Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:53.0323642Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:53.1869820Z Running test_fx_passes ... [2022-11-23 02:17:53.186207] 2022-11-23T02:17:53.1873686Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:53.186810] 2022-11-23T02:17:53.1876026Z Ignoring disabled issues: [] 2022-11-23T02:17:56.7697220Z 2022-11-23T02:17:56.7698005Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T02:17:56.7698775Z ##[group]PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_nfpu3f9t) 2022-11-23T02:17:56.7700155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:56.7700892Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:56.7701050Z 2022-11-23T02:17:56.7701134Z Running tests... 2022-11-23T02:17:56.7701479Z ---------------------------------------------------------------------- 2022-11-23T02:17:56.7701833Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-11-23T02:17:56.7702322Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ERROR:numba.cuda.cudadrv.driver:Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-11-23T02:17:56.7702675Z ok (0.477s) 2022-11-23T02:17:56.7702976Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:17:56.7703423Z 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.008s) 2022-11-23T02:17:56.7703842Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7704209Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7704585Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-11-23T02:17:56.7704966Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7705355Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7705722Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7706170Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7706555Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7706929Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T02:17:56.7707309Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7708314Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T02:17:56.7708756Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:17:56.7709137Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-11-23T02:17:56.7709669Z 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.015s) 2022-11-23T02:17:56.7710316Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.017s) 2022-11-23T02:17:56.7710930Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7711619Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7712238Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-11-23T02:17:56.7712877Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7713620Z 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.008s) 2022-11-23T02:17:56.7714382Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7715137Z 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.009s) 2022-11-23T02:17:56.7715836Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-11-23T02:17:56.7716508Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7717164Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-11-23T02:17:56.7717772Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7718415Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7719048Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-11-23T02:17:56.7719739Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-11-23T02:17:56.7729524Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-11-23T02:17:56.7730172Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T02:17:56.7730710Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.011s) 2022-11-23T02:17:56.7731189Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7731683Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T02:17:56.7732342Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7732840Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7733409Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7733969Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-11-23T02:17:56.7734518Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-11-23T02:17:56.7735004Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.009s) 2022-11-23T02:17:56.7735459Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7735902Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:17:56.7736353Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-11-23T02:17:56.7736796Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7737243Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-11-23T02:17:56.7737682Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T02:17:56.7738094Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-11-23T02:17:56.7738321Z 2022-11-23T02:17:56.7738486Z ---------------------------------------------------------------------- 2022-11-23T02:17:56.7738750Z Ran 50 tests in 0.828s 2022-11-23T02:17:56.7738873Z 2022-11-23T02:17:56.7738938Z OK 2022-11-23T02:17:56.7739036Z 2022-11-23T02:17:56.7739132Z Generating XML reports... 2022-11-23T02:17:56.7739554Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20221123021755.xml 2022-11-23T02:17:56.7740083Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20221123021755.xml 2022-11-23T02:17:56.7740353Z 2022-11-23T02:17:56.7740693Z ##[endgroup] 2022-11-23T02:17:56.7741163Z FINISHED PRINTING LOG FILE of test_fx_passes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_passes_nfpu3f9t) 2022-11-23T02:17:56.7741425Z 2022-11-23T02:17:59.6873007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:17:59.6873764Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:17:59.6874130Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:17:59.8398741Z Running test_fx_reinplace_pass ... [2022-11-23 02:17:59.839613] 2022-11-23T02:17:59.8404047Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:17:59.840216] 2022-11-23T02:17:59.8405956Z Ignoring disabled issues: [] 2022-11-23T02:18:03.8134207Z 2022-11-23T02:18:03.8134865Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-11-23T02:18:03.8135913Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_5behzfql) 2022-11-23T02:18:03.8136898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:03.8137651Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:03.8137808Z 2022-11-23T02:18:03.8137896Z Running tests... 2022-11-23T02:18:03.8138176Z ---------------------------------------------------------------------- 2022-11-23T02:18:03.8138529Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-11-23T02:18:03.8138884Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.488s) 2022-11-23T02:18:03.8139206Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.008s) 2022-11-23T02:18:03.8139546Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T02:18:03.8139893Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.025s) 2022-11-23T02:18:03.8140240Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.009s) 2022-11-23T02:18:03.8140566Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.680s) 2022-11-23T02:18:03.8140896Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.024s) 2022-11-23T02:18:03.8141272Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.023s) 2022-11-23T02:18:03.8141690Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.016s) 2022-11-23T02:18:03.8142099Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.011s) 2022-11-23T02:18:03.8142517Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-11-23T02:18:03.8142701Z 2022-11-23T02:18:03.8142863Z ---------------------------------------------------------------------- 2022-11-23T02:18:03.8143169Z Ran 11 tests in 1.297s 2022-11-23T02:18:03.8143293Z 2022-11-23T02:18:03.8143360Z OK 2022-11-23T02:18:03.8143457Z 2022-11-23T02:18:03.8143553Z Generating XML reports... 2022-11-23T02:18:03.8143941Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20221123021802.xml 2022-11-23T02:18:03.8144213Z 2022-11-23T02:18:03.8144452Z ##[endgroup] 2022-11-23T02:18:03.8144936Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_reinplace_pass_5behzfql) 2022-11-23T02:18:03.8145220Z 2022-11-23T02:18:06.7930175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:06.7930997Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:06.7931359Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:06.9480333Z Running test_hub ... [2022-11-23 02:18:06.947802] 2022-11-23T02:18:06.9486065Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:06.948472] 2022-11-23T02:18:06.9487949Z Ignoring disabled issues: [] 2022-11-23T02:18:09.4700341Z 2022-11-23T02:18:09.4701097Z Expand the folded group to see the log file of test_hub 2022-11-23T02:18:09.4701849Z ##[group]PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_cu1wgd_s) 2022-11-23T02:18:09.4702907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:09.4703611Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:09.4703771Z 2022-11-23T02:18:09.4704007Z ##[endgroup] 2022-11-23T02:18:09.4704357Z FINISHED PRINTING LOG FILE of test_hub (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_hub_cu1wgd_s) 2022-11-23T02:18:09.4704607Z 2022-11-23T02:18:12.3732246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:12.3732999Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:12.3733362Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:12.5324711Z Running test_import_stats ... [2022-11-23 02:18:12.531702] 2022-11-23T02:18:12.5330156Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:12.532305] 2022-11-23T02:18:12.5331403Z Ignoring disabled issues: [] 2022-11-23T02:18:20.0174867Z 2022-11-23T02:18:20.0175626Z Expand the folded group to see the log file of test_import_stats 2022-11-23T02:18:20.0176708Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_j7m29acq) 2022-11-23T02:18:20.0178316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:20.0179489Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:20.0179698Z 2022-11-23T02:18:20.0179780Z Running tests... 2022-11-23T02:18:20.0180293Z ---------------------------------------------------------------------- 2022-11-23T02:18:20.0180654Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T02:18:20.0181003Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (2.665s) 2022-11-23T02:18:20.0181321Z test_time_import_torch (__main__.TestImportTime) ... ok (2.149s) 2022-11-23T02:18:20.0181491Z 2022-11-23T02:18:20.0181650Z ---------------------------------------------------------------------- 2022-11-23T02:18:20.0181954Z Ran 2 tests in 4.828s 2022-11-23T02:18:20.0182076Z 2022-11-23T02:18:20.0182143Z OK 2022-11-23T02:18:20.0182241Z 2022-11-23T02:18:20.0182344Z Generating XML reports... 2022-11-23T02:18:20.0182765Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123021814.xml 2022-11-23T02:18:20.0183021Z 2022-11-23T02:18:20.0183279Z ##[endgroup] 2022-11-23T02:18:20.0183648Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_j7m29acq) 2022-11-23T02:18:20.0183924Z 2022-11-23T02:18:22.9320883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:22.9321633Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:22.9321997Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:23.0845539Z Running test_itt ... [2022-11-23 02:18:23.083885] 2022-11-23T02:18:23.0851342Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:23.084495] 2022-11-23T02:18:23.0853212Z Ignoring disabled issues: [] 2022-11-23T02:18:26.2006939Z 2022-11-23T02:18:26.2007459Z Expand the folded group to see the log file of test_itt 2022-11-23T02:18:26.2008284Z ##[group]PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_b3yypwiq) 2022-11-23T02:18:26.2009171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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.2009859Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:26.2010015Z 2022-11-23T02:18:26.2010095Z Running tests... 2022-11-23T02:18:26.2010366Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.2010716Z Test results will be stored in test-reports\python-unittest\test_itt 2022-11-23T02:18:26.2010993Z test_itt (__main__.TestItt) ... ok (0.477s) 2022-11-23T02:18:26.2011133Z 2022-11-23T02:18:26.2011346Z ---------------------------------------------------------------------- 2022-11-23T02:18:26.2011611Z Ran 1 test in 0.469s 2022-11-23T02:18:26.2011731Z 2022-11-23T02:18:26.2011795Z OK 2022-11-23T02:18:26.2011890Z 2022-11-23T02:18:26.2011988Z Generating XML reports... 2022-11-23T02:18:26.2012381Z Generated XML report: test-reports\python-unittest\test_itt\TEST-TestItt-20221123021825.xml 2022-11-23T02:18:26.2012614Z 2022-11-23T02:18:26.2012831Z ##[endgroup] 2022-11-23T02:18:26.2013170Z FINISHED PRINTING LOG FILE of test_itt (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_itt_b3yypwiq) 2022-11-23T02:18:26.2013417Z 2022-11-23T02:18:29.1435459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. 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:29.1436484Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:18:29.1436852Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:18:29.3001042Z Running test_jit ... [2022-11-23 02:18:29.299437] 2022-11-23T02:18:29.3006639Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:18:29.300052] 2022-11-23T02:18:29.3009036Z Ignoring disabled issues: [] 2022-11-23T02:21:11.7888935Z 2022-11-23T02:21:11.7889364Z Expand the folded group to see the log file of test_jit 2022-11-23T02:21:11.7892152Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_zpsnxo2i) 2022-11-23T02:21:11.7926309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:21:11.7927254Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:21:11.7927539Z CUDA not available, skipping tests 2022-11-23T02:21:11.7927946Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:21:11.7928159Z 2022-11-23T02:21:11.7928251Z Running tests... 2022-11-23T02:21:11.7928601Z ---------------------------------------------------------------------- 2022-11-23T02:21:11.7930568Z Test results will be stored in test-reports\python-unittest\test_jit 2022-11-23T02:21:11.7930970Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.004s) 2022-11-23T02:21:11.7931407Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.015s) 2022-11-23T02:21:11.7931817Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.024s) 2022-11-23T02:21:11.7932188Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T02:21:11.7932536Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.073s) 2022-11-23T02:21:11.7932889Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.011s) 2022-11-23T02:21:11.7933218Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.069s) 2022-11-23T02:21:11.7933520Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.012s) 2022-11-23T02:21:11.7933840Z test_async_python (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T02:21:11.7934218Z test_async_script (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T02:21:11.7934555Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T02:21:11.7934956Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.695s) 2022-11-23T02:21:11.7935296Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.023s) 2022-11-23T02:21:11.7935613Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.008s) 2022-11-23T02:21:11.7935969Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T02:21:11.7936314Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T02:21:11.7936765Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.044s) 2022-11-23T02:21:11.7937049Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T02:21:11.7937364Z Test that futures subtype each other properly. ... ok (0.022s) 2022-11-23T02:21:11.7937734Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T02:21:11.7938267Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.017s) 2022-11-23T02:21:11.7938694Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.013s) 2022-11-23T02:21:11.7939160Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.005s) 2022-11-23T02:21:11.7939654Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.050s) 2022-11-23T02:21:11.7940142Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.022s) 2022-11-23T02:21:11.7940708Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T02:21:11.7941149Z 1. Testing a = int, b = int ... ok (0.024s) 2022-11-23T02:21:11.7941595Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.020s) 2022-11-23T02:21:11.7942118Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.008s) 2022-11-23T02:21:11.7942650Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.008s) 2022-11-23T02:21:11.7943192Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.006s) 2022-11-23T02:21:11.7943714Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.031s) 2022-11-23T02:21:11.7944268Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T02:21:11.7945011Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.053s) 2022-11-23T02:21:11.7945623Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.100s) 2022-11-23T02:21:11.7946258Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T02:21:11.7946953Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-11-23T02:21:11.7947659Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T02:21:11.7948430Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-11-23T02:21:11.7949197Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T02:21:11.7949849Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T02:21:11.7950500Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-11-23T02:21:11.7951161Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.020s) 2022-11-23T02:21:11.7951767Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-11-23T02:21:11.7952316Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T02:21:11.7952975Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T02:21:11.7953576Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T02:21:11.7954335Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-11-23T02:21:11.7955030Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T02:21:11.7955683Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.015s) 2022-11-23T02:21:11.7956335Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T02:21:11.7957051Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T02:21:11.7957810Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.7958415Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.7958996Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.7959673Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T02:21:11.7960397Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.7960980Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-11-23T02:21:11.7961451Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-11-23T02:21:11.7961935Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-11-23T02:21:11.7962443Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-11-23T02:21:11.7962941Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-11-23T02:21:11.7963571Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.020s) 2022-11-23T02:21:11.7964128Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-11-23T02:21:11.7964682Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-11-23T02:21:11.7965163Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-11-23T02:21:11.7965675Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-11-23T02:21:11.7966147Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.035s) 2022-11-23T02:21:11.7966617Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-11-23T02:21:11.7967088Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.048s) 2022-11-23T02:21:11.7967567Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7968047Z Test that the error message displayed when convering a class type ... ok (0.024s) 2022-11-23T02:21:11.7968518Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.052s) 2022-11-23T02:21:11.7969011Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T02:21:11.7969467Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T02:21:11.7969942Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7970369Z Test that inheritance is detected in ... ok (0.157s) 2022-11-23T02:21:11.7970789Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.121s) 2022-11-23T02:21:11.7971263Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-11-23T02:21:11.7971783Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-11-23T02:21:11.7972256Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7972668Z Test classmethods on class types. ... ok (0.022s) 2022-11-23T02:21:11.7973114Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T02:21:11.7973572Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7974007Z Test that del can be called on an instance of a class that ... ok (0.057s) 2022-11-23T02:21:11.7974428Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7974871Z Test that methods on class types can have default arguments. ... ok (0.246s) 2022-11-23T02:21:11.7975302Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T02:21:11.7975863Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T02:21:11.7976342Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-11-23T02:21:11.7976808Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.030s) 2022-11-23T02:21:11.7977262Z test_in (jit.test_class_type.TestClassType) ... ok (0.022s) 2022-11-23T02:21:11.7977708Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T02:21:11.7978189Z test_interface (jit.test_class_type.TestClassType) ... ok (0.283s) 2022-11-23T02:21:11.7978658Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.037s) 2022-11-23T02:21:11.7979080Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-11-23T02:21:11.7979428Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.338s) 2022-11-23T02:21:11.7979754Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7980101Z Test that a scripted class can make use of the @property decorator. ... ok (0.105s) 2022-11-23T02:21:11.7980464Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T02:21:11.7980831Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-11-23T02:21:11.7981227Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7981588Z Recursive class types not yet supported. We should give a good error message. ... ok (0.133s) 2022-11-23T02:21:11.7981974Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7982411Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.116s) 2022-11-23T02:21:11.7982848Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7983269Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.044s) 2022-11-23T02:21:11.7983674Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7984038Z Test that class types are recursively scripted when an Python instance of one ... ok (0.041s) 2022-11-23T02:21:11.7984458Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7984813Z Test that class types module attributes that fail to script ... ok (0.076s) 2022-11-23T02:21:11.7985201Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7985529Z Test that modifications made to a class instance in TorchScript ... ok (0.022s) 2022-11-23T02:21:11.7985894Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T02:21:11.7986268Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.165s) 2022-11-23T02:21:11.7986647Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-11-23T02:21:11.7987006Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7987428Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.321s) 2022-11-23T02:21:11.7987834Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7988174Z Test that a scripted class can have a method that refers to the class itself ... ok (0.031s) 2022-11-23T02:21:11.7988533Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.028s) 2022-11-23T02:21:11.7988891Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-11-23T02:21:11.7989257Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-11-23T02:21:11.7989591Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7989886Z Test static methods on class types. ... ok (0.042s) 2022-11-23T02:21:11.7990235Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7990641Z Test that annotating container attributes with types works correctly ... ok (0.024s) 2022-11-23T02:21:11.7991008Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.133s) 2022-11-23T02:21:11.7991425Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.028s) 2022-11-23T02:21:11.7991775Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T02:21:11.7992078Z Test unused methods on scripted classes. ... ok (0.032s) 2022-11-23T02:21:11.7992385Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.026s) 2022-11-23T02:21:11.7992734Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.017s) 2022-11-23T02:21:11.7993082Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.670s) 2022-11-23T02:21:11.7993435Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.079s) 2022-11-23T02:21:11.7993779Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.006s) 2022-11-23T02:21:11.7994109Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T02:21:11.7994419Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.000s) 2022-11-23T02:21:11.7994743Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T02:21:11.7995107Z test_div (jit.test_complex.TestComplex) ... ok (0.000s) 2022-11-23T02:21:11.7995429Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.020s) 2022-11-23T02:21:11.7995753Z test_pickle (jit.test_complex.TestComplex) ... ok (0.022s) 2022-11-23T02:21:11.7996068Z test_script (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T02:21:11.7996373Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T02:21:11.7996876Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.058s) 2022-11-23T02:21:11.7997296Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-11-23T02:21:11.7997781Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.009s) 2022-11-23T02:21:11.7998198Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T02:21:11.7998613Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T02:21:11.7999017Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.7999401Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T02:21:11.7999841Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.8000267Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.8000672Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T02:21:11.8001084Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.8001508Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.8002047Z 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-23T02:21:11.8002553Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T02:21:11.8002967Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.010s) 2022-11-23T02:21:11.8003316Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.010s) 2022-11-23T02:21:11.8003626Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.014s) 2022-11-23T02:21:11.8004095Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:21:11.8004551Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:21:11.8004993Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:21:11.8005431Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:21:11.8005893Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:21:11.8006290Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.745s) 2022-11-23T02:21:11.8006649Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (3.208s) 2022-11-23T02:21:11.8007008Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.014s) 2022-11-23T02:21:11.8007373Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T02:21:11.8007736Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.072s) 2022-11-23T02:21:11.8008128Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.031s) 2022-11-23T02:21:11.8008516Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T02:21:11.8009024Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-11-23T02:21:11.8009408Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T02:21:11.8009782Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T02:21:11.8010169Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T02:21:11.8010537Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T02:21:11.8010914Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-11-23T02:21:11.8011299Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T02:21:11.8011706Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.000s) 2022-11-23T02:21:11.8012109Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T02:21:11.8012482Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-11-23T02:21:11.8012845Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-11-23T02:21:11.8013195Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-11-23T02:21:11.8013570Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T02:21:11.8013945Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.216s) 2022-11-23T02:21:11.8014330Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-11-23T02:21:11.8014725Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.035s) 2022-11-23T02:21:11.8015073Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.030s) 2022-11-23T02:21:11.8015358Z test_basic (jit.test_list_dict.TestDict) ... ok (0.030s) 2022-11-23T02:21:11.8015658Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-11-23T02:21:11.8015949Z test_copy (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8016240Z test_del (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-11-23T02:21:11.8016550Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.040s) 2022-11-23T02:21:11.8016885Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.101s) 2022-11-23T02:21:11.8017191Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8017489Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T02:21:11.8017856Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.014s) 2022-11-23T02:21:11.8018156Z test_get (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T02:21:11.8018457Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-11-23T02:21:11.8018761Z test_items (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T02:21:11.8019043Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T02:21:11.8019340Z test_keys (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8019634Z test_len (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T02:21:11.8019925Z test_loop (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T02:21:11.8020223Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8020532Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T02:21:11.8020843Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-11-23T02:21:11.8021171Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-11-23T02:21:11.8021478Z test_pop (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T02:21:11.8023153Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T02:21:11.8023456Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-11-23T02:21:11.8023860Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T02:21:11.8024284Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-11-23T02:21:11.8024615Z test_update (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8024985Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.017s) 2022-11-23T02:21:11.8025298Z test_values (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T02:21:11.8025589Z test_view (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T02:21:11.8025921Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.013s) 2022-11-23T02:21:11.8026631Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:21:11.8027438Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T02:21:11.8027647Z ok (0.097s) 2022-11-23T02:21:11.8027929Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T02:21:11.8028307Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.009s) 2022-11-23T02:21:11.8028687Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T02:21:11.8029049Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.021s) 2022-11-23T02:21:11.8029397Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.013s) 2022-11-23T02:21:11.8029696Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T02:21:11.8030009Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T02:21:11.8030315Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T02:21:11.8030622Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.022s) 2022-11-23T02:21:11.8030943Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-11-23T02:21:11.8031252Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.015s) 2022-11-23T02:21:11.8031533Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T02:21:11.8031838Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.021s) 2022-11-23T02:21:11.8032136Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.012s) 2022-11-23T02:21:11.8032425Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.012s) 2022-11-23T02:21:11.8032799Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.005s) 2022-11-23T02:21:11.8033098Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.025s) 2022-11-23T02:21:11.8033408Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.008s) 2022-11-23T02:21:11.8033749Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-11-23T02:21:11.8034087Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.009s) 2022-11-23T02:21:11.8034469Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.101s) 2022-11-23T02:21:11.8034886Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.163s) 2022-11-23T02:21:11.8035265Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.032s) 2022-11-23T02:21:11.8035601Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T02:21:11.8035967Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.418s) 2022-11-23T02:21:11.8036332Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.047s) 2022-11-23T02:21:11.8036782Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T02:21:11.8037150Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T02:21:11.8037579Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T02:21:11.8037954Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T02:21:11.8038308Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8038683Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8039063Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8039455Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T02:21:11.8039847Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T02:21:11.8040230Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T02:21:11.8040595Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8040963Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-11-23T02:21:11.8041323Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T02:21:11.8041707Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-11-23T02:21:11.8042102Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T02:21:11.8042483Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8042852Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8043197Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T02:21:11.8043566Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-11-23T02:21:11.8043939Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T02:21:11.8044308Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-11-23T02:21:11.8044680Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-11-23T02:21:11.8045073Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-11-23T02:21:11.8045472Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T02:21:11.8045835Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.078s) 2022-11-23T02:21:11.8046266Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T02:21:11.8046653Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-11-23T02:21:11.8047056Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-11-23T02:21:11.8047458Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.035s) 2022-11-23T02:21:11.8047841Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T02:21:11.8048185Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T02:21:11.8048543Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T02:21:11.8048928Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T02:21:11.8049330Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T02:21:11.8049743Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T02:21:11.8050190Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-11-23T02:21:11.8050654Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T02:21:11.8051036Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T02:21:11.8051449Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-11-23T02:21:11.8051824Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T02:21:11.8052186Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-11-23T02:21:11.8052564Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.179s) 2022-11-23T02:21:11.8052936Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.122s) 2022-11-23T02:21:11.8053317Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.237s) 2022-11-23T02:21:11.8053705Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.237s) 2022-11-23T02:21:11.8054096Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.058s) 2022-11-23T02:21:11.8054470Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.064s) 2022-11-23T02:21:11.8054841Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.171s) 2022-11-23T02:21:11.8055216Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.121s) 2022-11-23T02:21:11.8055676Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... ok (0.052s) 2022-11-23T02:21:11.8056070Z test_instancing_error (__main__.TestFrontend) ... ok (0.316s) 2022-11-23T02:21:11.8056427Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-11-23T02:21:11.8056842Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.255s) 2022-11-23T02:21:11.8057241Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.638s) 2022-11-23T02:21:11.8057724Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.006s) 2022-11-23T02:21:11.8058203Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-11-23T02:21:11.8058624Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.003s) 2022-11-23T02:21:11.8059035Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.170s) 2022-11-23T02:21:11.8059462Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.064s) 2022-11-23T02:21:11.8059882Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.000s) 2022-11-23T02:21:11.8060334Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-11-23T02:21:11.8060805Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.000s) 2022-11-23T02:21:11.8061234Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T02:21:11.8061633Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-11-23T02:21:11.8062033Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-11-23T02:21:11.8062454Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-11-23T02:21:11.8062875Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.312s) 2022-11-23T02:21:11.8063329Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-11-23T02:21:11.8063757Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T02:21:11.8064229Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T02:21:11.8064662Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T02:21:11.8065104Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T02:21:11.8065571Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T02:21:11.8066047Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T02:21:11.8066452Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-11-23T02:21:11.8066866Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-11-23T02:21:11.8067293Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-11-23T02:21:11.8067705Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-11-23T02:21:11.8068128Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.036s) 2022-11-23T02:21:11.8068523Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-11-23T02:21:11.8068918Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.621s) 2022-11-23T02:21:11.8069315Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.334s) 2022-11-23T02:21:11.8069709Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-11-23T02:21:11.8070111Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-11-23T02:21:11.8070505Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.086s) 2022-11-23T02:21:11.8070877Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.067s) 2022-11-23T02:21:11.8071329Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.029s) 2022-11-23T02:21:11.8071840Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.092s) 2022-11-23T02:21:11.8072349Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.012s) 2022-11-23T02:21:11.8072861Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-11-23T02:21:11.8073359Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.007s) 2022-11-23T02:21:11.8073742Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.037s) 2022-11-23T02:21:11.8074073Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.006s) 2022-11-23T02:21:11.8074374Z test_hash_device (jit.test_hash.TestHash) ... ok (0.017s) 2022-11-23T02:21:11.8074668Z test_hash_float (jit.test_hash.TestHash) ... ok (0.013s) 2022-11-23T02:21:11.8074953Z test_hash_int (jit.test_hash.TestHash) ... ok (0.010s) 2022-11-23T02:21:11.8075240Z test_hash_none (jit.test_hash.TestHash) ... ok (0.004s) 2022-11-23T02:21:11.8075531Z test_hash_string (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T02:21:11.8075791Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T02:21:11.8076063Z Tensors should hash by identity ... ok (0.006s) 2022-11-23T02:21:11.8076350Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.017s) 2022-11-23T02:21:11.8076768Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.004s) 2022-11-23T02:21:11.8077115Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-11-23T02:21:11.8077459Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-11-23T02:21:11.8077838Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-11-23T02:21:11.8078183Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-11-23T02:21:11.8078533Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-11-23T02:21:11.8078887Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-11-23T02:21:11.8079238Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-11-23T02:21:11.8079581Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-11-23T02:21:11.8079919Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.054s) 2022-11-23T02:21:11.8080285Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T02:21:11.8080635Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-11-23T02:21:11.8080972Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-11-23T02:21:11.8081328Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-11-23T02:21:11.8081695Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-11-23T02:21:11.8082058Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-11-23T02:21:11.8082401Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-11-23T02:21:11.8082775Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-11-23T02:21:11.8083151Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-11-23T02:21:11.8083512Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.046s) 2022-11-23T02:21:11.8083883Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.056s) 2022-11-23T02:21:11.8084237Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-11-23T02:21:11.8084563Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-11-23T02:21:11.8084898Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-11-23T02:21:11.8085232Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-11-23T02:21:11.8085594Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-11-23T02:21:11.8085988Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.013s) 2022-11-23T02:21:11.8087105Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.002s) 2022-11-23T02:21:11.8087673Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-11-23T02:21:11.8088213Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.002s) 2022-11-23T02:21:11.8088750Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.056s) 2022-11-23T02:21:11.8089279Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-11-23T02:21:11.8089706Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T02:21:11.8090033Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T02:21:11.8090373Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T02:21:11.8090737Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T02:21:11.8091079Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T02:21:11.8091510Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T02:21:11.8091920Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T02:21:11.8092288Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T02:21:11.8092621Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T02:21:11.8092951Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T02:21:11.8093290Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T02:21:11.8093610Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T02:21:11.8093935Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T02:21:11.8094273Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-11-23T02:21:11.8094634Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T02:21:11.8094992Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-11-23T02:21:11.8095350Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T02:21:11.8095722Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T02:21:11.8096092Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T02:21:11.8096440Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T02:21:11.8096809Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T02:21:11.8097177Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T02:21:11.8097532Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T02:21:11.8097851Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-11-23T02:21:11.8098189Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T02:21:11.8098557Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T02:21:11.8098913Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T02:21:11.8099253Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-11-23T02:21:11.8099605Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-11-23T02:21:11.8099899Z test_ModuleList (__main__.TestJit) ... ok (0.068s) 2022-11-23T02:21:11.8100172Z test_Sequential (__main__.TestJit) ... ok (0.041s) 2022-11-23T02:21:11.8100485Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.030s) 2022-11-23T02:21:11.8100755Z test_add_relu_fusion (__main__.TestJit) ... ok (0.038s) 2022-11-23T02:21:11.8101028Z test_arg_configurations (__main__.TestJit) 2022-11-23T02:21:11.8101402Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-11-23T02:21:11.8101734Z test_attrs (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8101997Z test_batchnorm (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8102295Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-11-23T02:21:11.8102591Z test_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8102881Z test_constant_insertion (__main__.TestJit) ... ok (7.889s) 2022-11-23T02:21:11.8103185Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.010s) 2022-11-23T02:21:11.8103477Z test_constant_prop_exception (__main__.TestJit) ... ok (0.013s) 2022-11-23T02:21:11.8103786Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8104089Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.004s) 2022-11-23T02:21:11.8104401Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8104708Z test_constant_prop_nested (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8105053Z test_constant_prop_none (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8105327Z test_constant_prop_print (__main__.TestJit) ... ok (0.004s) 2022-11-23T02:21:11.8105617Z test_constant_prop_rand (__main__.TestJit) ... ok (0.004s) 2022-11-23T02:21:11.8105920Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8106223Z test_constant_prop_simple (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8106512Z test_constants_pkl (__main__.TestJit) ... ok (0.004s) 2022-11-23T02:21:11.8106776Z test_cpp (__main__.TestJit) ... ok (0.027s) 2022-11-23T02:21:11.8107007Z test_cse (__main__.TestJit) ... ok (0.017s) 2022-11-23T02:21:11.8107295Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.008s) 2022-11-23T02:21:11.8107599Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-11-23T02:21:11.8107912Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-11-23T02:21:11.8108243Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.015s) 2022-11-23T02:21:11.8108547Z test_decompose_addmm (__main__.TestJit) ... ok (0.014s) 2022-11-23T02:21:11.8108834Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-11-23T02:21:11.8109158Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8109448Z test_disabled (__main__.TestJit) ... ok (0.002s) 2022-11-23T02:21:11.8109711Z test_dropout (__main__.TestJit) ... ok (0.003s) 2022-11-23T02:21:11.8110025Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-11-23T02:21:11.8110590Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:21:11.8111259Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:21:11.8111987Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:21:11.8112660Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:21:11.8113265Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:21:11.8113956Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:21:11.8114568Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:21:11.8115170Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:21:11.8115779Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:21:11.8116386Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:21:11.8117073Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:21:11.8117731Z STAGE:2022-11-23 02:19:04 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:21:11.8118099Z ok (0.113s) 2022-11-23T02:21:11.8118406Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-11-23T02:21:11.8118735Z test_einsum (__main__.TestJit) ... ok (0.037s) 2022-11-23T02:21:11.8119001Z test_element_size (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8119300Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8119602Z test_expand_quantlint (__main__.TestJit) ... ok (0.010s) 2022-11-23T02:21:11.8119949Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:21:11.8120306Z test_export_dropout (__main__.TestJit) ... ok (0.022s) 2022-11-23T02:21:11.8120591Z test_export_lstm (__main__.TestJit) ... ok (0.071s) 2022-11-23T02:21:11.8120868Z test_export_opnames (__main__.TestJit) ... ok (0.020s) 2022-11-23T02:21:11.8121141Z test_export_rnn (__main__.TestJit) ... ok (0.113s) 2022-11-23T02:21:11.8121474Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.000s) 2022-11-23T02:21:11.8121793Z test_function_default_values (__main__.TestJit) ... ok (0.030s) 2022-11-23T02:21:11.8122110Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8122412Z test_import_method (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8122694Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.003s) 2022-11-23T02:21:11.8122964Z test_layout (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8123244Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8123515Z test_matrix_transpose (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8123803Z test_module_default_values (__main__.TestJit) ... ok (0.012s) 2022-11-23T02:21:11.8124097Z test_mutable_default_values (__main__.TestJit) ... ok (0.007s) 2022-11-23T02:21:11.8124432Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.002s) 2022-11-23T02:21:11.8124739Z test_nn_conv (__main__.TestJit) ... ok (0.438s) 2022-11-23T02:21:11.8125007Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.077s) 2022-11-23T02:21:11.8125258Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.070s) 2022-11-23T02:21:11.8125526Z test_nn_padding (__main__.TestJit) ... ok (0.504s) 2022-11-23T02:21:11.8125810Z test_nn_padding_functional (__main__.TestJit) ... ok (0.052s) 2022-11-23T02:21:11.8126105Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8126525Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.010s) 2022-11-23T02:21:11.8126857Z test_numel (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8127127Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.043s) 2022-11-23T02:21:11.8127432Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.003s) 2022-11-23T02:21:11.8127767Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.027s) 2022-11-23T02:21:11.8128180Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-11-23T02:21:11.8128551Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8128844Z test_pretty_printer (__main__.TestJit) ... ok (0.032s) 2022-11-23T02:21:11.8129119Z test_print_classes_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8129404Z test_print_op_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8129696Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8130029Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.000s) 2022-11-23T02:21:11.8130353Z test_python_bindings (__main__.TestJit) ... ok (0.124s) 2022-11-23T02:21:11.8130626Z test_python_ir (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8130929Z test_python_ir_utils (__main__.TestJit) ... ok (0.010s) 2022-11-23T02:21:11.8131217Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.014s) 2022-11-23T02:21:11.8131500Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-11-23T02:21:11.8131782Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (2.215s) 2022-11-23T02:21:11.8132065Z test_recursive_cse (__main__.TestJit) ... ok (0.003s) 2022-11-23T02:21:11.8132361Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.009s) 2022-11-23T02:21:11.8132636Z test_restore_device (__main__.TestJit) ... ok (0.012s) 2022-11-23T02:21:11.8132965Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.000s) 2022-11-23T02:21:11.8133356Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.000s) 2022-11-23T02:21:11.8133699Z test_script_autograd_grad (__main__.TestJit) ... ok (0.151s) 2022-11-23T02:21:11.8133992Z test_script_backward (__main__.TestJit) ... ok (0.016s) 2022-11-23T02:21:11.8134529Z 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-23T02:21:11.8135004Z warnings.warn( 2022-11-23T02:21:11.8135175Z ok (0.016s) 2022-11-23T02:21:11.8135409Z test_script_fn_pkl (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8135695Z test_script_tensor_type (__main__.TestJit) ... ok (0.009s) 2022-11-23T02:21:11.8135995Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8136305Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-11-23T02:21:11.8136607Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-11-23T02:21:11.8136913Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8137196Z test_sparse_tensors (__main__.TestJit) ... ok (0.044s) 2022-11-23T02:21:11.8138156Z 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-23T02:21:11.8139088Z return callable(*args, **kwargs) 2022-11-23T02:21:11.8139988Z 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-23T02:21:11.8140888Z return callable(*args, **kwargs) 2022-11-23T02:21:11.8141147Z ok (0.042s) 2022-11-23T02:21:11.8141559Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-11-23T02:21:11.8141990Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.008s) 2022-11-23T02:21:11.8160883Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-11-23T02:21:11.8161194Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.006s) 2022-11-23T02:21:11.8161461Z test_torch_sum (__main__.TestJit) ... ok (0.010s) 2022-11-23T02:21:11.8161735Z test_trace_retains_train (__main__.TestJit) ... ok (0.015s) 2022-11-23T02:21:11.8162183Z test_train_eval (__main__.TestJit) ... ok (0.061s) 2022-11-23T02:21:11.8162444Z test_transpose (__main__.TestJit) ... ok (0.005s) 2022-11-23T02:21:11.8162718Z test_unchecked_cast (__main__.TestJit) ... ok (0.013s) 2022-11-23T02:21:11.8162987Z test_unique_state_dict (__main__.TestJit) ... ok (0.000s) 2022-11-23T02:21:11.8163338Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.006s) 2022-11-23T02:21:11.8163678Z test_warnings (__main__.TestJit) ... ok (0.010s) 2022-11-23T02:21:11.8164009Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T02:21:11.8164396Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8164790Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8165190Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8165564Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8165960Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8166351Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8166740Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8167126Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8167516Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8167883Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8168265Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8168648Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8169027Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8169408Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8169799Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T02:21:11.8170176Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8170535Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T02:21:11.8170986Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8171381Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T02:21:11.8171772Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T02:21:11.8172169Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8172563Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8172933Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T02:21:11.8173328Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T02:21:11.8173691Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T02:21:11.8174043Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8174403Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T02:21:11.8174765Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8175115Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T02:21:11.8175944Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8176320Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8176697Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8177071Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T02:21:11.8177428Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8177791Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8178125Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8178474Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8178839Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8179236Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8179629Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8180036Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8180465Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T02:21:11.8180869Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T02:21:11.8181260Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8181619Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T02:21:11.8181993Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8182374Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T02:21:11.8182763Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T02:21:11.8183167Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T02:21:11.8183559Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T02:21:11.8183928Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8184276Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T02:21:11.8184700Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8185062Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T02:21:11.8185419Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8185763Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8186135Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8186491Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T02:21:11.8186850Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8187228Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8187592Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8187976Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8188352Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T02:21:11.8188751Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T02:21:11.8189196Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T02:21:11.8189589Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8189984Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8190384Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8190754Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T02:21:11.8191125Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T02:21:11.8191497Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T02:21:11.8191868Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T02:21:11.8192250Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T02:21:11.8192633Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T02:21:11.8193009Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T02:21:11.8193363Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T02:21:11.8193716Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T02:21:11.8194080Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T02:21:11.8194452Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T02:21:11.8194815Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-11-23T02:21:11.8195185Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T02:21:11.8195540Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T02:21:11.8195889Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T02:21:11.8196250Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T02:21:11.8196621Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T02:21:11.8197107Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T02:21:11.8197474Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T02:21:11.8197905Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T02:21:11.8198230Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8198552Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8198886Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8199236Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8199646Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.006s) 2022-11-23T02:21:11.8200076Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8200441Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T02:21:11.8200846Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-11-23T02:21:11.8201241Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T02:21:11.8201596Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8201951Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8202365Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8202724Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8203063Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8203435Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8203784Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8204137Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8204514Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8204863Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T02:21:11.8205197Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T02:21:11.8205560Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T02:21:11.8205903Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T02:21:11.8206237Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8206583Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T02:21:11.8206922Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T02:21:11.8207242Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T02:21:11.8207585Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8207929Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8208275Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T02:21:11.8208620Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T02:21:11.8208970Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-11-23T02:21:11.8209341Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T02:21:11.8209675Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8210005Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T02:21:11.8210349Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8210681Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8211072Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T02:21:11.8211422Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T02:21:11.8211757Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8212117Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8212474Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8212845Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8213361Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8213739Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T02:21:11.8214068Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T02:21:11.8214407Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T02:21:11.8214737Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T02:21:11.8215082Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T02:21:11.8215426Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8215817Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8216161Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T02:21:11.8216512Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8216859Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8217195Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T02:21:11.8217540Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T02:21:11.8217875Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T02:21:11.8218204Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8218544Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8218893Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T02:21:11.8219282Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T02:21:11.8219633Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T02:21:11.8220001Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T02:21:11.8220343Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8220677Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8221024Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8221378Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T02:21:11.8221727Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T02:21:11.8222069Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8222412Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T02:21:11.8222755Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8223088Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T02:21:11.8223444Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T02:21:11.8223810Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T02:21:11.8224221Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T02:21:11.8224576Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-11-23T02:21:11.8224931Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-11-23T02:21:11.8225281Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T02:21:11.8225698Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-11-23T02:21:11.8226051Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T02:21:11.8226458Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-11-23T02:21:11.8226820Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T02:21:11.8227189Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8227586Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8227973Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T02:21:11.8228372Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T02:21:11.8228794Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T02:21:11.8229149Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8229522Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T02:21:11.8229924Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8230341Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8230785Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8231229Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8231630Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T02:21:11.8232085Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T02:21:11.8232563Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8232993Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8233403Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8233775Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8234174Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8234599Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8235044Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T02:21:11.8235503Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8235925Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8236322Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8236808Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8237288Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8237677Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8238122Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T02:21:11.8238507Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8238937Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-11-23T02:21:11.8239315Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T02:21:11.8239655Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8239981Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8240301Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T02:21:11.8240632Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8240958Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T02:21:11.8241309Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T02:21:11.8241654Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8242073Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T02:21:11.8242426Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T02:21:11.8242787Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8243151Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8243499Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8243844Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T02:21:11.8244274Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T02:21:11.8244630Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8245014Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8245352Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8245678Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T02:21:11.8245998Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T02:21:11.8246327Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8246680Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8247047Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T02:21:11.8247444Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-11-23T02:21:11.8247872Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T02:21:11.8248303Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T02:21:11.8248679Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T02:21:11.8249064Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T02:21:11.8249480Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T02:21:11.8249885Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T02:21:11.8250251Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T02:21:11.8250734Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T02:21:11.8251204Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T02:21:11.8251620Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T02:21:11.8252006Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T02:21:11.8252393Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T02:21:11.8252812Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T02:21:11.8253177Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8253499Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8253832Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T02:21:11.8254131Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T02:21:11.8254433Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T02:21:11.8254757Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T02:21:11.8255124Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T02:21:11.8255450Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T02:21:11.8255798Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T02:21:11.8256145Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T02:21:11.8256560Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T02:21:11.8256917Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T02:21:11.8257308Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T02:21:11.8257669Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T02:21:11.8258035Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T02:21:11.8258387Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T02:21:11.8258741Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-11-23T02:21:11.8259096Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8259436Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8259785Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8260177Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-11-23T02:21:11.8260602Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-11-23T02:21:11.8260949Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8261282Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8261618Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8261964Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8262325Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8262765Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8263159Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T02:21:11.8263648Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8264037Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T02:21:11.8264418Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8264797Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8265148Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8265474Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T02:21:11.8265808Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T02:21:11.8266163Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T02:21:11.8266519Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T02:21:11.8266870Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T02:21:11.8267220Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T02:21:11.8267584Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-11-23T02:21:11.8268024Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T02:21:11.8268383Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-11-23T02:21:11.8268734Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-11-23T02:21:11.8269157Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T02:21:11.8269593Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T02:21:11.8269957Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T02:21:11.8270307Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-11-23T02:21:11.8270663Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-11-23T02:21:11.8271035Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-11-23T02:21:11.8271390Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8271730Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T02:21:11.8272082Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T02:21:11.8272437Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8272797Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8273137Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8273494Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T02:21:11.8273858Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8274233Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8274596Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T02:21:11.8274949Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8275376Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8275787Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8276127Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T02:21:11.8276512Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8276944Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8277296Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T02:21:11.8277640Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8277968Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T02:21:11.8278315Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8278652Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8278978Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T02:21:11.8279314Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T02:21:11.8279657Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T02:21:11.8279970Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T02:21:11.8280291Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T02:21:11.8280616Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T02:21:11.8281014Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8281455Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8281865Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T02:21:11.8282264Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T02:21:11.8282631Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.397s) 2022-11-23T02:21:11.8283016Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8283358Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8283696Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8284046Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8284406Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8284758Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8285088Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T02:21:11.8285417Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8285751Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8286095Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-11-23T02:21:11.8286465Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T02:21:11.8286849Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T02:21:11.8287194Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T02:21:11.8287591Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8287934Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8288322Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T02:21:11.8288661Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8289026Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T02:21:11.8289374Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T02:21:11.8289766Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T02:21:11.8290099Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8290449Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8290795Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8291133Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8291477Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8291800Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8292127Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8292468Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8292825Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T02:21:11.8293200Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T02:21:11.8293641Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T02:21:11.8294067Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8294480Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T02:21:11.8294819Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8295162Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T02:21:11.8295500Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T02:21:11.8295834Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T02:21:11.8296176Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T02:21:11.8296506Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T02:21:11.8296841Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T02:21:11.8297187Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T02:21:11.8297534Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8297860Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8298177Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8298492Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T02:21:11.8298833Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T02:21:11.8299211Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8299586Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T02:21:11.8300021Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8300462Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T02:21:11.8300846Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T02:21:11.8301246Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8301647Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-11-23T02:21:11.8302037Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T02:21:11.8302425Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T02:21:11.8302888Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-11-23T02:21:11.8303304Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8303709Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T02:21:11.8304116Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8304516Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T02:21:11.8304932Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T02:21:11.8305311Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8305662Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8306080Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8306433Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T02:21:11.8306860Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T02:21:11.8307289Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8307647Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T02:21:11.8308010Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8308378Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T02:21:11.8308740Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8309187Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:21:11.8309591Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T02:21:11.8309924Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8310287Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8310660Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T02:21:11.8311011Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8311356Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8311725Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8312123Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8312465Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8312863Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-11-23T02:21:11.8313201Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8313522Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8313871Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T02:21:11.8314227Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T02:21:11.8314584Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8314936Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-11-23T02:21:11.8315280Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8316151Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T02:21:11.8316502Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8316966Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T02:21:11.8317367Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8317732Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T02:21:11.8318090Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8318532Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8318930Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T02:21:11.8319254Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T02:21:11.8319587Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T02:21:11.8319920Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8320256Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8320595Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8321004Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8321325Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8321672Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8322031Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8322385Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8322745Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8323105Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T02:21:11.8323447Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8323803Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8324158Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8324571Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8324926Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8325352Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8325739Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8326098Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8326493Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T02:21:11.8326857Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8327193Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8327551Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T02:21:11.8327928Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8328297Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T02:21:11.8328674Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8329048Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T02:21:11.8329475Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T02:21:11.8329857Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T02:21:11.8330233Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8330630Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T02:21:11.8330929Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8331308Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8331651Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8332000Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T02:21:11.8332328Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8332636Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8332947Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8333279Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8333612Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8333995Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8334333Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T02:21:11.8334686Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T02:21:11.8335037Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8335392Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8335747Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8336120Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8336478Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T02:21:11.8336888Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T02:21:11.8337263Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8337666Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8338025Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T02:21:11.8338390Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8338750Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T02:21:11.8339107Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8339482Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8339837Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T02:21:11.8340196Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T02:21:11.8340572Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T02:21:11.8340911Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8341231Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T02:21:11.8341564Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T02:21:11.8341706Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8341864Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8342003Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T02:21:11.8342202Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T02:21:11.8342366Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8342520Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8342675Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T02:21:11.8342889Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8343070Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T02:21:11.8343244Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T02:21:11.8343414Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T02:21:11.8343633Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8343812Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8343976Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T02:21:11.8344141Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8344341Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T02:21:11.8344517Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T02:21:11.8344690Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T02:21:11.8344864Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T02:21:11.8345037Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8345170Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8345323Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T02:21:11.8345489Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8345651Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T02:21:11.8345811Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8345957Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T02:21:11.8346115Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T02:21:11.8346279Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T02:21:11.8346434Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T02:21:11.8346584Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8346739Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T02:21:11.8346912Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8347091Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8347256Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8347411Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8347572Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T02:21:11.8347746Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T02:21:11.8347899Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T02:21:11.8348048Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T02:21:11.8348211Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T02:21:11.8348415Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T02:21:11.8348560Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8348717Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T02:21:11.8348870Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T02:21:11.8349076Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T02:21:11.8349248Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T02:21:11.8349407Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8349577Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T02:21:11.8349795Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T02:21:11.8349970Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T02:21:11.8350148Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8350388Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:21:11.8350641Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (3.254s) 2022-11-23T02:21:11.8350849Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (3.083s) 2022-11-23T02:21:11.8351046Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.959s) 2022-11-23T02:21:11.8351239Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.878s) 2022-11-23T02:21:11.8351403Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (9.462s) 2022-11-23T02:21:11.8351595Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T02:21:11.8351786Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T02:21:11.8351972Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T02:21:11.8352141Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-11-23T02:21:11.8352286Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T02:21:11.8352444Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T02:21:11.8352598Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T02:21:11.8352760Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T02:21:11.8352932Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T02:21:11.8353105Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-11-23T02:21:11.8353270Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8353452Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8353627Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8353823Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354014Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354227Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354401Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354599Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354808Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8354988Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8355218Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8355417Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8355609Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8355874Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8356054Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8356249Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8356420Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8356605Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8356924Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357104Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357299Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357472Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357640Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357817Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8357990Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8358181Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8358361Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T02:21:11.8358530Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8358693Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8358870Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8359046Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8359218Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T02:21:11.8359391Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8359565Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8359735Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T02:21:11.8359906Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8360088Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8360264Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8360463Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8360640Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8360838Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8361044Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8361205Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8361424Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8361589Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T02:21:11.8361753Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8361980Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T02:21:11.8362170Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8362337Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T02:21:11.8362501Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T02:21:11.8362677Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8362834Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8362999Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8363583Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8363755Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8363924Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T02:21:11.8364114Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.004s) 2022-11-23T02:21:11.8364294Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.009s) 2022-11-23T02:21:11.8364484Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T02:21:11.8364679Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.007s) 2022-11-23T02:21:11.8364877Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T02:21:11.8365061Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T02:21:11.8365253Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.006s) 2022-11-23T02:21:11.8365425Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T02:21:11.8365587Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.027s) 2022-11-23T02:21:11.8365756Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T02:21:11.8365898Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8366065Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T02:21:11.8366228Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8366376Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8366521Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8366653Z test_del (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8366818Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8366990Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8367182Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T02:21:11.8367364Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8367638Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8367825Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T02:21:11.8367984Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8368199Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T02:21:11.8368391Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8368548Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8368718Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8368897Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8369046Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T02:21:11.8369232Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8369432Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8369583Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8369783Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8369921Z test_in_check (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T02:21:11.8370073Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.030s) 2022-11-23T02:21:11.8370209Z test_list_count (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8370364Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8370503Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.017s) 2022-11-23T02:21:11.8370638Z test_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8370793Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8370933Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.019s) 2022-11-23T02:21:11.8371067Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8371203Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.024s) 2022-11-23T02:21:11.8371340Z test_list_none (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T02:21:11.8371472Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.055s) 2022-11-23T02:21:11.8371592Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.031s) 2022-11-23T02:21:11.8371727Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.034s) 2022-11-23T02:21:11.8371882Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8372004Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T02:21:11.8372151Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.019s) 2022-11-23T02:21:11.8372292Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8372428Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.090s) 2022-11-23T02:21:11.8372572Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.062s) 2022-11-23T02:21:11.8372723Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8372872Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8373025Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8373184Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8373338Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8373496Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8373738Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8373892Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8374050Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8374182Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8374403Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8374566Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8374729Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8374881Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8375025Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T02:21:11.8375169Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8375319Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8375469Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8375629Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8375838Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8375989Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T02:21:11.8376139Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T02:21:11.8376288Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T02:21:11.8376435Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8376598Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8376757Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T02:21:11.8376889Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T02:21:11.8377047Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T02:21:11.8377204Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8377361Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T02:21:11.8377497Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.032s) 2022-11-23T02:21:11.8377645Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T02:21:11.8377807Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T02:21:11.8377949Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T02:21:11.8378106Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T02:21:11.8378224Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T02:21:11.8378360Z Unit tests for Tensor.tolist() function. ... ok (0.341s) 2022-11-23T02:21:11.8378484Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T02:21:11.8378647Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.000s) 2022-11-23T02:21:11.8378806Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-11-23T02:21:11.8378965Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.021s) 2022-11-23T02:21:11.8379118Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-11-23T02:21:11.8379281Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.004s) 2022-11-23T02:21:11.8379438Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.010s) 2022-11-23T02:21:11.8379595Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.010s) 2022-11-23T02:21:11.8379877Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.027s) 2022-11-23T02:21:11.8380054Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.016s) 2022-11-23T02:21:11.8380224Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.022s) 2022-11-23T02:21:11.8380440Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.015s) 2022-11-23T02:21:11.8380592Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T02:21:11.8380740Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.009s) 2022-11-23T02:21:11.8380897Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.036s) 2022-11-23T02:21:11.8381036Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T02:21:11.8381170Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T02:21:11.8381293Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T02:21:11.8381426Z Check that an if statement can return different ... ok (0.009s) 2022-11-23T02:21:11.8381556Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T02:21:11.8381697Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.007s) 2022-11-23T02:21:11.8381846Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.028s) 2022-11-23T02:21:11.8382030Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.013s) 2022-11-23T02:21:11.8382155Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T02:21:11.8382294Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T02:21:11.8382463Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T02:21:11.8382627Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T02:21:11.8382779Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T02:21:11.8382913Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T02:21:11.8383072Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T02:21:11.8383233Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T02:21:11.8383382Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T02:21:11.8383531Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.011s) 2022-11-23T02:21:11.8383680Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T02:21:11.8383831Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T02:21:11.8384032Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.020s) 2022-11-23T02:21:11.8384235Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-11-23T02:21:11.8384426Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-11-23T02:21:11.8384624Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-11-23T02:21:11.8384823Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-11-23T02:21:11.8385025Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-11-23T02:21:11.8385226Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-11-23T02:21:11.8385409Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.063s) 2022-11-23T02:21:11.8385587Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.045s) 2022-11-23T02:21:11.8385755Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.035s) 2022-11-23T02:21:11.8386004Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-11-23T02:21:11.8386235Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-11-23T02:21:11.8386413Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.033s) 2022-11-23T02:21:11.8386638Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T02:21:11.8386844Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.018s) 2022-11-23T02:21:11.8387014Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.252s) 2022-11-23T02:21:11.8387203Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T02:21:11.8387370Z Tracing over a script function returning a dictionary should work. ... ok (0.043s) 2022-11-23T02:21:11.8387526Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-11-23T02:21:11.8387747Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.094s) 2022-11-23T02:21:11.8387955Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.213s) 2022-11-23T02:21:11.8388132Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-11-23T02:21:11.8388309Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-11-23T02:21:11.8388516Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-11-23T02:21:11.8388661Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.496s) 2022-11-23T02:21:11.8388822Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8388956Z test_mnist (jit.test_models.TestModels) ... ok (0.146s) 2022-11-23T02:21:11.8389110Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8389296Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8389521Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:21:11.8389682Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8389844Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.071s) 2022-11-23T02:21:11.8390026Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8390213Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.005s) 2022-11-23T02:21:11.8390397Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-11-23T02:21:11.8390604Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:21:11.8390756Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8390890Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.944s) 2022-11-23T02:21:11.8391114Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:21:11.8391282Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8391443Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.192s) 2022-11-23T02:21:11.8391573Z test_vae (jit.test_models.TestModels) ... ok (0.320s) 2022-11-23T02:21:11.8391724Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8391867Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.134s) 2022-11-23T02:21:11.8392032Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:21:11.8392231Z Tests that customized state dict methods are in effect ... ok (0.048s) 2022-11-23T02:21:11.8392397Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:21:11.8392612Z Tests that default state dict methods are automatically available ... ok (0.044s) 2022-11-23T02:21:11.8392819Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T02:21:11.8393005Z Tests that customized state dict methods on submodules are in effect ... ok (0.064s) 2022-11-23T02:21:11.8393213Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.129s) 2022-11-23T02:21:11.8393420Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-11-23T02:21:11.8393621Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.030s) 2022-11-23T02:21:11.8393832Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.075s) 2022-11-23T02:21:11.8394025Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.096s) 2022-11-23T02:21:11.8394193Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.335s) 2022-11-23T02:21:11.8394386Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.056s) 2022-11-23T02:21:11.8394579Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.016s) 2022-11-23T02:21:11.8394833Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:21:11.8395003Z Test that an attempt to script a module with a regular list attribute ... ok (0.005s) 2022-11-23T02:21:11.8395212Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.022s) 2022-11-23T02:21:11.8395421Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.070s) 2022-11-23T02:21:11.8395627Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.105s) 2022-11-23T02:21:11.8395836Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.043s) 2022-11-23T02:21:11.8396034Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.166s) 2022-11-23T02:21:11.8396242Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.045s) 2022-11-23T02:21:11.8396449Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.041s) 2022-11-23T02:21:11.8396621Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:21:11.8396892Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.108s) 2022-11-23T02:21:11.8397069Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T02:21:11.8397242Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.100s) 2022-11-23T02:21:11.8397469Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.029s) 2022-11-23T02:21:11.8397674Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.030s) 2022-11-23T02:21:11.8397885Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.051s) 2022-11-23T02:21:11.8398096Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.045s) 2022-11-23T02:21:11.8398341Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.036s) 2022-11-23T02:21:11.8398540Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-11-23T02:21:11.8398725Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-11-23T02:21:11.8398909Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.066s) 2022-11-23T02:21:11.8399163Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-11-23T02:21:11.8399410Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.069s) 2022-11-23T02:21:11.8399589Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-11-23T02:21:11.8399788Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-11-23T02:21:11.8399989Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.025s) 2022-11-23T02:21:11.8400180Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-11-23T02:21:11.8400376Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-11-23T02:21:11.8400578Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.039s) 2022-11-23T02:21:11.8400734Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T02:21:11.8400884Z Test that a module that has __constants__ set to something ... ok (0.019s) 2022-11-23T02:21:11.8401037Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T02:21:11.8401198Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.009s) 2022-11-23T02:21:11.8401402Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T02:21:11.8401574Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T02:21:11.8401733Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-11-23T02:21:11.8401900Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T02:21:11.8402109Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.000s) 2022-11-23T02:21:11.8402278Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.006s) 2022-11-23T02:21:11.8402452Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-11-23T02:21:11.8402615Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-11-23T02:21:11.8402772Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-11-23T02:21:11.8403019Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8403252Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8403480Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8403724Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8403954Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.011s) 2022-11-23T02:21:11.8404194Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8404432Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8404719Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8404950Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:21:11.8405212Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8405502Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8405733Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8405963Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8406188Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8406420Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8406657Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8406899Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8407140Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8407411Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8407634Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T02:21:11.8407863Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8408092Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T02:21:11.8408321Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8408555Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8408784Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8408999Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8409233Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8409453Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8409687Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8409935Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T02:21:11.8410133Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.009s) 2022-11-23T02:21:11.8410349Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.008s) 2022-11-23T02:21:11.8410641Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-11-23T02:21:11.8410983Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.036s) 2022-11-23T02:21:11.8411272Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.021s) 2022-11-23T02:21:11.8411648Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.036s) 2022-11-23T02:21:11.8411946Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.015s) 2022-11-23T02:21:11.8412220Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-11-23T02:21:11.8412486Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.015s) 2022-11-23T02:21:11.8412673Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.046s) 2022-11-23T02:21:11.8412844Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T02:21:11.8413002Z Test the jit scripting and tracing of a parametrized model. ... ok (0.048s) 2022-11-23T02:21:11.8413165Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.108s) 2022-11-23T02:21:11.8413329Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-11-23T02:21:11.8413485Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.028s) 2022-11-23T02:21:11.8413643Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T02:21:11.8413853Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T02:21:11.8414015Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T02:21:11.8414198Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T02:21:11.8414334Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T02:21:11.8414494Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T02:21:11.8414650Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8414842Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.000s) 2022-11-23T02:21:11.8415052Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8415256Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8415474Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8415675Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8415888Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8416103Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T02:21:11.8416280Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-11-23T02:21:11.8416444Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8416650Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8416892Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T02:21:11.8417120Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T02:21:11.8417281Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T02:21:11.8417435Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T02:21:11.8417590Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-11-23T02:21:11.8417745Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.050s) 2022-11-23T02:21:11.8418006Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-11-23T02:21:11.8418170Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T02:21:11.8418340Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T02:21:11.8418514Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T02:21:11.8418688Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8418899Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8419108Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T02:21:11.8419284Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T02:21:11.8419456Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8419635Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T02:21:11.8419800Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-11-23T02:21:11.8419966Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T02:21:11.8420188Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T02:21:11.8420333Z test_version (__main__.TestProducerVersion) ... ok (0.000s) 2022-11-23T02:21:11.8420488Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.017s) 2022-11-23T02:21:11.8420657Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-11-23T02:21:11.8420834Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T02:21:11.8420990Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.010s) 2022-11-23T02:21:11.8421152Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-11-23T02:21:11.8421301Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.011s) 2022-11-23T02:21:11.8421468Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.008s) 2022-11-23T02:21:11.8421631Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.042s) 2022-11-23T02:21:11.8421790Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.007s) 2022-11-23T02:21:11.8421944Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-11-23T02:21:11.8422125Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-11-23T02:21:11.8422281Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.009s) 2022-11-23T02:21:11.8422449Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T02:21:11.8422617Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T02:21:11.8422795Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T02:21:11.8422978Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T02:21:11.8423157Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-11-23T02:21:11.8423334Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T02:21:11.8423580Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.004s) 2022-11-23T02:21:11.8423757Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T02:21:11.8423919Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-11-23T02:21:11.8424128Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.041s) 2022-11-23T02:21:11.8424330Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.029s) 2022-11-23T02:21:11.8424531Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-11-23T02:21:11.8424695Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.045s) 2022-11-23T02:21:11.8424873Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.117s) 2022-11-23T02:21:11.8425037Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T02:21:11.8425209Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-11-23T02:21:11.8425367Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.012s) 2022-11-23T02:21:11.8425524Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.055s) 2022-11-23T02:21:11.8425692Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-11-23T02:21:11.8425857Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-11-23T02:21:11.8426050Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-11-23T02:21:11.8426227Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-11-23T02:21:11.8426396Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-11-23T02:21:11.8426545Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.006s) 2022-11-23T02:21:11.8426761Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.062s) 2022-11-23T02:21:11.8426940Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.042s) 2022-11-23T02:21:11.8427126Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.049s) 2022-11-23T02:21:11.8427290Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.068s) 2022-11-23T02:21:11.8427449Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T02:21:11.8427637Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-11-23T02:21:11.8427820Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T02:21:11.8428000Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T02:21:11.8428199Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T02:21:11.8428402Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.035s) 2022-11-23T02:21:11.8428577Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T02:21:11.8428758Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T02:21:11.8428929Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T02:21:11.8429110Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.033s) 2022-11-23T02:21:11.8429293Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.082s) 2022-11-23T02:21:11.8429465Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-11-23T02:21:11.8429689Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.031s) 2022-11-23T02:21:11.8429884Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-11-23T02:21:11.8430056Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-11-23T02:21:11.8430225Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.039s) 2022-11-23T02:21:11.8430460Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.045s) 2022-11-23T02:21:11.8430663Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T02:21:11.8430859Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T02:21:11.8431493Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T02:21:11.8431691Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.080s) 2022-11-23T02:21:11.8431895Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-11-23T02:21:11.8432085Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T02:21:11.8432269Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-11-23T02:21:11.8432447Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-11-23T02:21:11.8432643Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.041s) 2022-11-23T02:21:11.8432817Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T02:21:11.8432976Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.022s) 2022-11-23T02:21:11.8433151Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.034s) 2022-11-23T02:21:11.8433339Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.051s) 2022-11-23T02:21:11.8433553Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-11-23T02:21:11.8433729Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.013s) 2022-11-23T02:21:11.8433910Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.019s) 2022-11-23T02:21:11.8434086Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.012s) 2022-11-23T02:21:11.8434255Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-11-23T02:21:11.8434436Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-11-23T02:21:11.8434583Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8434737Z Exercise the situation where we have the same qualified name ... ok (0.028s) 2022-11-23T02:21:11.8434870Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8435025Z Exercise the situation where we have the same qualified name ... ok (0.193s) 2022-11-23T02:21:11.8435167Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8435318Z Exercise the situation where we have the same qualified name ... ok (0.044s) 2022-11-23T02:21:11.8435473Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.107s) 2022-11-23T02:21:11.8435616Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8435843Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.038s) 2022-11-23T02:21:11.8436019Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8436198Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.018s) 2022-11-23T02:21:11.8436363Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-11-23T02:21:11.8436580Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.019s) 2022-11-23T02:21:11.8436824Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8436990Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.017s) 2022-11-23T02:21:11.8437145Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T02:21:11.8437308Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.016s) 2022-11-23T02:21:11.8437460Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.000s) 2022-11-23T02:21:11.8437628Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8437832Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T02:21:11.8438053Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8438273Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.010s) 2022-11-23T02:21:11.8438437Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8438656Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T02:21:11.8438899Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T02:21:11.8439142Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T02:21:11.8439331Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8439572Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.010s) 2022-11-23T02:21:11.8439816Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:21:11.8440034Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8440270Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:21:11.8440443Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8440668Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T02:21:11.8440843Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T02:21:11.8441071Z 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-23T02:21:11.8441345Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-11-23T02:21:11.8441571Z self=, 2022-11-23T02:21:11.8441668Z sample_input=(2, 3, 2.0, 3.0), 2022-11-23T02:21:11.8441732Z ) 2022-11-23T02:21:11.8441838Z skip: Failed to load fixture! (0.443s) 2022-11-23T02:21:11.8442119Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.193s) 2022-11-23T02:21:11.8442349Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.143s) 2022-11-23T02:21:11.8442556Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-11-23T02:21:11.8442820Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.122s) 2022-11-23T02:21:11.8443044Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.130s) 2022-11-23T02:21:11.8443261Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.197s) 2022-11-23T02:21:11.8443472Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.013s) 2022-11-23T02:21:11.8443684Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-11-23T02:21:11.8443891Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.012s) 2022-11-23T02:21:11.8444104Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.011s) 2022-11-23T02:21:11.8444277Z test_add_out (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8444425Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8444565Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8444705Z test_add_tuple_optional (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8444841Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8444944Z test_addmm_grad (__main__.TestScript) 2022-11-23T02:21:11.8445065Z This test checks several things: ... ok (0.008s) 2022-11-23T02:21:11.8445220Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8445625Z 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-23T02:21:11.8445793Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-11-23T02:21:11.8445864Z ok (0.014s) 2022-11-23T02:21:11.8445982Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.093s) 2022-11-23T02:21:11.8446120Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.113s) 2022-11-23T02:21:11.8446299Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.096s) 2022-11-23T02:21:11.8446435Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.120s) 2022-11-23T02:21:11.8446569Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8446711Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.032s) 2022-11-23T02:21:11.8446845Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8446984Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.035s) 2022-11-23T02:21:11.8447119Z test_annotated_script_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8447276Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8447438Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8447580Z test_annotated_script_method (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8447715Z test_annoying_doubles (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8447830Z test_any (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8447984Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8448136Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8448315Z test_attr_module_constants (__main__.TestScript) ... ok (0.040s) 2022-11-23T02:21:11.8448449Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8448581Z test_attribute_in_init (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8448729Z test_attribute_serialization (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8449008Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T02:21:11.8449142Z test_augmented_assign (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8449291Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8449426Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8449569Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8449727Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.025s) 2022-11-23T02:21:11.8449880Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8450096Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.000s) 2022-11-23T02:21:11.8450309Z test_batchnorm_fuser_cpu (__main__.TestScript) ... pytorch_fuserebgta9.cpp 2022-11-23T02:21:11.8450483Z Creating library pytorch_fuserebgta9.lib and object pytorch_fuserebgta9.exp 2022-11-23T02:21:11.8450554Z ok (3.437s) 2022-11-23T02:21:11.8450687Z test_big_float_literals (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8450822Z test_big_int_literals (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8450939Z test_binary_op_shape (__main__.TestScript) ... ok (0.270s) 2022-11-23T02:21:11.8451062Z test_bitwise_ops (__main__.TestScript) ... ok (0.035s) 2022-11-23T02:21:11.8451202Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8451347Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8451487Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8451627Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8451758Z test_bool_dispatch (__main__.TestScript) ... ok (0.041s) 2022-11-23T02:21:11.8451918Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.040s) 2022-11-23T02:21:11.8452052Z test_break_continue_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8452183Z test_breaks_continues (__main__.TestScript) ... ok (0.187s) 2022-11-23T02:21:11.8452346Z test_builtin_args (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8452528Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T02:21:11.8452612Z FileCheck checks: 2022-11-23T02:21:11.8453109Z [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-23T02:21:11.8454649Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10806 2022-11-23T02:21:11.8454756Z @torch.jit.script 2022-11-23T02:21:11.8454836Z def f6(a): 2022-11-23T02:21:11.8454916Z a.expand(size=[3, [4]]) 2022-11-23T02:21:11.8455014Z ~~~~~~ <--- HERE 2022-11-23T02:21:11.8455171Z (function emitListLiteral) 2022-11-23T02:21:11.8455246Z ok (0.018s) 2022-11-23T02:21:11.8455398Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8455533Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8455651Z test_call_ge (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8455798Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8455950Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8456105Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8456257Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8456404Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8456557Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8456712Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8456863Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8457009Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8457147Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8457294Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.021s) 2022-11-23T02:21:11.8457438Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8457690Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8457882Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T02:21:11.8458069Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8458286Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-11-23T02:21:11.8458561Z test_calls_in_type_annotations (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-11-23T02:21:11.8458657Z ok (0.002s) 2022-11-23T02:21:11.8458834Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8459076Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-11-23T02:21:11.8459210Z test_cat (__main__.TestScript) ... ok (0.021s) 2022-11-23T02:21:11.8459358Z test_cat_lifts (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8459497Z test_chr (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8459642Z test_circular_dependency (__main__.TestScript) 2022-11-23T02:21:11.8459817Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.052s) 2022-11-23T02:21:11.8459972Z test_class_as_attribute (__main__.TestScript) ... ok (0.486s) 2022-11-23T02:21:11.8460156Z test_class_attribute (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8460325Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8460509Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8460699Z test_code_with_constants (__main__.TestScript) 2022-11-23T02:21:11.8460919Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.006s) 2022-11-23T02:21:11.8461073Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T02:21:11.8461350Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.028s) 2022-11-23T02:21:11.8461514Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8461677Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8461925Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:21:11.8462084Z test_conditional_casting (__main__.TestScript) ... ok (0.067s) 2022-11-23T02:21:11.8462236Z test_constant_as_attr (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8462418Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8462576Z test_constant_pooling_none (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8462763Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8462930Z test_context_manager (__main__.TestScript) ... ok (0.049s) 2022-11-23T02:21:11.8463074Z test_conv_error (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8463196Z test_convert_base (__main__.TestScript) ... ok (0.036s) 2022-11-23T02:21:11.8463455Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8463705Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8463943Z test_desugar_module (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8464161Z test_device_kwarg (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8464380Z test_device_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8464646Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.001s) 2022-11-23T02:21:11.8464854Z test_dir (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8465063Z test_divmod (__main__.TestScript) ... ok (0.044s) 2022-11-23T02:21:11.8465370Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-11-23T02:21:11.8465705Z test_dropout_eval (__main__.TestScript) ... ok (0.338s) 2022-11-23T02:21:11.8465918Z test_dtype_attr (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8466143Z test_dtype_op_shape (__main__.TestScript) ... ok (0.040s) 2022-11-23T02:21:11.8466364Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.063s) 2022-11-23T02:21:11.8466596Z test_early_return_closure (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8466793Z test_early_return_fork_join (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8467073Z test_early_return_rewrite (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8467320Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8467835Z test_early_returns_loops (__main__.TestScript) ... ok (0.046s) 2022-11-23T02:21:11.8468091Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8468257Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8468426Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8468589Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8468742Z test_ellipsis_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8469362Z test_ellipsis_mid (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8469535Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8469689Z test_ellipsis_start (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8469862Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8470028Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8470183Z test_empty_tuple_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8470352Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.051s) 2022-11-23T02:21:11.8470475Z test_erase_number_types (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8470616Z test_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8470775Z test_error_stacktrace (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8470945Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.859s) 2022-11-23T02:21:11.8471093Z test_eval_python (__main__.TestScript) ... ok (0.018s) 2022-11-23T02:21:11.8471255Z test_exception_exits_closure (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8471423Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.045s) 2022-11-23T02:21:11.8471561Z test_expand (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8471692Z test_fibb (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8471855Z test_fibb_totally_better (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8472022Z test_file_format_serialization (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8472172Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8472333Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.782s) 2022-11-23T02:21:11.8472482Z test_file_line_graph (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8472634Z test_file_line_save_load (__main__.TestScript) ... ok (0.327s) 2022-11-23T02:21:11.8472751Z test_file_line_string (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8472900Z test_file_line_trace (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8473042Z test_filecheck (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8473233Z test_filecheck_parse (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8473408Z test_first_class_calls (__main__.TestScript) ... ok (0.463s) 2022-11-23T02:21:11.8473564Z test_first_class_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8473706Z test_floor_div (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8473979Z test_floordiv (__main__.TestScript) ... ok (0.023s) 2022-11-23T02:21:11.8474105Z test_for_else (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8487807Z test_for_in_dict (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8488047Z test_for_in_enumerate (__main__.TestScript) ... ok (0.042s) 2022-11-23T02:21:11.8488188Z test_for_in_range (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8488323Z test_for_in_range_ast (__main__.TestScript) ... ok (0.023s) 2022-11-23T02:21:11.8488462Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.023s) 2022-11-23T02:21:11.8488597Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8488735Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8488884Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.026s) 2022-11-23T02:21:11.8489021Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8489157Z test_for_in_string (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8489285Z test_for_in_tensors (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8489414Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8489552Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8489828Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8489951Z test_for_in_zip (__main__.TestScript) ... ok (0.031s) 2022-11-23T02:21:11.8490088Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.025s) 2022-11-23T02:21:11.8490221Z test_for_tuple_assign (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8490354Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8490470Z test_format (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8490591Z test_func_call (__main__.TestScript) ... ok (0.033s) 2022-11-23T02:21:11.8490745Z test_function_compilation_caching (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8490891Z test_function_overload_misuse (__main__.TestScript) ... ok (0.960s) 2022-11-23T02:21:11.8491049Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8491187Z test_function_overloads (__main__.TestScript) ... ok (0.068s) 2022-11-23T02:21:11.8491420Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:21:11.8491599Z test_fuser_double_literal_precision (__main__.TestScript) ... pytorch_fuserixie0w.cpp 2022-11-23T02:21:11.8491777Z Creating library pytorch_fuserixie0w.lib and object pytorch_fuserixie0w.exp 2022-11-23T02:21:11.8491909Z ok (0.132s) 2022-11-23T02:21:11.8492055Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8492193Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8492334Z test_generic_list_errors (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8492603Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T02:21:11.8492752Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.032s) 2022-11-23T02:21:11.8492886Z test_grad_from_script (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8493002Z test_hash (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8493129Z test_hex_literals (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8493242Z test_id (__main__.TestScript) ... ok (0.434s) 2022-11-23T02:21:11.8493353Z test_if (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8493475Z test_if_define (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8493609Z test_if_different_type (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8493740Z test_if_for_in_range (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8493942Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8494066Z test_if_list_cat (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8494178Z test_if_nest_while (__main__.TestScript) ... ok (0.083s) 2022-11-23T02:21:11.8494300Z test_if_noelse (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8494438Z test_if_not_defined_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8494564Z test_if_supertype (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8494697Z test_ignore_decorator (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8494828Z test_ignored_as_value (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8494969Z test_ignored_method_binding (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8495100Z test_ignored_props (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8495258Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8495393Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8495541Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8495657Z test_index (__main__.TestScript) ... ok (0.092s) 2022-11-23T02:21:11.8495799Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8495978Z test_index_with_tuple (__main__.TestScript) ... ok (0.015s) 2022-11-23T02:21:11.8496109Z test_indexing_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8496232Z test_infer_size (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8496335Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T02:21:11.8496500Z Test that when we get a type mismatch on a function where we inferred ... ok (0.000s) 2022-11-23T02:21:11.8496630Z test_inherit_method (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8496871Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-11-23T02:21:11.8496987Z test_inlined_graph (__main__.TestScript) 2022-11-23T02:21:11.8497161Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.014s) 2022-11-23T02:21:11.8497294Z test_inlining_cleanup (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8497419Z test_inplace_add (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8497557Z test_inplace_copy_script (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8497698Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8497818Z test_int_cast (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8497963Z test_integral_shape_inference (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8498153Z test_interpret_graph (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8498289Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.375s) 2022-11-23T02:21:11.8498415Z test_intlist_args (__main__.TestScript) ... ok (0.021s) 2022-11-23T02:21:11.8498542Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8498680Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8498876Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8499002Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-11-23T02:21:11.8499127Z test_is_after_use (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8499319Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8499464Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8499604Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8499744Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8499882Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500063Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500198Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500330Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500461Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500596Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500738Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500875Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8500995Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501128Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501263Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501398Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501531Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501672Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501810Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8501984Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502118Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502249Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502380Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502512Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502647Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502781Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8502915Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503048Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503166Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503301Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503440Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503573Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503708Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503840Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8503970Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504103Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504280Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504427Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504561Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504693Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8504827Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505012Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505149Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505287Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505408Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505542Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505674Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8505855Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T02:21:11.8506002Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506148Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506290Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506438Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506583Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506728Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8506870Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507013Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507154Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507300Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507440Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507579Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507706Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8507885Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508027Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508164Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508304Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508442Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508584Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508724Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8508861Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509003Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509142Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509285Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509422Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509563Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509701Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509839Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8509966Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510104Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510245Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510412Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510574Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510721Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510860Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8510999Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511191Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511333Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511473Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511610Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511798Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8511937Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512076Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512218Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512357Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512483Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512624Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512765Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T02:21:11.8512836Z ok (0.076s) 2022-11-23T02:21:11.8512963Z test_is_optional (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8513092Z test_is_scripting (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8513238Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8513362Z test_isinstance (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8513498Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8513640Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8513822Z test_isinstance_refinement (__main__.TestScript) ... ok (0.026s) 2022-11-23T02:21:11.8513942Z test_jitter_bug (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8514062Z test_keyword (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8514198Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8514328Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8514439Z test_lazy_script (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8514596Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8514772Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8514898Z test_lhs_indexing (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8515039Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8515189Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8515342Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8515476Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8515609Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8515736Z test_linear_grad (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8515893Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.079s) 2022-11-23T02:21:11.8516051Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8516183Z test_list_iterables (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8516310Z test_list_python_op (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8516429Z test_list_unify (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8516551Z test_literal (__main__.TestScript) ... ok (0.028s) 2022-11-23T02:21:11.8516802Z test_literals (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8516942Z test_logical_short_circuit (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8517070Z test_loop_liveness (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8517206Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.018s) 2022-11-23T02:21:11.8517405Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8517539Z test_loop_unrolling (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8517674Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8517864Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.075s) 2022-11-23T02:21:11.8518000Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8518118Z test_math_ops (__main__.TestScript) ... ok (0.182s) 2022-11-23T02:21:11.8518313Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T02:21:11.8518550Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-11-23T02:21:11.8518684Z test_method_casts_script (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8518812Z test_method_no_self (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8518951Z test_method_overloading (__main__.TestScript) ... ok (9.842s) 2022-11-23T02:21:11.8519084Z test_missing_getstate (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8519195Z test_mm_batching (__main__.TestScript) ... ok (0.821s) 2022-11-23T02:21:11.8519322Z test_module_apis (__main__.TestScript) ... ok (0.072s) 2022-11-23T02:21:11.8519446Z test_module_attrs (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8519593Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8519722Z test_module_copying (__main__.TestScript) ... ok (0.031s) 2022-11-23T02:21:11.8519889Z test_module_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8520037Z test_module_method_reassignment (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8520169Z test_module_none_attrs (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8520320Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.044s) 2022-11-23T02:21:11.8520443Z test_module_str (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8520594Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8520725Z test_multi_reduction (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8520867Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8521011Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.102s) 2022-11-23T02:21:11.8521171Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8521317Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8521434Z test_multiple_assign (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8521571Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8521696Z test_mutable_dce (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8521829Z test_mutable_dce_block (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8521972Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8522133Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8522290Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8522422Z test_mutable_dce_list (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8522553Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8522692Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8522826Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8523016Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8523163Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.075s) 2022-11-23T02:21:11.8523295Z test_namedtuple_attr (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8523458Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8523679Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.035s) 2022-11-23T02:21:11.8523871Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.036s) 2022-11-23T02:21:11.8524033Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.032s) 2022-11-23T02:21:11.8524216Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8524352Z test_namedtuple_python (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8524499Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8524623Z test_narrow_copy (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8524754Z test_nested_aug_assign (__main__.TestScript) ... ok (1.195s) 2022-11-23T02:21:11.8524886Z test_nested_bailouts (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8525012Z test_nested_breaks (__main__.TestScript) ... ok (0.039s) 2022-11-23T02:21:11.8525149Z test_nested_list_construct (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8525283Z test_nested_select_assign (__main__.TestScript) ... ok (0.034s) 2022-11-23T02:21:11.8525402Z test_nn_GRU (__main__.TestScript) ... ok (0.245s) 2022-11-23T02:21:11.8525520Z test_nn_LSTM (__main__.TestScript) ... ok (0.163s) 2022-11-23T02:21:11.8525654Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.161s) 2022-11-23T02:21:11.8525771Z test_nn_init (__main__.TestScript) ... ok (0.048s) 2022-11-23T02:21:11.8525932Z test_no_dtype_shape (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8526078Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8526208Z test_non_final_return (__main__.TestScript) ... ok (0.137s) 2022-11-23T02:21:11.8526333Z test_none_type_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8526446Z test_not (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8526581Z test_not_initialized_err (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8526710Z test_ntuple_builtins (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8526834Z test_number_abs (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8526966Z test_number_augassign (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8527118Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8527265Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8527419Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8527542Z test_number_div (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8527667Z test_number_math (__main__.TestScript) ... ok (2.534s) 2022-11-23T02:21:11.8527787Z test_number_neg (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8528003Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-11-23T02:21:11.8528114Z test_oneline_func (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8528238Z test_op_dtype (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8528377Z test_operator_precedence (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8528605Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-11-23T02:21:11.8528836Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-11-23T02:21:11.8528950Z test_ord (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8529138Z test_override_magic (__main__.TestScript) ... ok (0.018s) 2022-11-23T02:21:11.8529282Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8529418Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.059s) 2022-11-23T02:21:11.8529553Z test_pack_unpack_state (__main__.TestScript) ... ok (0.033s) 2022-11-23T02:21:11.8529775Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T02:21:11.8529934Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T02:21:11.8530043Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T02:21:11.8530143Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T02:21:11.8530241Z grad_fn=) 2022-11-23T02:21:11.8530356Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T02:21:11.8530461Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T02:21:11.8530551Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T02:21:11.8530650Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T02:21:11.8530743Z grad_fn=) 2022-11-23T02:21:11.8530814Z ok (0.015s) 2022-11-23T02:21:11.8530965Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8531138Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8531274Z test_parse_nested_names (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8531419Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8531561Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8531738Z test_parser_kwargonly (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8531882Z test_parser_type_annotations (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8532039Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8532220Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8532388Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8532555Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-11-23T02:21:11.8532718Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8532836Z test_partial_returns (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8532953Z test_pass (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8533089Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.028s) 2022-11-23T02:21:11.8533247Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T02:21:11.8533389Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8533574Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.002s) 2022-11-23T02:21:11.8533714Z test_pretty_print_function (__main__.TestScript) ... ok (0.061s) 2022-11-23T02:21:11.8533909Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.000s) 2022-11-23T02:21:11.8534027Z test_print (__main__.TestScript) ... ok (0.024s) 2022-11-23T02:21:11.8534156Z test_print_kwargs (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8534349Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-11-23T02:21:11.8534484Z test_profiling_merge (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8534633Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8534756Z test_python_call (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8534897Z test_python_call_annotation (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8535054Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8535226Z test_python_call_failure (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8535369Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8535517Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8535698Z test_python_frontend (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8535882Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8536044Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8536178Z test_python_op_builtins (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8536311Z test_python_op_name (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8536455Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8536619Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.000s) 2022-11-23T02:21:11.8536751Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8536874Z test_range_args (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8537009Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.015s) 2022-11-23T02:21:11.8537147Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8537284Z test_refine_tuple_types (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8537417Z test_remove_dropout (__main__.TestScript) ... ok (0.021s) 2022-11-23T02:21:11.8537570Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8537733Z test_request_bailout (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8537907Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.000s) 2022-11-23T02:21:11.8538056Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.059s) 2022-11-23T02:21:11.8538191Z test_resize_input_ops (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8538308Z test_return (__main__.TestScript) ... ok (0.031s) 2022-11-23T02:21:11.8538444Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8538569Z test_return_tuple (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8538708Z test_robust_op_resolution (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8538825Z test_round (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8538959Z test_save_load_attr_error (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8539096Z test_script_annotation (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8539234Z test_script_bool_constant (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8539358Z test_script_chunk (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8539489Z test_script_clamp_none (__main__.TestScript) ... ok (0.025s) 2022-11-23T02:21:11.8539618Z test_script_copy (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8539728Z test_script_cu (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8539862Z test_script_define_order (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8540021Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8540157Z test_script_docstring (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8540317Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8540483Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-11-23T02:21:11.8540627Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8540761Z test_script_is_tracing (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8540902Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8541044Z test_script_method_docstring (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8541208Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8541363Z test_script_module (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8541532Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8541715Z test_script_module_const (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8541870Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8542050Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.026s) 2022-11-23T02:21:11.8542574Z 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-23T02:21:11.8542687Z warnings.warn(message, UserWarning) 2022-11-23T02:21:11.8542744Z ok (0.026s) 2022-11-23T02:21:11.8542900Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.038s) 2022-11-23T02:21:11.8543100Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.002s) 2022-11-23T02:21:11.8543256Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8543399Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8543533Z test_script_module_for (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8543668Z test_script_module_for2 (__main__.TestScript) ... ok (0.055s) 2022-11-23T02:21:11.8543862Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8544017Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.022s) 2022-11-23T02:21:11.8544274Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-11-23T02:21:11.8544418Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8544577Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8544724Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8544880Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8545040Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8545203Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8545362Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8545503Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.053s) 2022-11-23T02:21:11.8545638Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8545774Z test_script_optional_none (__main__.TestScript) ... ok (0.018s) 2022-11-23T02:21:11.8545904Z test_script_outputs (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8546055Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.057s) 2022-11-23T02:21:11.8546212Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.059s) 2022-11-23T02:21:11.8546337Z test_script_scope (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8546476Z test_script_sequential_for (__main__.TestScript) ... ok (0.036s) 2022-11-23T02:21:11.8546626Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.066s) 2022-11-23T02:21:11.8546786Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8546934Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.049s) 2022-11-23T02:21:11.8547090Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.056s) 2022-11-23T02:21:11.8547224Z test_script_star_assign (__main__.TestScript) ... ok (0.016s) 2022-11-23T02:21:11.8547356Z test_script_star_expr (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8547526Z test_script_star_expr_string (__main__.TestScript) ... ok (0.035s) 2022-11-23T02:21:11.8548214Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8548402Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8548562Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8548737Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T02:21:11.8548871Z test_select_after_chunk (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8549005Z test_sequence_parsing (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8549161Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.046s) 2022-11-23T02:21:11.8549307Z test_serialization_big_ints (__main__.TestScript) ... ok (0.024s) 2022-11-23T02:21:11.8549506Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.002s) 2022-11-23T02:21:11.8549643Z test_serialize_long_lines (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8549792Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.475s) 2022-11-23T02:21:11.8549935Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.471s) 2022-11-23T02:21:11.8550095Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.094s) 2022-11-23T02:21:11.8550300Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.340s) 2022-11-23T02:21:11.8550454Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8550606Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8550755Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8550892Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8551040Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8551167Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8551300Z test_signed_float_zero (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8551446Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8551582Z test_single_starred_lhs (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8551727Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8551916Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T02:21:11.8552035Z test_split (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8552147Z test_stack (__main__.TestScript) ... ok (0.015s) 2022-11-23T02:21:11.8552275Z test_static_if_prop (__main__.TestScript) ... ok (2.571s) 2022-11-23T02:21:11.8552401Z test_static_method_on_module (__main__.TestScript) 2022-11-23T02:21:11.8552578Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.010s) 2022-11-23T02:21:11.8552712Z test_static_methods (__main__.TestScript) ... ok (0.046s) 2022-11-23T02:21:11.8552832Z test_str_cast (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8552954Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-11-23T02:21:11.8553108Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8553245Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8553357Z test_string_index (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8553478Z test_string_len (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8553603Z test_string_list (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8553786Z test_string_new_line (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8553911Z test_string_ops (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8554039Z test_string_print (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8554224Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-11-23T02:21:11.8554403Z test_string_slicing (__main__.TestScript) ... ok (0.019s) 2022-11-23T02:21:11.8554529Z test_string_sort (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8554657Z test_string_sorted (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8554818Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.032s) 2022-11-23T02:21:11.8554949Z test_submodule_twice (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8555060Z test_sum (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8555193Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8555320Z test_sum_list_empty (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8555436Z test_sum_list_literal (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8555563Z test_sum_list_one (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8555695Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8555833Z test_sys_stdout_override (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8556056Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-11-23T02:21:11.8556183Z test_tensor_data (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8556394Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-11-23T02:21:11.8556524Z test_tensor_dtype (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8556740Z test_tensor_grad (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8556878Z test_tensor_import_export (__main__.TestScript) ... ok (0.014s) 2022-11-23T02:21:11.8557001Z test_tensor_len (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8557133Z test_tensor_number_math (__main__.TestScript) ... ok (0.556s) 2022-11-23T02:21:11.8557289Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-11-23T02:21:11.8557465Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.000s) 2022-11-23T02:21:11.8557591Z test_tensor_shape (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8558074Z 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-23T02:21:11.8558235Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T02:21:11.8558306Z ok (0.020s) 2022-11-23T02:21:11.8558415Z test_tensor_to (__main__.TestScript) ... ok (0.030s) 2022-11-23T02:21:11.8558542Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8558714Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T02:21:11.8558885Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T02:21:11.8559004Z test_ternary (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8559148Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.089s) 2022-11-23T02:21:11.8559297Z test_ternary_right_associative (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8559434Z test_ternary_static_if (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8559555Z test_torch_any (__main__.TestScript) ... ok (0.020s) 2022-11-23T02:21:11.8559738Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.000s) 2022-11-23T02:21:11.8559944Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.068s) 2022-11-23T02:21:11.8560100Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8560258Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.031s) 2022-11-23T02:21:11.8560465Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8560675Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8560809Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8560918Z test_torch_pow (__main__.TestScript) ... ok (0.048s) 2022-11-23T02:21:11.8561263Z 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-23T02:21:11.8561728Z 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-23T02:21:11.8561817Z return callable(*args, **kwargs) 2022-11-23T02:21:11.8561887Z ok (0.690s) 2022-11-23T02:21:11.8562039Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8562181Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8562317Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8562520Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8562666Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.127s) 2022-11-23T02:21:11.8562828Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.263s) 2022-11-23T02:21:11.8562960Z test_training_param (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8563096Z test_tuple_assignments (__main__.TestScript) ... ok (0.470s) 2022-11-23T02:21:11.8563225Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8563359Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8563492Z test_tuple_indexing (__main__.TestScript) ... ok (0.034s) 2022-11-23T02:21:11.8563612Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8563744Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8563852Z test_tuple_sort (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8563988Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8564114Z test_tuple_sorted (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8564245Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8564391Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8564541Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8564699Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8564829Z test_type_annotate (__main__.TestScript) ... ok (0.029s) 2022-11-23T02:21:11.8564969Z test_type_annotation_module (__main__.TestScript) ... ok (0.017s) 2022-11-23T02:21:11.8565109Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.024s) 2022-11-23T02:21:11.8565242Z test_type_annotations (__main__.TestScript) ... ok (0.024s) 2022-11-23T02:21:11.8565396Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.015s) 2022-11-23T02:21:11.8565539Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8565673Z test_type_call_in_script (__main__.TestScript) ... ok (0.003s) 2022-11-23T02:21:11.8565795Z test_type_cast (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8565932Z test_type_comments_in_body (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8566115Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T02:21:11.8566327Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.004s) 2022-11-23T02:21:11.8566623Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-11-23T02:21:11.8566813Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.004s) 2022-11-23T02:21:11.8566949Z test_unicode_comments (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8567081Z test_uninitialized (__main__.TestScript) ... ok (0.009s) 2022-11-23T02:21:11.8567208Z test_union_to_number (__main__.TestScript) ... ok (0.006s) 2022-11-23T02:21:11.8567337Z test_unknown_builtin (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8567528Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.000s) 2022-11-23T02:21:11.8567676Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8567870Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T02:21:11.8568020Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8568151Z test_unused_decorator (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8568294Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.011s) 2022-11-23T02:21:11.8568422Z test_var_aug_assign (__main__.TestScript) ... ok (1.329s) 2022-11-23T02:21:11.8568594Z test_vararg_zeros (__main__.TestScript) ... ok (0.007s) 2022-11-23T02:21:11.8568746Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8568863Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8568985Z test_view_write (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8569116Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.003s) 2022-11-23T02:21:11.8569229Z test_where (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8569353Z test_where_method (__main__.TestScript) ... ok (0.008s) 2022-11-23T02:21:11.8569468Z test_while (__main__.TestScript) ... ok (0.012s) 2022-11-23T02:21:11.8569592Z test_while_nest_if (__main__.TestScript) ... ok (0.061s) 2022-11-23T02:21:11.8569740Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.037s) 2022-11-23T02:21:11.8569882Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8570026Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8570158Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8570298Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8570438Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.000s) 2022-11-23T02:21:11.8570581Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.010s) 2022-11-23T02:21:11.8570713Z test_wrong_return_type (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8570848Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-11-23T02:21:11.8570970Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T02:21:11.8571085Z test_zeros (__main__.TestScript) ... ok (0.013s) 2022-11-23T02:21:11.8571228Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.796s) 2022-11-23T02:21:11.8571354Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8571492Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T02:21:11.8571624Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8571755Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-11-23T02:21:11.8571883Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8571974Z Test deletion. ... ok (0.000s) 2022-11-23T02:21:11.8572104Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8572314Z Test accessing dictionary values using the [] operator. ... ok (0.010s) 2022-11-23T02:21:11.8572493Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8572586Z Test .items(). ... ok (0.000s) 2022-11-23T02:21:11.8572710Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8572827Z Test iteration over a dictionary's keys. ... ok (0.000s) 2022-11-23T02:21:11.8573003Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8573119Z Test len() builtin function. ... ok (0.005s) 2022-11-23T02:21:11.8573250Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8573522Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.000s) 2022-11-23T02:21:11.8573981Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8574329Z Test that reference semantics are honoured; that modifications made ... ok (0.005s) 2022-11-23T02:21:11.8574647Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8574908Z Test the __repr__ method. ... ok (0.000s) 2022-11-23T02:21:11.8575160Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T02:21:11.8575467Z Test setting dictionary values using the [] operator. ... ok (0.000s) 2022-11-23T02:21:11.8575770Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8576020Z Test append method. ... ok (0.000s) 2022-11-23T02:21:11.8576279Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8576619Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T02:21:11.8576892Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8577131Z Test clear. ... ok (0.000s) 2022-11-23T02:21:11.8577381Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8577667Z Test membership checks (x in y, x not in y). ... ok (0.010s) 2022-11-23T02:21:11.8577948Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8578181Z Test count method. ... ok (0.000s) 2022-11-23T02:21:11.8578497Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8578747Z Test deletion. ... ok (0.000s) 2022-11-23T02:21:11.8578994Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8579295Z Test extend. ... ok (0.000s) 2022-11-23T02:21:11.8579544Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8579828Z Test accessing list elements using the [] operator. ... ok (0.010s) 2022-11-23T02:21:11.8580120Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8580363Z Test insert. ... ok (0.000s) 2022-11-23T02:21:11.8580604Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8580879Z Test iteration over a list's elements. ... ok (0.000s) 2022-11-23T02:21:11.8581150Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8581392Z Test len() builtin function. ... ok (0.000s) 2022-11-23T02:21:11.8581656Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8582077Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.000s) 2022-11-23T02:21:11.8582537Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8582776Z Test pop. ... ok (0.010s) 2022-11-23T02:21:11.8583079Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8583475Z Test that reference semantics are honoured; that modifications made ... ok (0.000s) 2022-11-23T02:21:11.8583842Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8584173Z Test remove method. ... ok (0.000s) 2022-11-23T02:21:11.8584454Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8584914Z Test the __repr__ method. ... ok (0.000s) 2022-11-23T02:21:11.8585240Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T02:21:11.8585525Z Test setting list elements using the [] operator. ... ok (0.011s) 2022-11-23T02:21:11.8585992Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.017s) 2022-11-23T02:21:11.8586647Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T02:21:11.8587217Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.014s) 2022-11-23T02:21:11.8587769Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T02:21:11.8588311Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-11-23T02:21:11.8588860Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T02:21:11.8589431Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.023s) 2022-11-23T02:21:11.8589974Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T02:21:11.8590521Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.014s) 2022-11-23T02:21:11.8591585Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-11-23T02:21:11.8592148Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T02:21:11.8592691Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-11-23T02:21:11.8593238Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-11-23T02:21:11.8593794Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.011s) 2022-11-23T02:21:11.8594243Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.108s) 2022-11-23T02:21:11.8594585Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.010s) 2022-11-23T02:21:11.8594925Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.096s) 2022-11-23T02:21:11.8595271Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.130s) 2022-11-23T02:21:11.8595618Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.411s) 2022-11-23T02:21:11.8595954Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.024s) 2022-11-23T02:21:11.8596271Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T02:21:11.8596584Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.011s) 2022-11-23T02:21:11.8597033Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T02:21:11.8597320Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T02:21:11.8597676Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T02:21:11.8597991Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T02:21:11.8598338Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T02:21:11.8598665Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T02:21:11.8598978Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T02:21:11.8599273Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T02:21:11.8599587Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T02:21:11.8599885Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.007s) 2022-11-23T02:21:11.8600204Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.008s) 2022-11-23T02:21:11.8600649Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.006s) 2022-11-23T02:21:11.8601047Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.000s) 2022-11-23T02:21:11.8601347Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T02:21:11.8601633Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T02:21:11.8601943Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.012s) 2022-11-23T02:21:11.8602309Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.002s) 2022-11-23T02:21:11.8602668Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.010s) 2022-11-23T02:21:11.8603066Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.001s) 2022-11-23T02:21:11.8603483Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-11-23T02:21:11.8603968Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T02:21:11.8604483Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T02:21:11.8604999Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8605557Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T02:21:11.8606069Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-11-23T02:21:11.8606578Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T02:21:11.8607089Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T02:21:11.8607583Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8608076Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T02:21:11.8608618Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8609156Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T02:21:11.8609722Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-11-23T02:21:11.8610289Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8610760Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8611246Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T02:21:11.8611764Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T02:21:11.8612279Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-11-23T02:21:11.8612756Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.012s) 2022-11-23T02:21:11.8613207Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8613649Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T02:21:11.8614175Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T02:21:11.8614640Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.042s) 2022-11-23T02:21:11.8615085Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.035s) 2022-11-23T02:21:11.8615576Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T02:21:11.8616103Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-11-23T02:21:11.8616573Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.025s) 2022-11-23T02:21:11.8617024Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T02:21:11.8617462Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-11-23T02:21:11.8617926Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.048s) 2022-11-23T02:21:11.8618380Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.030s) 2022-11-23T02:21:11.8618916Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T02:21:11.8619391Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-11-23T02:21:11.8619836Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T02:21:11.8620259Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.117s) 2022-11-23T02:21:11.8620707Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-11-23T02:21:11.8621216Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.002s) 2022-11-23T02:21:11.8621751Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T02:21:11.8622190Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T02:21:11.8622675Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-11-23T02:21:11.8623123Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.030s) 2022-11-23T02:21:11.8623557Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T02:21:11.8623992Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T02:21:11.8624437Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T02:21:11.8624859Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T02:21:11.8625224Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.000s) 2022-11-23T02:21:11.8625596Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.022s) 2022-11-23T02:21:11.8625960Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-11-23T02:21:11.8626316Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.019s) 2022-11-23T02:21:11.8626688Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.048s) 2022-11-23T02:21:11.8627097Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.006s) 2022-11-23T02:21:11.8627503Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.000s) 2022-11-23T02:21:11.8628041Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-11-23T02:21:11.8628460Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.017s) 2022-11-23T02:21:11.8628938Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T02:21:11.8629358Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T02:21:11.8629778Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.009s) 2022-11-23T02:21:11.8630161Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.010s) 2022-11-23T02:21:11.8630503Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-11-23T02:21:11.8630922Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8631387Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8631852Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8632372Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8632823Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.003s) 2022-11-23T02:21:11.8633284Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8633769Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8634305Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8634829Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8635328Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8635915Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8636414Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8636973Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:21:11.8637432Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8637915Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T02:21:11.8638379Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8638837Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8639307Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8639791Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8640337Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8640951Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8641436Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8641929Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8642408Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8642859Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8643321Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8643801Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8644272Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8644794Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T02:21:11.8645205Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T02:21:11.8645569Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T02:21:11.8645933Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8646307Z test_constant (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T02:21:11.8646599Z test_conv (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-11-23T02:21:11.8646907Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-11-23T02:21:11.8647293Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T02:21:11.8647631Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T02:21:11.8647941Z test_ge (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T02:21:11.8648242Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-11-23T02:21:11.8648564Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.205s) 2022-11-23T02:21:11.8648877Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.088s) 2022-11-23T02:21:11.8649185Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T02:21:11.8649507Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8649847Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8650153Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T02:21:11.8650469Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T02:21:11.8650802Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T02:21:11.8651125Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T02:21:11.8651446Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T02:21:11.8651758Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T02:21:11.8652067Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8652393Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8652771Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8653092Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T02:21:11.8653481Z Check that dictionary access doesn't care about insertion order ... ok (0.023s) 2022-11-23T02:21:11.8653884Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T02:21:11.8654187Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T02:21:11.8654509Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8654829Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T02:21:11.8655158Z Check that the trace remembers which keys were in a dict input ... ok (0.010s) 2022-11-23T02:21:11.8655488Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T02:21:11.8655786Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T02:21:11.8656074Z Check that inputs to traced functions are flattened ... ok (0.026s) 2022-11-23T02:21:11.8656395Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T02:21:11.8656723Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T02:21:11.8657061Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T02:21:11.8657413Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T02:21:11.8657754Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8658064Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.061s) 2022-11-23T02:21:11.8658464Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-11-23T02:21:11.8658871Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T02:21:11.8659185Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T02:21:11.8659548Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T02:21:11.8659849Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8660149Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8660455Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T02:21:11.8660823Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.024s) 2022-11-23T02:21:11.8661190Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T02:21:11.8661512Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T02:21:11.8661830Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T02:21:11.8662132Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8662445Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8662743Z test_simple (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T02:21:11.8663061Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T02:21:11.8663401Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T02:21:11.8663736Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T02:21:11.8664034Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T02:21:11.8664356Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-11-23T02:21:11.8664747Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8665140Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-11-23T02:21:11.8665558Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-11-23T02:21:11.8665880Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8666212Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T02:21:11.8666536Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T02:21:11.8666886Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T02:21:11.8667298Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8667639Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T02:21:11.8667973Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T02:21:11.8668316Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T02:21:11.8668978Z 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-23T02:21:11.8669579Z warnings.warn(message, UserWarning) 2022-11-23T02:21:11.8669792Z ok (0.015s) 2022-11-23T02:21:11.8670065Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8670395Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8670715Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8671125Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8671563Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8671893Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T02:21:11.8672211Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T02:21:11.8672524Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-11-23T02:21:11.8672855Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.074s) 2022-11-23T02:21:11.8673192Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-11-23T02:21:11.8673518Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8673865Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8674197Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8674509Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8674842Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-11-23T02:21:11.8675170Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T02:21:11.8675467Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T02:21:11.8675796Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T02:21:11.8676126Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T02:21:11.8676471Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-11-23T02:21:11.8676932Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-11-23T02:21:11.8677333Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T02:21:11.8677740Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T02:21:11.8678026Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T02:21:11.8678469Z %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-23T02:21:11.8678984Z %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-23T02:21:11.8679600Z %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-23T02:21:11.8680245Z %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-23T02:21:11.8680714Z %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-23T02:21:11.8681030Z return (%12) 2022-11-23T02:21:11.8681148Z 2022-11-23T02:21:11.8681218Z ok (0.009s) 2022-11-23T02:21:11.8681478Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8681795Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T02:21:11.8682121Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T02:21:11.8682429Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8682746Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T02:21:11.8683122Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T02:21:11.8683477Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8683859Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8684225Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T02:21:11.8684539Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T02:21:11.8684851Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-11-23T02:21:11.8685173Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8685484Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8685782Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8686118Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8686439Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-11-23T02:21:11.8686767Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T02:21:11.8687106Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8687445Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T02:21:11.8687765Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.095s) 2022-11-23T02:21:11.8688089Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.078s) 2022-11-23T02:21:11.8688397Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T02:21:11.8688697Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T02:21:11.8689063Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T02:21:11.8689402Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T02:21:11.8689768Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T02:21:11.8690130Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8690482Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T02:21:11.8690828Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-11-23T02:21:11.8691175Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.003s) 2022-11-23T02:21:11.8691524Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T02:21:11.8691850Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-11-23T02:21:11.8692158Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.190s) 2022-11-23T02:21:11.8692489Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8692864Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T02:21:11.8693186Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8693543Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.068s) 2022-11-23T02:21:11.8693893Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-11-23T02:21:11.8694237Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.012s) 2022-11-23T02:21:11.8694608Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-11-23T02:21:11.8694945Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8695377Z Types should be shared for identical constant values, and different for different constant values ... ok (0.006s) 2022-11-23T02:21:11.8695794Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8696123Z Types should be shared even if attribute values differ ... ok (0.019s) 2022-11-23T02:21:11.8696449Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8696814Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.004s) 2022-11-23T02:21:11.8697168Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-11-23T02:21:11.8697533Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8697818Z Simple example with a real nn Module ... ok (0.015s) 2022-11-23T02:21:11.8698138Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.024s) 2022-11-23T02:21:11.8698491Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8698857Z We should be able to differentiate between two ModuleDict instances ... ok (0.040s) 2022-11-23T02:21:11.8699195Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8699531Z Mutating the value of an attribute should not change type sharing ... ok (0.026s) 2022-11-23T02:21:11.8699866Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8700211Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.015s) 2022-11-23T02:21:11.8700558Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8700924Z Different functions passed in should lead to different types ... ok (0.011s) 2022-11-23T02:21:11.8701328Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8701663Z Same functions passed in should lead to same types ... ok (0.007s) 2022-11-23T02:21:11.8702048Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8702442Z Even if everything about the module is the same, different originating ... ok (0.031s) 2022-11-23T02:21:11.8702813Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8703159Z Different functions passed in should lead to different types ... ok (0.022s) 2022-11-23T02:21:11.8703507Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8703842Z Same functions passed in should lead to same types ... ok (0.010s) 2022-11-23T02:21:11.8704210Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.028s) 2022-11-23T02:21:11.8704572Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8704884Z If submodules differ, the types should differ. ... ok (0.063s) 2022-11-23T02:21:11.8705209Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8705570Z Since we can't guarantee that methods are the same between different ... ok (0.017s) 2022-11-23T02:21:11.8705929Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8706332Z Test that types are not shared if the exclusion of their ... ok (0.009s) 2022-11-23T02:21:11.8706673Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8707012Z Test that types are shared if the exclusion of their ... ok (0.003s) 2022-11-23T02:21:11.8707383Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8707727Z Tests that types between instances of a ScriptModule ... ok (0.006s) 2022-11-23T02:21:11.8708114Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T02:21:11.8708422Z Test that type sharing can be disabled. ... ok (0.035s) 2022-11-23T02:21:11.8708755Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-11-23T02:21:11.8709117Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-11-23T02:21:11.8709460Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T02:21:11.8709830Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:21:11.8710157Z Test that module attributes can be ignored. ... ok (0.016s) 2022-11-23T02:21:11.8710500Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-11-23T02:21:11.8710889Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-11-23T02:21:11.8711330Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:21:11.8711702Z Test that using an optional with no contained types produces an error. ... ok (0.004s) 2022-11-23T02:21:11.8712040Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T02:21:11.8712396Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-11-23T02:21:11.8712763Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T02:21:11.8713127Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-11-23T02:21:11.8713554Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T02:21:11.8713922Z Test that using a tuple with no contained types produces an error. ... ok (0.004s) 2022-11-23T02:21:11.8714319Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-11-23T02:21:11.8714685Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.017s) 2022-11-23T02:21:11.8715059Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T02:21:11.8715410Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T02:21:11.8715731Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T02:21:11.8716070Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T02:21:11.8716420Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T02:21:11.8716850Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.040s) 2022-11-23T02:21:11.8717181Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T02:21:11.8717949Z 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-23T02:21:11.8718772Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-11-23T02:21:11.8719046Z def fn(): 2022-11-23T02:21:11.8719235Z l1 = [1, 2, "foo", 3] 2022-11-23T02:21:11.8719469Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T02:21:11.8719703Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T02:21:11.8720023Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T02:21:11.8720329Z (function emitListLiteral) 2022-11-23T02:21:11.8720531Z ok (0.004s) 2022-11-23T02:21:11.8721222Z 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-23T02:21:11.8722022Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-11-23T02:21:11.8722298Z def fn(): 2022-11-23T02:21:11.8722491Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T02:21:11.8722702Z l2 = [1, 2, "foo", 3] 2022-11-23T02:21:11.8722909Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T02:21:11.8723158Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T02:21:11.8723383Z return d 2022-11-23T02:21:11.8723573Z (function emitListLiteral) 2022-11-23T02:21:11.8723773Z ok (0.007s) 2022-11-23T02:21:11.8724023Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T02:21:11.8724382Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T02:21:11.8724699Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T02:21:11.8725005Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.018s) 2022-11-23T02:21:11.8725311Z test_list_io (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T02:21:11.8725667Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-11-23T02:21:11.8725980Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.017s) 2022-11-23T02:21:11.8726383Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T02:21:11.8726744Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T02:21:11.8727047Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T02:21:11.8727369Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T02:21:11.8727696Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T02:21:11.8728017Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T02:21:11.8728336Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T02:21:11.8728645Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T02:21:11.8728970Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.018s) 2022-11-23T02:21:11.8729286Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T02:21:11.8729606Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T02:21:11.8729929Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T02:21:11.8730250Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T02:21:11.8730558Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T02:21:11.8730868Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T02:21:11.8731164Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T02:21:11.8731474Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T02:21:11.8731849Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.033s) 2022-11-23T02:21:11.8732173Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T02:21:11.8732479Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T02:21:11.8732831Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T02:21:11.8733929Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T02:21:11.8734262Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T02:21:11.8734611Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8734966Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8735332Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8735678Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T02:21:11.8736009Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.013s) 2022-11-23T02:21:11.8736354Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T02:21:11.8736668Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T02:21:11.8736977Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T02:21:11.8737304Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T02:21:11.8737674Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T02:21:11.8738059Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T02:21:11.8738591Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T02:21:11.8739043Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T02:21:11.8739453Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T02:21:11.8739866Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T02:21:11.8740239Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T02:21:11.8740925Z 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-23T02:21:11.8741504Z warnings.warn( 2022-11-23T02:21:11.8741676Z ok (0.010s) 2022-11-23T02:21:11.8741948Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.021s) 2022-11-23T02:21:11.8742316Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.027s) 2022-11-23T02:21:11.8742678Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T02:21:11.8743037Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T02:21:11.8743419Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T02:21:11.8743793Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T02:21:11.8744238Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8744594Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T02:21:11.8744983Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T02:21:11.8745366Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8745731Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T02:21:11.8746071Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T02:21:11.8746412Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T02:21:11.8747123Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8747479Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T02:21:11.8747885Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8748297Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8748684Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T02:21:11.8749091Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T02:21:11.8749427Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T02:21:11.8749797Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-11-23T02:21:11.8750171Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T02:21:11.8750581Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T02:21:11.8750926Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T02:21:11.8751316Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T02:21:11.8751693Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.035s) 2022-11-23T02:21:11.8752012Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T02:21:11.8752745Z 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-23T02:21:11.8753405Z File "", line 3 2022-11-23T02:21:11.8753531Z 2022-11-23T02:21:11.8753603Z def fn(): 2022-11-23T02:21:11.8753880Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T02:21:11.8754199Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T02:21:11.8754480Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T02:21:11.8754726Z x.append(torch.tensor(3)) 2022-11-23T02:21:11.8754953Z (function emitListLiteral) 2022-11-23T02:21:11.8755571Z [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-23T02:21:11.8756152Z File "", line 3 2022-11-23T02:21:11.8756274Z 2022-11-23T02:21:11.8756343Z def fn(): 2022-11-23T02:21:11.8756603Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T02:21:11.8757024Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T02:21:11.8757276Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T02:21:11.8757537Z x.append(torch.tensor(3)) 2022-11-23T02:21:11.8757765Z (function emitListLiteral) 2022-11-23T02:21:11.8757966Z ok (0.031s) 2022-11-23T02:21:11.8758222Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T02:21:11.8758545Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T02:21:11.8758886Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T02:21:11.8759269Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.005s) 2022-11-23T02:21:11.8760009Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.021s) 2022-11-23T02:21:11.8760370Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T02:21:11.8760727Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T02:21:11.8761078Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-11-23T02:21:11.8761412Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.015s) 2022-11-23T02:21:11.8761831Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T02:21:11.8762207Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T02:21:11.8762573Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T02:21:11.8762913Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T02:21:11.8763079Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T02:21:11.8763236Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T02:21:11.8763397Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T02:21:11.8763569Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T02:21:11.8763794Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.011s) 2022-11-23T02:21:11.8763975Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T02:21:11.8764098Z test_warn (jit.test_warn.TestWarn) ... ok (0.005s) 2022-11-23T02:21:11.8764266Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.005s) 2022-11-23T02:21:11.8764435Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.012s) 2022-11-23T02:21:11.8764578Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T02:21:11.8764729Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T02:21:11.8764870Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.000s) 2022-11-23T02:21:11.8765019Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.006s) 2022-11-23T02:21:11.8765126Z test_with_as (jit.test_with.TestWith) 2022-11-23T02:21:11.8765298Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.112s) 2022-11-23T02:21:11.8765415Z test_with_errors (jit.test_with.TestWith) 2022-11-23T02:21:11.8765612Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.039s) 2022-11-23T02:21:11.8765741Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T02:21:11.8765909Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.032s) 2022-11-23T02:21:11.8766021Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T02:21:11.8766189Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.111s) 2022-11-23T02:21:11.8766304Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T02:21:11.8766468Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.024s) 2022-11-23T02:21:11.8766597Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T02:21:11.8767003Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 02:21:10 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:21:11.8767309Z STAGE:2022-11-23 02:21:10 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:21:11.8767659Z STAGE:2022-11-23 02:21:10 592:2920 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:21:11.8768068Z ok (0.038s) 2022-11-23T02:21:11.8768075Z 2022-11-23T02:21:11.8768261Z ---------------------------------------------------------------------- 2022-11-23T02:21:11.8783781Z Ran 2524 tests in 157.172s 2022-11-23T02:21:11.8783808Z 2022-11-23T02:21:11.8784011Z OK (skipped=192, expected failures=2) 2022-11-23T02:21:11.8784017Z 2022-11-23T02:21:11.8784128Z Generating XML reports... 2022-11-23T02:21:11.8784417Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123021833.xml 2022-11-23T02:21:11.8784656Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221123021833.xml 2022-11-23T02:21:11.8784897Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221123021833.xml 2022-11-23T02:21:11.8785161Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221123021833.xml 2022-11-23T02:21:11.8785483Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123021833.xml 2022-11-23T02:21:11.8785716Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221123021833.xml 2022-11-23T02:21:11.8786113Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221123021833.xml 2022-11-23T02:21:11.8786366Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221123021833.xml 2022-11-23T02:21:11.8786595Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221123021833.xml 2022-11-23T02:21:11.8786879Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221123021833.xml 2022-11-23T02:21:11.8787100Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221123021833.xml 2022-11-23T02:21:11.8787366Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221123021833.xml 2022-11-23T02:21:11.8787634Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123021833.xml 2022-11-23T02:21:11.8787867Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221123021833.xml 2022-11-23T02:21:11.8788136Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123021833.xml 2022-11-23T02:21:11.8788362Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221123021833.xml 2022-11-23T02:21:11.8788609Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221123021833.xml 2022-11-23T02:21:11.8788828Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221123021833.xml 2022-11-23T02:21:11.8789110Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221123021833.xml 2022-11-23T02:21:11.8789388Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123021833.xml 2022-11-23T02:21:11.8789724Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123021833.xml 2022-11-23T02:21:11.8789974Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221123021833.xml 2022-11-23T02:21:11.8790260Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123021833.xml 2022-11-23T02:21:11.8790487Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221123021833.xml 2022-11-23T02:21:11.8790715Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221123021833.xml 2022-11-23T02:21:11.8791409Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123021833.xml 2022-11-23T02:21:11.8791744Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123021833.xml 2022-11-23T02:21:11.8792001Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221123021833.xml 2022-11-23T02:21:11.8792202Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221123021833.xml 2022-11-23T02:21:11.8792446Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221123021833.xml 2022-11-23T02:21:11.8792684Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221123021833.xml 2022-11-23T02:21:11.8792911Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221123021833.xml 2022-11-23T02:21:11.8793156Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221123021833.xml 2022-11-23T02:21:11.8793428Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123021833.xml 2022-11-23T02:21:11.8793683Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221123021833.xml 2022-11-23T02:21:11.8793950Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221123021833.xml 2022-11-23T02:21:11.8794183Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221123021833.xml 2022-11-23T02:21:11.8794429Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221123021833.xml 2022-11-23T02:21:11.8794715Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221123021833.xml 2022-11-23T02:21:11.8794996Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221123021833.xml 2022-11-23T02:21:11.8795235Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221123021833.xml 2022-11-23T02:21:11.8795481Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221123021833.xml 2022-11-23T02:21:11.8795774Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123021833.xml 2022-11-23T02:21:11.8796131Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123021833.xml 2022-11-23T02:21:11.8796422Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221123021833.xml 2022-11-23T02:21:11.8796780Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221123021833.xml 2022-11-23T02:21:11.8797021Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221123021833.xml 2022-11-23T02:21:11.8797270Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221123021833.xml 2022-11-23T02:21:11.8797543Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221123021833.xml 2022-11-23T02:21:11.8797825Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123021833.xml 2022-11-23T02:21:11.8798066Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221123021833.xml 2022-11-23T02:21:11.8798341Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221123021833.xml 2022-11-23T02:21:11.8798901Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123021833.xml 2022-11-23T02:21:11.8799140Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221123021833.xml 2022-11-23T02:21:11.8799439Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123021833.xml 2022-11-23T02:21:11.8799649Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221123021833.xml 2022-11-23T02:21:11.8799895Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221123021833.xml 2022-11-23T02:21:11.8800141Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221123021833.xml 2022-11-23T02:21:11.8800503Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123021833.xml 2022-11-23T02:21:11.8800775Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221123021833.xml 2022-11-23T02:21:11.8801003Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221123021833.xml 2022-11-23T02:21:11.8801495Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221123021833.xml 2022-11-23T02:21:11.8801790Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221123021833.xml 2022-11-23T02:21:11.8802074Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123021833.xml 2022-11-23T02:21:11.8802342Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221123021833.xml 2022-11-23T02:21:11.8802619Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123021833.xml 2022-11-23T02:21:11.8802883Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221123021833.xml 2022-11-23T02:21:11.8803121Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221123021833.xml 2022-11-23T02:21:11.8803383Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221123021833.xml 2022-11-23T02:21:11.8803641Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221123021833.xml 2022-11-23T02:21:11.8803870Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221123021833.xml 2022-11-23T02:21:11.8804100Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221123021833.xml 2022-11-23T02:21:11.8804370Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123021833.xml 2022-11-23T02:21:11.8804621Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221123021833.xml 2022-11-23T02:21:11.8804844Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221123021833.xml 2022-11-23T02:21:11.8805071Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221123021833.xml 2022-11-23T02:21:11.8805311Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221123021833.xml 2022-11-23T02:21:11.8805592Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221123021833.xml 2022-11-23T02:21:11.8805856Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221123021833.xml 2022-11-23T02:21:11.8806398Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123021833.xml 2022-11-23T02:21:11.8806650Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123021833.xml 2022-11-23T02:21:11.8806916Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123021833.xml 2022-11-23T02:21:11.8807167Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221123021833.xml 2022-11-23T02:21:11.8807175Z 2022-11-23T02:21:11.8807547Z ##[endgroup] 2022-11-23T02:21:11.8807787Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_zpsnxo2i) 2022-11-23T02:21:11.8807793Z 2022-11-23T02:21:14.8224122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:21:14.8224996Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:21:14.8225659Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:21:14.9822128Z Running test_jit_autocast ... [2022-11-23 02:21:14.981908] 2022-11-23T02:21:14.9827925Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:21:14.982511] 2022-11-23T02:21:14.9830214Z Ignoring disabled issues: [] 2022-11-23T02:21:35.0629927Z 2022-11-23T02:21:35.0630545Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T02:21:35.0634487Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_gimcj_4f) 2022-11-23T02:21:35.0635484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:21:35.0636685Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:21:35.0637196Z CUDA not available, skipping tests 2022-11-23T02:21:35.0637739Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:21:35.0638184Z 2022-11-23T02:21:35.0638344Z Running tests... 2022-11-23T02:21:35.0638828Z ---------------------------------------------------------------------- 2022-11-23T02:21:35.0639460Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T02:21:35.0640087Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:21:35.0640721Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-11-23T02:21:35.0641449Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0642141Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-11-23T02:21:35.0642823Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0643484Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:21:35.0644052Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0644484Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0645521Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0645864Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-11-23T02:21:35.0646237Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-11-23T02:21:35.0646593Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0646921Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0647243Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0647570Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0647896Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0648219Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.006s) 2022-11-23T02:21:35.0648535Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0648902Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0649255Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0649633Z test_ignore_amp (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T02:21:35.0650072Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0650452Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0650758Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.084s) 2022-11-23T02:21:35.0651074Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.002s) 2022-11-23T02:21:35.0651421Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0651774Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.003s) 2022-11-23T02:21:35.0652121Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0652469Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0652819Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.000s) 2022-11-23T02:21:35.0653146Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0653434Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0653740Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0654054Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.006s) 2022-11-23T02:21:35.0654376Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0654706Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0655031Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0655368Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-11-23T02:21:35.0655782Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0656181Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0656524Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0656927Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-11-23T02:21:35.0657311Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0657616Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-11-23T02:21:35.0658029Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-11-23T02:21:35.0658497Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.264s) 2022-11-23T02:21:35.0658848Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.926s) 2022-11-23T02:21:35.0659210Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.519s) 2022-11-23T02:21:35.0659574Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.401s) 2022-11-23T02:21:35.0659925Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.123s) 2022-11-23T02:21:35.0660265Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.000s) 2022-11-23T02:21:35.0660634Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.116s) 2022-11-23T02:21:35.0660984Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.087s) 2022-11-23T02:21:35.0661168Z 2022-11-23T02:21:35.0661335Z ---------------------------------------------------------------------- 2022-11-23T02:21:35.0661650Z Ran 53 tests in 15.625s 2022-11-23T02:21:35.0661774Z 2022-11-23T02:21:35.0661856Z OK (skipped=44) 2022-11-23T02:21:35.0661974Z 2022-11-23T02:21:35.0662072Z Generating XML reports... 2022-11-23T02:21:35.0662480Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123022118.xml 2022-11-23T02:21:35.0663040Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123022118.xml 2022-11-23T02:21:35.0663321Z 2022-11-23T02:21:35.0663623Z ##[endgroup] 2022-11-23T02:21:35.0663996Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_gimcj_4f) 2022-11-23T02:21:35.0664273Z 2022-11-23T02:21:38.0114391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:21:38.0115333Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:21:38.0115726Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:21:38.1729858Z Running test_jit_fuser_te ... [2022-11-23 02:21:38.165625] 2022-11-23T02:21:38.1735187Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:21:38.165625] 2022-11-23T02:21:38.1736978Z Ignoring disabled issues: [] 2022-11-23T02:26:46.4777932Z 2022-11-23T02:26:46.4778699Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T02:26:46.4779706Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_e_381gdz) 2022-11-23T02:26:46.4780869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:46.4781573Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:46.4782879Z CUDA not available, skipping tests 2022-11-23T02:26:46.4783761Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T02:26:46.4783981Z 2022-11-23T02:26:46.4784046Z Running tests... 2022-11-23T02:26:46.4784338Z ---------------------------------------------------------------------- 2022-11-23T02:26:46.4784703Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T02:26:46.4786052Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.085s) 2022-11-23T02:26:46.4786417Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.227s) 2022-11-23T02:26:46.4786749Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-11-23T02:26:46.4787082Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.078s) 2022-11-23T02:26:46.4787457Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-11-23T02:26:46.4787876Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4788318Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:26:46.4788762Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:26:46.4789114Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (74.327s) 2022-11-23T02:26:46.4789588Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.693s) 2022-11-23T02:26:46.4790029Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.360s) 2022-11-23T02:26:46.4790445Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.107s) 2022-11-23T02:26:46.4790885Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.145s) 2022-11-23T02:26:46.4791655Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:26:46.4792191Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.319s) 2022-11-23T02:26:46.4792586Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T02:26:46.4792973Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.960s) 2022-11-23T02:26:46.4793293Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-11-23T02:26:46.4793662Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4794029Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-11-23T02:26:46.4794378Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4794747Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4795262Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4795686Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4796092Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4796457Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4796801Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.419s) 2022-11-23T02:26:46.4797117Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-11-23T02:26:46.4797428Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T02:26:46.4797746Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-11-23T02:26:46.4798074Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-11-23T02:26:46.4798379Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.064s) 2022-11-23T02:26:46.4798692Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-11-23T02:26:46.4799001Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.055s) 2022-11-23T02:26:46.4799374Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T02:26:46.4799775Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-11-23T02:26:46.4800185Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T02:26:46.4800666Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4800993Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.066s) 2022-11-23T02:26:46.4801294Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T02:26:46.4801600Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-11-23T02:26:46.4801910Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-11-23T02:26:46.4802228Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (35.552s) 2022-11-23T02:26:46.4802540Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.034s) 2022-11-23T02:26:46.4802851Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-11-23T02:26:46.4803181Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-11-23T02:26:46.4803503Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T02:26:46.4803851Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4804190Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-11-23T02:26:46.4804490Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.034s) 2022-11-23T02:26:46.4804823Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.059s) 2022-11-23T02:26:46.4805220Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-11-23T02:26:46.4805544Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.127s) 2022-11-23T02:26:46.4805895Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4806236Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.040s) 2022-11-23T02:26:46.4806642Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-11-23T02:26:46.4807019Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.171s) 2022-11-23T02:26:46.4807319Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.119s) 2022-11-23T02:26:46.4807651Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.939s) 2022-11-23T02:26:46.4807979Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.119s) 2022-11-23T02:26:46.4808326Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.000s) 2022-11-23T02:26:46.4808709Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-11-23T02:26:46.4809072Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-11-23T02:26:46.4809417Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.103s) 2022-11-23T02:26:46.4809727Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.128s) 2022-11-23T02:26:46.4810038Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T02:26:46.4810347Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-11-23T02:26:46.4810701Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:26:46.4811024Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T02:26:46.4811551Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 02:23:38 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:26:46.4812226Z STAGE:2022-11-23 02:23:38 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:26:46.4812855Z STAGE:2022-11-23 02:23:38 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:26:46.4813248Z ok (0.014s) 2022-11-23T02:26:46.4813604Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:26:46.4813982Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:26:46.4814351Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:26:46.4814660Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T02:26:46.4814964Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-11-23T02:26:46.4815305Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T02:26:46.4815760Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T02:26:46.4816066Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.054s) 2022-11-23T02:26:46.4816391Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.019s) 2022-11-23T02:26:46.4816796Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T02:26:46.4817136Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-11-23T02:26:46.4817502Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-11-23T02:26:46.4817808Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-11-23T02:26:46.4818125Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T02:26:46.4818509Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T02:26:46.4818805Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T02:26:46.4819125Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.049s) 2022-11-23T02:26:46.4819456Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (33.822s) 2022-11-23T02:26:46.4819777Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.114s) 2022-11-23T02:26:46.4820090Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-11-23T02:26:46.4820399Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-11-23T02:26:46.4820742Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T02:26:46.4821096Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.296s) 2022-11-23T02:26:46.4821409Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.039s) 2022-11-23T02:26:46.4821726Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T02:26:46.4822113Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:26:46.4822495Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T02:26:46.4822873Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.101s) 2022-11-23T02:26:46.4823222Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-11-23T02:26:46.4823959Z 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-23T02:26:46.4824858Z return v.to(dtype) 2022-11-23T02:26:46.4825060Z ok (0.043s) 2022-11-23T02:26:46.4825323Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.043s) 2022-11-23T02:26:46.4825649Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.271s) 2022-11-23T02:26:46.4826137Z 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-23T02:26:46.4826586Z warnings.warn("Only works in script mode") 2022-11-23T02:26:46.4826794Z ok (0.057s) 2022-11-23T02:26:46.4827065Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.011s) 2022-11-23T02:26:46.4827379Z test_abs (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:26:46.4827771Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:26:46.4828087Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.070s) 2022-11-23T02:26:46.4828389Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-11-23T02:26:46.4828742Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-11-23T02:26:46.4829155Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:26:46.4829641Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-11-23T02:26:46.4830007Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (64.196s) 2022-11-23T02:26:46.4830332Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.681s) 2022-11-23T02:26:46.4830644Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.233s) 2022-11-23T02:26:46.4830948Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.102s) 2022-11-23T02:26:46.4831253Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.153s) 2022-11-23T02:26:46.4831674Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:26:46.4832072Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.258s) 2022-11-23T02:26:46.4832448Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T02:26:46.4832766Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (1.022s) 2022-11-23T02:26:46.4833076Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-11-23T02:26:46.4833418Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T02:26:46.4833782Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T02:26:46.4834088Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:26:46.4834401Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.698s) 2022-11-23T02:26:46.4834776Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-11-23T02:26:46.4835128Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-11-23T02:26:46.4835506Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (11.894s) 2022-11-23T02:26:46.4835823Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.067s) 2022-11-23T02:26:46.4836130Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.383s) 2022-11-23T02:26:46.4836433Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:26:46.4836740Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T02:26:46.4837058Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-11-23T02:26:46.4837360Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-11-23T02:26:46.4837685Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-11-23T02:26:46.4838004Z test_concat (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-11-23T02:26:46.4838310Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-11-23T02:26:46.4839082Z 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-23T02:26:46.4839749Z r = torch.tensor(4) 2022-11-23T02:26:46.4839951Z ok (0.071s) 2022-11-23T02:26:46.4840182Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.049s) 2022-11-23T02:26:46.4840547Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.002s) 2022-11-23T02:26:46.4841067Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:26:46.4841448Z test_dims (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-11-23T02:26:46.4841752Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T02:26:46.4842058Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-11-23T02:26:46.4842342Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T02:26:46.4842660Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (35.954s) 2022-11-23T02:26:46.4842989Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-11-23T02:26:46.4843303Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-11-23T02:26:46.4843624Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T02:26:46.4843940Z test_exp (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T02:26:46.4844263Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4844601Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T02:26:46.4844912Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T02:26:46.4845243Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T02:26:46.4845644Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.023s) 2022-11-23T02:26:46.4845961Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.118s) 2022-11-23T02:26:46.4846292Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4846627Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T02:26:46.4847089Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.003s) 2022-11-23T02:26:46.4847533Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.147s) 2022-11-23T02:26:46.4847834Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.105s) 2022-11-23T02:26:46.4848164Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.590s) 2022-11-23T02:26:46.4848473Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.109s) 2022-11-23T02:26:46.4848810Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-11-23T02:26:46.4849146Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.510s) 2022-11-23T02:26:46.4849440Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.590s) 2022-11-23T02:26:46.4849726Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-11-23T02:26:46.4850025Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-11-23T02:26:46.4850310Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T02:26:46.4850607Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T02:26:46.4850981Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-11-23T02:26:46.4851509Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T02:26:46.4852307Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 02:26:15 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:26:46.4853393Z STAGE:2022-11-23 02:26:15 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:26:46.4854350Z STAGE:2022-11-23 02:26:15 5720:2884 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:26:46.4854949Z ok (0.010s) 2022-11-23T02:26:46.4855480Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-11-23T02:26:46.4856041Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4856769Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T02:26:46.4857672Z test_relu (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T02:26:46.4858017Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-11-23T02:26:46.4858386Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T02:26:46.4858809Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T02:26:46.4859268Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-11-23T02:26:46.4859715Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T02:26:46.4860058Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T02:26:46.4860383Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-11-23T02:26:46.4860695Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-11-23T02:26:46.4860985Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-11-23T02:26:46.4861301Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-11-23T02:26:46.4861618Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T02:26:46.4861926Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-11-23T02:26:46.4862494Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-11-23T02:26:46.4862830Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (28.381s) 2022-11-23T02:26:46.4863173Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-11-23T02:26:46.4863485Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T02:26:46.4863791Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T02:26:46.4864150Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T02:26:46.4864506Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.274s) 2022-11-23T02:26:46.4864816Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.697s) 2022-11-23T02:26:46.4865105Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T02:26:46.4865507Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:26:46.4865900Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T02:26:46.4866232Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-11-23T02:26:46.4866579Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.136s) 2022-11-23T02:26:46.4866908Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-11-23T02:26:46.4867216Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T02:26:46.4867529Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.215s) 2022-11-23T02:26:46.4868022Z 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-23T02:26:46.4868521Z warnings.warn("Only works in script mode") 2022-11-23T02:26:46.4868765Z ok (0.042s) 2022-11-23T02:26:46.4869032Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T02:26:46.4869262Z 2022-11-23T02:26:46.4869414Z ---------------------------------------------------------------------- 2022-11-23T02:26:46.4869693Z Ran 207 tests in 303.953s 2022-11-23T02:26:46.4869822Z 2022-11-23T02:26:46.4869911Z OK (skipped=43) 2022-11-23T02:26:46.4870032Z 2022-11-23T02:26:46.4870133Z Generating XML reports... 2022-11-23T02:26:46.4870548Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123022141.xml 2022-11-23T02:26:46.4871090Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123022141.xml 2022-11-23T02:26:46.4871710Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123022141.xml 2022-11-23T02:26:46.4871990Z 2022-11-23T02:26:46.4872384Z ##[endgroup] 2022-11-23T02:26:46.4872766Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_e_381gdz) 2022-11-23T02:26:46.4873048Z 2022-11-23T02:26:49.5076182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:49.5076949Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:49.5077300Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:49.6660688Z Running test_jit_llga_fuser ... [2022-11-23 02:26:49.658607] 2022-11-23T02:26:49.6666016Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:49.658607] 2022-11-23T02:26:49.6667870Z Ignoring disabled issues: [] 2022-11-23T02:26:52.8959800Z 2022-11-23T02:26:52.8960284Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T02:26:52.8961190Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_8fk8bn2j) 2022-11-23T02:26:52.8962359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:52.8963080Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:52.8963241Z 2022-11-23T02:26:52.8963327Z Running tests... 2022-11-23T02:26:52.8963621Z ---------------------------------------------------------------------- 2022-11-23T02:26:52.8964053Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-11-23T02:26:52.8964405Z skip: MKL-DNN build is disabled (0.003s) 2022-11-23T02:26:52.8964770Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T02:26:52.8965206Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8965631Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8966062Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8966491Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8966920Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8967325Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8967744Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8968169Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8968596Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8969139Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8969577Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8970018Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8970461Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8970897Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8971310Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8971740Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8972179Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8972684Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8973120Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8973553Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8973982Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8974417Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8974827Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8975259Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8975695Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8976230Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8976661Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8977087Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8977512Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8977931Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8978340Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8978819Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8979232Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8979667Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8980168Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8980595Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8981026Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8981444Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8981868Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8982300Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8982706Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8983133Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8983607Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8984043Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8984478Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8984911Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8985333Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8985746Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T02:26:52.8986144Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8986581Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T02:26:52.8986807Z 2022-11-23T02:26:52.8986975Z ---------------------------------------------------------------------- 2022-11-23T02:26:52.8987251Z Ran 52 tests in 0.031s 2022-11-23T02:26:52.8987381Z 2022-11-23T02:26:52.8987466Z OK (skipped=52) 2022-11-23T02:26:52.8987587Z 2022-11-23T02:26:52.8987687Z Generating XML reports... 2022-11-23T02:26:52.8988075Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestDynamoAOT-20221123022652.xml 2022-11-23T02:26:52.8988602Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20221123022652.xml 2022-11-23T02:26:52.8989125Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20221123022652.xml 2022-11-23T02:26:52.8989373Z 2022-11-23T02:26:52.8989657Z ##[endgroup] 2022-11-23T02:26:52.8990043Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_llga_fuser_8fk8bn2j) 2022-11-23T02:26:52.8990318Z 2022-11-23T02:26:55.8648946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:55.8650070Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:55.8650425Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:26:56.0272412Z Running test_jiterator ... [2022-11-23 02:26:56.026476] 2022-11-23T02:26:56.0277569Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:26:56.027619] 2022-11-23T02:26:56.0279353Z Ignoring disabled issues: [] 2022-11-23T02:26:59.2331565Z 2022-11-23T02:26:59.2332047Z Expand the folded group to see the log file of test_jiterator 2022-11-23T02:26:59.2332954Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_5zws0k7n) 2022-11-23T02:26:59.2333861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:26:59.2334584Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:26:59.2334831Z CUDA not available, skipping tests 2022-11-23T02:26:59.2334982Z 2022-11-23T02:26:59.2335068Z Running tests... 2022-11-23T02:26:59.2335555Z ---------------------------------------------------------------------- 2022-11-23T02:26:59.2335749Z 2022-11-23T02:26:59.2335912Z ---------------------------------------------------------------------- 2022-11-23T02:26:59.2336255Z Ran 0 tests in 0.000s 2022-11-23T02:26:59.2336389Z 2022-11-23T02:26:59.2336461Z OK 2022-11-23T02:26:59.2336566Z 2022-11-23T02:26:59.2336646Z Generating XML reports... 2022-11-23T02:26:59.2336957Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T02:26:59.2337160Z 2022-11-23T02:26:59.2337420Z ##[endgroup] 2022-11-23T02:26:59.2337795Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_5zws0k7n) 2022-11-23T02:26:59.2338068Z 2022-11-23T02:27:02.2162128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:02.2162991Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:02.2163364Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:02.3857497Z Running test_license ... [2022-11-23 02:27:02.385540] 2022-11-23T02:27:02.3862844Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:02.386141] 2022-11-23T02:27:02.3864790Z Ignoring disabled issues: [] 2022-11-23T02:27:04.9499933Z 2022-11-23T02:27:04.9500615Z Expand the folded group to see the log file of test_license 2022-11-23T02:27:04.9501493Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_by6zolao) 2022-11-23T02:27:04.9502398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:04.9517682Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:04.9517857Z 2022-11-23T02:27:04.9517944Z Running tests... 2022-11-23T02:27:04.9518465Z ---------------------------------------------------------------------- 2022-11-23T02:27:04.9518837Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T02:27:04.9519139Z test_distinfo_license (__main__.TestLicense) 2022-11-23T02:27:04.9519526Z 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-23T02:27:04.9519945Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T02:27:04.9520147Z 2022-11-23T02:27:04.9520307Z ---------------------------------------------------------------------- 2022-11-23T02:27:04.9520574Z Ran 2 tests in 0.000s 2022-11-23T02:27:04.9520700Z 2022-11-23T02:27:04.9520781Z OK (skipped=2) 2022-11-23T02:27:04.9520899Z 2022-11-23T02:27:04.9520996Z Generating XML reports... 2022-11-23T02:27:04.9521337Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123022704.xml 2022-11-23T02:27:04.9521588Z 2022-11-23T02:27:04.9521908Z ##[endgroup] 2022-11-23T02:27:04.9522273Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_by6zolao) 2022-11-23T02:27:04.9522536Z 2022-11-23T02:27:07.8546914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:07.8547698Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:07.8548071Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:08.0134348Z Running test_logging ... [2022-11-23 02:27:08.012936] 2022-11-23T02:27:08.0140216Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:08.013557] 2022-11-23T02:27:08.0142637Z Ignoring disabled issues: [] 2022-11-23T02:27:13.4013732Z 2022-11-23T02:27:13.4014396Z Expand the folded group to see the log file of test_logging 2022-11-23T02:27:13.4015198Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_1ms5v0_i) 2022-11-23T02:27:13.4016190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:13.4017022Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:13.4017189Z 2022-11-23T02:27:13.4017274Z Running tests... 2022-11-23T02:27:13.4017554Z ---------------------------------------------------------------------- 2022-11-23T02:27:13.4017910Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T02:27:13.4018195Z testApiUsage (__main__.LoggingTest) 2022-11-23T02:27:13.4018515Z This test verifies that api usage logging is not triggered via static ... ok (2.700s) 2022-11-23T02:27:13.4018716Z 2022-11-23T02:27:13.4018880Z ---------------------------------------------------------------------- 2022-11-23T02:27:13.4019144Z Ran 1 test in 2.703s 2022-11-23T02:27:13.4019267Z 2022-11-23T02:27:13.4019337Z OK 2022-11-23T02:27:13.4019437Z 2022-11-23T02:27:13.4019533Z Generating XML reports... 2022-11-23T02:27:13.4019896Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123022710.xml 2022-11-23T02:27:13.4020128Z 2022-11-23T02:27:13.4020369Z ##[endgroup] 2022-11-23T02:27:13.4020954Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_1ms5v0_i) 2022-11-23T02:27:13.4021215Z 2022-11-23T02:27:16.3284601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:16.3285369Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:16.3285742Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:16.4880455Z Running test_masked ... [2022-11-23 02:27:16.487487] 2022-11-23T02:27:16.4885978Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:16.488108] 2022-11-23T02:27:16.4888050Z Ignoring disabled issues: [] 2022-11-23T02:27:20.5380878Z 2022-11-23T02:27:20.5381410Z Expand the folded group to see the log file of test_masked 2022-11-23T02:27:20.5382329Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_p33dukh0) 2022-11-23T02:27:20.5383451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:20.5384193Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:20.5384365Z 2022-11-23T02:27:20.5384465Z Running tests... 2022-11-23T02:27:20.5384844Z ---------------------------------------------------------------------- 2022-11-23T02:27:20.5385053Z 2022-11-23T02:27:20.5385279Z ---------------------------------------------------------------------- 2022-11-23T02:27:20.5385544Z Ran 0 tests in 0.000s 2022-11-23T02:27:20.5385689Z 2022-11-23T02:27:20.5385774Z OK 2022-11-23T02:27:20.5385891Z 2022-11-23T02:27:20.5386004Z Generating XML reports... 2022-11-23T02:27:20.5386320Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T02:27:20.5386534Z 2022-11-23T02:27:20.5386807Z ##[endgroup] 2022-11-23T02:27:20.5387159Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_p33dukh0) 2022-11-23T02:27:20.5387436Z 2022-11-23T02:27:23.4371419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:23.4372249Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:23.4372643Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:23.6006565Z Running test_maskedtensor ... [2022-11-23 02:27:23.600163] 2022-11-23T02:27:23.6012471Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:23.600163] 2022-11-23T02:27:23.6014298Z Ignoring disabled issues: [] 2022-11-23T02:27:28.9921749Z 2022-11-23T02:27:28.9922283Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T02:27:28.9923137Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_4chs_gk1) 2022-11-23T02:27:28.9925287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:28.9926374Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:28.9926735Z 2022-11-23T02:27:28.9926874Z Running tests... 2022-11-23T02:27:28.9927263Z ---------------------------------------------------------------------- 2022-11-23T02:27:28.9927802Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T02:27:28.9928865Z 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-23T02:27:28.9929641Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:27:28.9929948Z ok (0.014s) 2022-11-23T02:27:28.9931118Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9931462Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9931804Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9932166Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9932523Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9932885Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9933240Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9933547Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9933880Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9934207Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9934526Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9934848Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9935171Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9935458Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9935784Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:27:28.9936117Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9936451Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9936798Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9937117Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:27:28.9937408Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9937730Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9938199Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:27:28.9938540Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9938873Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9939195Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9939498Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.010s) 2022-11-23T02:27:28.9939831Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9940162Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9940614Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9940962Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.011s) 2022-11-23T02:27:28.9941301Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9941613Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9941954Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9942282Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9942629Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9942976Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9943339Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9943662Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9944015Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9944389Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.004s) 2022-11-23T02:27:28.9944765Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9945208Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9945586Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9945906Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T02:27:28.9946257Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9946613Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.016s) 2022-11-23T02:27:28.9946973Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:27:28.9947348Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9947691Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T02:27:28.9948007Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.013s) 2022-11-23T02:27:28.9948372Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T02:27:28.9948739Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:27:28.9949089Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:27:28.9949436Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.011s) 2022-11-23T02:27:28.9949795Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.017s) 2022-11-23T02:27:28.9950156Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:27:28.9950468Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9950829Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9951189Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.014s) 2022-11-23T02:27:28.9951547Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T02:27:28.9951909Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.006s) 2022-11-23T02:27:28.9952273Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.011s) 2022-11-23T02:27:28.9952609Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9952970Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9953342Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9953696Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9954039Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T02:27:28.9954437Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:27:28.9954718Z test_amax (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:27:28.9955451Z 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-23T02:27:28.9956179Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:27:28.9956512Z ok (0.004s) 2022-11-23T02:27:28.9956790Z test_amin (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:27:28.9957108Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-11-23T02:27:28.9957437Z test_grad_dtype (__main__.TestReductions) ... ok (0.649s) 2022-11-23T02:27:28.9957975Z 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-23T02:27:28.9958706Z 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-23T02:27:28.9959355Z 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-23T02:27:28.9959726Z warnings.warn(msg) 2022-11-23T02:27:28.9959960Z ok (0.002s) 2022-11-23T02:27:28.9960225Z test_mean (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:27:28.9960557Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.005s) 2022-11-23T02:27:28.9960842Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T02:27:28.9961599Z 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-23T02:27:28.9962315Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:27:28.9962903Z 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-23T02:27:28.9963490Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:27:28.9963784Z ok (0.008s) 2022-11-23T02:27:28.9964014Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T02:27:28.9964267Z values.requires_grad = False ... ok (0.004s) 2022-11-23T02:27:28.9964551Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T02:27:28.9965267Z 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-23T02:27:28.9965979Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:27:28.9966248Z ok (0.006s) 2022-11-23T02:27:28.9966483Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T02:27:28.9966757Z values.requires_grad = False ... ok (0.001s) 2022-11-23T02:27:28.9967009Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T02:27:28.9967579Z 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-23T02:27:28.9968259Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:27:28.9968551Z ok (0.005s) 2022-11-23T02:27:28.9968791Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T02:27:28.9969516Z 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-23T02:27:28.9970222Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T02:27:28.9970491Z ok (0.006s) 2022-11-23T02:27:28.9970709Z test_prod (__main__.TestReductions) ... ok (0.000s) 2022-11-23T02:27:28.9971299Z 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-23T02:27:28.9971988Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T02:27:28.9972277Z ok (0.000s) 2022-11-23T02:27:28.9972512Z test_sum (__main__.TestReductions) ... ok (0.010s) 2022-11-23T02:27:28.9972797Z test_sum_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T02:27:28.9973096Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9973395Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9973725Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9974048Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9974369Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9974689Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9975012Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9975319Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9975633Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9975958Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9976273Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9976587Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9976902Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9977196Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9977519Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9977925Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9978240Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9978557Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9978890Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9979201Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:27:28.9979601Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9979906Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9980222Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9980608Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9980915Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9981226Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9981532Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9981823Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9982127Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9982431Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9982743Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9983050Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9983355Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9983646Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9983952Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9984253Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9984556Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9984910Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9985217Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:27:28.9985525Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9985818Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9986120Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9986431Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9986741Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.010s) 2022-11-23T02:27:28.9987059Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9987374Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9987661Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9987963Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.010s) 2022-11-23T02:27:28.9988268Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9988576Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9988878Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9989181Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.010s) 2022-11-23T02:27:28.9989470Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9989765Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9990072Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9990374Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9990669Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9990977Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9991252Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9991541Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9991822Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9992110Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.004s) 2022-11-23T02:27:28.9992397Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9992680Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9993013Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9993298Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9993580Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:28.9993858Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9994139Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:27:28.9994420Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9994687Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9994967Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9995244Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:28.9995537Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.011s) 2022-11-23T02:27:28.9995828Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9996108Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9996374Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9996668Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9997023Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9997305Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9997587Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9997877Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9998148Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9998430Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9998714Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9999006Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9999286Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9999568Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:28.9999833Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0000109Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0000390Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:29.0000663Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0000941Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0001222Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:27:29.0001491Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0001768Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0002049Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0002332Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.011s) 2022-11-23T02:27:29.0002608Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0002887Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0003175Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0003457Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0003745Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0004033Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0004316Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0004601Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0004894Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0005231Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0005514Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0005796Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0006083Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0006356Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0006633Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0006913Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-11-23T02:27:29.0007193Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T02:27:29.0007471Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.003s) 2022-11-23T02:27:29.0007754Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0008026Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.006s) 2022-11-23T02:27:29.0008310Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0008591Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.000s) 2022-11-23T02:27:29.0008750Z 2022-11-23T02:27:29.0008912Z ---------------------------------------------------------------------- 2022-11-23T02:27:29.0009173Z Ran 207 tests in 1.329s 2022-11-23T02:27:29.0009295Z 2022-11-23T02:27:29.0009420Z OK 2022-11-23T02:27:29.0009519Z 2022-11-23T02:27:29.0009602Z Generating XML reports... 2022-11-23T02:27:29.0009963Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123022727.xml 2022-11-23T02:27:29.0010455Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123022727.xml 2022-11-23T02:27:29.0010938Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123022727.xml 2022-11-23T02:27:29.0011184Z 2022-11-23T02:27:29.0011539Z ##[endgroup] 2022-11-23T02:27:29.0011920Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_4chs_gk1) 2022-11-23T02:27:29.0012203Z 2022-11-23T02:27:31.9545671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:31.9546533Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:31.9546890Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:32.1148492Z Running test_matmul_cuda ... [2022-11-23 02:27:32.114614] 2022-11-23T02:27:32.1154292Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:32.114681] 2022-11-23T02:27:32.1156098Z Ignoring disabled issues: [] 2022-11-23T02:27:35.2256945Z 2022-11-23T02:27:35.2257611Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T02:27:35.2258450Z ##[group]PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_gnhjjlp6) 2022-11-23T02:27:35.2259396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:35.2260143Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:35.2260299Z 2022-11-23T02:27:35.2260627Z Running tests... 2022-11-23T02:27:35.2260910Z ---------------------------------------------------------------------- 2022-11-23T02:27:35.2261097Z 2022-11-23T02:27:35.2261252Z ---------------------------------------------------------------------- 2022-11-23T02:27:35.2261508Z Ran 0 tests in 0.000s 2022-11-23T02:27:35.2261634Z 2022-11-23T02:27:35.2261700Z OK 2022-11-23T02:27:35.2261796Z 2022-11-23T02:27:35.2261898Z Generating XML reports... 2022-11-23T02:27:35.2262186Z Test results will be stored in test-reports\python-unittest\test_matmul_cuda 2022-11-23T02:27:35.2262384Z 2022-11-23T02:27:35.2262631Z ##[endgroup] 2022-11-23T02:27:35.2262987Z FINISHED PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_gnhjjlp6) 2022-11-23T02:27:35.2263252Z 2022-11-23T02:27:38.2104506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:38.2105296Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:38.2105841Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:38.3780557Z Running test_meta ... [2022-11-23 02:27:38.377364] 2022-11-23T02:27:38.3785989Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:38.377994] 2022-11-23T02:27:38.3787911Z Ignoring disabled issues: [] 2022-11-23T02:27:42.4827185Z 2022-11-23T02:27:42.4827943Z Expand the folded group to see the log file of test_meta 2022-11-23T02:27:42.4828826Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_7j09uqmm) 2022-11-23T02:27:42.4829746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:42.4830433Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:42.4830587Z 2022-11-23T02:27:42.4830668Z Running tests... 2022-11-23T02:27:42.4830941Z ---------------------------------------------------------------------- 2022-11-23T02:27:42.4831280Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T02:27:42.4831607Z test_channels_last (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4831919Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4832230Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.010s) 2022-11-23T02:27:42.4832891Z 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-23T02:27:42.4833510Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-11-23T02:27:42.4833738Z ok (0.000s) 2022-11-23T02:27:42.4834005Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4834316Z test_imag (__main__.TestMetaConverter) ... ok (0.010s) 2022-11-23T02:27:42.4834650Z test_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4834916Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4835600Z 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-23T02:27:42.4836387Z warnings.warn(message, UserWarning) 2022-11-23T02:27:42.4836601Z ok (0.000s) 2022-11-23T02:27:42.4836858Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4837192Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4837522Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.010s) 2022-11-23T02:27:42.4837811Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4838111Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4838412Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:27:42.4838717Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:27:42.4839027Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:27:42.4839329Z test_weakref (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:27:42.4839474Z 2022-11-23T02:27:42.4839634Z ---------------------------------------------------------------------- 2022-11-23T02:27:42.4839975Z Ran 18 tests in 0.063s 2022-11-23T02:27:42.4840100Z 2022-11-23T02:27:42.4840170Z OK 2022-11-23T02:27:42.4840267Z 2022-11-23T02:27:42.4840361Z Generating XML reports... 2022-11-23T02:27:42.4840788Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123022741.xml 2022-11-23T02:27:42.4841097Z 2022-11-23T02:27:42.4841351Z ##[endgroup] 2022-11-23T02:27:42.4841680Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_7j09uqmm) 2022-11-23T02:27:42.4841932Z 2022-11-23T02:27:45.4589382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:45.4590166Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:45.6219571Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:45.6219954Z Running test_mkl_verbose ... [2022-11-23 02:27:45.621716] 2022-11-23T02:27:45.6225237Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:45.622317] 2022-11-23T02:27:45.6227529Z Ignoring disabled issues: [] 2022-11-23T02:27:53.3075277Z 2022-11-23T02:27:53.3076150Z Expand the folded group to see the log file of test_mkl_verbose 2022-11-23T02:27:53.3076943Z ##[group]PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_w59_3qb2) 2022-11-23T02:27:53.3077923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:53.3078682Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:53.3078846Z 2022-11-23T02:27:53.3078931Z Running tests... 2022-11-23T02:27:53.3079220Z ---------------------------------------------------------------------- 2022-11-23T02:27:53.3079585Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-11-23T02:27:53.3080276Z test_verbose_off (__main__.TestMKLVerbose) ... ok (2.693s) 2022-11-23T02:27:53.3080585Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.291s) 2022-11-23T02:27:53.3080755Z 2022-11-23T02:27:53.3080897Z ---------------------------------------------------------------------- 2022-11-23T02:27:53.3081171Z Ran 2 tests in 4.985s 2022-11-23T02:27:53.3081301Z 2022-11-23T02:27:53.3081376Z OK 2022-11-23T02:27:53.3081483Z 2022-11-23T02:27:53.3081585Z Generating XML reports... 2022-11-23T02:27:53.3081969Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20221123022747.xml 2022-11-23T02:27:53.3082231Z 2022-11-23T02:27:53.3082479Z ##[endgroup] 2022-11-23T02:27:53.3082839Z FINISHED PRINTING LOG FILE of test_mkl_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkl_verbose_w59_3qb2) 2022-11-23T02:27:53.3083114Z 2022-11-23T02:27:56.2807604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:27:56.2808389Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:27:56.2808945Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:27:56.4400066Z Running test_mkldnn ... [2022-11-23 02:27:56.439340] 2022-11-23T02:27:56.4405321Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:27:56.439985] 2022-11-23T02:27:56.4407324Z Ignoring disabled issues: [] 2022-11-23T02:28:32.1904533Z 2022-11-23T02:28:32.1905307Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T02:28:32.1906153Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_ksyrwzrx) 2022-11-23T02:28:32.1907047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:28:32.1907759Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:28:32.1907921Z 2022-11-23T02:28:32.1908003Z Running tests... 2022-11-23T02:28:32.1910119Z ---------------------------------------------------------------------- 2022-11-23T02:28:32.1910705Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T02:28:32.1911290Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.246s) 2022-11-23T02:28:32.1911794Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.151s) 2022-11-23T02:28:32.1912255Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:28:32.1912634Z test_add (__main__.TestMkldnn) ... ok (0.135s) 2022-11-23T02:28:32.1912927Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.012s) 2022-11-23T02:28:32.1913223Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.013s) 2022-11-23T02:28:32.1913528Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.038s) 2022-11-23T02:28:32.1913858Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.006s) 2022-11-23T02:28:32.1914304Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.014s) 2022-11-23T02:28:32.1914707Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.536s) 2022-11-23T02:28:32.1915161Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.180s) 2022-11-23T02:28:32.1915865Z 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-23T02:28:32.1916679Z warnings.warn( 2022-11-23T02:28:32.1916985Z ok (0.213s) 2022-11-23T02:28:32.1917421Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.009s) 2022-11-23T02:28:32.1917841Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.169s) 2022-11-23T02:28:32.1918322Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.123s) 2022-11-23T02:28:32.1918684Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1919051Z test_conv1d (__main__.TestMkldnn) ... ok (0.210s) 2022-11-23T02:28:32.1919451Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.006s) 2022-11-23T02:28:32.1919894Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:28:32.1920214Z test_conv2d (__main__.TestMkldnn) ... ok (1.400s) 2022-11-23T02:28:32.1920532Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:28:32.1920913Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T02:28:32.1921389Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.022s) 2022-11-23T02:28:32.1921904Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (1.470s) 2022-11-23T02:28:32.1922231Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:28:32.1922588Z test_conv3d (__main__.TestMkldnn) ... ok (3.109s) 2022-11-23T02:28:32.1922902Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T02:28:32.1923226Z test_conversion (__main__.TestMkldnn) ... ok (0.028s) 2022-11-23T02:28:32.1923558Z test_copy (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T02:28:32.1923819Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:28:32.1924083Z test_empty (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1924394Z test_gelu (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T02:28:32.1924697Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:28:32.1925071Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1925353Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1926045Z 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-23T02:28:32.1926683Z warnings.warn(message, UserWarning) 2022-11-23T02:28:32.1926947Z ok (0.000s) 2022-11-23T02:28:32.1927176Z test_linear (__main__.TestMkldnn) ... ok (0.046s) 2022-11-23T02:28:32.1927455Z test_linear_backward (__main__.TestMkldnn) ... ok (0.007s) 2022-11-23T02:28:32.1927780Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T02:28:32.1928118Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T02:28:32.1928558Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.180s) 2022-11-23T02:28:32.1928877Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.006s) 2022-11-23T02:28:32.1929316Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.015s) 2022-11-23T02:28:32.1929628Z test_max_pool3d (__main__.TestMkldnn) ... ok (13.541s) 2022-11-23T02:28:32.1929951Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.174s) 2022-11-23T02:28:32.1930282Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1930592Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T02:28:32.1931582Z test_mul (__main__.TestMkldnn) ... ok (0.200s) 2022-11-23T02:28:32.1931829Z test_prelu (__main__.TestMkldnn) ... ok (7.601s) 2022-11-23T02:28:32.1932144Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T02:28:32.1932501Z test_relu (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T02:28:32.1932768Z test_relu_ (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1933076Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:28:32.1933433Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T02:28:32.1933721Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1933989Z test_reshape (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1934274Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1934575Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T02:28:32.1934891Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:28:32.1935219Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T02:28:32.1935529Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1935821Z test_sigmoid (__main__.TestMkldnn) ... ok (0.013s) 2022-11-23T02:28:32.1936164Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1936443Z test_tanh (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T02:28:32.1936714Z test_transpose (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T02:28:32.1937013Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T02:28:32.1937321Z test_unsupported (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T02:28:32.1937581Z test_view (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T02:28:32.1937844Z test_zero_ (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T02:28:32.1938005Z 2022-11-23T02:28:32.1938169Z ---------------------------------------------------------------------- 2022-11-23T02:28:32.1938444Z Ran 68 tests in 32.985s 2022-11-23T02:28:32.1938573Z 2022-11-23T02:28:32.1938656Z OK (skipped=18) 2022-11-23T02:28:32.1938779Z 2022-11-23T02:28:32.1938879Z Generating XML reports... 2022-11-23T02:28:32.1939225Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123022758.xml 2022-11-23T02:28:32.1939479Z 2022-11-23T02:28:32.1939848Z ##[endgroup] 2022-11-23T02:28:32.1940223Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_ksyrwzrx) 2022-11-23T02:28:32.1940489Z 2022-11-23T02:28:35.1323957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:28:35.1324744Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:28:35.3060850Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:28:35.3061256Z Running test_mkldnn_fusion ... [2022-11-23 02:28:35.305658] 2022-11-23T02:28:35.3066386Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:28:35.306282] 2022-11-23T02:28:35.3068115Z Ignoring disabled issues: [] 2022-11-23T02:29:54.4603338Z 2022-11-23T02:29:54.4604120Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T02:29:54.4605126Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_98q75hda) 2022-11-23T02:29:54.4606036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:29:54.4607727Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:29:54.4607977Z 2022-11-23T02:29:54.4608072Z Running tests... 2022-11-23T02:29:54.4608384Z ---------------------------------------------------------------------- 2022-11-23T02:29:54.4608958Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T02:29:54.4609618Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:29:54.4610400Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:29:54.4611082Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (61.245s) 2022-11-23T02:29:54.4611663Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.034s) 2022-11-23T02:29:54.4612056Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.021s) 2022-11-23T02:29:54.4612520Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.690s) 2022-11-23T02:29:54.4612841Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (13.367s) 2022-11-23T02:29:54.4613028Z 2022-11-23T02:29:54.4613192Z ---------------------------------------------------------------------- 2022-11-23T02:29:54.4613462Z Ran 7 tests in 76.360s 2022-11-23T02:29:54.4613588Z 2022-11-23T02:29:54.4613669Z OK (skipped=2) 2022-11-23T02:29:54.4613796Z 2022-11-23T02:29:54.4613895Z Generating XML reports... 2022-11-23T02:29:54.4614265Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123022837.xml 2022-11-23T02:29:54.4614538Z 2022-11-23T02:29:54.4614835Z ##[endgroup] 2022-11-23T02:29:54.4615215Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_98q75hda) 2022-11-23T02:29:54.4615489Z 2022-11-23T02:29:57.4123264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:29:57.4124038Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:29:57.4124411Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:29:57.5713500Z Running test_mkldnn_verbose ... [2022-11-23 02:29:57.569763] 2022-11-23T02:29:57.5719491Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:29:57.571388] 2022-11-23T02:29:57.5721356Z Ignoring disabled issues: [] 2022-11-23T02:30:05.1170273Z 2022-11-23T02:30:05.1170991Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T02:30:05.1171821Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_rt423lqb) 2022-11-23T02:30:05.1172705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:05.1173634Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:05.1173795Z 2022-11-23T02:30:05.1173860Z Running tests... 2022-11-23T02:30:05.1174143Z ---------------------------------------------------------------------- 2022-11-23T02:30:05.1174508Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T02:30:05.1174862Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (2.694s) 2022-11-23T02:30:05.1175172Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (2.178s) 2022-11-23T02:30:05.1175344Z 2022-11-23T02:30:05.1175506Z ---------------------------------------------------------------------- 2022-11-23T02:30:05.1175758Z Ran 2 tests in 4.875s 2022-11-23T02:30:05.1175892Z 2022-11-23T02:30:05.1175960Z OK 2022-11-23T02:30:05.1176062Z 2022-11-23T02:30:05.1176159Z Generating XML reports... 2022-11-23T02:30:05.1176546Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123022959.xml 2022-11-23T02:30:05.1176820Z 2022-11-23T02:30:05.1177067Z ##[endgroup] 2022-11-23T02:30:05.1177446Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_rt423lqb) 2022-11-23T02:30:05.1177725Z 2022-11-23T02:30:08.0574273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:08.0575142Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:08.0575568Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:08.2188347Z Running test_model_dump ... [2022-11-23 02:30:08.212798] 2022-11-23T02:30:08.2193698Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:08.212798] 2022-11-23T02:30:08.2195581Z Ignoring disabled issues: [] 2022-11-23T02:30:11.5024522Z 2022-11-23T02:30:11.5025268Z Expand the folded group to see the log file of test_model_dump 2022-11-23T02:30:11.5026160Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_sf9xoxkt) 2022-11-23T02:30:11.5027166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:11.5027876Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:11.5028046Z 2022-11-23T02:30:11.5028133Z Running tests... 2022-11-23T02:30:11.5028399Z ---------------------------------------------------------------------- 2022-11-23T02:30:11.5028764Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T02:30:11.5029108Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.465s) 2022-11-23T02:30:11.5029413Z test_invalid_json (__main__.TestModelDump) ... ok (0.031s) 2022-11-23T02:30:11.5029733Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.000s) 2022-11-23T02:30:11.5030102Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.000s) 2022-11-23T02:30:11.5030427Z test_model_with_lists (__main__.TestModelDump) ... ok (0.010s) 2022-11-23T02:30:11.5030776Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:30:11.5031157Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:30:11.5031695Z test_scripted_model (__main__.TestModelDump) ... ok (0.020s) 2022-11-23T02:30:11.5031999Z test_traced_model (__main__.TestModelDump) ... ok (0.082s) 2022-11-23T02:30:11.5032165Z 2022-11-23T02:30:11.5032327Z ---------------------------------------------------------------------- 2022-11-23T02:30:11.5032581Z Ran 9 tests in 0.609s 2022-11-23T02:30:11.5032712Z 2022-11-23T02:30:11.5032798Z OK (skipped=4) 2022-11-23T02:30:11.5032917Z 2022-11-23T02:30:11.5033016Z Generating XML reports... 2022-11-23T02:30:11.5033395Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123023010.xml 2022-11-23T02:30:11.5033653Z 2022-11-23T02:30:11.5033912Z ##[endgroup] 2022-11-23T02:30:11.5034278Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_sf9xoxkt) 2022-11-23T02:30:11.5034547Z 2022-11-23T02:30:14.4599769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:14.4600578Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:14.4601183Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:14.6197125Z Running test_module_init ... [2022-11-23 02:30:14.618035] 2022-11-23T02:30:14.6202584Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:14.618035] 2022-11-23T02:30:14.6204881Z Ignoring disabled issues: [] 2022-11-23T02:30:17.7678946Z 2022-11-23T02:30:17.7679561Z Expand the folded group to see the log file of test_module_init 2022-11-23T02:30:17.7680387Z ##[group]PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_j5mw3uko) 2022-11-23T02:30:17.7681304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:17.7682046Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:17.7682238Z 2022-11-23T02:30:17.7682337Z Running tests... 2022-11-23T02:30:17.7682648Z ---------------------------------------------------------------------- 2022-11-23T02:30:17.7682850Z 2022-11-23T02:30:17.7683020Z ---------------------------------------------------------------------- 2022-11-23T02:30:17.7683320Z Ran 0 tests in 0.000s 2022-11-23T02:30:17.7683427Z 2022-11-23T02:30:17.7683510Z OK 2022-11-23T02:30:17.7683624Z 2022-11-23T02:30:17.7683738Z Generating XML reports... 2022-11-23T02:30:17.7684113Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-11-23T02:30:17.7684330Z 2022-11-23T02:30:17.7684601Z ##[endgroup] 2022-11-23T02:30:17.7685021Z FINISHED PRINTING LOG FILE of test_module_init (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_module_init_j5mw3uko) 2022-11-23T02:30:17.7685311Z 2022-11-23T02:30:20.6801029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:20.6801886Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:20.6802479Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:20.8409558Z Running test_monitor ... [2022-11-23 02:30:20.840183] 2022-11-23T02:30:20.8414985Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:20.840785] 2022-11-23T02:30:20.8415624Z Ignoring disabled issues: [] 2022-11-23T02:30:24.0329812Z 2022-11-23T02:30:24.0330319Z Expand the folded group to see the log file of test_monitor 2022-11-23T02:30:24.0331190Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_yybrs1z8) 2022-11-23T02:30:24.0332099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:24.0332852Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:24.0333027Z 2022-11-23T02:30:24.0333091Z Running tests... 2022-11-23T02:30:24.0333618Z ---------------------------------------------------------------------- 2022-11-23T02:30:24.0334009Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T02:30:24.0334368Z test_event_handler (__main__.TestMonitor) ... ok (0.479s) 2022-11-23T02:30:24.0334704Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-11-23T02:30:24.0335031Z test_interval_stat (__main__.TestMonitor) ... ok (0.003s) 2022-11-23T02:30:24.0335311Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-11-23T02:30:24.0335722Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T02:30:24.0335995Z 2022-11-23T02:30:24.0336168Z ---------------------------------------------------------------------- 2022-11-23T02:30:24.0336466Z Ran 5 tests in 0.484s 2022-11-23T02:30:24.0336608Z 2022-11-23T02:30:24.0336703Z OK (skipped=1) 2022-11-23T02:30:24.0336834Z 2022-11-23T02:30:24.0336945Z Generating XML reports... 2022-11-23T02:30:24.0337332Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123023023.xml 2022-11-23T02:30:24.0337820Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123023023.xml 2022-11-23T02:30:24.0338113Z 2022-11-23T02:30:24.0338399Z ##[endgroup] 2022-11-23T02:30:24.0338788Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_yybrs1z8) 2022-11-23T02:30:24.0339062Z 2022-11-23T02:30:27.0836160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:27.0836972Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:27.0837346Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:27.2464420Z Running test_namedtensor ... [2022-11-23 02:30:27.245476] 2022-11-23T02:30:27.2469843Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:27.245476] 2022-11-23T02:30:27.2471660Z Ignoring disabled issues: [] 2022-11-23T02:30:31.5309296Z 2022-11-23T02:30:31.5309772Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T02:30:31.5310821Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_sa201541) 2022-11-23T02:30:31.5311730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:31.5314505Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:31.5314714Z 2022-11-23T02:30:31.5314826Z Running tests... 2022-11-23T02:30:31.5315087Z ---------------------------------------------------------------------- 2022-11-23T02:30:31.5315452Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T02:30:31.5315842Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:30:31.5316199Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5316548Z test_addmm (__main__.TestNamedTensor) ... ok (0.659s) 2022-11-23T02:30:31.5316832Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5317122Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5318038Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-11-23T02:30:31.5318448Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.004s) 2022-11-23T02:30:31.5318782Z test_align_to (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T02:30:31.5319085Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5319389Z test_any_all (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5319681Z test_as_strided (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5319989Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T02:30:31.5320324Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5320640Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5320961Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5321279Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5321587Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.028s) 2022-11-23T02:30:31.5321883Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.042s) 2022-11-23T02:30:31.5322176Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T02:30:31.5322461Z test_bmm (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5322736Z test_cat (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5323012Z test_cdist (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5323309Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T02:30:31.5323597Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5323902Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5324193Z test_detach (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5324485Z test_diagonal (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5324766Z test_dot (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5325045Z test_equal (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5325305Z test_expand (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5325602Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5325919Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.015s) 2022-11-23T02:30:31.5326222Z test_flatten (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5326614Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5326910Z test_has_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5327182Z test_index_fill (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5327827Z 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-23T02:30:31.5328416Z warnings.warn(message, UserWarning) 2022-11-23T02:30:31.5328635Z ok (0.003s) 2022-11-23T02:30:31.5328884Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5329190Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5329466Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5329762Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5330064Z test_masked_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5330357Z test_matmul (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T02:30:31.5330646Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5331031Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5331331Z test_mm (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5331602Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5331905Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.070s) 2022-11-23T02:30:31.5332230Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5332566Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5332900Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5333195Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5333513Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5333835Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5334156Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5334475Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5334779Z test_pow_special (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5335058Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5335360Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.042s) 2022-11-23T02:30:31.5335667Z test_refine_names (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5335960Z test_rename (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5336241Z test_rename_ (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5336537Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T02:30:31.5336826Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5337123Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5337408Z test_resize (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5337691Z test_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5337995Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T02:30:31.5338314Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5338588Z test_size (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T02:30:31.5338897Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5339207Z test_squeeze (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5339489Z test_stride (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5339845Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5340500Z 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-23T02:30:31.5341074Z tensor = torch.tensor(x) 2022-11-23T02:30:31.5341595Z 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-23T02:30:31.5342112Z tensor = torch.tensor(x, names=None) 2022-11-23T02:30:31.5342648Z 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-23T02:30:31.5343183Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T02:30:31.5343405Z ok (0.010s) 2022-11-23T02:30:31.5343656Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5344349Z 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-23T02:30:31.5344925Z tensor = torch.tensor(x, names=names) 2022-11-23T02:30:31.5345123Z ok (0.000s) 2022-11-23T02:30:31.5345382Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5345711Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5346017Z test_trivial (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T02:30:31.5346331Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.030s) 2022-11-23T02:30:31.5346645Z test_unflatten (__main__.TestNamedTensor) ... ok (0.012s) 2022-11-23T02:30:31.5346946Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T02:30:31.5347314Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T02:30:31.5347716Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5348358Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T02:30:31.5348568Z 2022-11-23T02:30:31.5348733Z ---------------------------------------------------------------------- 2022-11-23T02:30:31.5349002Z Ran 86 tests in 1.109s 2022-11-23T02:30:31.5349131Z 2022-11-23T02:30:31.5349212Z OK (skipped=4) 2022-11-23T02:30:31.5349312Z 2022-11-23T02:30:31.5349410Z Generating XML reports... 2022-11-23T02:30:31.5349795Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123023029.xml 2022-11-23T02:30:31.5350065Z 2022-11-23T02:30:31.5350398Z ##[endgroup] 2022-11-23T02:30:31.5350778Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_sa201541) 2022-11-23T02:30:31.5351059Z 2022-11-23T02:30:34.5531780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:34.5532562Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:34.5533274Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:34.7153549Z Running test_native_functions ... [2022-11-23 02:30:34.715047] 2022-11-23T02:30:34.7158869Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:34.715047] 2022-11-23T02:30:34.7161097Z Ignoring disabled issues: [] 2022-11-23T02:30:38.6511567Z 2022-11-23T02:30:38.6512081Z Expand the folded group to see the log file of test_native_functions 2022-11-23T02:30:38.6512913Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_eumhh66e) 2022-11-23T02:30:38.6513939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:38.6514928Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:38.6515171Z 2022-11-23T02:30:38.6515303Z Running tests... 2022-11-23T02:30:38.6515914Z ---------------------------------------------------------------------- 2022-11-23T02:30:38.6516314Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T02:30:38.6516715Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (0.486s) 2022-11-23T02:30:38.6517160Z 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-23T02:30:38.6517629Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6518125Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6518536Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6518899Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6519303Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6519678Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T02:30:38.6519958Z ok (0.075s) 2022-11-23T02:30:38.6520259Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.011s) 2022-11-23T02:30:38.6520638Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.016s) 2022-11-23T02:30:38.6520977Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.013s) 2022-11-23T02:30:38.6521347Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.010s) 2022-11-23T02:30:38.6521718Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.643s) 2022-11-23T02:30:38.6522181Z 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-23T02:30:38.6522642Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6523045Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6523450Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6523816Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6524216Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6524591Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T02:30:38.6524971Z ok (0.000s) 2022-11-23T02:30:38.6525400Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T02:30:38.6525788Z * (torch.dtype dtype) 2022-11-23T02:30:38.6526081Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T02:30:38.6526394Z * (tuple of ints size) 2022-11-23T02:30:38.6526719Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T02:30:38.6526929Z 2022-11-23T02:30:38.6527122Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6527520Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T02:30:38.6527836Z * (torch.dtype dtype) 2022-11-23T02:30:38.6528129Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T02:30:38.6528440Z * (tuple of ints size) 2022-11-23T02:30:38.6528763Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T02:30:38.6528975Z 2022-11-23T02:30:38.6529170Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T02:30:38.6529490Z * (torch.dtype dtype) 2022-11-23T02:30:38.6529865Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T02:30:38.6530173Z * (tuple of ints size) 2022-11-23T02:30:38.6530449Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T02:30:38.6530657Z 2022-11-23T02:30:38.6530844Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6531236Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T02:30:38.6531547Z * (torch.dtype dtype) 2022-11-23T02:30:38.6531871Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T02:30:38.6532187Z * (tuple of ints size) 2022-11-23T02:30:38.6532473Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T02:30:38.6532683Z 2022-11-23T02:30:38.6532876Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T02:30:38.6533191Z * (torch.dtype dtype) 2022-11-23T02:30:38.6533506Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T02:30:38.6533801Z * (tuple of ints size) 2022-11-23T02:30:38.6534111Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T02:30:38.6534310Z 2022-11-23T02:30:38.6534366Z ok (0.000s) 2022-11-23T02:30:38.6534806Z 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-23T02:30:38.6535207Z * () 2022-11-23T02:30:38.6535431Z * (torch.Storage source) 2022-11-23T02:30:38.6535759Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6536059Z * (Tensor source) 2022-11-23T02:30:38.6536330Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6536531Z 2022-11-23T02:30:38.6536717Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6537133Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T02:30:38.6537441Z * () 2022-11-23T02:30:38.6537661Z * (torch.Storage source) 2022-11-23T02:30:38.6537994Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6538258Z * (Tensor source) 2022-11-23T02:30:38.6538559Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6538824Z 2022-11-23T02:30:38.6539032Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T02:30:38.6539343Z * () 2022-11-23T02:30:38.6539569Z * (torch.Storage source) 2022-11-23T02:30:38.6539896Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6540163Z * (Tensor source) 2022-11-23T02:30:38.6540470Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6540673Z 2022-11-23T02:30:38.6540857Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6541272Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T02:30:38.6541581Z * () 2022-11-23T02:30:38.6541803Z * (torch.Storage source) 2022-11-23T02:30:38.6542098Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6542400Z * (Tensor source) 2022-11-23T02:30:38.6542706Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6542914Z 2022-11-23T02:30:38.6543125Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T02:30:38.6543436Z * () 2022-11-23T02:30:38.6543658Z * (torch.Storage source) 2022-11-23T02:30:38.6544002Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6544304Z * (Tensor source) 2022-11-23T02:30:38.6544609Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T02:30:38.6544809Z 2022-11-23T02:30:38.6544900Z ok (0.006s) 2022-11-23T02:30:38.6545298Z 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-23T02:30:38.6545769Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6546144Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6546556Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6546958Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6547357Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6547767Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6548174Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6548689Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6549063Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T02:30:38.6549584Z * (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-23T02:30:38.6550179Z * (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-23T02:30:38.6550723Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:30:38.6551244Z * (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-23T02:30:38.6551518Z 2022-11-23T02:30:38.6551718Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T02:30:38.6552120Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T02:30:38.6552597Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T02:30:38.6553116Z * (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-23T02:30:38.6553667Z * (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-23T02:30:38.6554204Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:30:38.6554723Z * (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-23T02:30:38.6554996Z 2022-11-23T02:30:38.6555201Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T02:30:38.6555715Z * (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-23T02:30:38.6556297Z * (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-23T02:30:38.6556877Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T02:30:38.6557392Z * (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-23T02:30:38.6557668Z 2022-11-23T02:30:38.6557759Z ok (0.000s) 2022-11-23T02:30:38.6557885Z 2022-11-23T02:30:38.6558031Z ---------------------------------------------------------------------- 2022-11-23T02:30:38.6558335Z Ran 11 tests in 1.250s 2022-11-23T02:30:38.6558475Z 2022-11-23T02:30:38.6558562Z OK 2022-11-23T02:30:38.6558677Z 2022-11-23T02:30:38.6558791Z Generating XML reports... 2022-11-23T02:30:38.6559223Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123023036.xml 2022-11-23T02:30:38.6559518Z 2022-11-23T02:30:38.6559852Z ##[endgroup] 2022-11-23T02:30:38.6560240Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_eumhh66e) 2022-11-23T02:30:38.6560535Z 2022-11-23T02:30:41.6210322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:41.6211132Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:41.6211545Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:41.7800719Z Running test_native_mha ... [2022-11-23 02:30:41.779654] 2022-11-23T02:30:41.7808493Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:41.780217] 2022-11-23T02:30:41.7810239Z Ignoring disabled issues: [] 2022-11-23T02:30:44.9177273Z 2022-11-23T02:30:44.9177826Z Expand the folded group to see the log file of test_native_mha 2022-11-23T02:30:44.9178760Z ##[group]PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_2wqsbpq1) 2022-11-23T02:30:44.9179679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:44.9180938Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:44.9181239Z 2022-11-23T02:30:44.9181384Z Running tests... 2022-11-23T02:30:44.9181702Z ---------------------------------------------------------------------- 2022-11-23T02:30:44.9181912Z 2022-11-23T02:30:44.9182089Z ---------------------------------------------------------------------- 2022-11-23T02:30:44.9182388Z Ran 0 tests in 0.000s 2022-11-23T02:30:44.9182532Z 2022-11-23T02:30:44.9182620Z OK 2022-11-23T02:30:44.9182736Z 2022-11-23T02:30:44.9182852Z Generating XML reports... 2022-11-23T02:30:44.9183189Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-11-23T02:30:44.9183408Z 2022-11-23T02:30:44.9183659Z ##[endgroup] 2022-11-23T02:30:44.9184057Z FINISHED PRINTING LOG FILE of test_native_mha (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_mha_2wqsbpq1) 2022-11-23T02:30:44.9184347Z 2022-11-23T02:30:47.8873285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:47.8874109Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:47.8874557Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:48.0467932Z Running test_nestedtensor ... [2022-11-23 02:30:48.046263] 2022-11-23T02:30:48.0473543Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:48.046884] 2022-11-23T02:30:48.0475505Z Ignoring disabled issues: [] 2022-11-23T02:30:52.0052531Z 2022-11-23T02:30:52.0053240Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T02:30:52.0054471Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_r4kbtgve) 2022-11-23T02:30:52.0055561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:52.0056307Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:52.0056485Z 2022-11-23T02:30:52.0056590Z Running tests... 2022-11-23T02:30:52.0056874Z ---------------------------------------------------------------------- 2022-11-23T02:30:52.0057342Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T02:30:52.0058176Z 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-23T02:30:52.0058923Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T02:30:52.0059209Z ok (0.007s) 2022-11-23T02:30:52.0059545Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0059954Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0060353Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0060943Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0061360Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0061792Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0062211Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0062626Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0063039Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0063511Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:30:52.0063881Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0064341Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:30:52.0064853Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T02:30:52.0065278Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:30:52.0065693Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:30:52.0066117Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T02:30:52.0066555Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.012s) 2022-11-23T02:30:52.0066991Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0067383Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0067814Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0068256Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0068679Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0069104Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:30:52.0069622Z test_copy_ (__main__.TestNestedTensor) ... ok (0.656s) 2022-11-23T02:30:52.0069968Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0070328Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0070645Z test_fill_ (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:30:52.0070980Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0071335Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0071682Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0072041Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T02:30:52.0072352Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0072676Z test_ones_like (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0073003Z test_repr_string (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:30:52.0073329Z test_size (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0073650Z test_size_dim (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T02:30:52.0074067Z test_stride (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0074349Z test_to (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T02:30:52.0074711Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T02:30:52.0075073Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0075488Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0075797Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0076126Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0076451Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T02:30:52.0076630Z 2022-11-23T02:30:52.0076815Z ---------------------------------------------------------------------- 2022-11-23T02:30:52.0077124Z Ran 45 tests in 0.781s 2022-11-23T02:30:52.0077266Z 2022-11-23T02:30:52.0077354Z OK 2022-11-23T02:30:52.0077473Z 2022-11-23T02:30:52.0077590Z Generating XML reports... 2022-11-23T02:30:52.0078012Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123023050.xml 2022-11-23T02:30:52.0078304Z 2022-11-23T02:30:52.0078602Z ##[endgroup] 2022-11-23T02:30:52.0079108Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_r4kbtgve) 2022-11-23T02:30:52.0079407Z 2022-11-23T02:30:54.9442782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:54.9443696Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:54.9444088Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:30:55.1044316Z Running test_numba_integration ... [2022-11-23 02:30:55.103871] 2022-11-23T02:30:55.1049581Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:30:55.104492] 2022-11-23T02:30:55.1051840Z Ignoring disabled issues: [] 2022-11-23T02:30:58.2943690Z 2022-11-23T02:30:58.2944210Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T02:30:58.2945184Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_3lazev2d) 2022-11-23T02:30:58.2946190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:30:58.2946970Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:30:58.2947128Z 2022-11-23T02:30:58.2947212Z Running tests... 2022-11-23T02:30:58.2947497Z ---------------------------------------------------------------------- 2022-11-23T02:30:58.2947866Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T02:30:58.2948216Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2948538Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-11-23T02:30:58.2948866Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2949203Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-11-23T02:30:58.2949540Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2950202Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.003s) 2022-11-23T02:30:58.2950558Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2950915Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.000s) 2022-11-23T02:30:58.2951254Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2951738Z 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-23T02:30:58.2952276Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2952783Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.006s) 2022-11-23T02:30:58.2953284Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2953679Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.000s) 2022-11-23T02:30:58.2954052Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T02:30:58.2954622Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T02:30:58.2954940Z 2022-11-23T02:30:58.2955111Z ---------------------------------------------------------------------- 2022-11-23T02:30:58.2955384Z Ran 8 tests in 0.000s 2022-11-23T02:30:58.2955506Z 2022-11-23T02:30:58.2955591Z OK (skipped=8) 2022-11-23T02:30:58.2955712Z 2022-11-23T02:30:58.2955814Z Generating XML reports... 2022-11-23T02:30:58.2956220Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123023057.xml 2022-11-23T02:30:58.2956522Z 2022-11-23T02:30:58.2956793Z ##[endgroup] 2022-11-23T02:30:58.2957158Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_3lazev2d) 2022-11-23T02:30:58.2957449Z 2022-11-23T02:31:01.2978653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:01.2979523Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:01.2979893Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:31:01.4578027Z Running test_numpy_interop ... [2022-11-23 02:31:01.457540] 2022-11-23T02:31:01.4583631Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:01.458145] 2022-11-23T02:31:01.4585393Z Ignoring disabled issues: [] 2022-11-23T02:31:04.6149479Z 2022-11-23T02:31:04.6150236Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T02:31:04.6151130Z ##[group]PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_ps10eap5) 2022-11-23T02:31:04.6152059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:04.6152754Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:04.6153139Z 2022-11-23T02:31:04.6153219Z Running tests... 2022-11-23T02:31:04.6153503Z ---------------------------------------------------------------------- 2022-11-23T02:31:04.6153692Z 2022-11-23T02:31:04.6153850Z ---------------------------------------------------------------------- 2022-11-23T02:31:04.6154097Z Ran 0 tests in 0.000s 2022-11-23T02:31:04.6154225Z 2022-11-23T02:31:04.6154294Z OK 2022-11-23T02:31:04.6154396Z 2022-11-23T02:31:04.6154497Z Generating XML reports... 2022-11-23T02:31:04.6154810Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-11-23T02:31:04.6155015Z 2022-11-23T02:31:04.6155266Z ##[endgroup] 2022-11-23T02:31:04.6155648Z FINISHED PRINTING LOG FILE of test_numpy_interop (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numpy_interop_ps10eap5) 2022-11-23T02:31:04.6155928Z 2022-11-23T02:31:07.5649044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:07.5650265Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:07.5651298Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:31:07.7268006Z Running test_nvfuser_dynamo ... [2022-11-23 02:31:07.726265] 2022-11-23T02:31:07.7273559Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_dynamo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:07.726866] 2022-11-23T02:31:07.7275601Z Ignoring disabled issues: [] 2022-11-23T02:31:11.1513645Z 2022-11-23T02:31:11.1514388Z Expand the folded group to see the log file of test_nvfuser_dynamo 2022-11-23T02:31:11.1515361Z ##[group]PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_cu3rdymz) 2022-11-23T02:31:11.1516250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:11.1516944Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:11.1517104Z 2022-11-23T02:31:11.1517188Z Running tests... 2022-11-23T02:31:11.1517521Z ---------------------------------------------------------------------- 2022-11-23T02:31:11.1517948Z test_basic (__main__.TestNvFuserDynamo) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_dynamo 2022-11-23T02:31:11.1518359Z skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T02:31:11.1518760Z test_batch_norm_implicit_dtype_promotion (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T02:31:11.1519218Z test_dtype_correctness (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.001s) 2022-11-23T02:31:11.1519635Z test_min_cut (__main__.TestNvFuserDynamo) ... skip: TorchDynamo is not supported on Windows (0.002s) 2022-11-23T02:31:11.1519850Z 2022-11-23T02:31:11.1520010Z ---------------------------------------------------------------------- 2022-11-23T02:31:11.1520278Z Ran 4 tests in 0.016s 2022-11-23T02:31:11.1520402Z 2022-11-23T02:31:11.1520483Z OK (skipped=4) 2022-11-23T02:31:11.1520603Z 2022-11-23T02:31:11.1520683Z Generating XML reports... 2022-11-23T02:31:11.1521073Z Generated XML report: test-reports\python-unittest\test_nvfuser_dynamo\TEST-TestNvFuserDynamo-20221123023110.xml 2022-11-23T02:31:11.1521563Z 2022-11-23T02:31:11.1521813Z ##[endgroup] 2022-11-23T02:31:11.1522194Z FINISHED PRINTING LOG FILE of test_nvfuser_dynamo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_dynamo_cu3rdymz) 2022-11-23T02:31:11.1522473Z 2022-11-23T02:31:14.0511906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:14.0512670Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:14.0513044Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:31:14.2179372Z Running test_nvfuser_frontend ... [2022-11-23 02:31:14.213731] 2022-11-23T02:31:14.2184767Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:14.213731] 2022-11-23T02:31:14.2186672Z Ignoring disabled issues: [] 2022-11-23T02:31:16.9001365Z 2022-11-23T02:31:16.9002248Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-11-23T02:31:16.9003346Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_0zr5zmfo) 2022-11-23T02:31:16.9004319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:16.9005050Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:16.9005218Z 2022-11-23T02:31:16.9005302Z Running tests... 2022-11-23T02:31:16.9005588Z ---------------------------------------------------------------------- 2022-11-23T02:31:16.9006019Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-11-23T02:31:16.9006378Z skip: requires CUDA (0.003s) 2022-11-23T02:31:16.9006681Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9007032Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9007410Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9007793Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9008198Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9008585Z test_ops_broadcast (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9008963Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.005s) 2022-11-23T02:31:16.9009317Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-11-23T02:31:16.9009690Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-11-23T02:31:16.9009890Z 2022-11-23T02:31:16.9010098Z ---------------------------------------------------------------------- 2022-11-23T02:31:16.9010368Z Ran 10 tests in 0.015s 2022-11-23T02:31:16.9010497Z 2022-11-23T02:31:16.9010585Z OK (skipped=10) 2022-11-23T02:31:16.9010746Z 2022-11-23T02:31:16.9010844Z Generating XML reports... 2022-11-23T02:31:16.9011223Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20221123023116.xml 2022-11-23T02:31:16.9011505Z 2022-11-23T02:31:16.9011883Z ##[endgroup] 2022-11-23T02:31:16.9012274Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nvfuser_frontend_0zr5zmfo) 2022-11-23T02:31:16.9012563Z 2022-11-23T02:31:19.8420145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:19.8420918Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:19.8421266Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:31:20.0033970Z Running test_openmp ... [2022-11-23 02:31:20.000518] 2022-11-23T02:31:20.0039453Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:20.003646] 2022-11-23T02:31:20.0041286Z Ignoring disabled issues: [] 2022-11-23T02:31:27.7075990Z 2022-11-23T02:31:27.7076528Z Expand the folded group to see the log file of test_openmp 2022-11-23T02:31:27.7077553Z ##[group]PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_otzk0qjw) 2022-11-23T02:31:27.7078466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:27.7079175Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:27.7079339Z 2022-11-23T02:31:27.7079427Z Running tests... 2022-11-23T02:31:27.7079721Z ---------------------------------------------------------------------- 2022-11-23T02:31:27.7080084Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-11-23T02:31:27.7080414Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:31:27.7080707Z Make sure there is no memory leak with many threads ... ok (1.687s) 2022-11-23T02:31:27.7081015Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T02:31:27.7081383Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.328s) 2022-11-23T02:31:27.7081596Z 2022-11-23T02:31:27.7081761Z ---------------------------------------------------------------------- 2022-11-23T02:31:27.7082063Z Ran 2 tests in 5.016s 2022-11-23T02:31:27.7082210Z 2022-11-23T02:31:27.7082281Z OK 2022-11-23T02:31:27.7082386Z 2022-11-23T02:31:27.7082486Z Generating XML reports... 2022-11-23T02:31:27.7082899Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20221123023122.xml 2022-11-23T02:31:27.7083173Z 2022-11-23T02:31:27.7083428Z ##[endgroup] 2022-11-23T02:31:27.7083795Z FINISHED PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_otzk0qjw) 2022-11-23T02:31:27.7084064Z 2022-11-23T02:31:30.6188246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:31:30.6189886Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:31:30.6190242Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:31:30.7792384Z Running test_optim ... [2022-11-23 02:31:30.778516] 2022-11-23T02:31:30.7798108Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:30.779657] 2022-11-23T02:31:30.7799799Z Ignoring disabled issues: [] 2022-11-23T02:32:54.2564079Z 2022-11-23T02:32:54.2564887Z Expand the folded group to see the log file of test_optim 2022-11-23T02:32:54.2565887Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_cft9cyxc) 2022-11-23T02:32:54.2566882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:32:54.2567636Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:32:54.2569910Z 2022-11-23T02:32:54.2570444Z Running tests... 2022-11-23T02:32:54.2570791Z ---------------------------------------------------------------------- 2022-11-23T02:32:54.2571210Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T02:32:54.2571623Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (0.510s) 2022-11-23T02:32:54.2572232Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.008s) 2022-11-23T02:32:54.2572656Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.015s) 2022-11-23T02:32:54.2573180Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T02:32:54.2573538Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.025s) 2022-11-23T02:32:54.2573932Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.007s) 2022-11-23T02:32:54.2574354Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.017s) 2022-11-23T02:32:54.2574901Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T02:32:54.2575338Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.018s) 2022-11-23T02:32:54.2575787Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.014s) 2022-11-23T02:32:54.2576441Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T02:32:54.2577014Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T02:32:54.2577611Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2578204Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2578765Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.085s) 2022-11-23T02:32:54.2579306Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:32:54.2579736Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2580762Z 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-23T02:32:54.2581906Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2582226Z ok (0.003s) 2022-11-23T02:32:54.2582515Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2582892Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2583252Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2583743Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2584039Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2584392Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2584774Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T02:32:54.2585135Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T02:32:54.2585486Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T02:32:54.2585849Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T02:32:54.2586175Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T02:32:54.2586527Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T02:32:54.2587675Z 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-23T02:32:54.2588646Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2588966Z ok (0.003s) 2022-11-23T02:32:54.2589288Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2589652Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2590011Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2590339Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2590691Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2591055Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2591422Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2591774Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2592118Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2592465Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2592781Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2593180Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2593577Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2593927Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T02:32:54.2594251Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2594598Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2594939Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2595921Z 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-23T02:32:54.2596999Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2597283Z ok (0.002s) 2022-11-23T02:32:54.2597548Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2597877Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2598202Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2598571Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:32:54.2598976Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2599324Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2599734Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2600089Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2600439Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:32:54.2600787Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2601141Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2601990Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2602361Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T02:32:54.2602709Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2603076Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2603453Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2603799Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2604125Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2604480Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2604795Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2605184Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2605599Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2605959Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2606265Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2606596Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2607578Z 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-23T02:32:54.2608513Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T02:32:54.2608766Z ok (0.000s) 2022-11-23T02:32:54.2609023Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2609931Z 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-23T02:32:54.2610956Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2611242Z ok (0.000s) 2022-11-23T02:32:54.2611558Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2611873Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2612242Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T02:32:54.2613236Z 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-23T02:32:54.2614118Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2614402Z ok (0.003s) 2022-11-23T02:32:54.2614732Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2615081Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:32:54.2615425Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2616338Z 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-23T02:32:54.2617294Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2617615Z ok (0.002s) 2022-11-23T02:32:54.2617897Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2618232Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2619155Z 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-23T02:32:54.2620056Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2620339Z ok (0.002s) 2022-11-23T02:32:54.2620609Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2620957Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2621315Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T02:32:54.2621692Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.167s) 2022-11-23T02:32:54.2622035Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2622374Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T02:32:54.2622717Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2623183Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2623590Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2623949Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T02:32:54.2624337Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T02:32:54.2624699Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2625061Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2625422Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2625771Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2626112Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2627104Z 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-23T02:32:54.2627995Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2628277Z ok (0.006s) 2022-11-23T02:32:54.2628576Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2628990Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2629322Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2629746Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:32:54.2630066Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2630418Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2630768Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:32:54.2631122Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2631487Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T02:32:54.2644227Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T02:32:54.2645321Z 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-23T02:32:54.2646247Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2647243Z 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-23T02:32:54.2648282Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T02:32:54.2648532Z ok (0.002s) 2022-11-23T02:32:54.2648770Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2649086Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2649398Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2649700Z test_step_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2650034Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2650379Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2650679Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2651024Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2651363Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T02:32:54.2651708Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T02:32:54.2652049Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T02:32:54.2653065Z 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-23T02:32:54.2654007Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2654290Z ok (3.097s) 2022-11-23T02:32:54.2654521Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-11-23T02:32:54.2654813Z test_adagrad (__main__.TestOptim) ... ok (4.317s) 2022-11-23T02:32:54.2655099Z test_adagrad_complex (__main__.TestOptim) ... ok (0.005s) 2022-11-23T02:32:54.2655394Z test_adagrad_sparse (__main__.TestOptim) ... ok (13.800s) 2022-11-23T02:32:54.2655672Z test_adam (__main__.TestOptim) ... ok (10.559s) 2022-11-23T02:32:54.2655943Z test_adamax (__main__.TestOptim) ... ok (2.772s) 2022-11-23T02:32:54.2656190Z test_adamw (__main__.TestOptim) ... ok (3.336s) 2022-11-23T02:32:54.2656454Z test_asgd (__main__.TestOptim) ... ok (4.343s) 2022-11-23T02:32:54.2656754Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.002s) 2022-11-23T02:32:54.2657062Z test_empty_grad (__main__.TestOptim) ... ok (0.011s) 2022-11-23T02:32:54.2657403Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.003s) 2022-11-23T02:32:54.2657729Z test_fused_optimizers (__main__.TestOptim) ... ok (0.002s) 2022-11-23T02:32:54.2658029Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-11-23T02:32:54.2658310Z test_lbfgs (__main__.TestOptim) ... ok (0.434s) 2022-11-23T02:32:54.2658589Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.003s) 2022-11-23T02:32:54.2658946Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.004s) 2022-11-23T02:32:54.2659894Z 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-23T02:32:54.2660767Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T02:32:54.2661054Z ok (1.631s) 2022-11-23T02:32:54.2661348Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.002s) 2022-11-23T02:32:54.2661634Z test_radam (__main__.TestOptim) ... ok (1.745s) 2022-11-23T02:32:54.2661903Z test_rmsprop (__main__.TestOptim) ... ok (8.130s) 2022-11-23T02:32:54.2662176Z test_rprop (__main__.TestOptim) ... ok (3.589s) 2022-11-23T02:32:54.2662439Z test_sgd (__main__.TestOptim) ... ok (7.671s) 2022-11-23T02:32:54.2662711Z test_sgd_complex (__main__.TestOptim) ... ok (0.020s) 2022-11-23T02:32:54.2662972Z test_sgd_sparse (__main__.TestOptim) ... ok (10.665s) 2022-11-23T02:32:54.2663255Z test_sparse_adam (__main__.TestOptim) ... ok (3.066s) 2022-11-23T02:32:54.2663564Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.024s) 2022-11-23T02:32:54.2663903Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.012s) 2022-11-23T02:32:54.2664250Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.008s) 2022-11-23T02:32:54.2664597Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-11-23T02:32:54.2664958Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.007s) 2022-11-23T02:32:54.2665281Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.011s) 2022-11-23T02:32:54.2665640Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.029s) 2022-11-23T02:32:54.2665989Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.031s) 2022-11-23T02:32:54.2666155Z 2022-11-23T02:32:54.2666322Z ---------------------------------------------------------------------- 2022-11-23T02:32:54.2666590Z Ran 161 tests in 80.656s 2022-11-23T02:32:54.2666720Z 2022-11-23T02:32:54.2666784Z OK (skipped=1) 2022-11-23T02:32:54.2666903Z 2022-11-23T02:32:54.2667002Z Generating XML reports... 2022-11-23T02:32:54.2667411Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123023133.xml 2022-11-23T02:32:54.2667941Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123023133.xml 2022-11-23T02:32:54.2668413Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123023133.xml 2022-11-23T02:32:54.2668873Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123023133.xml 2022-11-23T02:32:54.2669125Z 2022-11-23T02:32:54.2669489Z ##[endgroup] 2022-11-23T02:32:54.2669832Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_cft9cyxc) 2022-11-23T02:32:54.2670095Z 2022-11-23T02:32:57.2272567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:32:57.2273342Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:32:57.2273690Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:32:57.3897525Z Running test_package ... [2022-11-23 02:32:57.388041] 2022-11-23T02:32:57.3902794Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:32:57.388041] 2022-11-23T02:32:57.3905015Z Ignoring disabled issues: [] 2022-11-23T02:33:01.5001418Z 2022-11-23T02:33:01.5001954Z Expand the folded group to see the log file of test_package 2022-11-23T02:33:01.5002750Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_tj_qr2v7) 2022-11-23T02:33:01.5004370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:01.5005646Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:01.5005874Z 2022-11-23T02:33:01.5005995Z Running tests... 2022-11-23T02:33:01.5006389Z ---------------------------------------------------------------------- 2022-11-23T02:33:01.5006868Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T02:33:01.5007349Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.467s) 2022-11-23T02:33:01.5007782Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5008210Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.003s) 2022-11-23T02:33:01.5008585Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5009072Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.001s) 2022-11-23T02:33:01.5009473Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5009781Z Test marking packages as "deny" during export. ... ok (0.003s) 2022-11-23T02:33:01.5010094Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5010520Z Test marking packages as "deny" using globs instead of package names. ... ok (0.003s) 2022-11-23T02:33:01.5010882Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T02:33:01.5011234Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.006s) 2022-11-23T02:33:01.5011588Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5011961Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.000s) 2022-11-23T02:33:01.5012332Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5013066Z 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-23T02:33:01.5013695Z warnings.warn(message, UserWarning) 2022-11-23T02:33:01.5013899Z ok (0.011s) 2022-11-23T02:33:01.5014163Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5014574Z The save_module APIs should implicitly intern the module being saved. ... ok (0.002s) 2022-11-23T02:33:01.5014918Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5015303Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-11-23T02:33:01.5015623Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5015979Z An incorrectly-formed import should raise a PackagingError. ... ok (0.002s) 2022-11-23T02:33:01.5016334Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T02:33:01.5016679Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.004s) 2022-11-23T02:33:01.5017027Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5017395Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.002s) 2022-11-23T02:33:01.5017762Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T02:33:01.5018107Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T02:33:01.5018468Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T02:33:01.5018847Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.005s) 2022-11-23T02:33:01.5019322Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T02:33:01.5019710Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T02:33:01.5020099Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T02:33:01.5020484Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T02:33:01.5020875Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-11-23T02:33:01.5021259Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T02:33:01.5021598Z test_contains (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5021931Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T02:33:01.5022245Z test_edges (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5022535Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5022842Z test_iter (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5023152Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.006s) 2022-11-23T02:33:01.5023470Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5023795Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5024188Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5024499Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5024822Z test_successors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T02:33:01.5025246Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.010s) 2022-11-23T02:33:01.5025680Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5026078Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:33:01.5026465Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5026943Z 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-23T02:33:01.5027342Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5027835Z 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-23T02:33:01.5028267Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5028721Z 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-23T02:33:01.5029157Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5029597Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:33:01.5030020Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5030424Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-11-23T02:33:01.5030859Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T02:33:01.5031296Z 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-23T02:33:01.5031689Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.010s) 2022-11-23T02:33:01.5032013Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5032342Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5032677Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5033105Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5033434Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5033843Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5034199Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.010s) 2022-11-23T02:33:01.5034547Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5034885Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5035181Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5035495Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5035819Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5036155Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T02:33:01.5036592Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.011s) 2022-11-23T02:33:01.5036946Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T02:33:01.5037289Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-11-23T02:33:01.5037738Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T02:33:01.5038102Z Exercise corner case where we try to pickle an object whose ... ok (0.003s) 2022-11-23T02:33:01.5038449Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:33:01.5038785Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T02:33:01.5039163Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T02:33:01.5039523Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:33:01.5039904Z Tests for backwards compatible fx module ... ok (0.011s) 2022-11-23T02:33:01.5040250Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:33:01.5040583Z Tests for backwards compatible nn module ... ok (0.006s) 2022-11-23T02:33:01.5040935Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T02:33:01.5041299Z Tests for backwards compatible torchscript module ... ok (0.057s) 2022-11-23T02:33:01.5041589Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T02:33:01.5041935Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.002s) 2022-11-23T02:33:01.5042293Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T02:33:01.5042672Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.002s) 2022-11-23T02:33:01.5043117Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T02:33:01.5043444Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T02:33:01.5043774Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:33:01.5044093Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T02:33:01.5044419Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-11-23T02:33:01.5044732Z test_package_mangler (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T02:33:01.5045069Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T02:33:01.5045436Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T02:33:01.5045785Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.002s) 2022-11-23T02:33:01.5046194Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.004s) 2022-11-23T02:33:01.5046506Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T02:33:01.5046839Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-11-23T02:33:01.5047237Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T02:33:01.5047570Z The attribute '__torch_package__' should be accessible from within ... ok (0.004s) 2022-11-23T02:33:01.5047888Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T02:33:01.5048212Z Test content list API for PackageExporter's contained modules. ... ok (0.005s) 2022-11-23T02:33:01.5048522Z test_file_structure (test_misc.TestMisc) 2022-11-23T02:33:01.5048854Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.005s) 2022-11-23T02:33:01.5049171Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T02:33:01.5049447Z Test Directory's has_file() method. ... ok (0.000s) 2022-11-23T02:33:01.5049711Z test_inspect_class (test_misc.TestMisc) 2022-11-23T02:33:01.5050004Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-11-23T02:33:01.5050299Z test_is_from_package (test_misc.TestMisc) 2022-11-23T02:33:01.5050578Z is_from_package should work for objects and modules ... ok (0.000s) 2022-11-23T02:33:01.5050895Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T02:33:01.5051211Z Tests loading a package with a python version embdded ... ok (0.006s) 2022-11-23T02:33:01.5051498Z test_python_version (test_misc.TestMisc) 2022-11-23T02:33:01.5051953Z Tests that the current python version is stored in the package and is available ... ok (0.000s) 2022-11-23T02:33:01.5052348Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T02:33:01.5052664Z The standard library performs sys.module assignment hackery which ... ok (0.000s) 2022-11-23T02:33:01.5053137Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.010s) 2022-11-23T02:33:01.5053659Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-11-23T02:33:01.5054173Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-11-23T02:33:01.5054612Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-11-23T02:33:01.5054963Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.028s) 2022-11-23T02:33:01.5055301Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-11-23T02:33:01.5055643Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-11-23T02:33:01.5055963Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-11-23T02:33:01.5056314Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5056666Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-11-23T02:33:01.5057023Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5057383Z Test a case where the script class defined in the package is ... ok (0.009s) 2022-11-23T02:33:01.5057739Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5058131Z Test loading of single ScriptModule shared by multiple eager ... ok (0.011s) 2022-11-23T02:33:01.5058477Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5058873Z Test tensors shared across eager and ScriptModules on load ... ok (0.013s) 2022-11-23T02:33:01.5059232Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5059590Z Test tensors shared across eager and ScriptModules on load ... ok (0.016s) 2022-11-23T02:33:01.5059952Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5060296Z Test saving inline and imported modules in same package with ... ok (0.077s) 2022-11-23T02:33:01.5060669Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5061138Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-11-23T02:33:01.5061504Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5061843Z Packaging an interface class should work correctly. ... ok (0.024s) 2022-11-23T02:33:01.5062200Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.007s) 2022-11-23T02:33:01.5062589Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.020s) 2022-11-23T02:33:01.5063001Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5063369Z Test saving of single ScriptModule shared by multiple ... ok (0.009s) 2022-11-23T02:33:01.5063727Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5064144Z Test to verify saving multiple ScriptModules with completely ... ok (0.014s) 2022-11-23T02:33:01.5064511Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5064861Z Test to verify saving multiple different modules and ... ok (0.020s) 2022-11-23T02:33:01.5065229Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5065546Z Test basic saving of ScriptModule. ... ok (0.000s) 2022-11-23T02:33:01.5065933Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5066264Z Test basic saving of ScriptModule in file. ... ok (0.026s) 2022-11-23T02:33:01.5066609Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5067002Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.002s) 2022-11-23T02:33:01.5067361Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5067708Z Test basic saving of ScriptModule with submodule. ... ok (0.014s) 2022-11-23T02:33:01.5068068Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5068447Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.016s) 2022-11-23T02:33:01.5068836Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5069214Z Test to verify saving multiple ScriptModules with same top module ... ok (0.016s) 2022-11-23T02:33:01.5069543Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5069904Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.018s) 2022-11-23T02:33:01.5070289Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5070637Z Test scripting a module loaded from a package ... ok (0.017s) 2022-11-23T02:33:01.5071031Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5071450Z Test to verify saving and loading same ScriptModule object works ... ok (0.021s) 2022-11-23T02:33:01.5071790Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T02:33:01.5072148Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.000s) 2022-11-23T02:33:01.5072539Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.024s) 2022-11-23T02:33:01.5072923Z test_importer_access (test_resources.TestResources) ... ok (0.004s) 2022-11-23T02:33:01.5073256Z test_package_resource_access (test_resources.TestResources) 2022-11-23T02:33:01.5073678Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-11-23T02:33:01.5074037Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T02:33:01.5074365Z Tests that packaged code can used importlib.resources.path. ... ok (0.008s) 2022-11-23T02:33:01.5074701Z test_resource_reader (test_resources.TestResources) 2022-11-23T02:33:01.5075114Z Test compliance with the get_resource_reader importlib API. ... ok (0.005s) 2022-11-23T02:33:01.5075435Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T02:33:01.5075765Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.002s) 2022-11-23T02:33:01.5076105Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-11-23T02:33:01.5076414Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T02:33:01.5076890Z If an object with the same qualified name is loaded from different ... ok (0.010s) 2022-11-23T02:33:01.5077217Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-11-23T02:33:01.5077571Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T02:33:01.5077909Z Saving a module that came from another PackageImporter should work. ... ok (0.000s) 2022-11-23T02:33:01.5078278Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T02:33:01.5078656Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.014s) 2022-11-23T02:33:01.5079012Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T02:33:01.5079330Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-11-23T02:33:01.5079650Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.014s) 2022-11-23T02:33:01.5080034Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.008s) 2022-11-23T02:33:01.5080213Z 2022-11-23T02:33:01.5080379Z ---------------------------------------------------------------------- 2022-11-23T02:33:01.5080631Z Ran 132 tests in 1.266s 2022-11-23T02:33:01.5080761Z 2022-11-23T02:33:01.5080844Z OK (skipped=14) 2022-11-23T02:33:01.5080963Z 2022-11-23T02:33:01.5081060Z Generating XML reports... 2022-11-23T02:33:01.5081443Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123023259.xml 2022-11-23T02:33:01.5081971Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123023259.xml 2022-11-23T02:33:01.5082536Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123023259.xml 2022-11-23T02:33:01.5083117Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123023259.xml 2022-11-23T02:33:01.5083665Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123023259.xml 2022-11-23T02:33:01.5084186Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123023259.xml 2022-11-23T02:33:01.5084735Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123023259.xml 2022-11-23T02:33:01.5085278Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123023259.xml 2022-11-23T02:33:01.5085769Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123023259.xml 2022-11-23T02:33:01.5086260Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123023259.xml 2022-11-23T02:33:01.5086791Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123023259.xml 2022-11-23T02:33:01.5087329Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123023259.xml 2022-11-23T02:33:01.5087833Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123023259.xml 2022-11-23T02:33:01.5088353Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123023259.xml 2022-11-23T02:33:01.5088942Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123023259.xml 2022-11-23T02:33:01.5090218Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123023259.xml 2022-11-23T02:33:01.5090480Z 2022-11-23T02:33:01.5090870Z ##[endgroup] 2022-11-23T02:33:01.5091232Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_tj_qr2v7) 2022-11-23T02:33:01.5091500Z 2022-11-23T02:33:04.4718251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:04.4719786Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:04.4720480Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:04.6334144Z Running test_per_overload_api ... [2022-11-23 02:33:04.632947] 2022-11-23T02:33:04.6339793Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:04.633559] 2022-11-23T02:33:04.6341690Z Ignoring disabled issues: [] 2022-11-23T02:33:07.8396709Z 2022-11-23T02:33:07.8397755Z Expand the folded group to see the log file of test_per_overload_api 2022-11-23T02:33:07.8398620Z ##[group]PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_ej1bi52p) 2022-11-23T02:33:07.8399600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:07.8400375Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:07.8400535Z 2022-11-23T02:33:07.8400621Z Running tests... 2022-11-23T02:33:07.8400909Z ---------------------------------------------------------------------- 2022-11-23T02:33:07.8401293Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-11-23T02:33:07.8401649Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.483s) 2022-11-23T02:33:07.8402005Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T02:33:07.8402349Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-11-23T02:33:07.8402527Z 2022-11-23T02:33:07.8402689Z ---------------------------------------------------------------------- 2022-11-23T02:33:07.8402962Z Ran 3 tests in 0.485s 2022-11-23T02:33:07.8403093Z 2022-11-23T02:33:07.8403165Z OK 2022-11-23T02:33:07.8403270Z 2022-11-23T02:33:07.8403351Z Generating XML reports... 2022-11-23T02:33:07.8403751Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20221123023306.xml 2022-11-23T02:33:07.8404035Z 2022-11-23T02:33:07.8404283Z ##[endgroup] 2022-11-23T02:33:07.8404679Z FINISHED PRINTING LOG FILE of test_per_overload_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_per_overload_api_ej1bi52p) 2022-11-23T02:33:07.8404967Z 2022-11-23T02:33:10.8088965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:10.8089740Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:10.8090328Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:10.9740688Z Running test_proxy_tensor ... [2022-11-23 02:33:10.968629] 2022-11-23T02:33:10.9746451Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:10.968629] 2022-11-23T02:33:10.9747928Z Ignoring disabled issues: [] 2022-11-23T02:33:15.9136962Z 2022-11-23T02:33:15.9137772Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T02:33:15.9138545Z ##[group]PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_zxfiddmj) 2022-11-23T02:33:15.9139599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:15.9140392Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:15.9141174Z 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:33:15.9141751Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T02:33:15.9141948Z 2022-11-23T02:33:15.9142032Z Running tests... 2022-11-23T02:33:15.9142317Z ---------------------------------------------------------------------- 2022-11-23T02:33:15.9142677Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-11-23T02:33:15.9143023Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-11-23T02:33:15.9143333Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-11-23T02:33:15.9143620Z test_meta (__main__.TestFakeProxyTensor) ... ok (0.007s) 2022-11-23T02:33:15.9143935Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.008s) 2022-11-23T02:33:15.9144274Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T02:33:15.9144646Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-11-23T02:33:15.9145021Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-11-23T02:33:15.9145393Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:33:15.9145742Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T02:33:15.9146099Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T02:33:15.9146457Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:33:15.9146831Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.014s) 2022-11-23T02:33:15.9147197Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T02:33:15.9147549Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:33:15.9147920Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.057s) 2022-11-23T02:33:15.9148281Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-11-23T02:33:15.9148653Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.041s) 2022-11-23T02:33:15.9149036Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.047s) 2022-11-23T02:33:15.9149414Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-11-23T02:33:15.9149781Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:33:15.9150250Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-11-23T02:33:15.9150608Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T02:33:15.9150985Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.029s) 2022-11-23T02:33:15.9151335Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... ok (0.015s) 2022-11-23T02:33:15.9151675Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.032s) 2022-11-23T02:33:15.9152076Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-11-23T02:33:15.9152524Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.010s) 2022-11-23T02:33:15.9153005Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-11-23T02:33:15.9153336Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-11-23T02:33:15.9153740Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T02:33:15.9154148Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T02:33:15.9154514Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T02:33:15.9154936Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T02:33:15.9155284Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:33:15.9155655Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.000s) 2022-11-23T02:33:15.9156035Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-11-23T02:33:15.9156389Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:33:15.9156759Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:33:15.9157121Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9157564Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:33:15.9157951Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-11-23T02:33:15.9158318Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9158657Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9159029Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.056s) 2022-11-23T02:33:15.9159413Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9159786Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.033s) 2022-11-23T02:33:15.9160166Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.031s) 2022-11-23T02:33:15.9160544Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:33:15.9160918Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-11-23T02:33:15.9161267Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9161642Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9162017Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:33:15.9162358Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:33:15.9162698Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-11-23T02:33:15.9163095Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:33:15.9163531Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.000s) 2022-11-23T02:33:15.9164008Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:33:15.9164358Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-11-23T02:33:15.9164783Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:33:15.9169517Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-11-23T02:33:15.9169937Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-11-23T02:33:15.9170519Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T02:33:15.9171179Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9171747Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9172379Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9173009Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9173515Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9173921Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9174613Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9175051Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.002s) 2022-11-23T02:33:15.9175471Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9175874Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9176291Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.003s) 2022-11-23T02:33:15.9176714Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9177136Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.006s) 2022-11-23T02:33:15.9177545Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9177968Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9178390Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9178807Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9179236Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9179655Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9180037Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9180405Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9180856Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9181312Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-11-23T02:33:15.9181720Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.010s) 2022-11-23T02:33:15.9182111Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9182509Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9182912Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9183306Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9183793Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9184235Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9184578Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9184988Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9185352Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9185673Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.002s) 2022-11-23T02:33:15.9186019Z test_mega_guard (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9186355Z test_metadata (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9186697Z test_metadata_fresh (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9187049Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9187392Z test_neg_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9187726Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9188125Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9188494Z test_return_symint (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9188836Z test_rmethod (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9189181Z test_size_with_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9189524Z test_sqrt_size (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9189872Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9190211Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9190559Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.001s) 2022-11-23T02:33:15.9190743Z 2022-11-23T02:33:15.9190909Z ---------------------------------------------------------------------- 2022-11-23T02:33:15.9191180Z Ran 110 tests in 0.750s 2022-11-23T02:33:15.9191310Z 2022-11-23T02:33:15.9191392Z OK (skipped=52) 2022-11-23T02:33:15.9191511Z 2022-11-23T02:33:15.9191612Z Generating XML reports... 2022-11-23T02:33:15.9191995Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20221123023314.xml 2022-11-23T02:33:15.9192544Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20221123023314.xml 2022-11-23T02:33:15.9193103Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20221123023314.xml 2022-11-23T02:33:15.9193679Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20221123023314.xml 2022-11-23T02:33:15.9194228Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20221123023314.xml 2022-11-23T02:33:15.9194505Z 2022-11-23T02:33:15.9194851Z ##[endgroup] 2022-11-23T02:33:15.9195227Z FINISHED PRINTING LOG FILE of test_proxy_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_proxy_tensor_zxfiddmj) 2022-11-23T02:33:15.9195509Z 2022-11-23T02:33:18.8915137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:18.8916129Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:18.8916472Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:19.0547353Z Running test_pruning_op ... [2022-11-23 02:33:19.054435] 2022-11-23T02:33:19.0552922Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:19.055036] 2022-11-23T02:33:19.0554712Z Ignoring disabled issues: [] 2022-11-23T02:33:21.6408159Z 2022-11-23T02:33:21.6408887Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T02:33:21.6409650Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_gx83hu6b) 2022-11-23T02:33:21.6410548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:21.6411265Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:21.6411425Z 2022-11-23T02:33:21.6411664Z ##[endgroup] 2022-11-23T02:33:21.6412643Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_gx83hu6b) 2022-11-23T02:33:21.6412936Z 2022-11-23T02:33:24.6187515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:24.6188297Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:24.6188661Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:24.7849213Z Running test_public_bindings ... [2022-11-23 02:33:24.784481] 2022-11-23T02:33:24.7855023Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:24.785082] 2022-11-23T02:33:24.7857057Z Ignoring disabled issues: [] 2022-11-23T02:33:27.9409160Z 2022-11-23T02:33:27.9409703Z Expand the folded group to see the log file of test_public_bindings 2022-11-23T02:33:27.9410506Z ##[group]PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings__6n9j_7c) 2022-11-23T02:33:27.9411417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:27.9412136Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:27.9412296Z 2022-11-23T02:33:27.9412379Z Running tests... 2022-11-23T02:33:27.9412667Z ---------------------------------------------------------------------- 2022-11-23T02:33:27.9413036Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-11-23T02:33:27.9413361Z test_correct_module_names (__main__.TestPublicBindings) 2022-11-23T02:33:27.9413735Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.004s) 2022-11-23T02:33:27.9414094Z test_no_new_bindings (__main__.TestPublicBindings) 2022-11-23T02:33:27.9414429Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.479s) 2022-11-23T02:33:27.9414829Z 2022-11-23T02:33:27.9414990Z ---------------------------------------------------------------------- 2022-11-23T02:33:27.9415259Z Ran 2 tests in 0.484s 2022-11-23T02:33:27.9415386Z 2022-11-23T02:33:27.9415449Z OK (skipped=1) 2022-11-23T02:33:27.9415567Z 2022-11-23T02:33:27.9415666Z Generating XML reports... 2022-11-23T02:33:27.9416065Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20221123023327.xml 2022-11-23T02:33:27.9416342Z 2022-11-23T02:33:27.9416589Z ##[endgroup] 2022-11-23T02:33:27.9416969Z FINISHED PRINTING LOG FILE of test_public_bindings (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_public_bindings__6n9j_7c) 2022-11-23T02:33:27.9417250Z 2022-11-23T02:33:30.8993707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:30.8994486Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:30.8994833Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:31.0621361Z Running test_python_dispatch ... [2022-11-23 02:33:31.061571] 2022-11-23T02:33:31.0626696Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:31.062176] 2022-11-23T02:33:31.0628649Z Ignoring disabled issues: [] 2022-11-23T02:33:35.1365338Z 2022-11-23T02:33:35.1366264Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T02:33:35.1371280Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_5869skf_) 2022-11-23T02:33:35.1372723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:35.1373444Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:35.1373604Z 2022-11-23T02:33:35.1373686Z Running tests... 2022-11-23T02:33:35.1373967Z ---------------------------------------------------------------------- 2022-11-23T02:33:35.1374319Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T02:33:35.1374677Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.483s) 2022-11-23T02:33:35.1375008Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1375328Z test_basic (__main__.TestPythonDispatch) ... ok (0.012s) 2022-11-23T02:33:35.1375661Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1376020Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1376338Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T02:33:35.1376745Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1377150Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1377557Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1377966Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1378315Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1378837Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1379150Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1379496Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1379853Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1380219Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.665s) 2022-11-23T02:33:35.1380569Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1380895Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:33:35.1381186Z test_format (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1381492Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1381809Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1382164Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.011s) 2022-11-23T02:33:35.1382737Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T02:33:35.1383219Z self.assertRaisesRegexp( 2022-11-23T02:33:35.1383416Z ok (0.002s) 2022-11-23T02:33:35.1383785Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1384119Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1384465Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1384813Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1385120Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1385400Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1385727Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1386079Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1386459Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1386815Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1387150Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1387475Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1387827Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1388174Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1388527Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1388836Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1389211Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1389525Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T02:33:35.1389771Z ok (0.003s) 2022-11-23T02:33:35.1390015Z test_out (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1390324Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T02:33:35.1390630Z test_set_data (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1390951Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T02:33:35.1391266Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T02:33:35.1391592Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1392255Z 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-23T02:33:35.1392903Z warnings.warn(message, UserWarning) 2022-11-23T02:33:35.1393122Z ok (0.002s) 2022-11-23T02:33:35.1393414Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1393773Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1394105Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1394496Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T02:33:35.1394828Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1395221Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1395574Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1395937Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1396312Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T02:33:35.1396671Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1397073Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1397400Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-11-23T02:33:35.1397735Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T02:33:35.1398071Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T02:33:35.1398394Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:33:35.1398781Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.005s) 2022-11-23T02:33:35.1399131Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.001s) 2022-11-23T02:33:35.1399495Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T02:33:35.1399854Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.002s) 2022-11-23T02:33:35.1400220Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:33:35.1400642Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-11-23T02:33:35.1401293Z 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-23T02:33:35.1401891Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T02:33:35.1402276Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T02:33:35.1402604Z dispatch key: ZeroTensor 2022-11-23T02:33:35.1402978Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T02:33:35.1403531Z 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-23T02:33:35.1404019Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T02:33:35.1404296Z ok (0.006s) 2022-11-23T02:33:35.1404541Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:33:35.1404895Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T02:33:35.1405096Z 2022-11-23T02:33:35.1405256Z ---------------------------------------------------------------------- 2022-11-23T02:33:35.1405589Z Ran 72 tests in 1.328s 2022-11-23T02:33:35.1405710Z 2022-11-23T02:33:35.1405787Z OK (skipped=1) 2022-11-23T02:33:35.1405899Z 2022-11-23T02:33:35.1405993Z Generating XML reports... 2022-11-23T02:33:35.1406365Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123023333.xml 2022-11-23T02:33:35.1406939Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123023333.xml 2022-11-23T02:33:35.1407521Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123023333.xml 2022-11-23T02:33:35.1407801Z 2022-11-23T02:33:35.1408097Z ##[endgroup] 2022-11-23T02:33:35.1408472Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_5869skf_) 2022-11-23T02:33:35.1408752Z 2022-11-23T02:33:38.0959373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:38.0960146Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:38.0960720Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:38.2662880Z Running test_pytree ... [2022-11-23 02:33:38.265512] 2022-11-23T02:33:38.2667818Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:38.266118] 2022-11-23T02:33:38.2669706Z Ignoring disabled issues: [] 2022-11-23T02:33:41.5264166Z 2022-11-23T02:33:41.5265581Z Expand the folded group to see the log file of test_pytree 2022-11-23T02:33:41.5266957Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_xko4jact) 2022-11-23T02:33:41.5267834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:41.5268536Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:41.5268697Z 2022-11-23T02:33:41.5268779Z Running tests... 2022-11-23T02:33:41.5269042Z ---------------------------------------------------------------------- 2022-11-23T02:33:41.5269396Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T02:33:41.5269738Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.483s) 2022-11-23T02:33:41.5270061Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-11-23T02:33:41.5270374Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-11-23T02:33:41.5270688Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.004s) 2022-11-23T02:33:41.5272399Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-11-23T02:33:41.5272732Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.002s) 2022-11-23T02:33:41.5273050Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-11-23T02:33:41.5273379Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.004s) 2022-11-23T02:33:41.5273714Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-11-23T02:33:41.5274042Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.003s) 2022-11-23T02:33:41.5274320Z test_tree_all_any (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:33:41.5274830Z test_tree_only (__main__.TestPytree) ... ok (0.006s) 2022-11-23T02:33:41.5275103Z test_treemap (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:33:41.5275391Z test_treespec_equality (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:33:41.5275683Z test_treespec_repr (__main__.TestPytree) ... ok (0.000s) 2022-11-23T02:33:41.5275847Z 2022-11-23T02:33:41.5276014Z ---------------------------------------------------------------------- 2022-11-23T02:33:41.5276262Z Ran 15 tests in 0.516s 2022-11-23T02:33:41.5276387Z 2022-11-23T02:33:41.5276455Z OK 2022-11-23T02:33:41.5276556Z 2022-11-23T02:33:41.5276653Z Generating XML reports... 2022-11-23T02:33:41.5278455Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123023340.xml 2022-11-23T02:33:41.5278709Z 2022-11-23T02:33:41.5279085Z ##[endgroup] 2022-11-23T02:33:41.5279428Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_xko4jact) 2022-11-23T02:33:41.5279700Z 2022-11-23T02:33:44.4931466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:33:44.4932244Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:33:44.4932606Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:33:44.6564860Z Running test_quantization ... [2022-11-23 02:33:44.655818] 2022-11-23T02:33:44.6569571Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:44.656422] 2022-11-23T02:33:44.6571479Z Ignoring disabled issues: [] 2022-11-23T02:45:40.3397669Z 2022-11-23T02:45:40.3401573Z Expand the folded group to see the log file of test_quantization 2022-11-23T02:45:40.3402440Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_b8pbeatf) 2022-11-23T02:45:40.3418300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:40.3419027Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:40.3420300Z 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:45:40.3420917Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:45:40.3421124Z 2022-11-23T02:45:40.3421189Z Running tests... 2022-11-23T02:45:40.3421485Z ---------------------------------------------------------------------- 2022-11-23T02:45:40.3422941Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T02:45:40.3423724Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.023s) 2022-11-23T02:45:40.3424797Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3425501Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3426038Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3426776Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3427348Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3427894Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3428431Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3429085Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3429751Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3430330Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T02:45:40.3430874Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:45:40.3431510Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.002s) 2022-11-23T02:45:40.3432076Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:45:40.3432524Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T02:45:40.3432966Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T02:45:40.3433411Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2022-11-23T02:45:40.3433930Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3434467Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-11-23T02:45:40.3435061Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:45:40.3435793Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:45:40.3436536Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T02:45:40.3437213Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T02:45:40.3437928Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3438677Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.003s) 2022-11-23T02:45:40.3439381Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3440037Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3440699Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3441348Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.006s) 2022-11-23T02:45:40.3442028Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3442755Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3443448Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3444130Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3444912Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3445562Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.010s) 2022-11-23T02:45:40.3446239Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3446892Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3447648Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3448254Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T02:45:40.3448836Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3449382Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T02:45:40.3450013Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3450623Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3451146Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.000s) 2022-11-23T02:45:40.3451599Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3452123Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T02:45:40.3452649Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3453089Z Tests the migration of the torch.nn.quantized.modules ... ok (0.010s) 2022-11-23T02:45:40.3453525Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T02:45:40.3453927Z Tests the migration of the torch.nn.quantized.modules ... ok (0.000s) 2022-11-23T02:45:40.3454433Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3455067Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3456290Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3456824Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.010s) 2022-11-23T02:45:40.3457346Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3457868Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3458408Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3458926Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3459454Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3459966Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3460503Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3461110Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.010s) 2022-11-23T02:45:40.3461695Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3462290Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3462829Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3463325Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3463902Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3464442Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3464978Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3465500Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T02:45:40.3466080Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.010s) 2022-11-23T02:45:40.3466594Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T02:45:40.3467145Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3467684Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3468199Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3468715Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3469231Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3469759Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3470277Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3470789Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3471295Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3471831Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3472391Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3472948Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T02:45:40.3473496Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3473997Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3474506Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3475075Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3475590Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3476117Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3476617Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3477137Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3477651Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3478178Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3478763Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3479323Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T02:45:40.3479899Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-11-23T02:45:40.3480372Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:45:40.3480813Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-11-23T02:45:40.3481247Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:45:40.3481693Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:45:40.3482153Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T02:45:40.3482614Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.010s) 2022-11-23T02:45:40.3483082Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3483539Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3484016Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3484475Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3485004Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3485509Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3486027Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:45:40.3486505Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T02:45:40.3486983Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3487446Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3487972Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:45:40.3488476Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T02:45:40.3488909Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T02:45:40.3489414Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.723s) 2022-11-23T02:45:40.3489877Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.132s) 2022-11-23T02:45:40.3490326Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.840s) 2022-11-23T02:45:40.3490756Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.388s) 2022-11-23T02:45:40.3491278Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.019s) 2022-11-23T02:45:40.3491787Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.174s) 2022-11-23T02:45:40.3492578Z 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:45:40.3493479Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-11-23T02:45:40.3494123Z 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:45:40.3494658Z warnings.warn( 2022-11-23T02:45:40.3495214Z 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:45:40.3495744Z warnings.warn( 2022-11-23T02:45:40.3496297Z 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:45:40.3496812Z warnings.warn( 2022-11-23T02:45:40.3497404Z 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:45:40.3497963Z warnings.warn( 2022-11-23T02:45:40.3498144Z ok (0.212s) 2022-11-23T02:45:40.3498761Z 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:45:40.3499424Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-11-23T02:45:40.3500092Z 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:45:40.3500594Z warnings.warn( 2022-11-23T02:45:40.3501136Z 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:45:40.3501634Z warnings.warn( 2022-11-23T02:45:40.3502162Z 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:45:40.3503228Z warnings.warn( 2022-11-23T02:45:40.3503489Z ok (0.126s) 2022-11-23T02:45:40.3503845Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.011s) 2022-11-23T02:45:40.3504369Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:45:40.3504780Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.005s) 2022-11-23T02:45:40.3505193Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:45:40.3505600Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.014s) 2022-11-23T02:45:40.3505992Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:45:40.3506705Z 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:45:40.3507316Z warnings.warn( 2022-11-23T02:45:40.3507584Z ok (0.009s) 2022-11-23T02:45:40.3507892Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:45:40.3508303Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.003s) 2022-11-23T02:45:40.3508714Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T02:45:40.3509080Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-11-23T02:45:40.3509875Z 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:45:40.3510590Z warnings.warn(message, UserWarning) 2022-11-23T02:45:40.3510810Z ok (0.153s) 2022-11-23T02:45:40.3511463Z 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:45:40.3512080Z warnings.warn( 2022-11-23T02:45:40.3512271Z ok (0.440s) 2022-11-23T02:45:40.3512913Z 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:45:40.3513534Z warnings.warn( 2022-11-23T02:45:40.3513704Z ok (0.479s) 2022-11-23T02:45:40.3514337Z 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:45:40.3514994Z warnings.warn( 2022-11-23T02:45:40.3515183Z ok (0.464s) 2022-11-23T02:45:40.3515919Z 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:45:40.3516685Z warnings.warn( 2022-11-23T02:45:40.3516879Z ok (0.430s) 2022-11-23T02:45:40.3517546Z 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:45:40.3518187Z warnings.warn( 2022-11-23T02:45:40.3518382Z ok (0.407s) 2022-11-23T02:45:40.3519065Z 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:45:40.3519767Z warnings.warn( 2022-11-23T02:45:40.3519958Z ok (0.439s) 2022-11-23T02:45:40.3520287Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.008s) 2022-11-23T02:45:40.3520760Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (9.132s) 2022-11-23T02:45:40.3521261Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.198s) 2022-11-23T02:45:40.3521743Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.014s) 2022-11-23T02:45:40.3522202Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:45:40.3522700Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-11-23T02:45:40.3523154Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:45:40.3523628Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T02:45:40.3524146Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-11-23T02:45:40.3524700Z 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:45:40.3525228Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3525627Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3526027Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3526414Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3526797Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3527178Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3527649Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3528100Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3528496Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3528945Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3529337Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3529773Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3530223Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3530582Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3530971Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3531364Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3531751Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3532138Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3532411Z ok (0.061s) 2022-11-23T02:45:40.3532704Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.164s) 2022-11-23T02:45:40.3533156Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.022s) 2022-11-23T02:45:40.3533608Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.283s) 2022-11-23T02:45:40.3534083Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.691s) 2022-11-23T02:45:40.3534516Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.199s) 2022-11-23T02:45:40.3535028Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:45:40.3535389Z Sanity checks on _equalize.converged working ... ok (0.002s) 2022-11-23T02:45:40.3535745Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:45:40.3536148Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-11-23T02:45:40.3536528Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:45:40.3536906Z First checks to see if _equalize.equalize can handle multiple ... ok (0.021s) 2022-11-23T02:45:40.3537299Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:45:40.3537677Z Checks to see if eager mode equalization supports fused ... ok (0.035s) 2022-11-23T02:45:40.3538040Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T02:45:40.3538417Z Checks to see if eager mode equalization supports fused ... ok (0.029s) 2022-11-23T02:45:40.3538791Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.256s) 2022-11-23T02:45:40.3539225Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3539957Z 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:45:40.3540601Z warnings.warn( 2022-11-23T02:45:40.3541219Z 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:45:40.3541816Z warnings.warn( 2022-11-23T02:45:40.3541991Z ok (0.804s) 2022-11-23T02:45:40.3542302Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3542910Z 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:45:40.3543382Z warnings.warn( 2022-11-23T02:45:40.3543807Z 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:45:40.3544260Z warnings.warn( 2022-11-23T02:45:40.3544457Z ok (0.041s) 2022-11-23T02:45:40.3544750Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3545497Z 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:45:40.3546178Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3546904Z 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:45:40.3547528Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3548267Z 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:45:40.3548863Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3549480Z 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:45:40.3550070Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3550678Z 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:45:40.3551267Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3551922Z 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:45:40.3552563Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3552828Z ok (3.985s) 2022-11-23T02:45:40.3553208Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3553621Z After applying the equalization functions, check if the equalization ... ok (0.104s) 2022-11-23T02:45:40.3554020Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3554640Z 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:45:40.3555127Z warnings.warn( 2022-11-23T02:45:40.3555612Z 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:45:40.3556083Z warnings.warn( 2022-11-23T02:45:40.3556652Z 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:45:40.3557184Z warnings.warn( 2022-11-23T02:45:40.3557637Z 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:45:40.3558047Z warnings.warn( 2022-11-23T02:45:40.3558279Z ok (0.602s) 2022-11-23T02:45:40.3558581Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3558970Z Tests that graphs created after prepare_fx is as expected ... ok (0.367s) 2022-11-23T02:45:40.3559403Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3559794Z Tests that for small models, the results of quantized models that ... ok (0.276s) 2022-11-23T02:45:40.3560190Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3560589Z After applying the equalization functions check if the weights and ... ok (0.096s) 2022-11-23T02:45:40.3560946Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T02:45:40.3561321Z Tests that we are able to run numeric suite on the equalized model ... ok (0.314s) 2022-11-23T02:45:40.3561799Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.123s) 2022-11-23T02:45:40.3562258Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.073s) 2022-11-23T02:45:40.3562709Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.052s) 2022-11-23T02:45:40.3563117Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:45:40.3563460Z Verify that graph matching works on methods ... ok (0.064s) 2022-11-23T02:45:40.3563805Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.203s) 2022-11-23T02:45:40.3564527Z 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:45:40.3565163Z warnings.warn( 2022-11-23T02:45:40.3565409Z ok (0.150s) 2022-11-23T02:45:40.3565719Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:45:40.3566111Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-11-23T02:45:40.3566502Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.086s) 2022-11-23T02:45:40.3567248Z 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:45:40.3568028Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3568305Z ok (0.211s) 2022-11-23T02:45:40.3568617Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.101s) 2022-11-23T02:45:40.3569040Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.077s) 2022-11-23T02:45:40.3569455Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.191s) 2022-11-23T02:45:40.3569875Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.109s) 2022-11-23T02:45:40.3570289Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T02:45:40.3570776Z Verify that graph matching works on user defined functions ... ok (0.056s) 2022-11-23T02:45:40.3571201Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:45:40.3571748Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T02:45:40.3572300Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:45:40.3573178Z 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:45:40.3573932Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T02:45:40.3574184Z ok (3.415s) 2022-11-23T02:45:40.3574555Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:45:40.3576052Z 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:45:40.3576851Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3577113Z ok (0.887s) 2022-11-23T02:45:40.3577498Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.510s) 2022-11-23T02:45:40.3577967Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3578430Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:45:40.3579004Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-11-23T02:45:40.3579470Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T02:45:40.3579716Z ok (0.286s) 2022-11-23T02:45:40.3580056Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.174s) 2022-11-23T02:45:40.3580538Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.658s) 2022-11-23T02:45:40.3581032Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.128s) 2022-11-23T02:45:40.3581856Z 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:45:40.3582567Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3583235Z 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:45:40.3583866Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3584580Z 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:45:40.3585146Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3585714Z 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:45:40.3586277Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3586538Z ok (1.206s) 2022-11-23T02:45:40.3586882Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.203s) 2022-11-23T02:45:40.3587386Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:45:40.3587888Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.204s) 2022-11-23T02:45:40.3588408Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.238s) 2022-11-23T02:45:40.3588998Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.561s) 2022-11-23T02:45:40.3589516Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.511s) 2022-11-23T02:45:40.3589995Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.376s) 2022-11-23T02:45:40.3590455Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.406s) 2022-11-23T02:45:40.3590919Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.073s) 2022-11-23T02:45:40.3591677Z 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:45:40.3592480Z 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:45:40.3593087Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-11-23T02:45:40.3593667Z 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:45:40.3594251Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-11-23T02:45:40.3594876Z 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:45:40.3595273Z ok (0.244s) 2022-11-23T02:45:40.3595663Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.264s) 2022-11-23T02:45:40.3596128Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.130s) 2022-11-23T02:45:40.3596577Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.135s) 2022-11-23T02:45:40.3597028Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.488s) 2022-11-23T02:45:40.3597481Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.579s) 2022-11-23T02:45:40.3598013Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.540s) 2022-11-23T02:45:40.3598507Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.075s) 2022-11-23T02:45:40.3598990Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.338s) 2022-11-23T02:45:40.3599446Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.062s) 2022-11-23T02:45:40.3599920Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.132s) 2022-11-23T02:45:40.3600373Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3600967Z 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:45:40.3601606Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3601933Z ok (1.613s) 2022-11-23T02:45:40.3602266Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.125s) 2022-11-23T02:45:40.3602782Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.857s) 2022-11-23T02:45:40.3603254Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.429s) 2022-11-23T02:45:40.3603710Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3624358Z Verify that add_loggers works on methods ... ok (0.342s) 2022-11-23T02:45:40.3624993Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.799s) 2022-11-23T02:45:40.3625533Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.545s) 2022-11-23T02:45:40.3626202Z 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:45:40.3626888Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T02:45:40.3627482Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:45:40.3628115Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:45:40.3628616Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T02:45:40.3629159Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T02:45:40.3629772Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:45:40.3630420Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:45:40.3631103Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3631774Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:45:40.3632298Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T02:45:40.3632877Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T02:45:40.3633623Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T02:45:40.3634190Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T02:45:40.3634853Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3635452Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:45:40.3635868Z ok (1.978s) 2022-11-23T02:45:40.3636205Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3636666Z Tests that all the ops quantization cares about have input and output ... ok (0.013s) 2022-11-23T02:45:40.3637224Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3637896Z 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:45:40.3638621Z 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:45:40.3639159Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:45:40.3639782Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:45:40.3640418Z 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:45:40.3640999Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T02:45:40.3641336Z ok (0.823s) 2022-11-23T02:45:40.3641979Z 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:45:40.3642740Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:45:40.3643399Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3644032Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T02:45:40.3644436Z ok (0.438s) 2022-11-23T02:45:40.3644835Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3645250Z Verifies that we can match pairs of ops which have the same aten ... ok (0.625s) 2022-11-23T02:45:40.3645720Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.102s) 2022-11-23T02:45:40.3646273Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.219s) 2022-11-23T02:45:40.3646819Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3647460Z 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:45:40.3648305Z 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:45:40.3649143Z 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:45:40.3649564Z ok (0.487s) 2022-11-23T02:45:40.3649944Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3650601Z 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:45:40.3651214Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T02:45:40.3651714Z 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:45:40.3652349Z 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:45:40.3652792Z ok (0.430s) 2022-11-23T02:45:40.3653152Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T02:45:40.3653992Z 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:45:40.3654594Z warnings.warn( 2022-11-23T02:45:40.3654798Z ok (0.353s) 2022-11-23T02:45:40.3655195Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.138s) 2022-11-23T02:45:40.3655801Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.670s) 2022-11-23T02:45:40.3656361Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.802s) 2022-11-23T02:45:40.3657268Z 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:45:40.3658081Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-11-23T02:45:40.3658771Z 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:45:40.3659392Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-11-23T02:45:40.3659640Z ok (0.295s) 2022-11-23T02:45:40.3659978Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.787s) 2022-11-23T02:45:40.3660496Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.946s) 2022-11-23T02:45:40.3661015Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.165s) 2022-11-23T02:45:40.3661572Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.974s) 2022-11-23T02:45:40.3662115Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.569s) 2022-11-23T02:45:40.3662723Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.428s) 2022-11-23T02:45:40.3663211Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-11-23T02:45:40.3663699Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-11-23T02:45:40.3664198Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (7.014s) 2022-11-23T02:45:40.3664886Z 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:45:40.3665630Z 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:45:40.3666215Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3666771Z 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:45:40.3667420Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3668034Z 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:45:40.3668706Z 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:45:40.3669291Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3669828Z 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:45:40.3670382Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T02:45:40.3670716Z ok (7.163s) 2022-11-23T02:45:40.3671179Z 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:45:40.3671602Z ok (0.094s) 2022-11-23T02:45:40.3672582Z 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:45:40.3673779Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:45:40.3674238Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:45:40.3674546Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:45:40.3674920Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:45:40.3675446Z `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:45:40.3675747Z ok (0.434s) 2022-11-23T02:45:40.3676200Z 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:45:40.3676678Z ok (0.032s) 2022-11-23T02:45:40.3677137Z 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:45:40.3677558Z ok (0.102s) 2022-11-23T02:45:40.3677912Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.058s) 2022-11-23T02:45:40.3678405Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.001s) 2022-11-23T02:45:40.3678982Z 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:45:40.3679582Z 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:45:40.3680109Z `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:45:40.3680479Z ok (0.044s) 2022-11-23T02:45:40.3680825Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2022-11-23T02:45:40.3681448Z 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:45:40.3681889Z ok (0.093s) 2022-11-23T02:45:40.3682361Z 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:45:40.3682799Z ok (0.103s) 2022-11-23T02:45:40.3683128Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.002s) 2022-11-23T02:45:40.3683749Z 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:45:40.3684186Z ok (0.108s) 2022-11-23T02:45:40.3684535Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.000s) 2022-11-23T02:45:40.3685001Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.241s) 2022-11-23T02:45:40.3685441Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-11-23T02:45:40.3685936Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-11-23T02:45:40.3686407Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:45:40.3686842Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.374s) 2022-11-23T02:45:40.3687369Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-11-23T02:45:40.3687956Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:45:40.3688414Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:45:40.3688843Z Tests the backward method. ... skip: temporarily disable the test (0.010s) 2022-11-23T02:45:40.3689250Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-11-23T02:45:40.3689744Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T02:45:40.3690199Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.019s) 2022-11-23T02:45:40.3690643Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.999s) 2022-11-23T02:45:40.3691127Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-11-23T02:45:40.3691647Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.150s) 2022-11-23T02:45:40.3692374Z 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:45:40.3693006Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T02:45:40.3693337Z ok (0.008s) 2022-11-23T02:45:40.3693687Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:45:40.3694066Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.168s) 2022-11-23T02:45:40.3694484Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-11-23T02:45:40.3694979Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:45:40.3695478Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-11-23T02:45:40.3695910Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T02:45:40.3696297Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.168s) 2022-11-23T02:45:40.3696715Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-11-23T02:45:40.3697191Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-11-23T02:45:40.3697745Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-11-23T02:45:40.3698196Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.172s) 2022-11-23T02:45:40.3698740Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-11-23T02:45:40.3699306Z 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:45:40.3699902Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-11-23T02:45:40.3700391Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.393s) 2022-11-23T02:45:40.3700885Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:45:40.3701357Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.235s) 2022-11-23T02:45:40.3701852Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-11-23T02:45:40.3702502Z 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:45:40.3703082Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T02:45:40.3703566Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.110s) 2022-11-23T02:45:40.3704082Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.036s) 2022-11-23T02:45:40.3704557Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T02:45:40.3704928Z Test case that checks whether forward pre hooks of the first module and ... ok (0.018s) 2022-11-23T02:45:40.3705326Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.002s) 2022-11-23T02:45:40.3705716Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.052s) 2022-11-23T02:45:40.3706170Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.385s) 2022-11-23T02:45:40.3706620Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.061s) 2022-11-23T02:45:40.3707030Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-11-23T02:45:40.3707438Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.002s) 2022-11-23T02:45:40.3707848Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.173s) 2022-11-23T02:45:40.3708251Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.146s) 2022-11-23T02:45:40.3708781Z 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.003s) 2022-11-23T02:45:40.3709263Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.032s) 2022-11-23T02:45:40.3709699Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-11-23T02:45:40.3710083Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-11-23T02:45:40.3710504Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-11-23T02:45:40.3710870Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-11-23T02:45:40.3711243Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:45:40.3711609Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-11-23T02:45:40.3711994Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:45:40.3712356Z This test tests two keys in backend_config: root_node_getter and ... ok (0.005s) 2022-11-23T02:45:40.3712721Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-11-23T02:45:40.3713089Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T02:45:40.3713395Z TODO: add test for all fused modules ... ok (0.052s) 2022-11-23T02:45:40.3713759Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.008s) 2022-11-23T02:45:40.3714216Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-11-23T02:45:40.3714654Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:45:40.3715153Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.010s) 2022-11-23T02:45:40.3715564Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T02:45:40.3716020Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.066s) 2022-11-23T02:45:40.3716491Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.017s) 2022-11-23T02:45:40.3716968Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.021s) 2022-11-23T02:45:40.3717452Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.027s) 2022-11-23T02:45:40.3717933Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.046s) 2022-11-23T02:45:40.3718404Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.043s) 2022-11-23T02:45:40.3718879Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-11-23T02:45:40.3719350Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.006s) 2022-11-23T02:45:40.3719881Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.013s) 2022-11-23T02:45:40.3720397Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.030s) 2022-11-23T02:45:40.3720883Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.081s) 2022-11-23T02:45:40.3721428Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.089s) 2022-11-23T02:45:40.3722028Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.019s) 2022-11-23T02:45:40.3722571Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.036s) 2022-11-23T02:45:40.3723031Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.135s) 2022-11-23T02:45:40.3723486Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.036s) 2022-11-23T02:45:40.3723986Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.051s) 2022-11-23T02:45:40.3724407Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3724744Z Tests the constructor of the ModelReport class. ... ok (0.020s) 2022-11-23T02:45:40.3725125Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3725509Z Tests for generation of qconfigs by ModelReport API ... ok (0.069s) 2022-11-23T02:45:40.3725875Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3726623Z 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:45:40.3727292Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-11-23T02:45:40.3727640Z ok (0.271s) 2022-11-23T02:45:40.3727988Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3728468Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.052s) 2022-11-23T02:45:40.3728973Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3729400Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.043s) 2022-11-23T02:45:40.3729830Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T02:45:40.3730206Z Tests for generation of qconfigs by ModelReport API ... ok (0.072s) 2022-11-23T02:45:40.3730627Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.084s) 2022-11-23T02:45:40.3731155Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:45:40.3731662Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2022-11-23T02:45:40.3732185Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:45:40.3732752Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:45:40.3733361Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T02:45:40.3733970Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.001s) 2022-11-23T02:45:40.3734508Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.010s) 2022-11-23T02:45:40.3735011Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.031s) 2022-11-23T02:45:40.3735448Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.141s) 2022-11-23T02:45:40.3735899Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.003s) 2022-11-23T02:45:40.3736343Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.019s) 2022-11-23T02:45:40.3736798Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:45:40.3737151Z Tests the generate_table_view() ... ok (0.036s) 2022-11-23T02:45:40.3737507Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:45:40.3737853Z Tests the generate_table_view() ... ok (0.045s) 2022-11-23T02:45:40.3738205Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:45:40.3738554Z Tests the generate_table_view() ... ok (0.034s) 2022-11-23T02:45:40.3738909Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T02:45:40.3739314Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.198s) 2022-11-23T02:45:40.3739728Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (28.784s) 2022-11-23T02:45:40.3740259Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (7.169s) 2022-11-23T02:45:40.3740785Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T02:45:40.3741174Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.003s) 2022-11-23T02:45:40.3741587Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.517s) 2022-11-23T02:45:40.3742113Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.983s) 2022-11-23T02:45:40.3743147Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.674s) 2022-11-23T02:45:40.3743611Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.257s) 2022-11-23T02:45:40.3744095Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.056s) 2022-11-23T02:45:40.3744573Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.118s) 2022-11-23T02:45:40.3745047Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.437s) 2022-11-23T02:45:40.3745538Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.154s) 2022-11-23T02:45:40.3746085Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.191s) 2022-11-23T02:45:40.3746634Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-11-23T02:45:40.3747128Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.693s) 2022-11-23T02:45:40.3747681Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.020s) 2022-11-23T02:45:40.3748219Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.251s) 2022-11-23T02:45:40.3748705Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.214s) 2022-11-23T02:45:40.3749190Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-11-23T02:45:40.3749661Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.689s) 2022-11-23T02:45:40.3750137Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-11-23T02:45:40.3750610Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.650s) 2022-11-23T02:45:40.3751093Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-11-23T02:45:40.3751570Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.172s) 2022-11-23T02:45:40.3752099Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.006s) 2022-11-23T02:45:40.3752629Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.690s) 2022-11-23T02:45:40.3753098Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-11-23T02:45:40.3753633Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:45:40.3754115Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T02:45:40.3754572Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.006s) 2022-11-23T02:45:40.3755011Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-11-23T02:45:40.3755452Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:45:40.3755853Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.008s) 2022-11-23T02:45:40.3756307Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:45:40.3756642Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-11-23T02:45:40.3757003Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.029s) 2022-11-23T02:45:40.3757455Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.033s) 2022-11-23T02:45:40.3757965Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:45:40.3758397Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:45:40.3758861Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.139s) 2022-11-23T02:45:40.3759279Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.408s) 2022-11-23T02:45:40.3759679Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.114s) 2022-11-23T02:45:40.3760080Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T02:45:40.3760458Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.293s) 2022-11-23T02:45:40.3760957Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.001s) 2022-11-23T02:45:40.3761399Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.002s) 2022-11-23T02:45:40.3762021Z 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:45:40.3762516Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:45:40.3762734Z ok (9.639s) 2022-11-23T02:45:40.3763026Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.461s) 2022-11-23T02:45:40.3763786Z 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.002s) 2022-11-23T02:45:40.3764695Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:45:40.3765259Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:45:40.3765836Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:45:40.3766383Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T02:45:40.3766920Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:45:40.3767478Z 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.002s) 2022-11-23T02:45:40.3768154Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T02:45:40.3768693Z 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:45:40.3769310Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.006s) 2022-11-23T02:45:40.3769863Z 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:45:40.3770481Z 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:45:40.3771094Z 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:45:40.3771898Z 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:45:40.3772562Z warnings.warn( 2022-11-23T02:45:40.3772747Z ok (0.033s) 2022-11-23T02:45:40.3773048Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.063s) 2022-11-23T02:45:40.3773516Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.004s) 2022-11-23T02:45:40.3773939Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.118s) 2022-11-23T02:45:40.3774356Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.016s) 2022-11-23T02:45:40.3775543Z 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:45:40.3776668Z if param.grad is not None: 2022-11-23T02:45:40.3776865Z ok (0.115s) 2022-11-23T02:45:40.3777204Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.106s) 2022-11-23T02:45:40.3777649Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.522s) 2022-11-23T02:45:40.3778091Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.031s) 2022-11-23T02:45:40.3778859Z 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:45:40.3779513Z ok (0.603s) 2022-11-23T02:45:40.3779830Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.618s) 2022-11-23T02:45:40.3780299Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.722s) 2022-11-23T02:45:40.3780770Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.133s) 2022-11-23T02:45:40.3781228Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.145s) 2022-11-23T02:45:40.3781701Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.124s) 2022-11-23T02:45:40.3782284Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.048s) 2022-11-23T02:45:40.3782806Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.055s) 2022-11-23T02:45:40.3783276Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.028s) 2022-11-23T02:45:40.3783713Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.033s) 2022-11-23T02:45:40.3784129Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.034s) 2022-11-23T02:45:40.3784545Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.039s) 2022-11-23T02:45:40.3784976Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-11-23T02:45:40.3785415Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.030s) 2022-11-23T02:45:40.3785853Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.041s) 2022-11-23T02:45:40.3786272Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.532s) 2022-11-23T02:45:40.3786760Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.030s) 2022-11-23T02:45:40.3787204Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-11-23T02:45:40.3787618Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.029s) 2022-11-23T02:45:40.3788084Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-11-23T02:45:40.3788566Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.005s) 2022-11-23T02:45:40.3789065Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3789507Z Test post-training dynamic quantization on preserving ... ok (0.003s) 2022-11-23T02:45:40.3789925Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.143s) 2022-11-23T02:45:40.3790371Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3790742Z Test quantization for nested model, top level 'fc3' and ... ok (1.037s) 2022-11-23T02:45:40.3791117Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3791501Z Another test case for quantized, we will quantize all submodules ... ok (1.209s) 2022-11-23T02:45:40.3791885Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3792256Z More complicated nested test case with child qconfig overrides ... ok (1.200s) 2022-11-23T02:45:40.3792670Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3793073Z Test quantization for per_channel dynamic quantization ... ok (0.458s) 2022-11-23T02:45:40.3793464Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3793948Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.798s) 2022-11-23T02:45:40.3794422Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3794935Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.862s) 2022-11-23T02:45:40.3795425Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3795906Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.525s) 2022-11-23T02:45:40.3796327Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3796736Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.456s) 2022-11-23T02:45:40.3797156Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T02:45:40.3797538Z Test quantization for nested model, top level 'fc3' and ... ok (0.697s) 2022-11-23T02:45:40.3797921Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3798256Z Test quantization of activations ... ok (0.963s) 2022-11-23T02:45:40.3798639Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3799061Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.000s) 2022-11-23T02:45:40.3799502Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3799946Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.010s) 2022-11-23T02:45:40.3800504Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3801022Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.000s) 2022-11-23T02:45:40.3801440Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.020s) 2022-11-23T02:45:40.3801905Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.017s) 2022-11-23T02:45:40.3802376Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.746s) 2022-11-23T02:45:40.3802823Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3803192Z User inserts QuantStub and DeQuantStub in model code ... ok (0.597s) 2022-11-23T02:45:40.3803566Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3803921Z Test quantization for nested model, top level 'fc3' and ... ok (1.093s) 2022-11-23T02:45:40.3804314Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.494s) 2022-11-23T02:45:40.3804746Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3805124Z More complicated nested test case with child qconfig overrides ... ok (1.540s) 2022-11-23T02:45:40.3805518Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3806352Z 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:45:40.3807052Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-11-23T02:45:40.3807307Z ok (0.714s) 2022-11-23T02:45:40.3807698Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3808119Z Test the post-training quantization flow, serialization and scripting ... ok (0.130s) 2022-11-23T02:45:40.3808541Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3808962Z Test the post-training quantization flow, serialization and scripting ... ok (0.133s) 2022-11-23T02:45:40.3809418Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.006s) 2022-11-23T02:45:40.3809954Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3810345Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.390s) 2022-11-23T02:45:40.3810735Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3811157Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.365s) 2022-11-23T02:45:40.3811568Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3811997Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.197s) 2022-11-23T02:45:40.3812473Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3812894Z The case when we want to skip quantizing some layers ... ok (3.534s) 2022-11-23T02:45:40.3813250Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T02:45:40.3813661Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.578s) 2022-11-23T02:45:40.3814089Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.003s) 2022-11-23T02:45:40.3815071Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.220s) 2022-11-23T02:45:40.3815499Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:45:40.3815872Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.003s) 2022-11-23T02:45:40.3816273Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.427s) 2022-11-23T02:45:40.3816701Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.670s) 2022-11-23T02:45:40.3817132Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.455s) 2022-11-23T02:45:40.3817579Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.469s) 2022-11-23T02:45:40.3818066Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-11-23T02:45:40.3818532Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:45:40.3818981Z Using FakeQuant in evaluation only mode, ... ok (0.037s) 2022-11-23T02:45:40.3819363Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.018s) 2022-11-23T02:45:40.3819782Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.832s) 2022-11-23T02:45:40.3820221Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.007s) 2022-11-23T02:45:40.3820680Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-11-23T02:45:40.3821118Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T02:45:40.3821517Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.167s) 2022-11-23T02:45:40.3821956Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.079s) 2022-11-23T02:45:40.3822432Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.437s) 2022-11-23T02:45:40.3822890Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.015s) 2022-11-23T02:45:40.3823355Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:45:40.3823820Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.010s) 2022-11-23T02:45:40.3824422Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T02:45:40.3824956Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.048s) 2022-11-23T02:45:40.3825471Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-11-23T02:45:40.3825915Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T02:45:40.3826417Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T02:45:40.3826876Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3827238Z Verifies that calculating a size of a quantized tensor works ... ok (0.041s) 2022-11-23T02:45:40.3827595Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.162s) 2022-11-23T02:45:40.3827985Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3828353Z Test to make sure the backend_config check for weight and bias ... ok (0.014s) 2022-11-23T02:45:40.3828776Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3829420Z 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:45:40.3830709Z 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 0x0000024632A73280>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632A73280>}) 2022-11-23T02:45:40.3831709Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:45:40.3832217Z 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:45:40.3833346Z 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 0x00000246241B89D0>}, 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 0x00000246241B89D0>}) 2022-11-23T02:45:40.3834296Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T02:45:40.3835057Z 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:45:40.3835785Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-11-23T02:45:40.3836038Z ok (0.053s) 2022-11-23T02:45:40.3836436Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3837797Z 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 0x0000024632A7C430>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632A7C430>}) 2022-11-23T02:45:40.3838982Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:45:40.3840226Z 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 0x0000024632A73040>}, 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 0x0000024632A73040>}) 2022-11-23T02:45:40.3841350Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T02:45:40.3842232Z 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:45:40.3843096Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-11-23T02:45:40.3843347Z ok (0.072s) 2022-11-23T02:45:40.3843654Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3844048Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.011s) 2022-11-23T02:45:40.3844438Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.236s) 2022-11-23T02:45:40.3844810Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3845157Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.925s) 2022-11-23T02:45:40.3845522Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3845826Z Test quantizing conv and linear ... ok (2.006s) 2022-11-23T02:45:40.3846145Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3846507Z Test quantizing functional conv and linear with reference option ... ok (1.874s) 2022-11-23T02:45:40.3846871Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.100s) 2022-11-23T02:45:40.3847271Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-11-23T02:45:40.3847808Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3848371Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3848914Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3849643Z 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:45:40.3850229Z warnings.warn( 2022-11-23T02:45:40.3850774Z 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:45:40.3851363Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3851976Z 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:45:40.3852603Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3852860Z ok (0.271s) 2022-11-23T02:45:40.3853162Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3853552Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.012s) 2022-11-23T02:45:40.3853951Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3854346Z Test the output of CopyNode to have the same ... ok (0.058s) 2022-11-23T02:45:40.3854691Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.111s) 2022-11-23T02:45:40.3855090Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3855520Z Tests that the flow still works when the input of custom module ... ok (0.035s) 2022-11-23T02:45:40.3855890Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-11-23T02:45:40.3856300Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3856641Z Make sure default quant is inserted properly ... ok (0.026s) 2022-11-23T02:45:40.3856960Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3857287Z Test to make sure dequantize node are placed before ... ok (0.330s) 2022-11-23T02:45:40.3857619Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3857947Z Make sure quantization runs for models with dictionary output ... ok (0.032s) 2022-11-23T02:45:40.3858375Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3858731Z Tests input for dynamic linear being used by multiple ops ... ok (0.064s) 2022-11-23T02:45:40.3859086Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.099s) 2022-11-23T02:45:40.3859474Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3859820Z Test that weight observer is run in convert step ... ok (0.022s) 2022-11-23T02:45:40.3860153Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3860888Z 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:45:40.3861664Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3861929Z ok (0.076s) 2022-11-23T02:45:40.3862223Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3862594Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.051s) 2022-11-23T02:45:40.3862950Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3863288Z Test that the sequence of quant-dequant nodes in the ... ok (0.030s) 2022-11-23T02:45:40.3863693Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T02:45:40.3864093Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-11-23T02:45:40.3864453Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3864786Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.068s) 2022-11-23T02:45:40.3865162Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3865589Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3866061Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3866447Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:45:40.3866891Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3867313Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.035s) 2022-11-23T02:45:40.3867690Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3868091Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.002s) 2022-11-23T02:45:40.3868495Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:45:40.3868896Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3869292Z Verifies that binary ops get quantized correctly if some ... ok (0.080s) 2022-11-23T02:45:40.3869640Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.335s) 2022-11-23T02:45:40.3870011Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3870362Z Test support for qint8 activation in reference pattern ... ok (0.021s) 2022-11-23T02:45:40.3870745Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:45:40.3871152Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-11-23T02:45:40.3871542Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3871917Z Verifies that an observer is not inserted between an unmatched ... ok (0.033s) 2022-11-23T02:45:40.3872281Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-11-23T02:45:40.3872692Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3872989Z Test quantizing a not used value ... ok (0.030s) 2022-11-23T02:45:40.3873347Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3873716Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.037s) 2022-11-23T02:45:40.3874100Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3874459Z Verify that specifying complicated output types does not crash. ... ok (0.038s) 2022-11-23T02:45:40.3874895Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-11-23T02:45:40.3875265Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3875551Z test MatchAllNode with ... ok (0.012s) 2022-11-23T02:45:40.3875898Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:45:40.3876312Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:45:40.3876756Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3877216Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T02:45:40.3877678Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T02:45:40.3878209Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-11-23T02:45:40.3878725Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:45:40.3879273Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3879740Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T02:45:40.3880174Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3880610Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:45:40.3881003Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.202s) 2022-11-23T02:45:40.3881382Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3881750Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.034s) 2022-11-23T02:45:40.3882130Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T02:45:40.3882491Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3882922Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.048s) 2022-11-23T02:45:40.3883285Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3883599Z Test tuple input type is preserved ... ok (0.029s) 2022-11-23T02:45:40.3883970Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-11-23T02:45:40.3884425Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:45:40.3884941Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T02:45:40.3885422Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-11-23T02:45:40.3885868Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-11-23T02:45:40.3886322Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-11-23T02:45:40.3886771Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-11-23T02:45:40.3887184Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.330s) 2022-11-23T02:45:40.3887712Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-11-23T02:45:40.3888279Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T02:45:40.3888669Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.204s) 2022-11-23T02:45:40.3889057Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.263s) 2022-11-23T02:45:40.3889459Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T02:45:40.3889858Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.080s) 2022-11-23T02:45:40.3890249Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:45:40.3890644Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:45:40.3891047Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T02:45:40.3891460Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3891881Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3892368Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.009s) 2022-11-23T02:45:40.3892788Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:45:40.3893194Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T02:45:40.3893605Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.121s) 2022-11-23T02:45:40.3894013Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:45:40.3894405Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-11-23T02:45:40.3894768Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-11-23T02:45:40.3895149Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-11-23T02:45:40.3895547Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T02:45:40.3895987Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3896439Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.482s) 2022-11-23T02:45:40.3896833Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.075s) 2022-11-23T02:45:40.3897235Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3897558Z Test that the FQN of input_scale/zero_point is set ... ok (0.036s) 2022-11-23T02:45:40.3897906Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3898260Z If the output is hardcoded to be quantized, ensure that ... ok (0.140s) 2022-11-23T02:45:40.3898625Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T02:45:40.3899037Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-11-23T02:45:40.3899427Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3899770Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.047s) 2022-11-23T02:45:40.3900122Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3900449Z Make sure the numerics for models with ref conv module ... ok (0.196s) 2022-11-23T02:45:40.3900781Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3901168Z Make sure the numerics for models with ref linear module ... ok (0.078s) 2022-11-23T02:45:40.3901521Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T02:45:40.3901886Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-11-23T02:45:40.3902261Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-11-23T02:45:40.3902665Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:45:40.3903068Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3903458Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.004s) 2022-11-23T02:45:40.3903867Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-11-23T02:45:40.3904264Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-11-23T02:45:40.3904633Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.348s) 2022-11-23T02:45:40.3905027Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.757s) 2022-11-23T02:45:40.3905407Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.452s) 2022-11-23T02:45:40.3905834Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3906168Z Make sure that shape does not dequantize ... ok (0.033s) 2022-11-23T02:45:40.3906588Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-11-23T02:45:40.3907007Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-11-23T02:45:40.3907417Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.177s) 2022-11-23T02:45:40.3907849Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.156s) 2022-11-23T02:45:40.3908234Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3908553Z Make sure packed params appear in state_dict ... ok (0.136s) 2022-11-23T02:45:40.3908877Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3909251Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.394s) 2022-11-23T02:45:40.3909624Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3910006Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.370s) 2022-11-23T02:45:40.3910400Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3910789Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.104s) 2022-11-23T02:45:40.3911162Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-11-23T02:45:40.3911546Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T02:45:40.3912030Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.000s) 2022-11-23T02:45:40.3912512Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.199s) 2022-11-23T02:45:40.3912955Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-11-23T02:45:40.3913377Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-11-23T02:45:40.3913795Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-11-23T02:45:40.3914223Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T02:45:40.3914711Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T02:45:40.3915203Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-11-23T02:45:40.3915621Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.010s) 2022-11-23T02:45:40.3916105Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-11-23T02:45:40.3916572Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.444s) 2022-11-23T02:45:40.3916997Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.535s) 2022-11-23T02:45:40.3917419Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.157s) 2022-11-23T02:45:40.3917850Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T02:45:40.3918260Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.930s) 2022-11-23T02:45:40.3918753Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-11-23T02:45:40.3919224Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-11-23T02:45:40.3919688Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.003s) 2022-11-23T02:45:40.3920085Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.198s) 2022-11-23T02:45:40.3920526Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.213s) 2022-11-23T02:45:40.3920929Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.051s) 2022-11-23T02:45:40.3921329Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3921679Z A test that checks correct patterns are produced for ... ok (0.186s) 2022-11-23T02:45:40.3922092Z 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:45:40.3922527Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3922877Z int8 is not supported for bmm so we won't produce reference ... ok (0.021s) 2022-11-23T02:45:40.3923222Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3923560Z Make sure we don't insert observer for boolean Tensors ... ok (0.019s) 2022-11-23T02:45:40.3923886Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3924199Z quantization of the output of cat will depend on the ... ok (0.663s) 2022-11-23T02:45:40.3924541Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.021s) 2022-11-23T02:45:40.3924906Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.784s) 2022-11-23T02:45:40.3925278Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.661s) 2022-11-23T02:45:40.3925754Z 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.002s) 2022-11-23T02:45:40.3926309Z 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:45:40.3926766Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3927115Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.019s) 2022-11-23T02:45:40.3927754Z 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:45:40.3928188Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.004s) 2022-11-23T02:45:40.3928562Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.144s) 2022-11-23T02:45:40.3928950Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.101s) 2022-11-23T02:45:40.3929341Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.488s) 2022-11-23T02:45:40.3929745Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.046s) 2022-11-23T02:45:40.3930140Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.191s) 2022-11-23T02:45:40.3930545Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3931940Z 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 0x0000024632B9B4C0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632B9B4C0>}). 2022-11-23T02:45:40.3933282Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:45:40.3933680Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:45:40.3933996Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:45:40.3934409Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:45:40.3935677Z 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 0x0000024632B9B3A0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632B9B3A0>}). 2022-11-23T02:45:40.3936905Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:45:40.3937305Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:45:40.3937608Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:45:40.3937963Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:45:40.3939196Z 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 0x0000024632B9B430>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632B9B430>}). 2022-11-23T02:45:40.3940508Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:45:40.3940893Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:45:40.3941193Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:45:40.3941562Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:45:40.3942912Z 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 0x0000024632B9BA60>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000024632B9BA60>}). 2022-11-23T02:45:40.3944179Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T02:45:40.3944319Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T02:45:40.3944464Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T02:45:40.3944672Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T02:45:40.3944746Z ok (0.036s) 2022-11-23T02:45:40.3944935Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.114s) 2022-11-23T02:45:40.3945124Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (12.449s) 2022-11-23T02:45:40.3945314Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (16.771s) 2022-11-23T02:45:40.3945550Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T02:45:40.3945814Z test_gelu_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:45:40.3945993Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3946135Z A test that checks dequantize will be swapped for ... ok (0.326s) 2022-11-23T02:45:40.3946312Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3946526Z A test that checks correct patterns are produced for ... ok (0.084s) 2022-11-23T02:45:40.3946692Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3946869Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.069s) 2022-11-23T02:45:40.3947040Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.249s) 2022-11-23T02:45:40.3947224Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.156s) 2022-11-23T02:45:40.3947412Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3947562Z If the inputs to the graph are quantized and the only node ... ok (0.023s) 2022-11-23T02:45:40.3947742Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.738s) 2022-11-23T02:45:40.3947918Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.999s) 2022-11-23T02:45:40.3948636Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.743s) 2022-11-23T02:45:40.3948820Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.400s) 2022-11-23T02:45:40.3949008Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.537s) 2022-11-23T02:45:40.3949277Z 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:45:40.3949454Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.200s) 2022-11-23T02:45:40.3949632Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.211s) 2022-11-23T02:45:40.3949826Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3949959Z Test multiple qconfigs for a single value ... ok (0.024s) 2022-11-23T02:45:40.3950494Z 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:45:40.3950707Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.3950781Z ok (0.531s) 2022-11-23T02:45:40.3950959Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.556s) 2022-11-23T02:45:40.3951143Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.515s) 2022-11-23T02:45:40.3951330Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.419s) 2022-11-23T02:45:40.3951506Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.212s) 2022-11-23T02:45:40.3951684Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-11-23T02:45:40.3951861Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T02:45:40.3951996Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.817s) 2022-11-23T02:45:40.3952184Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.040s) 2022-11-23T02:45:40.3952380Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.040s) 2022-11-23T02:45:40.3952564Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.045s) 2022-11-23T02:45:40.3952734Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.565s) 2022-11-23T02:45:40.3952910Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.138s) 2022-11-23T02:45:40.3953176Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.003s) 2022-11-23T02:45:40.3953482Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-11-23T02:45:40.3953758Z test_softmax_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:45:40.3954006Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T02:45:40.3954247Z test_sum (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:45:40.3954424Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.307s) 2022-11-23T02:45:40.3954602Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.361s) 2022-11-23T02:45:40.3954841Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-11-23T02:45:40.3955136Z 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:45:40.3955330Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T02:45:40.3955401Z ok (0.049s) 2022-11-23T02:45:40.3956339Z 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:45:40.3956438Z if param.grad is not None: 2022-11-23T02:45:40.3956509Z ok (1.265s) 2022-11-23T02:45:40.3956702Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T02:45:40.3956905Z Test observers with ignored function and make sure it works in ... ok (1.284s) 2022-11-23T02:45:40.3957403Z 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:45:40.3957484Z warnings.warn( 2022-11-23T02:45:40.3957554Z ok (3.415s) 2022-11-23T02:45:40.3957734Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-11-23T02:45:40.3957915Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (4.996s) 2022-11-23T02:45:40.3958101Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.101s) 2022-11-23T02:45:40.3958286Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.998s) 2022-11-23T02:45:40.3958492Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.002s) 2022-11-23T02:45:40.3958728Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3958875Z Make sure dequantize can support Tuple of tensor ... ok (1.158s) 2022-11-23T02:45:40.3959051Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.500s) 2022-11-23T02:45:40.3959233Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3959378Z A test that checks dequantize will be swapped for ... ok (0.196s) 2022-11-23T02:45:40.3959559Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3959707Z A test that checks correct patterns are produced for ... ok (0.474s) 2022-11-23T02:45:40.3959894Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.242s) 2022-11-23T02:45:40.3960083Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.104s) 2022-11-23T02:45:40.3960556Z 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:45:40.3960918Z [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:45:40.3961333Z [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:45:40.3961681Z [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:45:40.3962039Z [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:45:40.3962386Z [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:45:40.3962788Z [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:45:40.3963136Z [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:45:40.3963491Z [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:45:40.3963835Z [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:45:40.3964186Z [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:45:40.3964525Z [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:45:40.3964873Z [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:45:40.3965214Z [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:45:40.3965566Z [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:45:40.3965909Z [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:45:40.3966310Z [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:45:40.3966699Z [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:45:40.3966771Z ok (11.606s) 2022-11-23T02:45:40.3966961Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.483s) 2022-11-23T02:45:40.3967147Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.751s) 2022-11-23T02:45:40.3967335Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.361s) 2022-11-23T02:45:40.3967645Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.255s) 2022-11-23T02:45:40.3967861Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.356s) 2022-11-23T02:45:40.3968064Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.503s) 2022-11-23T02:45:40.3968257Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.678s) 2022-11-23T02:45:40.3968493Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3968675Z Test quant fusion for multiple aten::add using same ... ok (1.602s) 2022-11-23T02:45:40.3968876Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.478s) 2022-11-23T02:45:40.3969069Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3969220Z Test quant fusion for multiple aten::add using same ... ok (20.002s) 2022-11-23T02:45:40.3969423Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.275s) 2022-11-23T02:45:40.3969619Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.827s) 2022-11-23T02:45:40.3969796Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3969945Z quantization of the output of cat will be depend on the ... ok (1.512s) 2022-11-23T02:45:40.3970138Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.880s) 2022-11-23T02:45:40.3970322Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T02:45:40.3970458Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (11.787s) 2022-11-23T02:45:40.3970647Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.789s) 2022-11-23T02:45:40.3970842Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.452s) 2022-11-23T02:45:40.3971042Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.862s) 2022-11-23T02:45:40.3971249Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.399s) 2022-11-23T02:45:40.3971439Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.108s) 2022-11-23T02:45:40.3971652Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.111s) 2022-11-23T02:45:40.3971852Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.013s) 2022-11-23T02:45:40.3972051Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.084s) 2022-11-23T02:45:40.3972257Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.099s) 2022-11-23T02:45:40.3972527Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.352s) 2022-11-23T02:45:40.3972783Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.121s) 2022-11-23T02:45:40.3972970Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3973131Z Test that we don't fuse the cases when module type does not match ... ok (0.013s) 2022-11-23T02:45:40.3973352Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.317s) 2022-11-23T02:45:40.3973535Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.101s) 2022-11-23T02:45:40.3973743Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.102s) 2022-11-23T02:45:40.3973937Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.069s) 2022-11-23T02:45:40.3974137Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.210s) 2022-11-23T02:45:40.3974338Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-11-23T02:45:40.3974562Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.072s) 2022-11-23T02:45:40.3974770Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3974968Z Make sure we skip observers for ops that doesn't require ... ok (0.061s) 2022-11-23T02:45:40.3975179Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.167s) 2022-11-23T02:45:40.3975401Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3975533Z check quantization for if works as long as ... ok (0.445s) 2022-11-23T02:45:40.3975753Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.194s) 2022-11-23T02:45:40.3975976Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.040s) 2022-11-23T02:45:40.3976192Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.236s) 2022-11-23T02:45:40.3976427Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.219s) 2022-11-23T02:45:40.3976648Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3976813Z Make sure we propagate observed property through general ops ... ok (0.049s) 2022-11-23T02:45:40.3977057Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.066s) 2022-11-23T02:45:40.3977288Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3977450Z Make sure we propagate observed property through general ops ... ok (0.062s) 2022-11-23T02:45:40.3977676Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-11-23T02:45:40.3977894Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.196s) 2022-11-23T02:45:40.3978097Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-11-23T02:45:40.3978306Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.167s) 2022-11-23T02:45:40.3978533Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.213s) 2022-11-23T02:45:40.3978737Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.292s) 2022-11-23T02:45:40.3978932Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.157s) 2022-11-23T02:45:40.3979120Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3979579Z 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:45:40.3979651Z ok (0.086s) 2022-11-23T02:45:40.3979872Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.090s) 2022-11-23T02:45:40.3980083Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.006s) 2022-11-23T02:45:40.3980302Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.026s) 2022-11-23T02:45:40.3980501Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T02:45:40.3980898Z 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:45:40.3981231Z [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:45:40.3982024Z [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:45:40.3982367Z [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:45:40.3982444Z ok (0.208s) 2022-11-23T02:45:40.3982666Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.090s) 2022-11-23T02:45:40.3982884Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.008s) 2022-11-23T02:45:40.3983147Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.002s) 2022-11-23T02:45:40.3983337Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.121s) 2022-11-23T02:45:40.3983560Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.012s) 2022-11-23T02:45:40.3983753Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.417s) 2022-11-23T02:45:40.3983936Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (5.081s) 2022-11-23T02:45:40.3984159Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.012s) 2022-11-23T02:45:40.3984355Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.537s) 2022-11-23T02:45:40.3984540Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.551s) 2022-11-23T02:45:40.3984719Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.750s) 2022-11-23T02:45:40.3984922Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.011s) 2022-11-23T02:45:40.3985232Z 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.006s) 2022-11-23T02:45:40.3985539Z 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:45:40.3985749Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.161s) 2022-11-23T02:45:40.3986003Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:45:40.3986160Z Tests the case where 2D indices are passed into the operator ... ok (0.003s) 2022-11-23T02:45:40.3986378Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.145s) 2022-11-23T02:45:40.3986630Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-11-23T02:45:40.3986837Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T02:45:40.3986994Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-11-23T02:45:40.3987271Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.169s) 2022-11-23T02:45:40.3987523Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-11-23T02:45:40.3987737Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.178s) 2022-11-23T02:45:40.3987990Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.003s) 2022-11-23T02:45:40.3988270Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.134s) 2022-11-23T02:45:40.3988502Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.153s) 2022-11-23T02:45:40.3988728Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.174s) 2022-11-23T02:45:40.3989329Z 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:45:40.3989414Z warnings.warn( 2022-11-23T02:45:40.3989485Z ok (0.065s) 2022-11-23T02:45:40.3989713Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.000s) 2022-11-23T02:45:40.3989905Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.067s) 2022-11-23T02:45:40.3990131Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.009s) 2022-11-23T02:45:40.3990329Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.178s) 2022-11-23T02:45:40.3990508Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.959s) 2022-11-23T02:45:40.3990712Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.119s) 2022-11-23T02:45:40.3990920Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.096s) 2022-11-23T02:45:40.3991110Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.300s) 2022-11-23T02:45:40.3991292Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3991520Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.006s) 2022-11-23T02:45:40.3991696Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3991896Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.734s) 2022-11-23T02:45:40.3992072Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3992273Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.972s) 2022-11-23T02:45:40.3992494Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3992694Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (7.948s) 2022-11-23T02:45:40.3992868Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3993072Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (11.954s) 2022-11-23T02:45:40.3993260Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.077s) 2022-11-23T02:45:40.3993449Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.923s) 2022-11-23T02:45:40.3993623Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.388s) 2022-11-23T02:45:40.3993809Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.461s) 2022-11-23T02:45:40.3994001Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.598s) 2022-11-23T02:45:40.3994194Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (49.599s) 2022-11-23T02:45:40.3994718Z 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:45:40.3994802Z warnings.warn( 2022-11-23T02:45:40.3994860Z ok (14.606s) 2022-11-23T02:45:40.3995302Z 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:45:40.3995522Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T02:45:40.3995595Z ok (0.009s) 2022-11-23T02:45:40.3995775Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.240s) 2022-11-23T02:45:40.3995958Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (8.652s) 2022-11-23T02:45:40.3996147Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.531s) 2022-11-23T02:45:40.3996334Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.703s) 2022-11-23T02:45:40.3996520Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.356s) 2022-11-23T02:45:40.3996692Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3996847Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (5.126s) 2022-11-23T02:45:40.3997024Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T02:45:40.3997150Z This test cover upsample_nearest3d ... ok (25.882s) 2022-11-23T02:45:40.3997332Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.032s) 2022-11-23T02:45:40.3997538Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.605s) 2022-11-23T02:45:40.3997737Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-11-23T02:45:40.3997917Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.381s) 2022-11-23T02:45:40.3998099Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.872s) 2022-11-23T02:45:40.3998320Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.009s) 2022-11-23T02:45:40.3998495Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.761s) 2022-11-23T02:45:40.3998671Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.192s) 2022-11-23T02:45:40.3998970Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.349s) 2022-11-23T02:45:40.3999808Z 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:45:40.3999883Z ok (0.000s) 2022-11-23T02:45:40.4000105Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.000s) 2022-11-23T02:45:40.4000334Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.000s) 2022-11-23T02:45:40.4000546Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.010s) 2022-11-23T02:45:40.4000748Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T02:45:40.4000976Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.203s) 2022-11-23T02:45:40.4001156Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.967s) 2022-11-23T02:45:40.4001331Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.263s) 2022-11-23T02:45:40.4001505Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.065s) 2022-11-23T02:45:40.4001697Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.408s) 2022-11-23T02:45:40.4001881Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.100s) 2022-11-23T02:45:40.4002063Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.134s) 2022-11-23T02:45:40.4002251Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-11-23T02:45:40.4002459Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.055s) 2022-11-23T02:45:40.4002661Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.440s) 2022-11-23T02:45:40.4002841Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.056s) 2022-11-23T02:45:40.4003014Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.845s) 2022-11-23T02:45:40.4003191Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.298s) 2022-11-23T02:45:40.4003376Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.156s) 2022-11-23T02:45:40.4003632Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.001s) 2022-11-23T02:45:40.4003927Z 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.005s) 2022-11-23T02:45:40.4004101Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.173s) 2022-11-23T02:45:40.4004631Z 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:45:40.4004734Z indices = torch.tensor(X).long() 2022-11-23T02:45:40.4004803Z ok (0.086s) 2022-11-23T02:45:40.4005062Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T02:45:40.4005297Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.219s) 2022-11-23T02:45:40.4005496Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.895s) 2022-11-23T02:45:40.4005710Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.930s) 2022-11-23T02:45:40.4005936Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:45:40.4006257Z 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.007s) 2022-11-23T02:45:40.4006477Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-11-23T02:45:40.4006672Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:45:40.4006936Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-11-23T02:45:40.4007247Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:45:40.4007511Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:45:40.4007828Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T02:45:40.4008060Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4008290Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T02:45:40.4008520Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4008735Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4008980Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:45:40.4009527Z 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:45:40.4009643Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T02:45:40.4009719Z ok (0.000s) 2022-11-23T02:45:40.4009931Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T02:45:40.4010164Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4010423Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:45:40.4010656Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4010884Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.010s) 2022-11-23T02:45:40.4011112Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4011353Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:45:40.4011958Z 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:45:40.4012073Z warnings.warn(message, UserWarning) 2022-11-23T02:45:40.4012145Z ok (0.019s) 2022-11-23T02:45:40.4012353Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:45:40.4012586Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.044s) 2022-11-23T02:45:40.4012789Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4012992Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-11-23T02:45:40.4013204Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:45:40.4013438Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:45:40.4013647Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T02:45:40.4013907Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:45:40.4014133Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-11-23T02:45:40.4014411Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4014635Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T02:45:40.4014859Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4015073Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T02:45:40.4015320Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:45:40.4015538Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4015785Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T02:45:40.4015992Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4016213Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:45:40.4016421Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-11-23T02:45:40.4016635Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-11-23T02:45:40.4016867Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T02:45:40.4017089Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-11-23T02:45:40.4017314Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T02:45:40.4017520Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-11-23T02:45:40.4017730Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4017950Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.770s) 2022-11-23T02:45:40.4018212Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4018587Z 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:45:40.4018722Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T02:45:40.4018793Z ok (0.010s) 2022-11-23T02:45:40.4019015Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:45:40.4019240Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:45:40.4019446Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T02:45:40.4019650Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4019886Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T02:45:40.4020120Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.745s) 2022-11-23T02:45:40.4020370Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T02:45:40.4020533Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.025s) 2022-11-23T02:45:40.4020729Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T02:45:40.4020950Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-11-23T02:45:40.4021240Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.028s) 2022-11-23T02:45:40.4021467Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.013s) 2022-11-23T02:45:40.4021667Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:45:40.4021817Z Checks the rnn reference quantized modules has correct numerics ... ok (0.018s) 2022-11-23T02:45:40.4022024Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:45:40.4022194Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.011s) 2022-11-23T02:45:40.4035978Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T02:45:40.4036226Z Embedding and EmbeddingBag ... ok (0.007s) 2022-11-23T02:45:40.4036441Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.053s) 2022-11-23T02:45:40.4036660Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2022-11-23T02:45:40.4036873Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2022-11-23T02:45:40.4037088Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-11-23T02:45:40.4037389Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2022-11-23T02:45:40.4037611Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.021s) 2022-11-23T02:45:40.4037831Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.026s) 2022-11-23T02:45:40.4038049Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.018s) 2022-11-23T02:45:40.4038257Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.053s) 2022-11-23T02:45:40.4038458Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-11-23T02:45:40.4038826Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.017s) 2022-11-23T02:45:40.4039044Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-11-23T02:45:40.4039246Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.045s) 2022-11-23T02:45:40.4039458Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.065s) 2022-11-23T02:45:40.4039666Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.045s) 2022-11-23T02:45:40.4040249Z 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:45:40.4040334Z warnings.warn( 2022-11-23T02:45:40.4040830Z 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:45:40.4041002Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.4041414Z 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:45:40.4041584Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T02:45:40.4041659Z ok (0.423s) 2022-11-23T02:45:40.4041861Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.046s) 2022-11-23T02:45:40.4042146Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T02:45:40.4042371Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T02:45:40.4042577Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4042725Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-11-23T02:45:40.4043198Z 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:45:40.4043279Z warnings.warn( 2022-11-23T02:45:40.4043338Z ok (0.012s) 2022-11-23T02:45:40.4043541Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4043682Z Tests the correctness of the batchnorm3d module. ... ok (0.002s) 2022-11-23T02:45:40.4043921Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-11-23T02:45:40.4044133Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4044285Z Tests the correctness of the ChannelShuffle module. ... ok (0.006s) 2022-11-23T02:45:40.4044501Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.145s) 2022-11-23T02:45:40.4044717Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.175s) 2022-11-23T02:45:40.4044923Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.690s) 2022-11-23T02:45:40.4045178Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4045317Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-11-23T02:45:40.4045551Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:45:40.4045745Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4045877Z Tests the correctness of the ELU module. ... ok (0.006s) 2022-11-23T02:45:40.4046099Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.809s) 2022-11-23T02:45:40.4046311Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4046505Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (6.248s) 2022-11-23T02:45:40.4046708Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4046837Z Tests the correctness of the groupnorm module. ... ok (0.003s) 2022-11-23T02:45:40.4047041Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4047247Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.016s) 2022-11-23T02:45:40.4047452Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4047747Z Tests the correctness of the layernorm module. ... ok (0.000s) 2022-11-23T02:45:40.4047970Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-11-23T02:45:40.4048187Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (30.982s) 2022-11-23T02:45:40.4048388Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T02:45:40.4048520Z Tests the correctness of the pool module. ... ok (0.015s) 2022-11-23T02:45:40.4048736Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.008s) 2022-11-23T02:45:40.4048960Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-11-23T02:45:40.4049169Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-11-23T02:45:40.4049384Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T02:45:40.4049618Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (9.742s) 2022-11-23T02:45:40.4049873Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.070s) 2022-11-23T02:45:40.4050115Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-11-23T02:45:40.4050401Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.038s) 2022-11-23T02:45:40.4050644Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-11-23T02:45:40.4050884Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-11-23T02:45:40.4051169Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.046s) 2022-11-23T02:45:40.4051399Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T02:45:40.4051564Z This tests that a placeholder Node can be matched to a Node with ... ok (0.049s) 2022-11-23T02:45:40.4051800Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-11-23T02:45:40.4052085Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.034s) 2022-11-23T02:45:40.4052324Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-11-23T02:45:40.4052561Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-11-23T02:45:40.4052797Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.044s) 2022-11-23T02:45:40.4053048Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-11-23T02:45:40.4053232Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T02:45:40.4053401Z Test that we can record complex example inputs such as lists and dicts ... ok (0.006s) 2022-11-23T02:45:40.4053591Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T02:45:40.4053775Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.012s) 2022-11-23T02:45:40.4053965Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.007s) 2022-11-23T02:45:40.4054194Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T02:45:40.4054385Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-11-23T02:45:40.4054567Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T02:45:40.4054752Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.003s) 2022-11-23T02:45:40.4054761Z 2022-11-23T02:45:40.4054923Z ---------------------------------------------------------------------- 2022-11-23T02:45:40.4055012Z Ran 977 tests in 711.016s 2022-11-23T02:45:40.4055018Z 2022-11-23T02:45:40.4055096Z OK (skipped=93) 2022-11-23T02:45:40.4055102Z 2022-11-23T02:45:40.4055194Z Generating XML reports... 2022-11-23T02:45:40.4055545Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123023347.xml 2022-11-23T02:45:40.4055882Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123023347.xml 2022-11-23T02:45:40.4056240Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123023347.xml 2022-11-23T02:45:40.4056580Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123023347.xml 2022-11-23T02:45:40.4056885Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123023347.xml 2022-11-23T02:45:40.4057214Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123023347.xml 2022-11-23T02:45:40.4057510Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123023347.xml 2022-11-23T02:45:40.4057899Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123023347.xml 2022-11-23T02:45:40.4058212Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123023347.xml 2022-11-23T02:45:40.4058550Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123023347.xml 2022-11-23T02:45:40.4058920Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123023347.xml 2022-11-23T02:45:40.4059210Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123023347.xml 2022-11-23T02:45:40.4059497Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123023347.xml 2022-11-23T02:45:40.4059792Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123023347.xml 2022-11-23T02:45:40.4060108Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123023347.xml 2022-11-23T02:45:40.4060448Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123023347.xml 2022-11-23T02:45:40.4060763Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123023347.xml 2022-11-23T02:45:40.4061110Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123023347.xml 2022-11-23T02:45:40.4061412Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123023347.xml 2022-11-23T02:45:40.4061698Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123023347.xml 2022-11-23T02:45:40.4061972Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123023347.xml 2022-11-23T02:45:40.4062283Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123023347.xml 2022-11-23T02:45:40.4062617Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123023347.xml 2022-11-23T02:45:40.4062915Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123023347.xml 2022-11-23T02:45:40.4063263Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123023347.xml 2022-11-23T02:45:40.4063565Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123023347.xml 2022-11-23T02:45:40.4063873Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123023347.xml 2022-11-23T02:45:40.4064225Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123023347.xml 2022-11-23T02:45:40.4064540Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123023347.xml 2022-11-23T02:45:40.4064857Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123023347.xml 2022-11-23T02:45:40.4065176Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123023347.xml 2022-11-23T02:45:40.4065550Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123023347.xml 2022-11-23T02:45:40.4066405Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123023347.xml 2022-11-23T02:45:40.4066727Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123023347.xml 2022-11-23T02:45:40.4067020Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123023347.xml 2022-11-23T02:45:40.4067304Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123023347.xml 2022-11-23T02:45:40.4067599Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123023347.xml 2022-11-23T02:45:40.4067918Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123023347.xml 2022-11-23T02:45:40.4068247Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123023347.xml 2022-11-23T02:45:40.4068559Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123023347.xml 2022-11-23T02:45:40.4068941Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123023347.xml 2022-11-23T02:45:40.4069275Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123023347.xml 2022-11-23T02:45:40.4069586Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123023347.xml 2022-11-23T02:45:40.4069919Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123023347.xml 2022-11-23T02:45:40.4070201Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123023347.xml 2022-11-23T02:45:40.4070499Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123023347.xml 2022-11-23T02:45:40.4070793Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123023347.xml 2022-11-23T02:45:40.4071082Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123023347.xml 2022-11-23T02:45:40.4071444Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123023347.xml 2022-11-23T02:45:40.4071755Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123023347.xml 2022-11-23T02:45:40.4072047Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123023347.xml 2022-11-23T02:45:40.4072361Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123023347.xml 2022-11-23T02:45:40.4072705Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123023347.xml 2022-11-23T02:45:40.4073007Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123023347.xml 2022-11-23T02:45:40.4073297Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123023347.xml 2022-11-23T02:45:40.4073657Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123023347.xml 2022-11-23T02:45:40.4073990Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123023347.xml 2022-11-23T02:45:40.4074331Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123023347.xml 2022-11-23T02:45:40.4074656Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123023347.xml 2022-11-23T02:45:40.4074969Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123023347.xml 2022-11-23T02:45:40.4075284Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123023347.xml 2022-11-23T02:45:40.4075556Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123023347.xml 2022-11-23T02:45:40.4075906Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123023347.xml 2022-11-23T02:45:40.4076197Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123023347.xml 2022-11-23T02:45:40.4076204Z 2022-11-23T02:45:40.4076626Z ##[endgroup] 2022-11-23T02:45:40.4076894Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_b8pbeatf) 2022-11-23T02:45:40.4076901Z 2022-11-23T02:45:43.3819492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:43.3820270Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:43.3820631Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:45:43.5502589Z Running test_scatter_gather_ops ... [2022-11-23 02:45:43.546157] 2022-11-23T02:45:43.5507962Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:43.546157] 2022-11-23T02:45:43.5509818Z Ignoring disabled issues: [] 2022-11-23T02:45:46.7522935Z 2022-11-23T02:45:46.7523515Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T02:45:46.7524356Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_bhy29min) 2022-11-23T02:45:46.7525260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:46.7525962Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:46.7526121Z 2022-11-23T02:45:46.7526186Z Running tests... 2022-11-23T02:45:46.7526461Z ---------------------------------------------------------------------- 2022-11-23T02:45:46.7526648Z 2022-11-23T02:45:46.7526801Z ---------------------------------------------------------------------- 2022-11-23T02:45:46.7527285Z Ran 0 tests in 0.000s 2022-11-23T02:45:46.7527407Z 2022-11-23T02:45:46.7527472Z OK 2022-11-23T02:45:46.7527570Z 2022-11-23T02:45:46.7527665Z Generating XML reports... 2022-11-23T02:45:46.7528031Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T02:45:46.7528243Z 2022-11-23T02:45:46.7528482Z ##[endgroup] 2022-11-23T02:45:46.7528874Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_bhy29min) 2022-11-23T02:45:46.7529167Z 2022-11-23T02:45:49.6641578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:49.6642353Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:49.6642713Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:45:49.8286153Z Running test_schema_check ... [2022-11-23 02:45:49.828168] 2022-11-23T02:45:49.8292214Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:49.828787] 2022-11-23T02:45:49.8294132Z Ignoring disabled issues: [] 2022-11-23T02:45:54.6760614Z 2022-11-23T02:45:54.6761124Z Expand the folded group to see the log file of test_schema_check 2022-11-23T02:45:54.6762058Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_sdxdk_rq) 2022-11-23T02:45:54.6763059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:54.6763771Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:54.6763928Z 2022-11-23T02:45:54.6764009Z Running tests... 2022-11-23T02:45:54.6764316Z ---------------------------------------------------------------------- 2022-11-23T02:45:54.6764676Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T02:45:54.6765042Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.009s) 2022-11-23T02:45:54.6765415Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6765785Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:45:54.6766142Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6766459Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6766778Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6767102Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6767448Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6767783Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6768083Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6768561Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.670s) 2022-11-23T02:45:54.6768909Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:45:54.6769337Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6769930Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6770314Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6770676Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:45:54.6771054Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T02:45:54.6771436Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:45:54.6771831Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.013s) 2022-11-23T02:45:54.6772216Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T02:45:54.6772593Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6772988Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6774129Z 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-23T02:45:54.6775068Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:45:54.6775288Z ok (0.004s) 2022-11-23T02:45:54.6775588Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6776622Z 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-23T02:45:54.6777521Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T02:45:54.6777724Z ok (0.004s) 2022-11-23T02:45:54.6778011Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6778402Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T02:45:54.6778787Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6779149Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T02:45:54.6779512Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T02:45:54.6779872Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T02:45:54.6780220Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.001s) 2022-11-23T02:45:54.6780563Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T02:45:54.6780742Z 2022-11-23T02:45:54.6780903Z ---------------------------------------------------------------------- 2022-11-23T02:45:54.6781171Z Ran 33 tests in 0.781s 2022-11-23T02:45:54.6781295Z 2022-11-23T02:45:54.6781415Z OK 2022-11-23T02:45:54.6781513Z 2022-11-23T02:45:54.6781609Z Generating XML reports... 2022-11-23T02:45:54.6781966Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123024553.xml 2022-11-23T02:45:54.6782231Z 2022-11-23T02:45:54.6782502Z ##[endgroup] 2022-11-23T02:45:54.6782872Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_sdxdk_rq) 2022-11-23T02:45:54.6783141Z 2022-11-23T02:45:57.6616220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:45:57.6616980Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:45:57.6617358Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:45:57.8257434Z Running test_serialization ... [2022-11-23 02:45:57.825351] 2022-11-23T02:45:57.8263007Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:45:57.825968] 2022-11-23T02:45:57.8265142Z Ignoring disabled issues: [] 2022-11-23T02:48:59.6626083Z 2022-11-23T02:48:59.6626911Z Expand the folded group to see the log file of test_serialization 2022-11-23T02:48:59.6628346Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_0uhto7na) 2022-11-23T02:48:59.6629261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:48:59.6629984Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:48:59.6630147Z 2022-11-23T02:48:59.6630236Z Running tests... 2022-11-23T02:48:59.6631003Z ---------------------------------------------------------------------- 2022-11-23T02:48:59.6631417Z Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T02:48:59.6631793Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6632230Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6632611Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.016s) 2022-11-23T02:48:59.6633034Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6635334Z 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-23T02:48:59.6636118Z warnings.warn(message, UserWarning) 2022-11-23T02:48:59.6636426Z ok (0.006s) 2022-11-23T02:48:59.6636814Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.158s) 2022-11-23T02:48:59.6637374Z test_serialization (__main__.TestOldSerialization) ... ok (0.025s) 2022-11-23T02:48:59.6637907Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.076s) 2022-11-23T02:48:59.6638508Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.018s) 2022-11-23T02:48:59.6641122Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T02:48:59.6641936Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.017s) 2022-11-23T02:48:59.6642568Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T02:48:59.6643238Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T02:48:59.6643872Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6644910Z 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-23T02:48:59.6647747Z warnings.warn(message, UserWarning) 2022-11-23T02:48:59.6648091Z ok (0.010s) 2022-11-23T02:48:59.6648535Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6649129Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6649728Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6651026Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.344s) 2022-11-23T02:48:59.6653553Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6654195Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.049s) 2022-11-23T02:48:59.6654797Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.028s) 2022-11-23T02:48:59.6655384Z test_serialization_offset (__main__.TestOldSerialization) ... ok (150.937s) 2022-11-23T02:48:59.6656030Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (7.928s) 2022-11-23T02:48:59.6656706Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (7.851s) 2022-11-23T02:48:59.6657419Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T02:48:59.6659094Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.037s) 2022-11-23T02:48:59.6660388Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.006s) 2022-11-23T02:48:59.6661521Z 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-23T02:48:59.6662498Z warnings.warn(message, UserWarning) 2022-11-23T02:48:59.6662929Z ok (0.025s) 2022-11-23T02:48:59.6664223Z 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-23T02:48:59.6667168Z x = x.to_sparse_csr() 2022-11-23T02:48:59.6667498Z ok (0.003s) 2022-11-23T02:48:59.6667947Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.688s) 2022-11-23T02:48:59.6668552Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.041s) 2022-11-23T02:48:59.6669159Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6669763Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.012s) 2022-11-23T02:48:59.6670348Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6672987Z test_load_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6673547Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6674094Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.018s) 2022-11-23T02:48:59.6674677Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T02:48:59.6675285Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6675908Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6676559Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.020s) 2022-11-23T02:48:59.6679530Z 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-23T02:48:59.6680572Z warnings.warn(message, UserWarning) 2022-11-23T02:48:59.6680919Z ok (0.013s) 2022-11-23T02:48:59.6681373Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6682251Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.182s) 2022-11-23T02:48:59.6682825Z test_serialization (__main__.TestSerialization) ... ok (0.028s) 2022-11-23T02:48:59.6685114Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (9.045s) 2022-11-23T02:48:59.6685719Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.018s) 2022-11-23T02:48:59.6686320Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.020s) 2022-11-23T02:48:59.6686993Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T02:48:59.6687737Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T02:48:59.6688483Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6689193Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6691567Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6692133Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T02:48:59.6692721Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T02:48:59.6693344Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6693962Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6694575Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.665s) 2022-11-23T02:48:59.6695179Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6697510Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.026s) 2022-11-23T02:48:59.6698107Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.007s) 2022-11-23T02:48:59.6698702Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6699328Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:48:59.6699929Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T02:48:59.6700504Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:48:59.6701061Z test_serialization_safe (__main__.TestSerialization) ... ok (0.033s) 2022-11-23T02:48:59.6701928Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T02:48:59.6704831Z 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-23T02:48:59.6705824Z warnings.warn(message, UserWarning) 2022-11-23T02:48:59.6706183Z ok (0.029s) 2022-11-23T02:48:59.6706651Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6707270Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6707860Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.059s) 2022-11-23T02:48:59.6710186Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T02:48:59.6711322Z 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-23T02:48:59.6712710Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T02:48:59.6713178Z ok (0.031s) 2022-11-23T02:48:59.6713638Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.018s) 2022-11-23T02:48:59.6714263Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.033s) 2022-11-23T02:48:59.6716722Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.039s) 2022-11-23T02:48:59.6717332Z test_serialize_device (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T02:48:59.6717876Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T02:48:59.6718313Z ok (0.000s) 2022-11-23T02:48:59.6718798Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.011s) 2022-11-23T02:48:59.6719461Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T02:48:59.6720117Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6720756Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6723284Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6724070Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T02:48:59.6724510Z 2022-11-23T02:48:59.6724833Z ---------------------------------------------------------------------- 2022-11-23T02:48:59.6725339Z Ran 85 tests in 178.704s 2022-11-23T02:48:59.6725589Z 2022-11-23T02:48:59.6725737Z OK (skipped=4) 2022-11-23T02:48:59.6725933Z 2022-11-23T02:48:59.6726092Z Generating XML reports... 2022-11-23T02:48:59.6726753Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123024600.xml 2022-11-23T02:48:59.6729366Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123024600.xml 2022-11-23T02:48:59.6730306Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123024600.xml 2022-11-23T02:48:59.6730792Z 2022-11-23T02:48:59.6731310Z ##[endgroup] 2022-11-23T02:48:59.6731926Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_0uhto7na) 2022-11-23T02:48:59.6732391Z 2022-11-23T02:49:02.6890397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:02.6891396Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:02.6891775Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:02.8548250Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 02:49:02.854438] 2022-11-23T02:49:02.8553872Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:02.855057] 2022-11-23T02:49:02.8555646Z Ignoring disabled issues: [] 2022-11-23T02:49:06.6434807Z 2022-11-23T02:49:06.6435713Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T02:49:06.6436564Z ##[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_cde77jt2) 2022-11-23T02:49:06.6437763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:06.6438559Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:06.6438756Z 2022-11-23T02:49:06.6438842Z Running tests... 2022-11-23T02:49:06.6439131Z ---------------------------------------------------------------------- 2022-11-23T02:49:06.6439529Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T02:49:06.6439946Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.123s) 2022-11-23T02:49:06.6440337Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-11-23T02:49:06.6440546Z 2022-11-23T02:49:06.6440706Z ---------------------------------------------------------------------- 2022-11-23T02:49:06.6440955Z Ran 2 tests in 1.125s 2022-11-23T02:49:06.6441082Z 2022-11-23T02:49:06.6441151Z OK 2022-11-23T02:49:06.6441254Z 2022-11-23T02:49:06.6441352Z Generating XML reports... 2022-11-23T02:49:06.6441811Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123024905.xml 2022-11-23T02:49:06.6442152Z 2022-11-23T02:49:06.6442400Z ##[endgroup] 2022-11-23T02:49:06.6442824Z 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_cde77jt2) 2022-11-23T02:49:06.6443147Z 2022-11-23T02:49:09.5645352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:09.5646235Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:09.5646610Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:09.7290495Z Running test_shape_ops ... [2022-11-23 02:49:09.727472] 2022-11-23T02:49:09.7295906Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:09.727472] 2022-11-23T02:49:09.7297685Z Ignoring disabled issues: [] 2022-11-23T02:49:12.8604118Z 2022-11-23T02:49:12.8604974Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T02:49:12.8605815Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_ble67bmp) 2022-11-23T02:49:12.8606730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:12.8607422Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:12.8607583Z 2022-11-23T02:49:12.8607666Z Running tests... 2022-11-23T02:49:12.8607931Z ---------------------------------------------------------------------- 2022-11-23T02:49:12.8608127Z 2022-11-23T02:49:12.8608298Z ---------------------------------------------------------------------- 2022-11-23T02:49:12.8608639Z Ran 0 tests in 0.000s 2022-11-23T02:49:12.8608768Z 2022-11-23T02:49:12.8608838Z OK 2022-11-23T02:49:12.8608938Z 2022-11-23T02:49:12.8609064Z Generating XML reports... 2022-11-23T02:49:12.8609395Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T02:49:12.8609599Z 2022-11-23T02:49:12.8610030Z ##[endgroup] 2022-11-23T02:49:12.8610409Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_ble67bmp) 2022-11-23T02:49:12.8610676Z 2022-11-23T02:49:15.7684571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:15.7685348Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:15.7685717Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:15.9335019Z Running test_sort_and_select ... [2022-11-23 02:49:15.933254] 2022-11-23T02:49:15.9341550Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:15.933974] 2022-11-23T02:49:15.9343455Z Ignoring disabled issues: [] 2022-11-23T02:49:19.0570165Z 2022-11-23T02:49:19.0570799Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T02:49:19.0571751Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_8i_yy3q9) 2022-11-23T02:49:19.0572691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:19.0573466Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:19.0573626Z 2022-11-23T02:49:19.0573716Z Running tests... 2022-11-23T02:49:19.0574002Z ---------------------------------------------------------------------- 2022-11-23T02:49:19.0574190Z 2022-11-23T02:49:19.0574348Z ---------------------------------------------------------------------- 2022-11-23T02:49:19.0574593Z Ran 0 tests in 0.000s 2022-11-23T02:49:19.0574723Z 2022-11-23T02:49:19.0574792Z OK 2022-11-23T02:49:19.0574896Z 2022-11-23T02:49:19.0574998Z Generating XML reports... 2022-11-23T02:49:19.0575312Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T02:49:19.0575743Z 2022-11-23T02:49:19.0575991Z ##[endgroup] 2022-11-23T02:49:19.0576374Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_8i_yy3q9) 2022-11-23T02:49:19.0576658Z 2022-11-23T02:49:21.9796863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:21.9797629Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:21.9797979Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:22.1464106Z Running test_sparse ... [2022-11-23 02:49:22.145902] 2022-11-23T02:49:22.1469646Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:22.146522] 2022-11-23T02:49:22.1471589Z Ignoring disabled issues: [] 2022-11-23T02:49:26.1779653Z 2022-11-23T02:49:26.1780472Z Expand the folded group to see the log file of test_sparse 2022-11-23T02:49:26.1781564Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_n53nipfr) 2022-11-23T02:49:26.1782523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:26.1783289Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:26.1783754Z C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:40: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:49:26.1784245Z IS_WINDOWS and torch.version.cuda and LooseVersion(torch.version.cuda) > "11.2" 2022-11-23T02:49:26.1784457Z 2022-11-23T02:49:26.1784544Z Running tests... 2022-11-23T02:49:26.1784834Z ---------------------------------------------------------------------- 2022-11-23T02:49:26.1785195Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T02:49:26.1785509Z test_basic (__main__.TestSparseMeta) ... ok (0.006s) 2022-11-23T02:49:26.1785844Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T02:49:26.1786230Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-11-23T02:49:26.1786447Z 2022-11-23T02:49:26.1786609Z ---------------------------------------------------------------------- 2022-11-23T02:49:26.1786885Z Ran 3 tests in 0.000s 2022-11-23T02:49:26.1787013Z 2022-11-23T02:49:26.1787096Z OK (skipped=2) 2022-11-23T02:49:26.1787218Z 2022-11-23T02:49:26.1787298Z Generating XML reports... 2022-11-23T02:49:26.1787679Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123024925.xml 2022-11-23T02:49:26.1788182Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123024925.xml 2022-11-23T02:49:26.1788499Z 2022-11-23T02:49:26.1788759Z ##[endgroup] 2022-11-23T02:49:26.1789124Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_n53nipfr) 2022-11-23T02:49:26.1789447Z 2022-11-23T02:49:29.1101065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:29.1102157Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:29.1102535Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:29.2786617Z Running test_spectral_ops ... [2022-11-23 02:49:29.278422] 2022-11-23T02:49:29.2792010Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:29.279088] 2022-11-23T02:49:29.2794255Z Ignoring disabled issues: [] 2022-11-23T02:49:37.3999414Z 2022-11-23T02:49:37.3999949Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T02:49:37.4000765Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_4v4oq9hu) 2022-11-23T02:49:37.4001687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:37.4002612Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:37.4003075Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:49:37.4003578Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T02:49:37.4004062Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:49:37.4004521Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T02:49:37.4004701Z 2022-11-23T02:49:37.4004783Z Running tests... 2022-11-23T02:49:37.4005066Z ---------------------------------------------------------------------- 2022-11-23T02:49:37.4005255Z 2022-11-23T02:49:37.4005411Z ---------------------------------------------------------------------- 2022-11-23T02:49:37.4005675Z Ran 0 tests in 0.000s 2022-11-23T02:49:37.4005801Z 2022-11-23T02:49:37.4005870Z OK 2022-11-23T02:49:37.4005953Z 2022-11-23T02:49:37.4006050Z Generating XML reports... 2022-11-23T02:49:37.4006357Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T02:49:37.4006560Z 2022-11-23T02:49:37.4006814Z ##[endgroup] 2022-11-23T02:49:37.4007190Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_4v4oq9hu) 2022-11-23T02:49:37.4007466Z 2022-11-23T02:49:40.3506248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:49:40.3507024Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:49:40.3507403Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:49:40.5217666Z Running test_stateless ... [2022-11-23 02:49:40.521514] 2022-11-23T02:49:40.5223205Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:49:40.522184] 2022-11-23T02:49:40.5224947Z Ignoring disabled issues: [] 2022-11-23T02:50:00.5604518Z 2022-11-23T02:50:00.5604932Z Expand the folded group to see the log file of test_stateless 2022-11-23T02:50:00.5605981Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_c9s_64iv) 2022-11-23T02:50:00.5606928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:00.5607643Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:00.5607807Z 2022-11-23T02:50:00.5607893Z Running tests... 2022-11-23T02:50:00.5609261Z ---------------------------------------------------------------------- 2022-11-23T02:50:00.5609659Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T02:50:00.5610052Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (14.002s) 2022-11-23T02:50:00.5610460Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (2.136s) 2022-11-23T02:50:00.5610912Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-11-23T02:50:00.5611305Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T02:50:00.5611896Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:50:00.5612427Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.005s) 2022-11-23T02:50:00.5612901Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:50:00.5613301Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.107s) 2022-11-23T02:50:00.5613733Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.691s) 2022-11-23T02:50:00.5614203Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2022-11-23T02:50:00.5614608Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:50:00.5614970Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T02:50:00.5615172Z 2022-11-23T02:50:00.5615336Z ---------------------------------------------------------------------- 2022-11-23T02:50:00.5615588Z Ran 12 tests in 16.968s 2022-11-23T02:50:00.5615720Z 2022-11-23T02:50:00.5615801Z OK (skipped=1) 2022-11-23T02:50:00.5615920Z 2022-11-23T02:50:00.5616017Z Generating XML reports... 2022-11-23T02:50:00.5616524Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123024943.xml 2022-11-23T02:50:00.5617068Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123024943.xml 2022-11-23T02:50:00.5617622Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123024943.xml 2022-11-23T02:50:00.5617918Z 2022-11-23T02:50:00.5618367Z ##[endgroup] 2022-11-23T02:50:00.5618722Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_c9s_64iv) 2022-11-23T02:50:00.5619034Z 2022-11-23T02:50:03.4833766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:03.4834596Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:03.4834977Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:03.6503605Z Running test_subclass ... [2022-11-23 02:50:03.648490] 2022-11-23T02:50:03.6510370Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:03.648490] 2022-11-23T02:50:03.6511821Z Ignoring disabled issues: [] 2022-11-23T02:50:07.0169403Z 2022-11-23T02:50:07.0170167Z Expand the folded group to see the log file of test_subclass 2022-11-23T02:50:07.0171046Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_gj2ycshm) 2022-11-23T02:50:07.0172311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:07.0173032Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:07.0173191Z 2022-11-23T02:50:07.0173256Z Running tests... 2022-11-23T02:50:07.0173539Z ---------------------------------------------------------------------- 2022-11-23T02:50:07.0173893Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T02:50:07.0174477Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.477s) 2022-11-23T02:50:07.0174844Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0175206Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0175553Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0176007Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T02:50:07.0176376Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:50:07.0176745Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0177113Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0177480Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:50:07.0177843Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:50:07.0178177Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-11-23T02:50:07.0178866Z 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:50:07.0179511Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:50:07.0179795Z expected failure (0.004s) 2022-11-23T02:50:07.0180092Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:50:07.0180457Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-11-23T02:50:07.0180820Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:50:07.0181159Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:50:07.0181507Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0181858Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0182211Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0182563Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T02:50:07.0182961Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0183500Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.009s) 2022-11-23T02:50:07.0183880Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0184291Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0184704Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0185119Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0185529Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0185938Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T02:50:07.0186351Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0186732Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0187188Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0187592Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0187988Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0188398Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0188810Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0189219Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:50:07.0189615Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0190030Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:50:07.0190456Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:50:07.0190869Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0191272Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:50:07.0191639Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0192005Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:50:07.0192335Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0209596Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0210013Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0210410Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0210825Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0211185Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0211574Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0211957Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.013s) 2022-11-23T02:50:07.0212356Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0212759Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:50:07.0213344Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0213760Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-11-23T02:50:07.0214134Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0214548Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0214960Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0215373Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:50:07.0215781Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:50:07.0216283Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0216696Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:50:07.0217067Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T02:50:07.0217476Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0217986Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0218402Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0218813Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0219227Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0219616Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0220041Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0220446Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:50:07.0220666Z 2022-11-23T02:50:07.0220849Z ---------------------------------------------------------------------- 2022-11-23T02:50:07.0221157Z Ran 71 tests in 0.703s 2022-11-23T02:50:07.0221306Z 2022-11-23T02:50:07.0221421Z OK (expected failures=5) 2022-11-23T02:50:07.0221567Z 2022-11-23T02:50:07.0221681Z Generating XML reports... 2022-11-23T02:50:07.0222056Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123025005.xml 2022-11-23T02:50:07.0222333Z 2022-11-23T02:50:07.0222706Z ##[endgroup] 2022-11-23T02:50:07.0223114Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_gj2ycshm) 2022-11-23T02:50:07.0223402Z 2022-11-23T02:50:09.9862050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:09.9862868Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:09.9863227Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:10.1525967Z Running test_tensorboard ... [2022-11-23 02:50:10.142588] 2022-11-23T02:50:10.1531843Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:10.152702] 2022-11-23T02:50:10.1534227Z Ignoring disabled issues: [] 2022-11-23T02:50:12.8159468Z 2022-11-23T02:50:12.8160130Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T02:50:12.8161823Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_myz0sxl0) 2022-11-23T02:50:12.8162772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:12.8163512Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:12.8163691Z 2022-11-23T02:50:12.8163793Z Running tests... 2022-11-23T02:50:12.8164105Z ---------------------------------------------------------------------- 2022-11-23T02:50:12.8164465Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T02:50:12.8164927Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8165424Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8165867Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-11-23T02:50:12.8166374Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.003s) 2022-11-23T02:50:12.8166775Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:50:12.8167138Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:50:12.8167552Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:50:12.8167960Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-11-23T02:50:12.8168421Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8168916Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8169417Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8169950Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8170478Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8170961Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8171473Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8171989Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8172502Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8173027Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8173550Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.010s) 2022-11-23T02:50:12.8174042Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.000s) 2022-11-23T02:50:12.8174528Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8174988Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8175625Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8176118Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8176522Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T02:50:12.8176952Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8177452Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8177944Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8178437Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8178946Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8179411Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8179967Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8180460Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8180947Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8181442Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8181958Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8182459Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.010s) 2022-11-23T02:50:12.8182934Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8183392Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8183866Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8184313Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8184742Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8185220Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8185691Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8186080Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T02:50:12.8186498Z 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:50:12.8186935Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8187426Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8187943Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8188522Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8189032Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8189508Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8189953Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8190391Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.010s) 2022-11-23T02:50:12.8190808Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T02:50:12.8191048Z 2022-11-23T02:50:12.8191218Z ---------------------------------------------------------------------- 2022-11-23T02:50:12.8191517Z Ran 53 tests in 0.031s 2022-11-23T02:50:12.8191641Z 2022-11-23T02:50:12.8191729Z OK (skipped=53) 2022-11-23T02:50:12.8191864Z 2022-11-23T02:50:12.8191977Z Generating XML reports... 2022-11-23T02:50:12.8192456Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123025012.xml 2022-11-23T02:50:12.8193041Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123025012.xml 2022-11-23T02:50:12.8193572Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123025012.xml 2022-11-23T02:50:12.8194156Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123025012.xml 2022-11-23T02:50:12.8194759Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123025012.xml 2022-11-23T02:50:12.8195349Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123025012.xml 2022-11-23T02:50:12.8195938Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123025012.xml 2022-11-23T02:50:12.8196518Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123025012.xml 2022-11-23T02:50:12.8197062Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123025012.xml 2022-11-23T02:50:12.8197349Z 2022-11-23T02:50:12.8197626Z ##[endgroup] 2022-11-23T02:50:12.8198033Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_myz0sxl0) 2022-11-23T02:50:12.8198308Z 2022-11-23T02:50:15.7521572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:15.7522435Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:15.7522846Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:15.9207834Z Running test_tensorexpr_pybind ... [2022-11-23 02:50:15.920089] 2022-11-23T02:50:15.9213882Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:15.921224] 2022-11-23T02:50:15.9215325Z Ignoring disabled issues: [] 2022-11-23T02:50:19.1780049Z 2022-11-23T02:50:19.1780575Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T02:50:19.1781760Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_q7efhi7e) 2022-11-23T02:50:19.1782712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:19.1783515Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:19.1783758Z 2022-11-23T02:50:19.1783899Z Running tests... 2022-11-23T02:50:19.1784348Z ---------------------------------------------------------------------- 2022-11-23T02:50:19.1784926Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T02:50:19.1785321Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.486s) 2022-11-23T02:50:19.1785689Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T02:50:19.1786078Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:50:19.1786432Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T02:50:19.1786930Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.011s) 2022-11-23T02:50:19.1787298Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-11-23T02:50:19.1787664Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T02:50:19.1788071Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:50:19.1788484Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T02:50:19.1788942Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1789394Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1789912Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1790368Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1790768Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1791211Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1791638Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T02:50:19.1792027Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-11-23T02:50:19.1792222Z 2022-11-23T02:50:19.1792405Z ---------------------------------------------------------------------- 2022-11-23T02:50:19.1792707Z Ran 17 tests in 0.516s 2022-11-23T02:50:19.1792847Z 2022-11-23T02:50:19.1792942Z OK (skipped=10) 2022-11-23T02:50:19.1793075Z 2022-11-23T02:50:19.1793187Z Generating XML reports... 2022-11-23T02:50:19.1793621Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123025018.xml 2022-11-23T02:50:19.1794170Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123025018.xml 2022-11-23T02:50:19.1794471Z 2022-11-23T02:50:19.1794786Z ##[endgroup] 2022-11-23T02:50:19.1795212Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_q7efhi7e) 2022-11-23T02:50:19.1795521Z 2022-11-23T02:50:22.0774008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:22.0775061Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:22.0775560Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:22.2445440Z Running test_testing ... [2022-11-23 02:50:22.243777] 2022-11-23T02:50:22.2450849Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:22.244377] 2022-11-23T02:50:22.2451951Z Ignoring disabled issues: [] 2022-11-23T02:50:31.0376959Z 2022-11-23T02:50:31.0377807Z Expand the folded group to see the log file of test_testing 2022-11-23T02:50:31.0378611Z ##[group]PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_w50i7ql1) 2022-11-23T02:50:31.0380510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:31.0381419Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:31.0381645Z 2022-11-23T02:50:31.0381801Z Running tests... 2022-11-23T02:50:31.0382261Z ---------------------------------------------------------------------- 2022-11-23T02:50:31.0382856Z Test results will be stored in test-reports\python-unittest\test_testing 2022-11-23T02:50:31.0383404Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:50:31.0383988Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0384560Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.012s) 2022-11-23T02:50:31.0385000Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-11-23T02:50:31.0385540Z test_matching_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0386142Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0386638Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:50:31.0387133Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0387621Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0388040Z test_meta (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0388512Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0389159Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0390546Z 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:50:31.0391904Z sparse_csr = strided.to_sparse_csr() 2022-11-23T02:50:31.0392316Z ok (0.005s) 2022-11-23T02:50:31.0392789Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.008s) 2022-11-23T02:50:31.0393375Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0393935Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0394471Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0395037Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:50:31.0395859Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:50:31.0396500Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:50:31.0397180Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.006s) 2022-11-23T02:50:31.0397838Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:50:31.0398412Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-11-23T02:50:31.0398983Z test_none (__main__.TestAssertClose) ... ok (0.011s) 2022-11-23T02:50:31.0399517Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0400056Z test_numpy (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0400588Z test_only_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0401129Z test_only_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0401641Z test_scalar (__main__.TestAssertClose) ... ok (0.005s) 2022-11-23T02:50:31.0402241Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0402874Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.002s) 2022-11-23T02:50:31.0403532Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.004s) 2022-11-23T02:50:31.0404921Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-11-23T02:50:31.0405590Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T02:50:31.0406221Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:50:31.0406907Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-11-23T02:50:31.0407614Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-11-23T02:50:31.0408274Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:50:31.0408929Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:50:31.0409678Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.006s) 2022-11-23T02:50:31.0410293Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-11-23T02:50:31.0410985Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-11-23T02:50:31.0411682Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-11-23T02:50:31.0412355Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-11-23T02:50:31.0413008Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T02:50:31.0413643Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-11-23T02:50:31.0414283Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-11-23T02:50:31.0415012Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:50:31.0415770Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-11-23T02:50:31.0416413Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-11-23T02:50:31.0417061Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-11-23T02:50:31.0417730Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-11-23T02:50:31.0418396Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-11-23T02:50:31.0419037Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.006s) 2022-11-23T02:50:31.0419726Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-11-23T02:50:31.0420379Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-11-23T02:50:31.0421109Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.013s) 2022-11-23T02:50:31.0422043Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-11-23T02:50:31.0422738Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.006s) 2022-11-23T02:50:31.0423346Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-11-23T02:50:31.0424015Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-11-23T02:50:31.0424723Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-11-23T02:50:31.0425408Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-11-23T02:50:31.0426089Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:50:31.0426766Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-11-23T02:50:31.0427508Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:50:31.0428166Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-11-23T02:50:31.0428838Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-11-23T02:50:31.0429521Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.006s) 2022-11-23T02:50:31.0430165Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-11-23T02:50:31.0431005Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-11-23T02:50:31.0431718Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.013s) 2022-11-23T02:50:31.0432363Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-11-23T02:50:31.0433124Z test_hybrid_support (__main__.TestAssertCloseSparseCSR) ... expected failure (0.733s) 2022-11-23T02:50:31.0433832Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-11-23T02:50:31.0434495Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-11-23T02:50:31.0435204Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-11-23T02:50:31.0435883Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-11-23T02:50:31.0436582Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.000s) 2022-11-23T02:50:31.0437270Z test_circular_dependencies (__main__.TestImports) 2022-11-23T02:50:31.0437983Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-11-23T02:50:31.0439112Z 2022-11-23 02:50:28,282 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at C:\Users\RUNNER~1\AppData\Local\Temp\tmp7xc_l6fl 2022-11-23T02:50:31.0440040Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:31.0440602Z ok (3.523s) 2022-11-23T02:50:31.0441270Z 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:50:31.0442165Z 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:50:31.0442973Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.001s) 2022-11-23T02:50:31.0443632Z test_sample_input (__main__.TestOpInfos) ... ok (0.002s) 2022-11-23T02:50:31.0444196Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.003s) 2022-11-23T02:50:31.0444808Z test_default_names (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:50:31.0445533Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:50:31.0446298Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.006s) 2022-11-23T02:50:31.0447081Z test_name_fn (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:50:31.0447742Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:50:31.0448440Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-11-23T02:50:31.0449176Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.003s) 2022-11-23T02:50:31.0449899Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.002s) 2022-11-23T02:50:31.0450543Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:50:31.0451334Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-11-23T02:50:31.0452146Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:50:31.0452954Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-11-23T02:50:31.0453736Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:50:31.0454480Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.003s) 2022-11-23T02:50:31.0455480Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-11-23T02:50:31.0456262Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:50:31.0457047Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-11-23T02:50:31.0457817Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.006s) 2022-11-23T02:50:31.0458256Z 2022-11-23T02:50:31.0458562Z ---------------------------------------------------------------------- 2022-11-23T02:50:31.0459078Z Ran 103 tests in 4.579s 2022-11-23T02:50:31.0459314Z 2022-11-23T02:50:31.0459506Z OK (skipped=4, expected failures=7) 2022-11-23T02:50:31.0459781Z 2022-11-23T02:50:31.0459969Z Generating XML reports... 2022-11-23T02:50:31.0460631Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20221123025025.xml 2022-11-23T02:50:31.0461545Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20221123025025.xml 2022-11-23T02:50:31.0462467Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20221123025025.xml 2022-11-23T02:50:31.0463492Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20221123025025.xml 2022-11-23T02:50:31.0464468Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20221123025025.xml 2022-11-23T02:50:31.0465415Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20221123025025.xml 2022-11-23T02:50:31.0466356Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20221123025025.xml 2022-11-23T02:50:31.0467307Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20221123025025.xml 2022-11-23T02:50:31.0468246Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20221123025025.xml 2022-11-23T02:50:31.0469155Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20221123025025.xml 2022-11-23T02:50:31.0470033Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestOpInfos-20221123025025.xml 2022-11-23T02:50:31.0470912Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20221123025025.xml 2022-11-23T02:50:31.0471807Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20221123025025.xml 2022-11-23T02:50:31.0472469Z 2022-11-23T02:50:31.0473033Z ##[endgroup] 2022-11-23T02:50:31.0473708Z FINISHED PRINTING LOG FILE of test_testing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_testing_w50i7ql1) 2022-11-23T02:50:31.0474191Z 2022-11-23T02:50:33.9395479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:33.9396255Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:33.9396619Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:34.1022348Z Running test_transformers ... [2022-11-23 02:50:34.101954] 2022-11-23T02:50:34.1027627Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:34.102574] 2022-11-23T02:50:34.1029500Z Ignoring disabled issues: [] 2022-11-23T02:50:46.0197175Z 2022-11-23T02:50:46.0197653Z Expand the folded group to see the log file of test_transformers 2022-11-23T02:50:46.0198648Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_hyug5kb0) 2022-11-23T02:50:46.0199563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:46.0200368Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:46.0200543Z 2022-11-23T02:50:46.0200628Z Running tests... 2022-11-23T02:50:46.0200966Z ---------------------------------------------------------------------- 2022-11-23T02:50:46.0201389Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T02:50:46.0201778Z test_bias_is_none (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0202132Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.010s) 2022-11-23T02:50:46.0202549Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0202899Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0203224Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T02:50:46.0203940Z 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:50:46.0204680Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T02:50:46.0204968Z ok (0.012s) 2022-11-23T02:50:46.0205281Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:50:46.0205730Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.011s) 2022-11-23T02:50:46.0206175Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:50:46.0206626Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.689s) 2022-11-23T02:50:46.0207196Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:50:46.0207714Z 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:50:46.0208174Z 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:50:46.0208683Z 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:50:46.0209108Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:50:46.0209558Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:50:46.0210016Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:50:46.0210469Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:50:46.0210970Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.042s) 2022-11-23T02:50:46.0211417Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-11-23T02:50:46.0211855Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-11-23T02:50:46.0212291Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0212703Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0213133Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0213630Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:50:46.0214093Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:50:46.0214698Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T02:50:46.0215151Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T02:50:46.0215594Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T02:50:46.0216037Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:50:46.0216484Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T02:50:46.0216921Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:50:46.0217377Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.013s) 2022-11-23T02:50:46.0217825Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-11-23T02:50:46.0218265Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.028s) 2022-11-23T02:50:46.0218766Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-11-23T02:50:46.0219279Z 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.004s) 2022-11-23T02:50:46.0219932Z 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.004s) 2022-11-23T02:50:46.0220582Z 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.004s) 2022-11-23T02:50:46.0221167Z 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.004s) 2022-11-23T02:50:46.0221755Z 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:50:46.0222345Z 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.003s) 2022-11-23T02:50:46.0222908Z 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:50:46.0223473Z 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:50:46.0224030Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T02:50:46.0224577Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T02:50:46.0225131Z 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:50:46.0225679Z 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:50:46.0226259Z 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:50:46.0226807Z 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:50:46.0227307Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T02:50:46.0227788Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.001s) 2022-11-23T02:50:46.0228198Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:50:46.0228629Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-11-23T02:50:46.0229121Z 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.003s) 2022-11-23T02:50:46.0229623Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-11-23T02:50:46.0230177Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.044s) 2022-11-23T02:50:46.0230663Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-11-23T02:50:46.0231147Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.035s) 2022-11-23T02:50:46.0231630Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-11-23T02:50:46.0232091Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.044s) 2022-11-23T02:50:46.0232573Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-11-23T02:50:46.0233058Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.039s) 2022-11-23T02:50:46.0233562Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:50:46.0234418Z 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:50:46.0235096Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T02:50:46.0235371Z ok (0.561s) 2022-11-23T02:50:46.0235750Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:50:46.0236207Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.905s) 2022-11-23T02:50:46.0236668Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:50:46.0237369Z 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:50:46.0237951Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T02:50:46.0238293Z ok (0.556s) 2022-11-23T02:50:46.0238663Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:50:46.0239112Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.926s) 2022-11-23T02:50:46.0239573Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T02:50:46.0240013Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.663s) 2022-11-23T02:50:46.0240467Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T02:50:46.0240885Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.084s) 2022-11-23T02:50:46.0241334Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T02:50:46.0241771Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.699s) 2022-11-23T02:50:46.0242223Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T02:50:46.0242717Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.048s) 2022-11-23T02:50:46.0243156Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:50:46.0243617Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:50:46.0244077Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:50:46.0244513Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:50:46.0244976Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:50:46.0245434Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T02:50:46.0245901Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T02:50:46.0246352Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.000s) 2022-11-23T02:50:46.0246815Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T02:50:46.0247241Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:50:46.0247656Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T02:50:46.0247861Z 2022-11-23T02:50:46.0248025Z ---------------------------------------------------------------------- 2022-11-23T02:50:46.0248294Z Ran 77 tests in 7.859s 2022-11-23T02:50:46.0248420Z 2022-11-23T02:50:46.0248502Z OK (skipped=20) 2022-11-23T02:50:46.0248623Z 2022-11-23T02:50:46.0248721Z Generating XML reports... 2022-11-23T02:50:46.0249104Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123025037.xml 2022-11-23T02:50:46.0249371Z 2022-11-23T02:50:46.0249679Z ##[endgroup] 2022-11-23T02:50:46.0250043Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_hyug5kb0) 2022-11-23T02:50:46.0250325Z 2022-11-23T02:50:48.9213855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:48.9214885Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:48.9215333Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:49.0875785Z Running test_type_hints ... [2022-11-23 02:50:49.087119] 2022-11-23T02:50:49.0886486Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:49.087119] 2022-11-23T02:50:49.0888163Z Ignoring disabled issues: [] 2022-11-23T02:50:51.6241421Z 2022-11-23T02:50:51.6242131Z Expand the folded group to see the log file of test_type_hints 2022-11-23T02:50:51.6243047Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_bdgicbnd) 2022-11-23T02:50:51.6243932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:51.6244863Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:51.6245026Z 2022-11-23T02:50:51.6245116Z Running tests... 2022-11-23T02:50:51.6245411Z ---------------------------------------------------------------------- 2022-11-23T02:50:51.6245787Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T02:50:51.6246114Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T02:50:51.6246403Z Run documentation examples through mypy. ... skip: need mypy (0.002s) 2022-11-23T02:50:51.6246589Z 2022-11-23T02:50:51.6246749Z ---------------------------------------------------------------------- 2022-11-23T02:50:51.6247014Z Ran 1 test in 0.000s 2022-11-23T02:50:51.6247137Z 2022-11-23T02:50:51.6247217Z OK (skipped=1) 2022-11-23T02:50:51.6247335Z 2022-11-23T02:50:51.6247434Z Generating XML reports... 2022-11-23T02:50:51.6247815Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123025051.xml 2022-11-23T02:50:51.6248073Z 2022-11-23T02:50:51.6248302Z ##[endgroup] 2022-11-23T02:50:51.6248669Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_bdgicbnd) 2022-11-23T02:50:51.6248938Z 2022-11-23T02:50:54.5373070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:54.5374030Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:54.5374393Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:50:54.7056606Z Running test_type_info ... [2022-11-23 02:50:54.705231] 2022-11-23T02:50:54.7062457Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:50:54.705846] 2022-11-23T02:50:54.7064034Z Ignoring disabled issues: [] 2022-11-23T02:50:57.9023003Z 2022-11-23T02:50:57.9024967Z Expand the folded group to see the log file of test_type_info 2022-11-23T02:50:57.9025794Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_zxhcssi9) 2022-11-23T02:50:57.9026683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:50:57.9027400Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:50:57.9027561Z 2022-11-23T02:50:57.9027676Z Running tests... 2022-11-23T02:50:57.9027972Z ---------------------------------------------------------------------- 2022-11-23T02:50:57.9028330Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-11-23T02:50:57.9028664Z test_finfo (__main__.TestDTypeInfo) ... ok (0.487s) 2022-11-23T02:50:57.9028933Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.000s) 2022-11-23T02:50:57.9029292Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.000s) 2022-11-23T02:50:57.9029460Z 2022-11-23T02:50:57.9029620Z ---------------------------------------------------------------------- 2022-11-23T02:50:57.9029937Z Ran 3 tests in 0.484s 2022-11-23T02:50:57.9030060Z 2022-11-23T02:50:57.9030129Z OK 2022-11-23T02:50:57.9030230Z 2022-11-23T02:50:57.9030328Z Generating XML reports... 2022-11-23T02:50:57.9030888Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221123025056.xml 2022-11-23T02:50:57.9031145Z 2022-11-23T02:50:57.9031392Z ##[endgroup] 2022-11-23T02:50:57.9031756Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_zxhcssi9) 2022-11-23T02:50:57.9032025Z 2022-11-23T02:51:00.8300614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:00.8301382Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:00.8301754Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:00.9964788Z Running test_type_promotion ... [2022-11-23 02:51:00.996217] 2022-11-23T02:51:00.9970154Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:00.996818] 2022-11-23T02:51:00.9972067Z Ignoring disabled issues: [] 2022-11-23T02:51:04.1013099Z 2022-11-23T02:51:04.1014226Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T02:51:04.1015032Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_nome55ch) 2022-11-23T02:51:04.1015941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:04.1016640Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:04.1016797Z 2022-11-23T02:51:04.1016880Z Running tests... 2022-11-23T02:51:04.1017162Z ---------------------------------------------------------------------- 2022-11-23T02:51:04.1017351Z 2022-11-23T02:51:04.1017492Z ---------------------------------------------------------------------- 2022-11-23T02:51:04.1017757Z Ran 0 tests in 0.000s 2022-11-23T02:51:04.1017881Z 2022-11-23T02:51:04.1017949Z OK 2022-11-23T02:51:04.1018051Z 2022-11-23T02:51:04.1018151Z Generating XML reports... 2022-11-23T02:51:04.1018461Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T02:51:04.1018668Z 2022-11-23T02:51:04.1018908Z ##[endgroup] 2022-11-23T02:51:04.1019271Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_nome55ch) 2022-11-23T02:51:04.1019561Z 2022-11-23T02:51:07.0767503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:07.0768270Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:07.0768636Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:07.2458002Z Running test_unary_ufuncs ... [2022-11-23 02:51:07.245595] 2022-11-23T02:51:07.2463695Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:07.246206] 2022-11-23T02:51:07.2465317Z Ignoring disabled issues: [] 2022-11-23T02:51:11.2719306Z 2022-11-23T02:51:11.2719922Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T02:51:11.2720720Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_9kcrf9d_) 2022-11-23T02:51:11.2721712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:11.2722418Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:11.2722579Z 2022-11-23T02:51:11.2722662Z Running tests... 2022-11-23T02:51:11.2722937Z ---------------------------------------------------------------------- 2022-11-23T02:51:11.2723125Z 2022-11-23T02:51:11.2723288Z ---------------------------------------------------------------------- 2022-11-23T02:51:11.2723547Z Ran 0 tests in 0.000s 2022-11-23T02:51:11.2723673Z 2022-11-23T02:51:11.2723721Z OK 2022-11-23T02:51:11.2723820Z 2022-11-23T02:51:11.2723917Z Generating XML reports... 2022-11-23T02:51:11.2724220Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T02:51:11.2724418Z 2022-11-23T02:51:11.2724857Z ##[endgroup] 2022-11-23T02:51:11.2725234Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_9kcrf9d_) 2022-11-23T02:51:11.2725502Z 2022-11-23T02:51:14.1661519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:14.1662500Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:14.1662936Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:14.3369194Z Running test_utils ... [2022-11-23 02:51:14.336448] 2022-11-23T02:51:14.3374672Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:14.337065] 2022-11-23T02:51:14.3376626Z Ignoring disabled issues: [] 2022-11-23T02:51:39.4876777Z 2022-11-23T02:51:39.4877544Z Expand the folded group to see the log file of test_utils 2022-11-23T02:51:39.4878463Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_cr1512km) 2022-11-23T02:51:39.4879340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:39.4880053Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:39.4880429Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:39.4880658Z 2022-11-23T02:51:39.4883257Z Running tests... 2022-11-23T02:51:39.4883701Z ---------------------------------------------------------------------- 2022-11-23T02:51:39.4884171Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T02:51:39.4884545Z test_assert_scriptable (__main__.TestAssert) ... ok (0.449s) 2022-11-23T02:51:39.4884850Z test_assert_true (__main__.TestAssert) ... ok (0.000s) 2022-11-23T02:51:39.4885604Z 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.000s) 2022-11-23T02:51:39.4887166Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-11-23T02:51:39.4887508Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.010s) 2022-11-23T02:51:39.4887831Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.023s) 2022-11-23T02:51:39.4888384Z 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:51:39.4888939Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T02:51:39.4889200Z ok (0.003s) 2022-11-23T02:51:39.4889462Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T02:51:39.4889814Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T02:51:39.4890223Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T02:51:39.4890712Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T02:51:39.4891052Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.013s) 2022-11-23T02:51:39.4891367Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-11-23T02:51:39.4891745Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T02:51:39.4892136Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-11-23T02:51:39.4892488Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T02:51:39.4892931Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T02:51:39.4893314Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.000s) 2022-11-23T02:51:39.4893654Z test_smoke (__main__.TestCollectEnv) ... ok (3.800s) 2022-11-23T02:51:39.4893975Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T02:51:39.4894324Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T02:51:39.4895168Z 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:51:39.4895933Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:39.4896286Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:39.4896781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:51:39.4897205Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:51:39.4897646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:51:39.4898067Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:51:39.4898838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:39.4899606Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:39.4899962Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:39.4900450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T02:51:39.4900873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T02:51:39.4901309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T02:51:39.4901748Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T02:51:39.4901989Z ok (3.256s) 2022-11-23T02:51:39.4902371Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-11-23T02:51:39.4903175Z 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.001s) 2022-11-23T02:51:39.4903837Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-11-23T02:51:39.4904159Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-11-23T02:51:39.4904492Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.002s) 2022-11-23T02:51:39.4904817Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-11-23T02:51:39.4905133Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.003s) 2022-11-23T02:51:39.4905445Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-11-23T02:51:39.4905790Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (14.438s) 2022-11-23T02:51:39.4905984Z 2022-11-23T02:51:39.4906155Z ---------------------------------------------------------------------- 2022-11-23T02:51:39.4906430Z Ran 31 tests in 22.032s 2022-11-23T02:51:39.4906560Z 2022-11-23T02:51:39.4906640Z OK (skipped=7) 2022-11-23T02:51:39.4906760Z 2022-11-23T02:51:39.4906861Z Generating XML reports... 2022-11-23T02:51:39.4907215Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123025116.xml 2022-11-23T02:51:39.4907670Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123025116.xml 2022-11-23T02:51:39.4908148Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123025116.xml 2022-11-23T02:51:39.4908644Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123025116.xml 2022-11-23T02:51:39.4909157Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123025116.xml 2022-11-23T02:51:39.4909650Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123025116.xml 2022-11-23T02:51:39.4910122Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123025116.xml 2022-11-23T02:51:39.4910580Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123025116.xml 2022-11-23T02:51:39.4911055Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123025116.xml 2022-11-23T02:51:39.4911541Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123025116.xml 2022-11-23T02:51:39.4911794Z 2022-11-23T02:51:39.4912161Z ##[endgroup] 2022-11-23T02:51:39.4912521Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_cr1512km) 2022-11-23T02:51:39.4912855Z 2022-11-23T02:51:42.4207076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:42.4207834Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:42.4208259Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:42.5885154Z Running test_view_ops ... [2022-11-23 02:51:42.585388] 2022-11-23T02:51:42.5890437Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:42.585388] 2022-11-23T02:51:42.5892253Z Ignoring disabled issues: [] 2022-11-23T02:51:45.7301724Z 2022-11-23T02:51:45.7302414Z Expand the folded group to see the log file of test_view_ops 2022-11-23T02:51:45.7303209Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_jbv9x998) 2022-11-23T02:51:45.7304437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:45.7305155Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:45.7305317Z 2022-11-23T02:51:45.7305403Z Running tests... 2022-11-23T02:51:45.7305691Z ---------------------------------------------------------------------- 2022-11-23T02:51:45.7305882Z 2022-11-23T02:51:45.7306043Z ---------------------------------------------------------------------- 2022-11-23T02:51:45.7306320Z Ran 0 tests in 0.000s 2022-11-23T02:51:45.7306428Z 2022-11-23T02:51:45.7306504Z OK 2022-11-23T02:51:45.7306605Z 2022-11-23T02:51:45.7306706Z Generating XML reports... 2022-11-23T02:51:45.7307012Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T02:51:45.7307213Z 2022-11-23T02:51:45.7307465Z ##[endgroup] 2022-11-23T02:51:45.7307832Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_jbv9x998) 2022-11-23T02:51:45.7308103Z 2022-11-23T02:51:48.6578878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:48.6579660Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:48.6580029Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:48.8267036Z Running test_vmap ... [2022-11-23 02:51:48.826479] 2022-11-23T02:51:48.8272772Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:48.826555] 2022-11-23T02:51:48.8274237Z Ignoring disabled issues: [] 2022-11-23T02:51:54.8101765Z 2022-11-23T02:51:54.8102545Z Expand the folded group to see the log file of test_vmap 2022-11-23T02:51:54.8103300Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_v99jx3a0) 2022-11-23T02:51:54.8108030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:54.8109342Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:54.8109568Z 2022-11-23T02:51:54.8109685Z Running tests... 2022-11-23T02:51:54.8110096Z ---------------------------------------------------------------------- 2022-11-23T02:51:54.8110579Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T02:51:54.8111581Z 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:51:54.8112418Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T02:51:54.8113137Z 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:51:54.8113926Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T02:51:54.8114552Z 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:51:54.8115147Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:51:54.8115764Z 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:51:54.8116340Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T02:51:54.8116945Z 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:51:54.8117540Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T02:51:54.8118154Z 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:51:54.8118753Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T02:51:54.8119384Z 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:51:54.8119970Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T02:51:54.8120586Z 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:51:54.8121165Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T02:51:54.8121862Z 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:51:54.8122486Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:51:54.8123130Z 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:51:54.8123739Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T02:51:54.8124034Z ok (0.008s) 2022-11-23T02:51:54.8124741Z 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:51:54.8125402Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T02:51:54.8126080Z 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:51:54.8126673Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T02:51:54.8127294Z 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:51:54.8127882Z vmap(completely_unrelated_backward)(y) 2022-11-23T02:51:54.8128092Z ok (0.004s) 2022-11-23T02:51:54.8128749Z 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:51:54.8129399Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T02:51:54.8129618Z ok (0.002s) 2022-11-23T02:51:54.8130259Z 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:51:54.8130974Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T02:51:54.8131261Z ok (0.001s) 2022-11-23T02:51:54.8131914Z 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:51:54.8132633Z vmap(torch.mul)(x, y) 2022-11-23T02:51:54.8133213Z 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:51:54.8133871Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T02:51:54.8134490Z 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:51:54.8135109Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T02:51:54.8135356Z ok (0.002s) 2022-11-23T02:51:54.8136000Z 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:51:54.8136617Z result = vmap(op, (2, 0))(x, y) 2022-11-23T02:51:54.8137277Z 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:51:54.8138443Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:51:54.8139074Z 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:51:54.8139657Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:51:54.8139854Z ok (0.117s) 2022-11-23T02:51:54.8140131Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:51:54.8140867Z 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:51:54.8141554Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:51:54.8142214Z 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:51:54.8142840Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T02:51:54.8143093Z ok (0.100s) 2022-11-23T02:51:54.8143810Z 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:51:54.8144491Z result = vmap(torch.var_mean)(tensor) 2022-11-23T02:51:54.8145091Z 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:51:54.8145680Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T02:51:54.8146292Z 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:51:54.8146949Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T02:51:54.8147188Z ok (0.103s) 2022-11-23T02:51:54.8147473Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.010s) 2022-11-23T02:51:54.8147827Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.000s) 2022-11-23T02:51:54.8148539Z 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:51:54.8149150Z vmap(op, (0, None))(x, y) 2022-11-23T02:51:54.8149735Z 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:51:54.8150348Z vmap(op, (None, 0))(y, x) 2022-11-23T02:51:54.8151045Z 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:51:54.8151605Z vmap(op)(x, x) 2022-11-23T02:51:54.8152189Z 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:51:54.8152740Z vmap(op, (0, None))(x, y) 2022-11-23T02:51:54.8153345Z 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:51:54.8153902Z vmap(op, (None, 0))(y, x) 2022-11-23T02:51:54.8154494Z 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:51:54.8155036Z vmap(op)(x, x) 2022-11-23T02:51:54.8155206Z ok (0.671s) 2022-11-23T02:51:54.8155850Z 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:51:54.8156495Z vmap(foo)() 2022-11-23T02:51:54.8157131Z 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:51:54.8157685Z vmap(bar)() 2022-11-23T02:51:54.8157873Z ok (0.002s) 2022-11-23T02:51:54.8158512Z 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:51:54.8159228Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T02:51:54.8159468Z ok (0.002s) 2022-11-23T02:51:54.8160110Z 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:51:54.8160773Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:51:54.8161405Z 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:51:54.8162001Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T02:51:54.8175364Z ok (0.004s) 2022-11-23T02:51:54.8176254Z 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:51:54.8176897Z vmap(foo)(torch.randn([])) 2022-11-23T02:51:54.8177507Z 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:51:54.8178096Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T02:51:54.8178696Z 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:51:54.8179252Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T02:51:54.8179837Z 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:51:54.8180432Z vmap(foo, in_dims=(2,))(y) 2022-11-23T02:51:54.8181068Z 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:51:54.8181661Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T02:51:54.8182268Z 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:51:54.8182841Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T02:51:54.8183442Z 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:51:54.8184092Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T02:51:54.8184289Z ok (0.003s) 2022-11-23T02:51:54.8184930Z 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:51:54.8185554Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T02:51:54.8186319Z 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:51:54.8186929Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T02:51:54.8187529Z 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:51:54.8188069Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T02:51:54.8188710Z 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:51:54.8189270Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T02:51:54.8189874Z 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:51:54.8190433Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:51:54.8190630Z ok (0.002s) 2022-11-23T02:51:54.8191290Z 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:51:54.8191923Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T02:51:54.8192560Z 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:51:54.8193169Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T02:51:54.8193779Z 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:51:54.8194315Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T02:51:54.8194941Z 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:51:54.8195528Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T02:51:54.8196208Z 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:51:54.8196791Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T02:51:54.8197415Z 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:51:54.8197981Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T02:51:54.8198231Z ok (0.006s) 2022-11-23T02:51:54.8198921Z 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:51:54.8199541Z vmap(op, (2, 0))(x, y) 2022-11-23T02:51:54.8200176Z 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:51:54.8200712Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T02:51:54.8201295Z 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:51:54.8201850Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T02:51:54.8202055Z ok (0.112s) 2022-11-23T02:51:54.8202695Z 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:51:54.8203298Z result = vmap(op)(x) 2022-11-23T02:51:54.8203889Z 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:51:54.8204491Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T02:51:54.8205140Z 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:51:54.8205693Z result = vmap(vmap(op))(x) 2022-11-23T02:51:54.8206268Z 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:51:54.8206831Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T02:51:54.8207033Z ok (0.411s) 2022-11-23T02:51:54.8207686Z 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:51:54.8208358Z vmap(torch.sum)(x, 0) 2022-11-23T02:51:54.8208950Z 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:51:54.8209500Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T02:51:54.8210123Z 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:51:54.8210693Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T02:51:54.8211347Z 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:51:54.8211958Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T02:51:54.8212145Z ok (0.006s) 2022-11-23T02:51:54.8212890Z 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:51:54.8213497Z output = vmap(torch.mul)(x, y) 2022-11-23T02:51:54.8213704Z ok (0.000s) 2022-11-23T02:51:54.8214326Z 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:51:54.8214947Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T02:51:54.8215544Z 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:51:54.8216160Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T02:51:54.8216364Z ok (0.000s) 2022-11-23T02:51:54.8217040Z 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:51:54.8217652Z outputs = vmap(foo)(x) 2022-11-23T02:51:54.8217845Z ok (0.012s) 2022-11-23T02:51:54.8218492Z 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:51:54.8219122Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T02:51:54.8219724Z 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:51:54.8220350Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T02:51:54.8220959Z 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:51:54.8221518Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T02:51:54.8221713Z ok (0.003s) 2022-11-23T02:51:54.8222389Z 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:51:54.8223090Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T02:51:54.8223313Z ok (0.002s) 2022-11-23T02:51:54.8223992Z 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:51:54.8224639Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T02:51:54.8225266Z 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:51:54.8225881Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T02:51:54.8226528Z 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:51:54.8227148Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T02:51:54.8227785Z 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:51:54.8228452Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T02:51:54.8228686Z ok (0.006s) 2022-11-23T02:51:54.8229377Z 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:51:54.8230025Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T02:51:54.8230648Z 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:51:54.8231263Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T02:51:54.8231566Z ok (0.003s) 2022-11-23T02:51:54.8232207Z 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:51:54.8232840Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T02:51:54.8233444Z 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:51:54.8234020Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T02:51:54.8234267Z ok (0.003s) 2022-11-23T02:51:54.8234931Z 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:51:54.8235539Z result = vmap(model)(tensor) 2022-11-23T02:51:54.8235740Z ok (0.003s) 2022-11-23T02:51:54.8236436Z 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:51:54.8237083Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T02:51:54.8237700Z 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:51:54.8238291Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T02:51:54.8238912Z 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:51:54.8239487Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T02:51:54.8240124Z 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:51:54.8240698Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T02:51:54.8241338Z 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:51:54.8241903Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T02:51:54.8242108Z ok (0.004s) 2022-11-23T02:51:54.8242754Z 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:51:54.8243438Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T02:51:54.8244051Z 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:51:54.8244627Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T02:51:54.8244842Z ok (0.002s) 2022-11-23T02:51:54.8245452Z 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:51:54.8246111Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T02:51:54.8247361Z 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:51:54.8248270Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T02:51:54.8249292Z 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:51:54.8250227Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T02:51:54.8250580Z ok (0.002s) 2022-11-23T02:51:54.8251543Z 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:51:54.8252332Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T02:51:54.8253008Z 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:51:54.8253632Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T02:51:54.8253826Z ok (0.002s) 2022-11-23T02:51:54.8254457Z 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:51:54.8255089Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T02:51:54.8255709Z 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:51:54.8256478Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:51:54.8257093Z 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:51:54.8257666Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T02:51:54.8258399Z 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:51:54.8259057Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T02:51:54.8259724Z 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:51:54.8260303Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T02:51:54.8260896Z 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:51:54.8261451Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T02:51:54.8261655Z ok (0.006s) 2022-11-23T02:51:54.8262349Z 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:51:54.8262988Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T02:51:54.8263208Z ok (0.000s) 2022-11-23T02:51:54.8263861Z 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:51:54.8264475Z vmap(torch.mul, (0,))(x, y) 2022-11-23T02:51:54.8265119Z 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:51:54.8265706Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T02:51:54.8266301Z 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:51:54.8266875Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T02:51:54.8267479Z 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:51:54.8268071Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T02:51:54.8268686Z 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:51:54.8269237Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T02:51:54.8269433Z ok (0.006s) 2022-11-23T02:51:54.8270066Z 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:51:54.8270729Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T02:51:54.8271372Z 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:51:54.8271969Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T02:51:54.8272168Z ok (0.000s) 2022-11-23T02:51:54.8272827Z 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:51:54.8273462Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T02:51:54.8274108Z 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:51:54.8274684Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T02:51:54.8275290Z 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:51:54.8275854Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T02:51:54.8276458Z 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:51:54.8277082Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T02:51:54.8277277Z ok (0.000s) 2022-11-23T02:51:54.8277954Z 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:51:54.8278570Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T02:51:54.8279178Z 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:51:54.8279743Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T02:51:54.8279951Z ok (0.010s) 2022-11-23T02:51:54.8280610Z 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:51:54.8281250Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T02:51:54.8281862Z 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:51:54.8283091Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T02:51:54.8283749Z 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:51:54.8284298Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T02:51:54.8284904Z 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:51:54.8285482Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T02:51:54.8285693Z ok (0.002s) 2022-11-23T02:51:54.8286379Z 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:51:54.8286984Z output = vmap(square)(x) 2022-11-23T02:51:54.8287180Z ok (0.002s) 2022-11-23T02:51:54.8287818Z 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:51:54.8288427Z vmap(torch.ravel)(tensor) 2022-11-23T02:51:54.8289051Z 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:51:54.8289655Z vmap(out_op)(tensor, tensor) 2022-11-23T02:51:54.8290253Z 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:51:54.8290828Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T02:51:54.8291430Z 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:51:54.8291982Z vmap(torch.Tensor.item)(tensor) 2022-11-23T02:51:54.8292189Z ok (0.005s) 2022-11-23T02:51:54.8292536Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:51:54.8292821Z test_as_strided (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T02:51:54.8293136Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.157s) 2022-11-23T02:51:54.8293438Z test_bmm (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:51:54.8293721Z test_cat (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8294005Z test_chunk (__main__.TestVmapOperators) ... ok (0.039s) 2022-11-23T02:51:54.8294285Z test_clamp (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T02:51:54.8294615Z test_clone (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T02:51:54.8294960Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.071s) 2022-11-23T02:51:54.8295263Z test_conj (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:51:54.8295594Z test_contiguous (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:51:54.8295897Z test_diagonal (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:51:54.8296179Z test_dot (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:51:54.8296454Z test_expand_as (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T02:51:54.8296775Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T02:51:54.8297077Z test_imag (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:51:54.8297374Z test_is_complex (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8297677Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8297990Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8298270Z test_mm (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8298555Z test_movedim (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T02:51:54.8298833Z test_mv (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T02:51:54.8299116Z test_narrow (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:51:54.8299454Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:51:54.8299761Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:51:54.8300052Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T02:51:54.8300361Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T02:51:54.8300666Z test_real (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8300998Z test_reshape (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8301299Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8301640Z test_result_type (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T02:51:54.8301918Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T02:51:54.8302202Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:51:54.8302487Z test_split (__main__.TestVmapOperators) ... ok (0.057s) 2022-11-23T02:51:54.8302779Z test_squeeze (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T02:51:54.8303063Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:51:54.8303347Z test_stride (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8303619Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:51:54.8303894Z test_t (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:51:54.8304183Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.157s) 2022-11-23T02:51:54.8304478Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T02:51:54.8304760Z test_trace (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8305032Z test_transpose (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T02:51:54.8305342Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.126s) 2022-11-23T02:51:54.8305651Z test_unbind (__main__.TestVmapOperators) ... ok (0.157s) 2022-11-23T02:51:54.8305940Z test_unfold (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T02:51:54.8306221Z test_view (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8306507Z test_view_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T02:51:54.8306788Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.033s) 2022-11-23T02:51:54.8307138Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T02:51:54.8307449Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T02:51:54.8308234Z 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:51:54.8308946Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T02:51:54.8309161Z ok (0.002s) 2022-11-23T02:51:54.8309274Z 2022-11-23T02:51:54.8309435Z ---------------------------------------------------------------------- 2022-11-23T02:51:54.8309684Z Ran 95 tests in 2.812s 2022-11-23T02:51:54.8309803Z 2022-11-23T02:51:54.8309868Z OK 2022-11-23T02:51:54.8309964Z 2022-11-23T02:51:54.8310058Z Generating XML reports... 2022-11-23T02:51:54.8310409Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123025151.xml 2022-11-23T02:51:54.8310885Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123025151.xml 2022-11-23T02:51:54.8311145Z 2022-11-23T02:51:54.8311509Z ##[endgroup] 2022-11-23T02:51:54.8311840Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_v99jx3a0) 2022-11-23T02:51:54.8312091Z 2022-11-23T02:51:57.7832498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:51:57.7833262Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:51:57.7833616Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:51:57.9508357Z Running test_vulkan ... [2022-11-23 02:51:57.950568] 2022-11-23T02:51:57.9513907Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:51:57.950568] 2022-11-23T02:51:57.9515864Z Ignoring disabled issues: [] 2022-11-23T02:52:00.6977214Z 2022-11-23T02:52:00.6978045Z Expand the folded group to see the log file of test_vulkan 2022-11-23T02:52:00.6978899Z ##[group]PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_3c3vzawb) 2022-11-23T02:52:00.6979893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:52:00.6980594Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:52:00.6980758Z 2022-11-23T02:52:00.6980838Z Running tests... 2022-11-23T02:52:00.6981103Z ---------------------------------------------------------------------- 2022-11-23T02:52:00.6981512Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports\python-unittest\test_vulkan 2022-11-23T02:52:00.6981903Z skip: Vulkan backend must be available for these tests. (0.189s) 2022-11-23T02:52:00.6982079Z 2022-11-23T02:52:00.6982234Z ---------------------------------------------------------------------- 2022-11-23T02:52:00.6982488Z Ran 1 test in 0.187s 2022-11-23T02:52:00.6982608Z 2022-11-23T02:52:00.6982684Z OK (skipped=1) 2022-11-23T02:52:00.6982800Z 2022-11-23T02:52:00.6982893Z Generating XML reports... 2022-11-23T02:52:00.6983260Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20221123025200.xml 2022-11-23T02:52:00.6983564Z 2022-11-23T02:52:00.6983816Z ##[endgroup] 2022-11-23T02:52:00.6984171Z FINISHED PRINTING LOG FILE of test_vulkan (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vulkan_3c3vzawb) 2022-11-23T02:52:00.6984669Z 2022-11-23T02:52:03.6867822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:52:03.6868574Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:52:03.6868929Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:52:03.8551274Z Running test_xnnpack_integration ... [2022-11-23 02:52:03.854699] 2022-11-23T02:52:03.8556837Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:52:03.855302] 2022-11-23T02:52:03.8559810Z Ignoring disabled issues: [] 2022-11-23T02:52:24.1947110Z 2022-11-23T02:52:24.1947651Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T02:52:24.1948458Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_wtrxgkz4) 2022-11-23T02:52:24.1949755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:52:24.1950463Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:52:24.1950618Z 2022-11-23T02:52:24.1950698Z Running tests... 2022-11-23T02:52:24.1950996Z ---------------------------------------------------------------------- 2022-11-23T02:52:24.1951454Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T02:52:24.1951922Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:52:24.1952438Z 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:52:24.1952824Z test_conv2d (__main__.TestXNNPACKOps) ... ok (2.170s) 2022-11-23T02:52:24.1953176Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (3.021s) 2022-11-23T02:52:24.1953691Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-11-23T02:52:24.1954086Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.072s) 2022-11-23T02:52:24.1954412Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.168s) 2022-11-23T02:52:24.1954729Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (2.681s) 2022-11-23T02:52:24.1955299Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.014s) 2022-11-23T02:52:24.1955804Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (4.556s) 2022-11-23T02:52:24.1956111Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (4.892s) 2022-11-23T02:52:24.1956523Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-11-23T02:52:24.1956789Z 2022-11-23T02:52:24.1956948Z ---------------------------------------------------------------------- 2022-11-23T02:52:24.1957209Z Ran 12 tests in 17.578s 2022-11-23T02:52:24.1957332Z 2022-11-23T02:52:24.1957395Z OK (skipped=5) 2022-11-23T02:52:24.1957510Z 2022-11-23T02:52:24.1957720Z Generating XML reports... 2022-11-23T02:52:24.1958101Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123025206.xml 2022-11-23T02:52:24.1958641Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123025206.xml 2022-11-23T02:52:24.1959188Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123025206.xml 2022-11-23T02:52:24.1959748Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123025206.xml 2022-11-23T02:52:24.1960059Z 2022-11-23T02:52:24.1960334Z ##[endgroup] 2022-11-23T02:52:24.1960711Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_wtrxgkz4) 2022-11-23T02:52:24.1961007Z 2022-11-23T02:52:24.6000066Z Running distributions/test_distributions ... [2022-11-23 02:52:24.598588] 2022-11-23T02:52:24.6008892Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:52:24.599700] 2022-11-23T02:52:24.6012489Z Ignoring disabled issues: [] 2022-11-23T02:52:24.6012836Z Prioritized test from test file changes. 2022-11-23T02:52:24.6013107Z reordering tests for PR: 2022-11-23T02:52:24.6013569Z prioritized: [] 2022-11-23T02:52:24.6017964Z the rest: ['backends/xeon/test_launch', 'benchmark_utils/test_benchmark_utils', 'distributions/test_distributions', 'dynamo/test_aot_autograd', 'dynamo/test_aot_cudagraphs', 'dynamo/test_dynamic_shapes', 'dynamo/test_export', 'dynamo/test_export_mutations', 'dynamo/test_functions', 'dynamo/test_global', 'dynamo/test_global_declaration', 'dynamo/test_minifier', 'dynamo/test_misc', 'dynamo/test_model_output', 'dynamo/test_modules', 'dynamo/test_no_fake_tensors', 'dynamo/test_nops', 'dynamo/test_optimizations', 'dynamo/test_optimizers', 'dynamo/test_python_autograd', 'dynamo/test_recompile_ux', 'dynamo/test_replay_record', 'dynamo/test_repros', 'dynamo/test_skip_non_tensor', 'dynamo/test_subgraphs', 'dynamo/test_torchxla_integration', 'dynamo/test_unspec', 'dynamo/test_verify_correctness', 'inductor/test_minifier', 'inductor/test_perf', 'inductor/test_smoke', 'inductor/test_torchinductor', 'inductor/test_torchinductor_opinfo', 'lazy/test_bindings', 'lazy/test_debug_util', 'lazy/test_extract_compiled_graph', 'lazy/test_meta_kernel', 'lazy/test_reuse_ir', 'lazy/test_step_closures', 'lazy/test_ts_opinfo', 'nn/test_convolution', 'nn/test_dropout', 'nn/test_embedding', 'nn/test_lazy_modules', 'nn/test_module_hooks', 'nn/test_packed_sequence', 'nn/test_pooling', 'profiler/test_memory_profiler', 'profiler/test_profiler', 'profiler/test_profiler_tree', 'test_ao_sparsity', 'test_autocast', 'test_autograd', 'test_binary_ufuncs', 'test_bundled_inputs', 'test_comparison_utils', 'test_complex', 'test_cpp_api_parity', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_cpp_extensions_jit', 'test_cpp_extensions_open_device_registration', 'test_cuda', 'test_cuda_nvml_based_avail', 'test_cuda_primary_ctx', 'test_cuda_sanitizer', 'test_cuda_trace', 'test_dataloader', 'test_datapipe', 'test_decomp', 'test_deploy', 'test_dispatch', 'test_dlpack', 'test_dynamic_shapes', 'test_expanded_weights', 'test_fake_tensor', 'test_foreach', 'test_function_schema', 'test_functional_autograd_benchmark', 'test_functional_optim', 'test_functionalization', 'test_futures', 'test_fx', 'test_fx_experimental', 'test_fx_passes', 'test_fx_reinplace_pass', 'test_hub', 'test_import_stats', 'test_indexing', 'test_itt', 'test_jit', 'test_jit_autocast', 'test_jit_cuda_fuser', 'test_jit_disabled', 'test_jit_fuser_te', 'test_jit_llga_fuser', 'test_jiterator', 'test_license', 'test_linalg', 'test_logging', 'test_masked', 'test_maskedtensor', 'test_matmul_cuda', 'test_meta', 'test_mkl_verbose', 'test_mkldnn', 'test_mkldnn_fusion', 'test_mkldnn_verbose', 'test_mobile_optimizer', 'test_model_dump', 'test_module_init', 'test_modules', 'test_monitor', 'test_multiprocessing', 'test_multiprocessing_spawn', 'test_namedtensor', 'test_namedtuple_return_api', 'test_native_functions', 'test_native_mha', 'test_nestedtensor', 'test_nn', 'test_numba_integration', 'test_numpy_interop', 'test_nvfuser_dynamo', 'test_nvfuser_frontend', 'test_openmp', 'test_ops', 'test_ops_fwd_gradients', 'test_ops_gradients', 'test_ops_jit', 'test_optim', 'test_overrides', 'test_package', 'test_per_overload_api', 'test_prims', 'test_proxy_tensor', 'test_pruning_op', 'test_public_bindings', 'test_python_dispatch', 'test_pytree', 'test_quantization', 'test_reductions', 'test_scatter_gather_ops', 'test_schema_check', 'test_serialization', 'test_set_default_mobile_cpu_allocator', 'test_shape_ops', 'test_show_pickle', 'test_sort_and_select', 'test_sparse', 'test_sparse_csr', 'test_spectral_ops', 'test_stateless', 'test_subclass', 'test_tensor_creation_ops', 'test_tensorboard', 'test_tensorexpr', 'test_tensorexpr_pybind', 'test_testing', 'test_torch', 'test_transformers', 'test_type_hints', 'test_type_info', 'test_type_promotion', 'test_unary_ufuncs', 'test_utils', 'test_view_ops', 'test_vmap', 'test_vulkan', 'test_xnnpack_integration', 'doctests'] 2022-11-23T02:52:24.6022276Z 2022-11-23T02:52:24.6023181Z 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:52:24.6023987Z 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:53:09.8747785Z 2022-11-23T02:53:09.8748534Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T02:53:09.8749389Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_0mc2g396) 2022-11-23T02:53:09.8751109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:09.8751814Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:09.8751976Z 2022-11-23T02:53:09.8752041Z Running tests... 2022-11-23T02:53:09.8753205Z ---------------------------------------------------------------------- 2022-11-23T02:53:09.8753624Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T02:53:09.8754311Z 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:53:09.8754859Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8755092Z ok (0.255s) 2022-11-23T02:53:09.8755347Z test_icdf (__main__.TestAgainstScipy) ... ok (0.029s) 2022-11-23T02:53:09.8755755Z test_mean (__main__.TestAgainstScipy) ... ok (1.164s) 2022-11-23T02:53:09.8756850Z 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:53:09.8757987Z return torch.as_tensor(tensor_like) 2022-11-23T02:53:09.8758409Z ok (0.044s) 2022-11-23T02:53:09.8758673Z test_params_constraints (__main__.TestConstraints) ... ok (0.071s) 2022-11-23T02:53:09.8758983Z test_support_constraints (__main__.TestConstraints) ... ok (0.091s) 2022-11-23T02:53:09.8759347Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8759781Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8760325Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8760850Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8761327Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8761794Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8762285Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:53:09.8762772Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8763275Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:53:09.8763773Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8764171Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8764760Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.012s) 2022-11-23T02:53:09.8765170Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:53:09.8765547Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8765889Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.030s) 2022-11-23T02:53:09.8766233Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8766619Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8766990Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:53:09.8767355Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8767725Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8768102Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.013s) 2022-11-23T02:53:09.8768473Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8768828Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8769206Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8769586Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8769967Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8770342Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8770708Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:53:09.8771045Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:53:09.8771489Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8771864Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8772234Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.008s) 2022-11-23T02:53:09.8772599Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8772967Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:53:09.8773416Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:53:09.8773762Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8774133Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8774505Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:53:09.8774875Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8775237Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:53:09.8775606Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:53:09.8775953Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:53:09.8776308Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T02:53:09.8776640Z test_bernoulli (__main__.TestDistributions) ... ok (0.119s) 2022-11-23T02:53:09.8776953Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8777289Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8777620Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.076s) 2022-11-23T02:53:09.8777965Z test_beta_sample (__main__.TestDistributions) ... ok (0.382s) 2022-11-23T02:53:09.8778276Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:53:09.8778586Z test_beta_underflow (__main__.TestDistributions) ... ok (0.028s) 2022-11-23T02:53:09.8778931Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.006s) 2022-11-23T02:53:09.8779270Z test_binomial (__main__.TestDistributions) ... ok (0.028s) 2022-11-23T02:53:09.8779593Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:53:09.8779923Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:53:09.8780265Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.064s) 2022-11-23T02:53:09.8780624Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:53:09.8780967Z test_binomial_sample (__main__.TestDistributions) ... ok (0.056s) 2022-11-23T02:53:09.8781290Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:53:09.8781622Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.078s) 2022-11-23T02:53:09.8781948Z test_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:53:09.8782248Z test_categorical_2d (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T02:53:09.8782586Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:53:09.8782915Z test_cauchy (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8783417Z 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:53:09.8783878Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8784107Z ok (0.328s) 2022-11-23T02:53:09.8784340Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.106s) 2022-11-23T02:53:09.8784651Z test_chi2_sample (__main__.TestDistributions) ... ok (0.145s) 2022-11-23T02:53:09.8784957Z test_chi2_shape (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:53:09.8785276Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:53:09.8785613Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:53:09.8785949Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:53:09.8786254Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:53:09.8786634Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.130s) 2022-11-23T02:53:09.8786954Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8787464Z 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:53:09.8787935Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8788162Z ok (0.679s) 2022-11-23T02:53:09.8788418Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.163s) 2022-11-23T02:53:09.8788765Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.031s) 2022-11-23T02:53:09.8789091Z test_exponential (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8789413Z test_exponential_sample (__main__.TestDistributions) ... ok (0.129s) 2022-11-23T02:53:09.8789741Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8790076Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.045s) 2022-11-23T02:53:09.8790414Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:53:09.8790775Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-11-23T02:53:09.8791177Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:53:09.8791508Z test_gamma_sample (__main__.TestDistributions) ... ok (0.339s) 2022-11-23T02:53:09.8791823Z test_gamma_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8792128Z test_geometric (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:53:09.8792448Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:53:09.8792786Z test_geometric_sample (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:53:09.8793099Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:53:09.8793407Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.680s) 2022-11-23T02:53:09.8793716Z test_halfcauchy (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:53:09.8794022Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:53:09.8794320Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8794656Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.204s) 2022-11-23T02:53:09.8794975Z test_has_examples (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:53:09.8795484Z 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:53:09.8795956Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8796187Z ok (0.828s) 2022-11-23T02:53:09.8796446Z test_independent_shape (__main__.TestDistributions) ... ok (0.344s) 2022-11-23T02:53:09.8796779Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.725s) 2022-11-23T02:53:09.8797134Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.034s) 2022-11-23T02:53:09.8797468Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8797784Z test_laplace (__main__.TestDistributions) ... ok (0.027s) 2022-11-23T02:53:09.8798093Z test_laplace_sample (__main__.TestDistributions) ... ok (0.347s) 2022-11-23T02:53:09.8798416Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8798727Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:53:09.8799051Z test_logisticnormal (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:53:09.8799384Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8799722Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (1.258s) 2022-11-23T02:53:09.8800100Z test_lognormal (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:53:09.8800414Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:53:09.8800718Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.331s) 2022-11-23T02:53:09.8801069Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.022s) 2022-11-23T02:53:09.8801448Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.041s) 2022-11-23T02:53:09.8801838Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:53:09.8802217Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.162s) 2022-11-23T02:53:09.8802583Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.068s) 2022-11-23T02:53:09.8802921Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:53:09.8803267Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.084s) 2022-11-23T02:53:09.8803608Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8804111Z 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:53:09.8804609Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8804841Z ok (0.130s) 2022-11-23T02:53:09.8805097Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:53:09.8805423Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:53:09.8805764Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:53:09.8806098Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:53:09.8806450Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T02:53:09.8806812Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8807168Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.165s) 2022-11-23T02:53:09.8807495Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.095s) 2022-11-23T02:53:09.8807877Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8808238Z test_negative_binomial (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:53:09.8808577Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.062s) 2022-11-23T02:53:09.8808945Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8809288Z test_normal (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:53:09.8809571Z test_normal_sample (__main__.TestDistributions) ... ok (0.393s) 2022-11-23T02:53:09.8809898Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8810229Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8810584Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8810917Z test_pareto (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8811223Z test_pareto_sample (__main__.TestDistributions) ... ok (0.378s) 2022-11-23T02:53:09.8811614Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.002s) 2022-11-23T02:53:09.8811967Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-11-23T02:53:09.8812309Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:53:09.8812628Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:53:09.8812942Z test_poisson_shape (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8813327Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:53:09.8813762Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8814098Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:53:09.8814475Z test_repr (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T02:53:09.8814803Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T02:53:09.8815328Z 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:53:09.8815798Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8816024Z ok (0.020s) 2022-11-23T02:53:09.8816261Z test_sample_detached (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:53:09.8816572Z test_studentT (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:53:09.8816889Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.129s) 2022-11-23T02:53:09.8817210Z test_studentT_sample (__main__.TestDistributions) ... ok (1.396s) 2022-11-23T02:53:09.8817535Z test_support_attributes (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T02:53:09.8817847Z test_uniform (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T02:53:09.8818215Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.034s) 2022-11-23T02:53:09.8818559Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:53:09.8818877Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.876s) 2022-11-23T02:53:09.8819380Z 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:53:09.8819834Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8820068Z ok (0.116s) 2022-11-23T02:53:09.8820558Z 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:53:09.8821170Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:53:09.8821466Z ok (1.707s) 2022-11-23T02:53:09.8821731Z test_wishart_properties (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8822061Z test_wishart_sample (__main__.TestDistributions) ... ok (0.394s) 2022-11-23T02:53:09.8822556Z 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:53:09.8823005Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8823413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:53:09.8823819Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8824237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:53:09.8824639Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8825047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:53:09.8825449Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8825863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:53:09.8826241Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8826659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:53:09.8827112Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8827338Z ok (0.158s) 2022-11-23T02:53:09.8827630Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:53:09.8828013Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-11-23T02:53:09.8828329Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.010s) 2022-11-23T02:53:09.8828622Z test_cat_transform (__main__.TestFunctors) ... ok (0.005s) 2022-11-23T02:53:09.8828932Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.006s) 2022-11-23T02:53:09.8829247Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2022-11-23T02:53:09.8829706Z 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:53:09.8830123Z warnings.warn("Singular sample detected.") 2022-11-23T02:53:09.8830329Z ok (1.004s) 2022-11-23T02:53:09.8830802Z 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:53:09.8831424Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:53:09.8831711Z ok (1.197s) 2022-11-23T02:53:09.8831948Z test_enumerate_support (__main__.TestJit) ... ok (0.431s) 2022-11-23T02:53:09.8832215Z test_log_prob (__main__.TestJit) ... ok (2.258s) 2022-11-23T02:53:09.8832465Z test_mean (__main__.TestJit) ... ok (1.066s) 2022-11-23T02:53:09.8832699Z test_rsample (__main__.TestJit) ... ok (0.713s) 2022-11-23T02:53:09.8832950Z test_sample (__main__.TestJit) ... ok (0.842s) 2022-11-23T02:53:09.8833201Z test_variance (__main__.TestJit) ... ok (1.357s) 2022-11-23T02:53:09.8833486Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.046s) 2022-11-23T02:53:09.8833782Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.668s) 2022-11-23T02:53:09.8834043Z test_kl_edgecases (__main__.TestKL) ... ok (0.019s) 2022-11-23T02:53:09.8834321Z test_kl_exponential_family (__main__.TestKL) ... ok (0.032s) 2022-11-23T02:53:09.8834593Z test_kl_infinite (__main__.TestKL) ... ok (0.020s) 2022-11-23T02:53:09.8834880Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.027s) 2022-11-23T02:53:09.8835202Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.024s) 2022-11-23T02:53:09.8835495Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.239s) 2022-11-23T02:53:09.8835755Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.042s) 2022-11-23T02:53:09.8836048Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.024s) 2022-11-23T02:53:09.8836375Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.022s) 2022-11-23T02:53:09.8836674Z test_kl_shape (__main__.TestKL) ... ok (0.064s) 2022-11-23T02:53:09.8836935Z test_kl_transformed (__main__.TestKL) ... ok (0.022s) 2022-11-23T02:53:09.8837267Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.007s) 2022-11-23T02:53:09.8837645Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-11-23T02:53:09.8838013Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.021s) 2022-11-23T02:53:09.8838372Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T02:53:09.8838745Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T02:53:09.8839111Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T02:53:09.8839459Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T02:53:09.8839880Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.050s) 2022-11-23T02:53:09.8840264Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T02:53:09.8840659Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T02:53:09.8841033Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T02:53:09.8841395Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.011s) 2022-11-23T02:53:09.8841708Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.045s) 2022-11-23T02:53:09.8841992Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.056s) 2022-11-23T02:53:09.8842259Z test_chi2 (__main__.TestRsample) ... ok (0.021s) 2022-11-23T02:53:09.8842552Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.671s) 2022-11-23T02:53:09.8842862Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.057s) 2022-11-23T02:53:09.8843171Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.117s) 2022-11-23T02:53:09.8843439Z test_gamma (__main__.TestRsample) ... ok (0.042s) 2022-11-23T02:53:09.8843715Z test_invalid (__main__.TestValidation) ... ok (0.023s) 2022-11-23T02:53:09.8844009Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.397s) 2022-11-23T02:53:09.8844347Z test_valid (__main__.TestValidation) ... ok (0.020s) 2022-11-23T02:53:09.8844663Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.011s) 2022-11-23T02:53:09.8844861Z 2022-11-23T02:53:09.8845017Z ---------------------------------------------------------------------- 2022-11-23T02:53:09.8845267Z Ran 219 tests in 41.406s 2022-11-23T02:53:09.8845390Z 2022-11-23T02:53:09.8845469Z OK (skipped=5) 2022-11-23T02:53:09.8845583Z 2022-11-23T02:53:09.8845677Z Generating XML reports... 2022-11-23T02:53:09.8846085Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123025227.xml 2022-11-23T02:53:09.8846646Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123025227.xml 2022-11-23T02:53:09.8847214Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123025227.xml 2022-11-23T02:53:09.8847785Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123025227.xml 2022-11-23T02:53:09.8848319Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123025227.xml 2022-11-23T02:53:09.8848821Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123025227.xml 2022-11-23T02:53:09.8849319Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123025227.xml 2022-11-23T02:53:09.8849873Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123025227.xml 2022-11-23T02:53:09.8850470Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123025227.xml 2022-11-23T02:53:09.8851021Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123025227.xml 2022-11-23T02:53:09.8851650Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123025227.xml 2022-11-23T02:53:09.8851932Z 2022-11-23T02:53:09.8852280Z ##[endgroup] 2022-11-23T02:53:09.8852692Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_0mc2g396) 2022-11-23T02:53:09.8853015Z 2022-11-23T02:53:09.8853188Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 02:53:09.875763] 2022-11-23T02:53:12.4021589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:12.4022363Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:12.4022722Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:53:12.5708119Z 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=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:53:12.570282] 2022-11-23T02:53:12.5709219Z Ignoring disabled issues: [] 2022-11-23T02:53:17.1353916Z 2022-11-23T02:53:17.1354608Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:53:17.1355459Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_apyt09h4) 2022-11-23T02:53:17.1356718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:17.1357426Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:17.1357760Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:53:17.1358114Z : No module named 'filelock' 2022-11-23T02:53:17.1358448Z : requires sympy/functorch/filelock 2022-11-23T02:53:17.1358639Z 2022-11-23T02:53:17.1358872Z ##[endgroup] 2022-11-23T02:53:17.1359289Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_apyt09h4) 2022-11-23T02:53:17.1359605Z 2022-11-23T02:53:17.5300633Z 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:53:17.529366] 2022-11-23T02:53:22.0786620Z 2022-11-23T02:53:22.0788514Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:53:22.0789424Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_s6cqxhix) 2022-11-23T02:53:22.0790368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:22.0791072Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:22.0791427Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:53:22.0791793Z : No module named 'filelock' 2022-11-23T02:53:22.0792126Z : requires sympy/functorch/filelock 2022-11-23T02:53:22.0792319Z 2022-11-23T02:53:22.0792559Z ##[endgroup] 2022-11-23T02:53:22.0794373Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_s6cqxhix) 2022-11-23T02:53:22.0794945Z 2022-11-23T02:53:22.0795090Z Running nn/test_pooling ... [2022-11-23 02:53:22.079372] 2022-11-23T02:53:22.0800891Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:53:22.079911] 2022-11-23T02:53:26.6100570Z 2022-11-23T02:53:26.6101388Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T02:53:26.6102433Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_zt5ib0uk) 2022-11-23T02:53:26.6103322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:26.6104033Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:26.6104190Z 2022-11-23T02:53:26.6104273Z Running tests... 2022-11-23T02:53:26.6104538Z ---------------------------------------------------------------------- 2022-11-23T02:53:26.6105091Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T02:53:26.6105439Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.004s) 2022-11-23T02:53:26.6105753Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T02:53:26.6106061Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-11-23T02:53:26.6106376Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.014s) 2022-11-23T02:53:26.6106698Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.006s) 2022-11-23T02:53:26.6107043Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.074s) 2022-11-23T02:53:26.6107387Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.196s) 2022-11-23T02:53:26.6107726Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.674s) 2022-11-23T02:53:26.6108057Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:53:26.6108452Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:53:26.6108874Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:53:26.6109275Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.010s) 2022-11-23T02:53:26.6109626Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:53:26.6109960Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.000s) 2022-11-23T02:53:26.6110297Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.012s) 2022-11-23T02:53:26.6110639Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.002s) 2022-11-23T02:53:26.6110956Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.331s) 2022-11-23T02:53:26.6111239Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.002s) 2022-11-23T02:53:26.6111415Z 2022-11-23T02:53:26.6111580Z ---------------------------------------------------------------------- 2022-11-23T02:53:26.6111848Z Ran 18 tests in 1.329s 2022-11-23T02:53:26.6111972Z 2022-11-23T02:53:26.6112052Z OK (skipped=2) 2022-11-23T02:53:26.6112171Z 2022-11-23T02:53:26.6112271Z Generating XML reports... 2022-11-23T02:53:26.6112642Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123025324.xml 2022-11-23T02:53:26.6113114Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123025324.xml 2022-11-23T02:53:26.6113478Z 2022-11-23T02:53:26.6113758Z ##[endgroup] 2022-11-23T02:53:26.6114129Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_zt5ib0uk) 2022-11-23T02:53:26.6114401Z 2022-11-23T02:53:26.6114524Z Running test_autograd ... [2022-11-23 02:53:26.606803] 2022-11-23T02:53:26.6114968Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:53:26.606803] 2022-11-23T02:53:55.9779268Z 2022-11-23T02:53:55.9779947Z Expand the folded group to see the log file of test_autograd 2022-11-23T02:53:55.9780863Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_nudyg2tu) 2022-11-23T02:53:55.9789331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:53:55.9790101Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:53:55.9790268Z 2022-11-23T02:53:55.9790359Z Running tests... 2022-11-23T02:53:55.9793076Z ---------------------------------------------------------------------- 2022-11-23T02:53:55.9793533Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-11-23T02:53:55.9793979Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... ok (0.005s) 2022-11-23T02:53:55.9794347Z test_basic (__main__.TestAllowMutationOnSaved) ... ok (0.652s) 2022-11-23T02:53:55.9794700Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9795172Z test_double_backward (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:53:55.9795550Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9795902Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9796283Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9796716Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9797274Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9797759Z test_views (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:53:55.9798224Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:53:55.9798716Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... ok (0.002s) 2022-11-23T02:53:55.9799195Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9800732Z 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:53:55.9802059Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:53:55.9802441Z ok (0.003s) 2022-11-23T02:53:55.9802819Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9803314Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9805115Z 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:53:55.9805751Z with detect_anomaly(): 2022-11-23T02:53:55.9806024Z ok (0.000s) 2022-11-23T02:53:55.9806382Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9806779Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9807217Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9807535Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9807864Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9808216Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.043s) 2022-11-23T02:53:55.9808578Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9808909Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9809303Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9809698Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.058s) 2022-11-23T02:53:55.9810119Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9810426Z test_backward (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9810726Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9811015Z test_backward_copy (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:53:55.9811329Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9811744Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9812096Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9812484Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9812853Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9813183Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9813520Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:53:55.9813848Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9814569Z 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:53:55.9815268Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-11-23T02:53:55.9815538Z ok (0.004s) 2022-11-23T02:53:55.9815805Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9816138Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9816456Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9816859Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:53:55.9817256Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T02:53:55.9817629Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.000s) 2022-11-23T02:53:55.9817995Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T02:53:55.9818398Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.006s) 2022-11-23T02:53:55.9818861Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T02:53:55.9819241Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.000s) 2022-11-23T02:53:55.9819612Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T02:53:55.9819974Z Verifies that correct gradients are calculated for checkpoint ... ok (0.000s) 2022-11-23T02:53:55.9820360Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:53:55.9820741Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T02:53:55.9821117Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.004s) 2022-11-23T02:53:55.9821516Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9821958Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9822366Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T02:53:55.9822802Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:53:55.9823278Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T02:53:55.9823707Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:53:55.9824161Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.004s) 2022-11-23T02:53:55.9824548Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T02:53:55.9824911Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-11-23T02:53:55.9825274Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.657s) 2022-11-23T02:53:55.9825639Z test_current_graph_task_execution_order (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9825974Z test_current_graph_task_id (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9826309Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:53:55.9826656Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9826968Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.208s) 2022-11-23T02:53:55.9827286Z test_custom_function_error (__main__.TestAutograd) ... ok (0.094s) 2022-11-23T02:53:55.9827610Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9827960Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9828335Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9828726Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9829085Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9829454Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:53:55.9829803Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9830139Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9830487Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:53:55.9830846Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9831193Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9831564Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9831884Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.294s) 2022-11-23T02:53:55.9832227Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9832555Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9832859Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9833153Z test_detach (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9833403Z test_detach_base (__main__.TestAutograd) 2022-11-23T02:53:55.9833678Z detaching base does not detach view ... ok (0.001s) 2022-11-23T02:53:55.9834007Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9834674Z 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:53:55.9835272Z v_expanded = torch.tensor(value).expand(10) 2022-11-23T02:53:55.9835502Z ok (0.002s) 2022-11-23T02:53:55.9835712Z test_dir (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9836061Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9836411Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9836746Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9837075Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9837414Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9837723Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.415s) 2022-11-23T02:53:55.9838044Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.699s) 2022-11-23T02:53:55.9838384Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.858s) 2022-11-23T02:53:55.9838725Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9839038Z test_function (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:53:55.9839343Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9839662Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9839974Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T02:53:55.9840308Z Previously, if a Function destructor triggered a garbage collection, ... ok (1.045s) 2022-11-23T02:53:55.9840634Z test_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9840922Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9841231Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9841519Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9841835Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:53:55.9842147Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9842454Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9842785Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9843132Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9843456Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9844598Z 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:53:55.9845608Z self.assertIsNone(x.grad) 2022-11-23T02:53:55.9845803Z ok (0.011s) 2022-11-23T02:53:55.9846069Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9847131Z 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:53:55.9848062Z self.assertIsNone(x_list[0].grad) 2022-11-23T02:53:55.9849070Z 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:53:55.9849935Z self.assertIsNone(x_list[i].grad) 2022-11-23T02:53:55.9850157Z ok (0.005s) 2022-11-23T02:53:55.9850412Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9850740Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9851098Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.029s) 2022-11-23T02:53:55.9851528Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.027s) 2022-11-23T02:53:55.9851880Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T02:53:55.9852238Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.029s) 2022-11-23T02:53:55.9852975Z 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:53:55.9853591Z warnings.warn( 2022-11-23T02:53:55.9853791Z ok (0.000s) 2022-11-23T02:53:55.9854079Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.023s) 2022-11-23T02:53:55.9854790Z 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:53:55.9855351Z warnings.warn( 2022-11-23T02:53:55.9855545Z ok (0.024s) 2022-11-23T02:53:55.9855823Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9856164Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.167s) 2022-11-23T02:53:55.9856567Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:53:55.9856936Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9857306Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9858211Z 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:53:55.9859057Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:53:55.9859337Z ok (0.012s) 2022-11-23T02:53:55.9860183Z 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:53:55.9861018Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:53:55.9861296Z ok (0.006s) 2022-11-23T02:53:55.9861921Z 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:53:55.9862517Z warnings.warn( 2022-11-23T02:53:55.9862715Z ok (0.055s) 2022-11-23T02:53:55.9863343Z 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:53:55.9863933Z warnings.warn( 2022-11-23T02:53:55.9864108Z ok (0.027s) 2022-11-23T02:53:55.9864381Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.086s) 2022-11-23T02:53:55.9864761Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9865115Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.015s) 2022-11-23T02:53:55.9865937Z 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:53:55.9866770Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-11-23T02:53:55.9867095Z expected failure (0.006s) 2022-11-23T02:53:55.9867363Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9868050Z 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:53:55.9868689Z warnings.warn( 2022-11-23T02:53:55.9868889Z ok (0.002s) 2022-11-23T02:53:55.9869159Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9869512Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9869864Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.021s) 2022-11-23T02:53:55.9870170Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9870518Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-11-23T02:53:55.9870857Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9871162Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9871459Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9871749Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9872023Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9872350Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9872672Z test_indexing (__main__.TestAutograd) ... ok (0.020s) 2022-11-23T02:53:55.9872976Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:53:55.9873822Z test_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9874149Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9874458Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9874790Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9875123Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9875457Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.116s) 2022-11-23T02:53:55.9875781Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9876093Z test_integer_outputs (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:53:55.9876382Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9876687Z test_isolated_node (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9876992Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9877334Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9877662Z test_lobpcg (__main__.TestAutograd) ... ok (2.559s) 2022-11-23T02:53:55.9877974Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9878289Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9878631Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9878955Z test_materialize_grads (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9879265Z test_multi_backward (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9879576Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9879891Z test_multi_grad_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9880680Z 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:53:55.9881405Z return super(Tensor, self).refine_names(names) 2022-11-23T02:53:55.9881615Z ok (0.003s) 2022-11-23T02:53:55.9881904Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.003s) 2022-11-23T02:53:55.9882352Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:53:55.9884887Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9885239Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9885585Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9885900Z test_next_functions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9886194Z test_no_grad (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9886492Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9886795Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9887444Z 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:53:55.9888013Z warnings.warn( 2022-11-23T02:53:55.9888212Z ok (0.013s) 2022-11-23T02:53:55.9888443Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9888757Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9890620Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T02:53:55.9890939Z Python Functions should respect grad mode. ... ok (0.002s) 2022-11-23T02:53:55.9891259Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9891672Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9892003Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9892334Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9892653Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9892970Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9893283Z test_once_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:55.9893628Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9893991Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9894328Z test_pickle (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9894641Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9894956Z test_power_function (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9896901Z test_profiler (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9897575Z STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9898200Z STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9898578Z ok (0.010s) 2022-11-23T02:53:55.9898855Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9899411Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9900092Z STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9900815Z STAGE:2022-11-23 02:53:43 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9902544Z 2022-11-23T02:53:55.9902699Z =================================================================================================================================================================== 2022-11-23T02:53:55.9902921Z TEST 2022-11-23T02:53:55.9903326Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9903827Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:53:55.9904296Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9904759Z aten::lstm 0.90% 352.000us 5.42% 2.109ms 2.109ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9905089Z aten::lstm 0.87% 338.000us 5.46% 2.125ms 2.125ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9905496Z aten::lstm 0.81% 314.000us 5.34% 2.077ms 2.077ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9905830Z aten::lstm 0.77% 301.000us 5.32% 2.070ms 2.070ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9906144Z aten::lstm 0.76% 296.000us 5.46% 2.123ms 2.123ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9906459Z aten::lstm 0.75% 290.000us 5.26% 2.048ms 2.048ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9906775Z aten::lstm 0.73% 286.000us 5.23% 2.037ms 2.037ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9907088Z aten::lstm 0.73% 284.000us 5.35% 2.083ms 2.083ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9908803Z aten::lstm 0.73% 283.000us 5.32% 2.070ms 2.070ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9909114Z aten::lstm 0.66% 256.000us 4.19% 1.630ms 1.630ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9909541Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9909921Z Self CPU time total: 38.915ms 2022-11-23T02:53:55.9910056Z 2022-11-23T02:53:55.9910331Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9910812Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:53:55.9911295Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9911743Z aten::lstm 13.48% 5.244ms 98.45% 38.311ms 1.916ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9912072Z aten::sigmoid_ 9.42% 3.667ms 9.42% 3.667ms 6.112us 600 [[3, 20]] 2022-11-23T02:53:55.9912479Z aten::mul 9.40% 3.659ms 9.40% 3.659ms 6.098us 600 [[3, 20], [3, 20]] 2022-11-23T02:53:55.9912803Z aten::addmm 9.30% 3.619ms 12.62% 4.913ms 24.565us 200 [[80], [3, 20], [20, 80], [], []] 2022-11-23T02:53:55.9913135Z aten::unsafe_split 6.11% 2.376ms 18.36% 7.146ms 35.730us 200 [[3, 80], [], []] 2022-11-23T02:53:55.9914866Z aten::slice 5.46% 2.126ms 7.38% 2.870ms 3.587us 800 [[3, 80], [], [], [], []] 2022-11-23T02:53:55.9915196Z aten::narrow 4.85% 1.889ms 12.11% 4.712ms 5.890us 800 [[3, 80], [], [], []] 2022-11-23T02:53:55.9915526Z aten::tanh 3.31% 1.289ms 3.31% 1.289ms 6.445us 200 [[3, 20]] 2022-11-23T02:53:55.9915913Z aten::add_ 2.88% 1.120ms 2.88% 1.120ms 5.600us 200 [[3, 80], [3, 80], []] 2022-11-23T02:53:55.9916226Z aten::tanh_ 2.87% 1.118ms 2.87% 1.118ms 5.590us 200 [[3, 20]] 2022-11-23T02:53:55.9916673Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9917053Z Self CPU time total: 38.915ms 2022-11-23T02:53:55.9917189Z 2022-11-23T02:53:55.9917310Z =================================================================================================================================================================== 2022-11-23T02:53:55.9917531Z TEST 2022-11-23T02:53:55.9917773Z =================================================================================================================================================================== 2022-11-23T02:53:55.9918060Z This report only display top-level ops statistics 2022-11-23T02:53:55.9918503Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9918993Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:53:55.9920876Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9921326Z aten::lstm 0.90% 352.000us 5.42% 2.109ms 2.109ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9921657Z aten::lstm 0.87% 338.000us 5.46% 2.125ms 2.125ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9921981Z aten::lstm 0.81% 314.000us 5.34% 2.077ms 2.077ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9922278Z aten::lstm 0.77% 301.000us 5.32% 2.070ms 2.070ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9922599Z aten::lstm 0.76% 296.000us 5.46% 2.123ms 2.123ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9922986Z aten::lstm 0.75% 290.000us 5.26% 2.048ms 2.048ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9923306Z aten::lstm 0.73% 286.000us 5.23% 2.037ms 2.037ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9923628Z aten::lstm 0.73% 284.000us 5.35% 2.083ms 2.083ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9923939Z aten::lstm 0.73% 283.000us 5.32% 2.070ms 2.070ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9924252Z aten::lstm 0.66% 256.000us 4.19% 1.630ms 1.630ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9924691Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9925080Z Self CPU time total: 38.915ms 2022-11-23T02:53:55.9926063Z 2022-11-23T02:53:55.9926774Z =================================================================================================================================================================== 2022-11-23T02:53:55.9927145Z This report only display top-level ops statistics 2022-11-23T02:53:55.9927582Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9928057Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:53:55.9928543Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9928994Z aten::lstm 13.48% 5.244ms 98.45% 38.311ms 1.916ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:53:55.9929321Z aten::randn 0.83% 324.000us 1.54% 600.000us 10.000us 60 [[], [], [], [], []] 2022-11-23T02:53:55.9929754Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:53:55.9930132Z Self CPU time total: 38.915ms 2022-11-23T02:53:55.9930264Z 2022-11-23T02:53:55.9930400Z Total time based on python measurements: 50.621ms 2022-11-23T02:53:55.9930699Z CPU time measurement python side overhead: 30.08% 2022-11-23T02:53:55.9930941Z ok (2.348s) 2022-11-23T02:53:55.9931168Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T02:53:55.9933259Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9933936Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9934572Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9934967Z ok (0.000s) 2022-11-23T02:53:55.9935230Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9935776Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9936525Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9937125Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9938392Z ok (0.079s) 2022-11-23T02:53:55.9939568Z 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:53:55.9940413Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9941091Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9941788Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9942109Z 2022-11-23T02:53:55.9942381Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:53:55.9942869Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:53:55.9943336Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:53:55.9943769Z aten::linear 9.26% 20.000us 64.35% 139.000us 139.000us 1 [[128, 20], [30, 20], [30]] 2022-11-23T02:53:55.9945511Z aten::t 12.50% 27.000us 17.13% 37.000us 37.000us 1 [[30, 20]] 2022-11-23T02:53:55.9945844Z aten::transpose 3.24% 7.000us 4.63% 10.000us 10.000us 1 [[30, 20], [], []] 2022-11-23T02:53:55.9946179Z aten::as_strided 1.39% 3.000us 1.39% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-11-23T02:53:55.9946481Z aten::addmm 30.56% 66.000us 37.96% 82.000us 82.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-11-23T02:53:55.9946802Z aten::expand 1.39% 3.000us 1.85% 4.000us 4.000us 1 [[30], [], []] 2022-11-23T02:53:55.9947131Z aten::as_strided 0.46% 1.000us 0.46% 1.000us 1.000us 1 [[30], [], [], []] 2022-11-23T02:53:55.9947454Z aten::copy_ 5.56% 12.000us 5.56% 12.000us 12.000us 1 [[128, 30], [128, 30], []] 2022-11-23T02:53:55.9947773Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:53:55.9948102Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-11-23T02:53:55.9948431Z aten::linear 0.93% 2.000us 35.65% 77.000us 77.000us 1 [[128, 30], [40, 30], [40]] 2022-11-23T02:53:55.9948827Z aten::t 2.31% 5.000us 3.70% 8.000us 8.000us 1 [[40, 30]] 2022-11-23T02:53:55.9949149Z aten::transpose 0.93% 2.000us 1.39% 3.000us 3.000us 1 [[40, 30], [], []] 2022-11-23T02:53:55.9949478Z aten::as_strided 0.46% 1.000us 0.46% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-11-23T02:53:55.9949798Z aten::addmm 26.85% 58.000us 31.02% 67.000us 67.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-11-23T02:53:55.9951552Z aten::expand 0.93% 2.000us 0.93% 2.000us 2.000us 1 [[40], [], []] 2022-11-23T02:53:55.9951873Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-11-23T02:53:55.9952196Z aten::copy_ 3.24% 7.000us 3.24% 7.000us 7.000us 1 [[128, 40], [128, 40], []] 2022-11-23T02:53:55.9952500Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-11-23T02:53:55.9952894Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:53:55.9953327Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:53:55.9953698Z Self CPU time total: 216.000us 2022-11-23T02:53:55.9953834Z 2022-11-23T02:53:55.9953911Z ok (0.010s) 2022-11-23T02:53:55.9954385Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9955061Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9955685Z STAGE:2022-11-23 02:53:45 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9957500Z ok (0.000s) 2022-11-23T02:53:55.9957757Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (2.938s) 2022-11-23T02:53:55.9958291Z test_record_function (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9958946Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9959568Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9960177Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9960785Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9961398Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9961774Z ok (0.000s) 2022-11-23T02:53:55.9963724Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9964401Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9965005Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9965389Z ok (0.000s) 2022-11-23T02:53:55.9965854Z test_record_function_legacy (__main__.TestAutograd) ... STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:53:55.9966511Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:53:55.9967118Z STAGE:2022-11-23 02:53:48 2044:340 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:53:55.9967498Z ok (0.010s) 2022-11-23T02:53:55.9967835Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9969602Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9969910Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9970251Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:53:55.9970599Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9970938Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9971284Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9971716Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9972019Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9972313Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9972625Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9972922Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9973213Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9973516Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9973818Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9975007Z test_return_duplicate (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9975888Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9976199Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9976491Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9976800Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9977099Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9977407Z test_save_output_nr (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9977777Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9978208Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9978629Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9979047Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9979534Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9979871Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9981065Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9981965Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.051s) 2022-11-23T02:53:55.9982279Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9982573Z test_select_sum (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:55.9982870Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9983173Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9983495Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9983808Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:53:55.9984142Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9984501Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9984836Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:53:55.9985207Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9985524Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9985866Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9986180Z test_setitem (__main__.TestAutograd) ... ok (0.024s) 2022-11-23T02:53:55.9987920Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9988268Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9988657Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9988987Z test_shape (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9989267Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9989560Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:55.9989857Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9990173Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9990472Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9990772Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9991072Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:55.9991386Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9991703Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:53:55.9992006Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:53:55.9993938Z 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:53:55.9994582Z 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:53:55.9994940Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:53:55.9995168Z should be replaced with 2022-11-23T02:53:55.9995432Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:53:55.9995665Z and 2022-11-23T02:53:55.9995875Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:53:55.9996092Z should be replaced with 2022-11-23T02:53:55.9996617Z 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:53:55.9997052Z w, v = torch.symeig(A, eigenvectors=False) 2022-11-23T02:53:55.9997271Z ok (0.006s) 2022-11-23T02:53:55.9997519Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9997888Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.000s) 2022-11-23T02:53:55.9998220Z test_too_many_grads (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:55.9999977Z test_type_conversions (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:53:56.0000280Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:56.0000574Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:53:56.0000878Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:53:56.0001194Z test_variable_traverse (__main__.TestAutograd) ... ok (0.134s) 2022-11-23T02:53:56.0001473Z test_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:53:56.0001771Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:56.0002079Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:53:56.0002487Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:53:56.0002871Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.000s) 2022-11-23T02:53:56.0003273Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.010s) 2022-11-23T02:53:56.0003976Z 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:53:56.0006007Z warnings.warn(message, UserWarning) 2022-11-23T02:53:56.0006225Z ok (0.000s) 2022-11-23T02:53:56.0006510Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:53:56.0006886Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-11-23T02:53:56.0007265Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-11-23T02:53:56.0007647Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-11-23T02:53:56.0007984Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:53:56.0008331Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T02:53:56.0008688Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:53:56.0009034Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:53:56.0009393Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0009790Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:53:56.0010159Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0011374Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:53:56.0011883Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0013068Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:53:56.0013750Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0018909Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:53:56.0019591Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0019946Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0020408Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-11-23T02:53:56.0020865Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0021229Z test_print (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:53:56.0021661Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0022050Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:53:56.0022467Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:53:56.0022837Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:53:56.0023236Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:53:56.0023648Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.003s) 2022-11-23T02:53:56.0024069Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:53:56.0024660Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.004s) 2022-11-23T02:53:56.0025093Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.011s) 2022-11-23T02:53:56.0025548Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:53:56.0025990Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:53:56.0026492Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-11-23T02:53:56.0027023Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.006s) 2022-11-23T02:53:56.0027527Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-11-23T02:53:56.0028012Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.167s) 2022-11-23T02:53:56.0028502Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.096s) 2022-11-23T02:53:56.0028988Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.082s) 2022-11-23T02:53:56.0029461Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.479s) 2022-11-23T02:53:56.0029930Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:53:56.0030387Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:53:56.0031068Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0031781Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0032268Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:53:56.0032748Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-11-23T02:53:56.0033223Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0034266Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-11-23T02:53:56.0034739Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0035193Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:53:56.0035635Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:53:56.0036074Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-11-23T02:53:56.0036509Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0037017Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:53:56.0037507Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0037976Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0038449Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0038988Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0039469Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0039941Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0040425Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-11-23T02:53:56.0040925Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.200s) 2022-11-23T02:53:56.0041410Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:53:56.0041904Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.042s) 2022-11-23T02:53:56.0042415Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0042989Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.041s) 2022-11-23T02:53:56.0043542Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0044025Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0044490Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.103s) 2022-11-23T02:53:56.0044929Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.569s) 2022-11-23T02:53:56.0045347Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0045787Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:53:56.0046227Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0046675Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0047109Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0047538Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:53:56.0048023Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0048439Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0048925Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0049403Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0049878Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.066s) 2022-11-23T02:53:56.0050368Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.411s) 2022-11-23T02:53:56.0050860Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.051s) 2022-11-23T02:53:56.0051348Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.287s) 2022-11-23T02:53:56.0051921Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0052365Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0052895Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0053385Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0053862Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:53:56.0054343Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0054891Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0055372Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0055886Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0056339Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0056784Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0057226Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:53:56.0057662Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0058110Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0058562Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0059032Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:53:56.0059471Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0059908Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:53:56.0060359Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0060879Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0061440Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:53:56.0062073Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-11-23T02:53:56.0062616Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0063137Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0063628Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0064129Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:53:56.0064646Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0065172Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.080s) 2022-11-23T02:53:56.0065680Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0066220Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-11-23T02:53:56.0066729Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:53:56.0067303Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-11-23T02:53:56.0067966Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:53:56.0068466Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.046s) 2022-11-23T02:53:56.0068953Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0069439Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0069901Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.071s) 2022-11-23T02:53:56.0070342Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.405s) 2022-11-23T02:53:56.0070779Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0071215Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:53:56.0071640Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0072089Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0072527Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0073017Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0073444Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0073926Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0074348Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0074760Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0075256Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.091s) 2022-11-23T02:53:56.0075696Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.550s) 2022-11-23T02:53:56.0076130Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0076566Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:53:56.0077002Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0077444Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0077863Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0078291Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:53:56.0078713Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:53:56.0079200Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0079685Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:53:56.0080174Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0080622Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.065s) 2022-11-23T02:53:56.0081052Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.363s) 2022-11-23T02:53:56.0081495Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:53:56.0081934Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:53:56.0082386Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0082840Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0083288Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:53:56.0083726Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0084136Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:53:56.0084569Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:53:56.0085064Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0085560Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:53:56.0085983Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:53:56.0086374Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0086786Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0087191Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-11-23T02:53:56.0087622Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0088056Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0088489Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0088966Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0089398Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-11-23T02:53:56.0089843Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:53:56.0090255Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:53:56.0090662Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:53:56.0091138Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:53:56.0091685Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T02:53:56.0092119Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:53:56.0092529Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:53:56.0092954Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:53:56.0093430Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:53:56.0093845Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:53:56.0094218Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.145s) 2022-11-23T02:53:56.0094587Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-11-23T02:53:56.0094960Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.027s) 2022-11-23T02:53:56.0095289Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T02:53:56.0095678Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-11-23T02:53:56.0096066Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-11-23T02:53:56.0096429Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-11-23T02:53:56.0096781Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-11-23T02:53:56.0097257Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.016s) 2022-11-23T02:53:56.0097503Z 2022-11-23T02:53:56.0097664Z ---------------------------------------------------------------------- 2022-11-23T02:53:56.0097946Z Ran 461 tests in 25.094s 2022-11-23T02:53:56.0098074Z 2022-11-23T02:53:56.0098188Z OK (skipped=12, expected failures=2) 2022-11-23T02:53:56.0098334Z 2022-11-23T02:53:56.0098435Z Generating XML reports... 2022-11-23T02:53:56.0098842Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAllowMutationOnSaved-20221123025330.xml 2022-11-23T02:53:56.0099370Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221123025330.xml 2022-11-23T02:53:56.0099906Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221123025330.xml 2022-11-23T02:53:56.0100461Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221123025330.xml 2022-11-23T02:53:56.0101032Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221123025330.xml 2022-11-23T02:53:56.0101651Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221123025330.xml 2022-11-23T02:53:56.0102234Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221123025330.xml 2022-11-23T02:53:56.0102778Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221123025330.xml 2022-11-23T02:53:56.0103209Z 2022-11-23T02:53:56.0103737Z ##[endgroup] 2022-11-23T02:53:56.0104168Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_nudyg2tu) 2022-11-23T02:53:56.0104444Z 2022-11-23T02:53:56.0104557Z Running test_cpp_api_parity ... [2022-11-23 02:53:55.978227] 2022-11-23T02:53:56.0105064Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:53:55.978227] 2022-11-23T02:54:56.4311352Z 2022-11-23T02:54:56.4312099Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T02:54:56.4312985Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_a9cbcr99) 2022-11-23T02:54:56.4328529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:54:56.4329831Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:54:56.4332104Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:54:56.4332742Z 2022-11-23T02:54:56.4332890Z Running tests... 2022-11-23T02:54:56.4333342Z ---------------------------------------------------------------------- 2022-11-23T02:54:56.4333947Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T02:54:56.4334622Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:54:56.4335219Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4335767Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:54:56.4336312Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4336873Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4337564Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4338502Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4339360Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4339919Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4340440Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4340998Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4341572Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4342114Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:54:56.4342644Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4343172Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4343708Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4344666Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4345508Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4346237Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4346791Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4347326Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4347849Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4348363Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4348891Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4349413Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4349931Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4350857Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4351669Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4352275Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:54:56.4352687Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4353091Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4353502Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4353882Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4354282Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4354674Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4355073Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4355469Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4355872Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4356295Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:54:56.4357238Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4358055Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4358531Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4358986Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4360071Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4360529Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:54:56.4360967Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4361414Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:54:56.4361843Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4362296Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:54:56.4363285Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4381872Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4382872Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4383657Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4384065Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4384460Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4384848Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4385228Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4385631Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4385982Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4386340Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4386871Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4387256Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4387647Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4388054Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4388978Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4389749Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4390210Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4390595Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4390978Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4391366Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4391742Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4392134Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4392484Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4392842Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4393222Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4393604Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4393990Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4394387Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4395390Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4396222Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4396618Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4397029Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4397569Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4398024Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4398478Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4398933Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4399365Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4399825Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4400247Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4400670Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4401553Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4402295Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4402843Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4403257Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4403642Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4404037Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4404445Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:54:56.4404886Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4405324Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4405762Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4406197Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4406609Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:54:56.4407139Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4407940Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4408744Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.034s) 2022-11-23T02:54:56.4409163Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4409569Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:54:56.4409980Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4410360Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T02:54:56.4410765Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4411154Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4411551Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4412113Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4412496Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4412857Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4413452Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4414377Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T02:54:56.4415144Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4415589Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.032s) 2022-11-23T02:54:56.4416039Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4416485Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T02:54:56.4416924Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4417325Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4417833Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4418250Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4418662Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4419057Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4419508Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4420422Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4421222Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4421617Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4422007Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4422407Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4422827Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4423228Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4423625Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4424001Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4424409Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4424809Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4425205Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4425584Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4426370Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:54:56.4427192Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4427724Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4428194Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4428582Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4428959Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4429348Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4429737Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4430144Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4430513Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4430891Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4431255Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4431604Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:54:56.4432131Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4433152Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4433813Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4434199Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4434586Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4434968Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4435368Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:54:56.4435774Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4436158Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4436533Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4436883Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4437224Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4437562Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4437921Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4438540Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4439365Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4440090Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4440488Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4440868Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4441254Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4441623Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4441966Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4442350Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4442796Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4443191Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4443595Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4443955Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4444304Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:54:56.4445025Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4445878Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4446456Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4446856Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4447227Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:54:56.4447570Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T02:54:56.4448031Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4448445Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4448809Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:54:56.4449207Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4449573Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4449919Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4450314Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4450716Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4451510Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4452310Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4452843Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4453209Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4453564Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4453922Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4454283Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4454645Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4454979Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4455333Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4455687Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4456048Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4456400Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4457241Z 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:54:56.4458891Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:54:56.4459103Z ok (0.045s) 2022-11-23T02:54:56.4459404Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4459797Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4460169Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4460547Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4460910Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:54:56.4461278Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4461641Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4462029Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4462481Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4462885Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4463260Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4464038Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4464818Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4465348Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4465720Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4466103Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4466460Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:54:56.4466797Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4467197Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4467575Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4467928Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4468298Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4468669Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4469051Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4469434Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:54:56.4470121Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4470904Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4471570Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4471957Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4472365Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4472839Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4473211Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4473568Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4473925Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4474288Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4474660Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4475019Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:54:56.4475378Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4475732Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:54:56.4476392Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4477096Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4477891Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4478270Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4478637Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4478995Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4479361Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4479721Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4480114Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4480501Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4480902Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4481270Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:54:56.4481632Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4481990Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4482581Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4483314Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4484080Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4484438Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4484760Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4485130Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4485501Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4485882Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4486272Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4486621Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4486977Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4487438Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:54:56.4487822Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4488186Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4488660Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4489481Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4490245Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4490602Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:54:56.4490961Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4491337Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:54:56.4491700Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4492150Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:54:56.4492598Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4492983Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4493386Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4493757Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:54:56.4494120Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4494471Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4495091Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4495821Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4496268Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4496952Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:54:56.4497333Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4497703Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4498062Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4498438Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4498830Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4499212Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4499599Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4499979Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4500363Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4500718Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:54:56.4501091Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4501696Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:54:56.4502606Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4503287Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:54:56.4503680Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4504052Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:54:56.4504441Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4504815Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:54:56.4505188Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4505569Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:54:56.4505961Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4506342Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4506721Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4507172Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4507601Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4508579Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4509419Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4509842Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4510264Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4510667Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4511088Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4511479Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4511824Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4512206Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4512598Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4513006Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4513414Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4513898Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4514892Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4515745Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4516208Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4516674Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4517853Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4518313Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4518725Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4519136Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4519559Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4519987Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4521020Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4521950Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4522404Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4522850Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4523352Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4523791Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4524204Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4524611Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4525033Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4525476Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4525925Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4526418Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4527434Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4528302Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4528783Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4529285Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4529726Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4530135Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4530551Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4530978Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4531403Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4531864Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4532465Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4533246Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4534168Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4534714Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4535123Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4535534Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4535959Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4536343Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4536734Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4537124Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4537601Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4537995Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4538378Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4538754Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4539424Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4540178Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4540781Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4541122Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4541476Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4541809Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4542154Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4542553Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4542930Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4543301Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4543684Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4544065Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4544442Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4544814Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4545266Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4546170Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4546964Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4547347Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4547802Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4548171Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4548556Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4548956Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4549360Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4549736Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4550129Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4550490Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4550856Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4551205Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4551824Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4552565Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4553318Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4553678Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4553999Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4554343Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4554707Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4555076Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4555460Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4555835Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4556205Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4556596Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4557005Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4557417Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4558168Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4559194Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4559748Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4560178Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4560560Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4560968Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4561390Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4561827Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4562370Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:54:56.4562812Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4563225Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4563613Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4564300Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4565195Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4565853Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4566300Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4566763Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4567191Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4567660Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4568054Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4568476Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4568919Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4569388Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4569789Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4570206Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4571010Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4571706Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4572190Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4572524Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4572856Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4573196Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4573558Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4573892Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4574272Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4574679Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4575056Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:54:56.4575452Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4575834Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4576215Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4577168Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4577964Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4578378Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:54:56.4578752Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4579135Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.090s) 2022-11-23T02:54:56.4579536Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4579926Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4580293Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4580672Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4581050Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4581439Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:54:56.4581919Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4582303Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4582845Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4583614Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4584393Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4584753Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4585100Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4585454Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4585818Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4586185Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4586555Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4586936Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4587334Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4587758Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:54:56.4588197Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4588628Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T02:54:56.4589413Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4590360Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T02:54:56.4590886Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4591293Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4591709Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4592169Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4592527Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4592885Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4593243Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4593627Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4594023Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4594420Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4594825Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4595236Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4595659Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4596028Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4596922Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4597320Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4597716Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4598112Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4598515Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4598928Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4599338Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4599727Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4600179Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4601060Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4601869Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4602276Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:54:56.4602679Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4603084Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:54:56.4603510Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4604315Z 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:54:56.4604958Z warnings.warn( 2022-11-23T02:54:56.4605734Z 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:54:56.4606664Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:54:56.4606949Z ok (0.035s) 2022-11-23T02:54:56.4607241Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4607612Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4607997Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4608352Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4608725Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4609108Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4609500Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4609911Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4610251Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4610578Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4610935Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4611280Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4611633Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:54:56.4612089Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4612481Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4612851Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4613201Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4613556Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4613911Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4614266Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4614633Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4615014Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4615421Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4615810Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4616229Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4616906Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4617743Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4618443Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4618844Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4619329Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.121s) 2022-11-23T02:54:56.4619725Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4620136Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4620549Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4620923Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4621277Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4621642Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4622022Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4622390Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4622783Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4623170Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4623612Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4623969Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:54:56.4624308Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4624669Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4625026Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4625388Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4625755Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4626127Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4626519Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4626913Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4627307Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4627716Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.163s) 2022-11-23T02:54:56.4628136Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4628512Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4628869Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4629227Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4629598Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4629941Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4630293Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4630656Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:54:56.4631039Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4631424Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4631871Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4632255Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4632622Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4632983Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4633330Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4633681Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.093s) 2022-11-23T02:54:56.4634038Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4634393Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4634741Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4635116Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4635497Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:54:56.4635880Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4636322Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4636726Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4637140Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4637534Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4637946Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4638355Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4638771Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4639146Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4639497Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4639855Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4640211Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4640574Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4640944Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4641305Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:54:56.4641671Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4642019Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4642372Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4642712Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4643079Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4643452Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4643843Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4644246Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4644579Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4644918Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4645255Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4645624Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4645989Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4646385Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4646809Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4647218Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4647631Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4648509Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4649576Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4650052Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4650477Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4650896Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4651309Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4651742Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4652261Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4652704Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4653149Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4653580Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4654023Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4654458Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4654888Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4655271Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4655617Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4655995Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4656399Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4656778Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4657164Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4657540Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4657904Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4658346Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4658741Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:54:56.4659103Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4659426Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4659776Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4660125Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4660508Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4660878Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4661250Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4661633Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4661980Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4662384Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4662734Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4663106Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4663473Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4663844Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4664236Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.688s) 2022-11-23T02:54:56.4664642Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4665039Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-11-23T02:54:56.4665422Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4665813Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-11-23T02:54:56.4666203Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4666567Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4666929Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:54:56.4667302Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4667698Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4668076Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4668479Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4668845Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4669192Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4669548Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4669922Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4670274Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4670650Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4671005Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4671382Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4671734Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:54:56.4672076Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4672434Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:54:56.4672797Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4673158Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4673517Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4673882Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4674246Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4674656Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4675102Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:54:56.4675497Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4675913Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4676299Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4676704Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4677115Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4677537Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4677924Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4678268Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4678628Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4678994Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4679367Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4679755Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4680152Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4680563Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4680946Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4681340Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4681759Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4682163Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4682528Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4682872Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4683282Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4683657Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4684035Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4684428Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:54:56.4684770Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4685079Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4685420Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4685767Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4686125Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4686499Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4686844Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4687229Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4687592Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4687939Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4688324Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4688712Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4689106Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4689503Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4689868Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:54:56.4690218Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:54:56.4690611Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4691020Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4691402Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:54:56.4691800Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4692270Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T02:54:56.4692627Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.100s) 2022-11-23T02:54:56.4693023Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4693436Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4693818Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4694216Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4694603Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4694943Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4695334Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4695784Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:54:56.4696184Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4696598Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:54:56.4696976Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4697335Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:54:56.4697718Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4698132Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4698518Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4698923Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4699303Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4699659Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:54:56.4700099Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4700498Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4700882Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4701282Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4701637Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4701972Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4702313Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4702654Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4703020Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:54:56.4703410Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4703807Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T02:54:56.4704235Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4705028Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4705602Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4705993Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4706690Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:54:56.4707041Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4707389Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4707735Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4708094Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4708430Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4708785Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4709147Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4709619Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4709987Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4710364Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4710773Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-11-23T02:54:56.4711183Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4711602Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.045s) 2022-11-23T02:54:56.4712023Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4712437Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T02:54:56.4712853Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4713215Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4713528Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4713914Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4714277Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4714656Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4715040Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4715397Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4715774Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4716135Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4716483Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4716833Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:54:56.4717179Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4717532Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4717896Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4718256Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4718612Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4718970Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4719326Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4719675Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4720000Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:54:56.4720357Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4720723Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:54:56.4721093Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4721478Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4721877Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4722322Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4722664Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4723022Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4723374Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4723728Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4724103Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:54:56.4724490Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4724849Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4725204Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4725554Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4725901Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4726288Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:54:56.4726625Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4726965Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4727320Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4727666Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4728015Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4728356Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4728732Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4729104Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4729484Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:54:56.4729859Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4730250Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4730636Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4731022Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4731442Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.093s) 2022-11-23T02:54:56.4731888Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4732454Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.098s) 2022-11-23T02:54:56.4732898Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4733342Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:54:56.4733790Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4734219Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:54:56.4735225Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4735644Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.268s) 2022-11-23T02:54:56.4736049Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4736462Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4736883Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4737295Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4737696Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.003s) 2022-11-23T02:54:56.4738105Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4738518Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4738903Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4739337Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4739688Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:54:56.4740029Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4740362Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4740729Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4741081Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4741417Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:54:56.4741796Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4742190Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4742560Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4742934Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4743310Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:54:56.4743694Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4744080Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4744475Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4744872Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4745280Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4745678Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4746091Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4746506Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4746933Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4747600Z 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:54:56.4748524Z warnings.warn(warning.format(ret)) 2022-11-23T02:54:56.4748739Z ok (0.014s) 2022-11-23T02:54:56.4749059Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4749489Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4749919Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4750350Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4750794Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4751241Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4751695Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4752181Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4752596Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4752997Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:54:56.4753391Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4753779Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4754185Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4754596Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4755018Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4755420Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:54:56.4755840Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4756274Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4765308Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4765861Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4766319Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.002s) 2022-11-23T02:54:56.4766754Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4767188Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4767593Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4767969Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4768378Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4768803Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4769741Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4770151Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4770552Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4770969Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4771546Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:54:56.4772048Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4772481Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4772916Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4773365Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:54:56.4773889Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4774332Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:54:56.4774772Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4775213Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4775655Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4776105Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4776547Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4777009Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4777482Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4777924Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4778345Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4778771Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4779206Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4779611Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4780029Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4780444Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4780865Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4781291Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4781724Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4782524Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4782929Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4783327Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4783757Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4784178Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4784602Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4785009Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4785415Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4785822Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4786229Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4786698Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4787119Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4787518Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4787911Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4788313Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:54:56.4788734Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4789143Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4789542Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4789972Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4790411Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4790851Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4791294Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4791716Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4792124Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4792513Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4792917Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4793316Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4793721Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4794119Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4794866Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4795267Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-11-23T02:54:56.4795662Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4796071Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:54:56.4796483Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4796884Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:54:56.4797286Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4797684Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4798088Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4798484Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:54:56.4798926Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4799332Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4799744Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4800140Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4800532Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4800926Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4801325Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4801718Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4802139Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4802545Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T02:54:56.4802948Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4803349Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4803764Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4804169Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4804561Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-11-23T02:54:56.4804976Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:54:56.4805397Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4805816Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4806429Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4807438Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4808627Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4809080Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4809502Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4809987Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4810471Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4810900Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4811306Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4811749Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4812682Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4813106Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4813503Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4813924Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.012s) 2022-11-23T02:54:56.4814353Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4814783Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4815207Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4815646Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4816097Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4816544Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4816750Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4817003Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4817236Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4817429Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4817633Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4817866Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4818081Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4818259Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4818453Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T02:54:56.4818996Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4819207Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4819400Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:54:56.4819619Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4819804Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4820007Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4820242Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4820460Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4820648Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4820916Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4821099Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4821310Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4821498Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4821720Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4821901Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4822109Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4822310Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:54:56.4822523Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4822714Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:54:56.4822938Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4823117Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:54:56.4823328Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4823515Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:54:56.4823736Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4823922Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:54:56.4824143Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.006s) 2022-11-23T02:54:56.4824328Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4824546Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4825035Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:54:56.4825252Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4825437Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:54:56.4825655Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4825839Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:54:56.4826053Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4826238Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4826454Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4826634Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4826846Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4827079Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:54:56.4827306Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4827494Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4827702Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:54:56.4827924Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4828146Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4828338Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:54:56.4828545Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:54:56.4828777Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4828992Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4829163Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4829364Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4829533Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4829732Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4829908Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4830113Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4830283Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T02:54:56.4830485Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4830656Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:54:56.4831153Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4831343Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:54:56.4831561Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4831770Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:54:56.4832007Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4832194Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4832413Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4832622Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-11-23T02:54:56.4832837Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4833049Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:54:56.4833266Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:54:56.4833447Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:54:56.4833661Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4833845Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:54:56.4834068Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:54:56.4834238Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4834439Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-11-23T02:54:56.4834618Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4834830Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:54:56.4835000Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:54:56.4835201Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4835381Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:54:56.4835598Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:54:56.4835780Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:54:56.4835994Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-11-23T02:54:56.4836006Z 2022-11-23T02:54:56.4836171Z ---------------------------------------------------------------------- 2022-11-23T02:54:56.4836256Z Ran 1100 tests in 21.281s 2022-11-23T02:54:56.4836263Z 2022-11-23T02:54:56.4836371Z OK (skipped=550, expected failures=17) 2022-11-23T02:54:56.4836377Z 2022-11-23T02:54:56.4836468Z Generating XML reports... 2022-11-23T02:54:56.4836724Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123025434.xml 2022-11-23T02:54:56.4837017Z 2022-11-23T02:54:56.4837393Z ##[endgroup] 2022-11-23T02:54:56.4837651Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_a9cbcr99) 2022-11-23T02:54:56.4837676Z 2022-11-23T02:54:56.4837799Z Running test_cpp_extensions_aot_ninja ... [2022-11-23 02:54:56.435108] 2022-11-23T02:54:58.9511742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:54:58.9512496Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:54:58.9512855Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:54:59.1073381Z running install 2022-11-23T02:54:59.1157615Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:54:59.1158093Z warnings.warn( 2022-11-23T02:54:59.1284484Z running build 2022-11-23T02:54:59.1284719Z running build_py 2022-11-23T02:54:59.1426551Z creating build 2022-11-23T02:54:59.1428560Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:54:59.1429774Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:54:59.1432581Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:54:59.1439489Z running build_ext 2022-11-23T02:54:59.1518594Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:54:59.1531576Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-11-23T02:54:59.1533441Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-11-23T02:54:59.1594965Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:54:59.1602522Z Compiling objects... 2022-11-23T02:54:59.1602886Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:55:11.9497270Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:55:11.9500367Z 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:55:11.9502409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9502966Z with 2022-11-23T02:55:11.9503280Z [ 2022-11-23T02:55:11.9503578Z T=c10::SymInt 2022-11-23T02:55:11.9503805Z ] 2022-11-23T02:55:11.9504308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9504692Z with 2022-11-23T02:55:11.9504872Z [ 2022-11-23T02:55:11.9505061Z T=c10::SymInt 2022-11-23T02:55:11.9505252Z ] 2022-11-23T02:55:11.9505731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9506184Z with 2022-11-23T02:55:11.9506340Z [ 2022-11-23T02:55:11.9506529Z T=c10::SymInt 2022-11-23T02:55:11.9506722Z ] 2022-11-23T02:55:11.9507430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9508007Z with 2022-11-23T02:55:11.9508187Z [ 2022-11-23T02:55:11.9508416Z T=c10::SymInt 2022-11-23T02:55:11.9508740Z ] 2022-11-23T02:55:11.9509348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9510223Z 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:55:11.9511139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9511724Z with 2022-11-23T02:55:11.9511974Z [ 2022-11-23T02:55:11.9512204Z T=c10::SymInt 2022-11-23T02:55:11.9512472Z ] 2022-11-23T02:55:11.9513025Z 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:55:11.9513868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9514392Z with 2022-11-23T02:55:11.9514627Z [ 2022-11-23T02:55:11.9514881Z T=at::Generator 2022-11-23T02:55:11.9515111Z ] 2022-11-23T02:55:11.9515717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9516237Z with 2022-11-23T02:55:11.9516483Z [ 2022-11-23T02:55:11.9516749Z T=at::Generator 2022-11-23T02:55:11.9516996Z ] 2022-11-23T02:55:11.9517625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9518188Z with 2022-11-23T02:55:11.9518430Z [ 2022-11-23T02:55:11.9518836Z T=at::Generator 2022-11-23T02:55:11.9519100Z ] 2022-11-23T02:55:11.9519747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9520243Z with 2022-11-23T02:55:11.9520420Z [ 2022-11-23T02:55:11.9520616Z T=at::Generator 2022-11-23T02:55:11.9520806Z ] 2022-11-23T02:55:11.9521255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9521938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:55:11.9522601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9523026Z with 2022-11-23T02:55:11.9523206Z [ 2022-11-23T02:55:11.9523398Z T=at::Generator 2022-11-23T02:55:11.9523592Z ] 2022-11-23T02:55:11.9524091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9524482Z with 2022-11-23T02:55:11.9524638Z [ 2022-11-23T02:55:11.9524834Z T=at::TensorBase 2022-11-23T02:55:11.9525028Z ] 2022-11-23T02:55:11.9525463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9525873Z with 2022-11-23T02:55:11.9526030Z [ 2022-11-23T02:55:11.9526226Z T=at::TensorBase 2022-11-23T02:55:11.9526419Z ] 2022-11-23T02:55:11.9526881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9527302Z with 2022-11-23T02:55:11.9527467Z [ 2022-11-23T02:55:11.9527637Z T=at::TensorBase 2022-11-23T02:55:11.9527815Z ] 2022-11-23T02:55:11.9528308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9528759Z with 2022-11-23T02:55:11.9528926Z [ 2022-11-23T02:55:11.9529109Z T=at::TensorBase 2022-11-23T02:55:11.9529278Z ] 2022-11-23T02:55:11.9529712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9530394Z 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:55:11.9531071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9531485Z with 2022-11-23T02:55:11.9531653Z [ 2022-11-23T02:55:11.9531840Z T=at::TensorBase 2022-11-23T02:55:11.9532009Z ] 2022-11-23T02:55:11.9532568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9533032Z with 2022-11-23T02:55:11.9533198Z [ 2022-11-23T02:55:11.9533379Z T=at::Tensor 2022-11-23T02:55:11.9533546Z ] 2022-11-23T02:55:11.9533974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9534364Z with 2022-11-23T02:55:11.9534529Z [ 2022-11-23T02:55:11.9534709Z T=at::Tensor 2022-11-23T02:55:11.9534888Z ] 2022-11-23T02:55:11.9535343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9535769Z with 2022-11-23T02:55:11.9535933Z [ 2022-11-23T02:55:11.9536108Z T=at::Tensor 2022-11-23T02:55:11.9536284Z ] 2022-11-23T02:55:11.9536834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9537272Z with 2022-11-23T02:55:11.9537436Z [ 2022-11-23T02:55:11.9537613Z T=at::Tensor 2022-11-23T02:55:11.9537790Z ] 2022-11-23T02:55:11.9538215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9538877Z 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:55:11.9539550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9539939Z with 2022-11-23T02:55:11.9540105Z [ 2022-11-23T02:55:11.9540289Z T=at::Tensor 2022-11-23T02:55:11.9540465Z ] 2022-11-23T02:55:11.9540874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9541251Z with 2022-11-23T02:55:11.9541399Z [ 2022-11-23T02:55:11.9541578Z T=c10::Scalar 2022-11-23T02:55:11.9541753Z ] 2022-11-23T02:55:11.9542172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9542558Z with 2022-11-23T02:55:11.9542712Z [ 2022-11-23T02:55:11.9542891Z T=c10::Scalar 2022-11-23T02:55:11.9543068Z ] 2022-11-23T02:55:11.9543527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9543949Z with 2022-11-23T02:55:11.9544111Z [ 2022-11-23T02:55:11.9544273Z T=c10::Scalar 2022-11-23T02:55:11.9544446Z ] 2022-11-23T02:55:11.9544935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9545445Z with 2022-11-23T02:55:11.9545608Z [ 2022-11-23T02:55:11.9545784Z T=c10::Scalar 2022-11-23T02:55:11.9545946Z ] 2022-11-23T02:55:11.9546375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9547031Z 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:55:11.9547708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9548117Z with 2022-11-23T02:55:11.9548288Z [ 2022-11-23T02:55:11.9548470Z T=c10::Scalar 2022-11-23T02:55:11.9548637Z ] 2022-11-23T02:55:11.9549044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9549424Z with 2022-11-23T02:55:11.9549587Z [ 2022-11-23T02:55:11.9549766Z T=std::string 2022-11-23T02:55:11.9549928Z ] 2022-11-23T02:55:11.9550409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9550802Z with 2022-11-23T02:55:11.9550966Z [ 2022-11-23T02:55:11.9551145Z T=std::string 2022-11-23T02:55:11.9551321Z ] 2022-11-23T02:55:11.9551774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9552203Z with 2022-11-23T02:55:11.9552369Z [ 2022-11-23T02:55:11.9552549Z T=std::string 2022-11-23T02:55:11.9552726Z ] 2022-11-23T02:55:11.9553218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9553661Z with 2022-11-23T02:55:11.9553826Z [ 2022-11-23T02:55:11.9554002Z T=std::string 2022-11-23T02:55:11.9554179Z ] 2022-11-23T02:55:11.9554604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9555263Z 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:55:11.9555939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9556330Z with 2022-11-23T02:55:11.9556501Z [ 2022-11-23T02:55:11.9556679Z T=std::string 2022-11-23T02:55:11.9556860Z ] 2022-11-23T02:55:11.9557269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9557649Z with 2022-11-23T02:55:11.9557803Z [ 2022-11-23T02:55:11.9557994Z T=c10::QualifiedName 2022-11-23T02:55:11.9558182Z ] 2022-11-23T02:55:11.9558611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9559054Z with 2022-11-23T02:55:11.9559205Z [ 2022-11-23T02:55:11.9559394Z T=c10::QualifiedName 2022-11-23T02:55:11.9559578Z ] 2022-11-23T02:55:11.9560042Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9560463Z with 2022-11-23T02:55:11.9560628Z [ 2022-11-23T02:55:11.9560802Z T=c10::QualifiedName 2022-11-23T02:55:11.9560992Z ] 2022-11-23T02:55:11.9561478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9561930Z with 2022-11-23T02:55:11.9562093Z [ 2022-11-23T02:55:11.9562280Z T=c10::QualifiedName 2022-11-23T02:55:11.9562453Z ] 2022-11-23T02:55:11.9562939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9563614Z 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:55:11.9564291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9564708Z with 2022-11-23T02:55:11.9564875Z [ 2022-11-23T02:55:11.9565065Z T=c10::QualifiedName 2022-11-23T02:55:11.9565239Z ] 2022-11-23T02:55:11.9566101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9566479Z with 2022-11-23T02:55:11.9566649Z [ 2022-11-23T02:55:11.9566885Z T=std::shared_ptr 2022-11-23T02:55:11.9567107Z ] 2022-11-23T02:55:11.9567522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9567922Z with 2022-11-23T02:55:11.9568089Z [ 2022-11-23T02:55:11.9568315Z T=std::shared_ptr 2022-11-23T02:55:11.9568532Z ] 2022-11-23T02:55:11.9569001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9569414Z with 2022-11-23T02:55:11.9569581Z [ 2022-11-23T02:55:11.9569810Z T=std::shared_ptr 2022-11-23T02:55:11.9570030Z ] 2022-11-23T02:55:11.9570521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9570970Z with 2022-11-23T02:55:11.9571124Z [ 2022-11-23T02:55:11.9571357Z T=std::shared_ptr 2022-11-23T02:55:11.9571574Z ] 2022-11-23T02:55:11.9572044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9572938Z 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:55:11.9573648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9574058Z with 2022-11-23T02:55:11.9574213Z [ 2022-11-23T02:55:11.9574447Z T=std::shared_ptr 2022-11-23T02:55:11.9574666Z ] 2022-11-23T02:55:11.9575078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9575462Z with 2022-11-23T02:55:11.9575631Z [ 2022-11-23T02:55:11.9575847Z T=std::weak_ptr 2022-11-23T02:55:11.9576070Z ] 2022-11-23T02:55:11.9576571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9576965Z with 2022-11-23T02:55:11.9577136Z [ 2022-11-23T02:55:11.9577371Z T=std::weak_ptr 2022-11-23T02:55:11.9577575Z ] 2022-11-23T02:55:11.9578039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9578468Z with 2022-11-23T02:55:11.9578636Z [ 2022-11-23T02:55:11.9578863Z T=std::weak_ptr 2022-11-23T02:55:11.9579080Z ] 2022-11-23T02:55:11.9579556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9580015Z with 2022-11-23T02:55:11.9580184Z [ 2022-11-23T02:55:11.9580411Z T=std::weak_ptr 2022-11-23T02:55:11.9580630Z ] 2022-11-23T02:55:11.9581096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9581815Z 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:55:11.9582509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9582916Z with 2022-11-23T02:55:11.9583087Z [ 2022-11-23T02:55:11.9583315Z T=std::weak_ptr 2022-11-23T02:55:11.9583536Z ] 2022-11-23T02:55:11.9583947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9584332Z with 2022-11-23T02:55:11.9584486Z [ 2022-11-23T02:55:11.9584747Z T=std::vector> 2022-11-23T02:55:11.9585161Z ] 2022-11-23T02:55:11.9585586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9585987Z with 2022-11-23T02:55:11.9586139Z [ 2022-11-23T02:55:11.9586397Z T=std::vector> 2022-11-23T02:55:11.9586640Z ] 2022-11-23T02:55:11.9587106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9587523Z with 2022-11-23T02:55:11.9587692Z [ 2022-11-23T02:55:11.9587931Z T=std::vector> 2022-11-23T02:55:11.9588178Z ] 2022-11-23T02:55:11.9588670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9589125Z with 2022-11-23T02:55:11.9589293Z [ 2022-11-23T02:55:11.9589609Z T=std::vector> 2022-11-23T02:55:11.9589852Z ] 2022-11-23T02:55:11.9590321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9591091Z 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:55:11.9591817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9592234Z with 2022-11-23T02:55:11.9592407Z [ 2022-11-23T02:55:11.9592664Z T=std::vector> 2022-11-23T02:55:11.9592909Z ] 2022-11-23T02:55:11.9593302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9593684Z with 2022-11-23T02:55:11.9593853Z [ 2022-11-23T02:55:11.9594073Z T=std::vector> 2022-11-23T02:55:11.9594283Z ] 2022-11-23T02:55:11.9594706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9595091Z with 2022-11-23T02:55:11.9595257Z [ 2022-11-23T02:55:11.9595481Z T=std::vector> 2022-11-23T02:55:11.9595693Z ] 2022-11-23T02:55:11.9596159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9596590Z with 2022-11-23T02:55:11.9596740Z [ 2022-11-23T02:55:11.9596959Z T=std::vector> 2022-11-23T02:55:11.9597169Z ] 2022-11-23T02:55:11.9597653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9598158Z with 2022-11-23T02:55:11.9598326Z [ 2022-11-23T02:55:11.9598531Z T=std::vector> 2022-11-23T02:55:11.9598747Z ] 2022-11-23T02:55:11.9599208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9599916Z 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:55:11.9600605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9601013Z with 2022-11-23T02:55:11.9601183Z [ 2022-11-23T02:55:11.9601389Z T=std::vector> 2022-11-23T02:55:11.9601602Z ] 2022-11-23T02:55:11.9602062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9602446Z with 2022-11-23T02:55:11.9602616Z [ 2022-11-23T02:55:11.9602887Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9603122Z ] 2022-11-23T02:55:11.9603552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9603954Z with 2022-11-23T02:55:11.9604122Z [ 2022-11-23T02:55:11.9604386Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9604732Z ] 2022-11-23T02:55:11.9605210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9605685Z with 2022-11-23T02:55:11.9605849Z [ 2022-11-23T02:55:11.9606117Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9606365Z ] 2022-11-23T02:55:11.9606860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9607318Z with 2022-11-23T02:55:11.9607471Z [ 2022-11-23T02:55:11.9607739Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9607992Z ] 2022-11-23T02:55:11.9608491Z C:\actions-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:55:11.9609270Z 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:55:11.9609991Z 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:55:11.9610736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9611204Z with 2022-11-23T02:55:11.9611375Z [ 2022-11-23T02:55:11.9611684Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9611936Z ] 2022-11-23T02:55:11.9612431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9612813Z with 2022-11-23T02:55:11.9612982Z [ 2022-11-23T02:55:11.9613247Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9613478Z ] 2022-11-23T02:55:11.9613905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9614301Z with 2022-11-23T02:55:11.9614467Z [ 2022-11-23T02:55:11.9614727Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9614973Z ] 2022-11-23T02:55:11.9615507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9615928Z with 2022-11-23T02:55:11.9616096Z [ 2022-11-23T02:55:11.9616358Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9616604Z ] 2022-11-23T02:55:11.9617130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9617594Z with 2022-11-23T02:55:11.9617743Z [ 2022-11-23T02:55:11.9618055Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9618293Z ] 2022-11-23T02:55:11.9618780Z C:\actions-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:55:11.9619535Z 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:55:11.9620242Z 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:55:11.9620914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9621324Z with 2022-11-23T02:55:11.9621474Z [ 2022-11-23T02:55:11.9621733Z T=std::vector,std::allocator>> 2022-11-23T02:55:11.9621972Z ] 2022-11-23T02:55:11.9622382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9622759Z with 2022-11-23T02:55:11.9622927Z [ 2022-11-23T02:55:11.9623203Z T=std::vector> 2022-11-23T02:55:11.9623473Z ] 2022-11-23T02:55:11.9623908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9624349Z with 2022-11-23T02:55:11.9624515Z [ 2022-11-23T02:55:11.9624743Z T=std::vector> 2022-11-23T02:55:11.9624940Z ] 2022-11-23T02:55:11.9625406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9625831Z with 2022-11-23T02:55:11.9625995Z [ 2022-11-23T02:55:11.9626220Z T=std::vector> 2022-11-23T02:55:11.9626432Z ] 2022-11-23T02:55:11.9626911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9627371Z with 2022-11-23T02:55:11.9627538Z [ 2022-11-23T02:55:11.9627816Z T=std::vector> 2022-11-23T02:55:11.9628030Z ] 2022-11-23T02:55:11.9628487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9629204Z 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:55:11.9629959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9630414Z with 2022-11-23T02:55:11.9630583Z [ 2022-11-23T02:55:11.9630807Z T=std::vector> 2022-11-23T02:55:11.9631022Z ] 2022-11-23T02:55:11.9631427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9631801Z with 2022-11-23T02:55:11.9631952Z [ 2022-11-23T02:55:11.9632204Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:11.9632443Z ] 2022-11-23T02:55:11.9632869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9633264Z with 2022-11-23T02:55:11.9633425Z [ 2022-11-23T02:55:11.9633658Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:11.9633893Z ] 2022-11-23T02:55:11.9634355Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9634781Z with 2022-11-23T02:55:11.9634942Z [ 2022-11-23T02:55:11.9635189Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:11.9635414Z ] 2022-11-23T02:55:11.9635960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9636473Z with 2022-11-23T02:55:11.9636697Z [ 2022-11-23T02:55:11.9636949Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:11.9637191Z ] 2022-11-23T02:55:11.9637657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9638445Z 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:55:11.9639224Z 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:55:11.9639945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9640360Z with 2022-11-23T02:55:11.9640526Z [ 2022-11-23T02:55:11.9640838Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:11.9641083Z ] 2022-11-23T02:55:11.9641482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9641856Z with 2022-11-23T02:55:11.9642087Z [ 2022-11-23T02:55:11.9642338Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:11.9642634Z ] 2022-11-23T02:55:11.9643058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9643450Z with 2022-11-23T02:55:11.9643599Z [ 2022-11-23T02:55:11.9643851Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:11.9644087Z ] 2022-11-23T02:55:11.9644546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9644970Z with 2022-11-23T02:55:11.9645120Z [ 2022-11-23T02:55:11.9645367Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:11.9645601Z ] 2022-11-23T02:55:11.9646090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9646539Z with 2022-11-23T02:55:11.9646702Z [ 2022-11-23T02:55:11.9646951Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:11.9647175Z ] 2022-11-23T02:55:11.9647658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9648529Z 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:55:11.9649388Z 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:55:11.9650120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9650528Z with 2022-11-23T02:55:11.9650695Z [ 2022-11-23T02:55:11.9650948Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:11.9651171Z ] 2022-11-23T02:55:11.9651578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9651959Z with 2022-11-23T02:55:11.9652129Z [ 2022-11-23T02:55:11.9652429Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9652631Z ] 2022-11-23T02:55:11.9653046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9653438Z with 2022-11-23T02:55:11.9653611Z [ 2022-11-23T02:55:11.9654431Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9654719Z ] 2022-11-23T02:55:11.9655167Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9655596Z with 2022-11-23T02:55:11.9655766Z [ 2022-11-23T02:55:11.9655972Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9656172Z ] 2022-11-23T02:55:11.9656664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9657118Z with 2022-11-23T02:55:11.9657268Z [ 2022-11-23T02:55:11.9657467Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9657663Z ] 2022-11-23T02:55:11.9658109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9658796Z 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:55:11.9659196Z with 2022-11-23T02:55:11.9659347Z [ 2022-11-23T02:55:11.9659551Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9659749Z ] 2022-11-23T02:55:11.9660315Z 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:55:11.9661111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9661523Z with 2022-11-23T02:55:11.9661688Z [ 2022-11-23T02:55:11.9661874Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:11.9662072Z ] 2022-11-23T02:55:11.9662482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9662948Z with 2022-11-23T02:55:11.9663116Z [ 2022-11-23T02:55:11.9663393Z T=std::vector> 2022-11-23T02:55:11.9663666Z ] 2022-11-23T02:55:11.9664093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9664483Z with 2022-11-23T02:55:11.9664645Z [ 2022-11-23T02:55:11.9664932Z T=std::vector> 2022-11-23T02:55:11.9665195Z ] 2022-11-23T02:55:11.9665643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9666140Z with 2022-11-23T02:55:11.9666304Z [ 2022-11-23T02:55:11.9666642Z T=std::vector> 2022-11-23T02:55:11.9666907Z ] 2022-11-23T02:55:11.9667459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9667915Z with 2022-11-23T02:55:11.9668062Z [ 2022-11-23T02:55:11.9668350Z T=std::vector> 2022-11-23T02:55:11.9668619Z ] 2022-11-23T02:55:11.9669145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9669982Z 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:55:11.9670734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9671153Z with 2022-11-23T02:55:11.9671307Z [ 2022-11-23T02:55:11.9671599Z T=std::vector> 2022-11-23T02:55:11.9671932Z ] 2022-11-23T02:55:11.9672342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9672781Z with 2022-11-23T02:55:11.9672949Z [ 2022-11-23T02:55:11.9673133Z T=torch::autograd::ViewInfo 2022-11-23T02:55:11.9673331Z ] 2022-11-23T02:55:11.9673762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9674155Z with 2022-11-23T02:55:11.9674319Z [ 2022-11-23T02:55:11.9674515Z T=torch::autograd::ViewInfo 2022-11-23T02:55:11.9674692Z ] 2022-11-23T02:55:11.9675151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9675576Z with 2022-11-23T02:55:11.9675807Z [ 2022-11-23T02:55:11.9676005Z T=torch::autograd::ViewInfo 2022-11-23T02:55:11.9676198Z ] 2022-11-23T02:55:11.9676673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9677127Z with 2022-11-23T02:55:11.9677294Z [ 2022-11-23T02:55:11.9677490Z T=torch::autograd::ViewInfo 2022-11-23T02:55:11.9677687Z ] 2022-11-23T02:55:11.9678196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9678952Z 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:55:11.9679632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9680039Z with 2022-11-23T02:55:11.9680203Z [ 2022-11-23T02:55:11.9680451Z T=torch::autograd::ViewInfo 2022-11-23T02:55:11.9680646Z ] 2022-11-23T02:55:11.9681055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9681420Z with 2022-11-23T02:55:11.9681590Z [ 2022-11-23T02:55:11.9681767Z T=c10::IValue 2022-11-23T02:55:11.9681944Z ] 2022-11-23T02:55:11.9682428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9682860Z with 2022-11-23T02:55:11.9696093Z [ 2022-11-23T02:55:11.9696507Z T=c10::IValue 2022-11-23T02:55:11.9696700Z ] 2022-11-23T02:55:11.9697183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9697630Z with 2022-11-23T02:55:11.9697797Z [ 2022-11-23T02:55:11.9697976Z T=c10::IValue 2022-11-23T02:55:11.9698150Z ] 2022-11-23T02:55:11.9698649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9699103Z with 2022-11-23T02:55:11.9699266Z [ 2022-11-23T02:55:11.9699439Z T=c10::IValue 2022-11-23T02:55:11.9699615Z ] 2022-11-23T02:55:11.9700043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9700707Z 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:55:11.9701381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9701842Z with 2022-11-23T02:55:11.9702009Z [ 2022-11-23T02:55:11.9702190Z T=c10::IValue 2022-11-23T02:55:11.9702596Z ] 2022-11-23T02:55:11.9703007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9703385Z with 2022-11-23T02:55:11.9703539Z [ 2022-11-23T02:55:11.9703723Z T=c10::AliasInfo 2022-11-23T02:55:11.9703904Z ] 2022-11-23T02:55:11.9704326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9704719Z with 2022-11-23T02:55:11.9704867Z [ 2022-11-23T02:55:11.9705049Z T=c10::AliasInfo 2022-11-23T02:55:11.9705227Z ] 2022-11-23T02:55:11.9705693Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9706120Z with 2022-11-23T02:55:11.9706281Z [ 2022-11-23T02:55:11.9706446Z T=c10::AliasInfo 2022-11-23T02:55:11.9706622Z ] 2022-11-23T02:55:11.9707189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9707686Z with 2022-11-23T02:55:11.9707868Z [ 2022-11-23T02:55:11.9708051Z T=c10::AliasInfo 2022-11-23T02:55:11.9708216Z ] 2022-11-23T02:55:11.9708703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9709371Z 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:55:11.9710053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9710463Z with 2022-11-23T02:55:11.9710629Z [ 2022-11-23T02:55:11.9710811Z T=c10::AliasInfo 2022-11-23T02:55:11.9710974Z ] 2022-11-23T02:55:11.9711380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9711754Z with 2022-11-23T02:55:11.9711918Z [ 2022-11-23T02:55:11.9712149Z T=std::vector> 2022-11-23T02:55:11.9712359Z ] 2022-11-23T02:55:11.9712782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9713169Z with 2022-11-23T02:55:11.9713334Z [ 2022-11-23T02:55:11.9713565Z T=std::vector> 2022-11-23T02:55:11.9713847Z ] 2022-11-23T02:55:11.9714334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9714763Z with 2022-11-23T02:55:11.9714927Z [ 2022-11-23T02:55:11.9715157Z T=std::vector> 2022-11-23T02:55:11.9715379Z ] 2022-11-23T02:55:11.9715866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9716392Z with 2022-11-23T02:55:11.9716549Z [ 2022-11-23T02:55:11.9716791Z T=std::vector> 2022-11-23T02:55:11.9717022Z ] 2022-11-23T02:55:11.9717477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9717898Z with 2022-11-23T02:55:11.9718070Z [ 2022-11-23T02:55:11.9718237Z T=c10::SymInt 2022-11-23T02:55:11.9718425Z ] 2022-11-23T02:55:11.9718878Z 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:55:11.9719300Z with 2022-11-23T02:55:11.9719474Z [ 2022-11-23T02:55:11.9719638Z T=c10::SymInt 2022-11-23T02:55:11.9719854Z ] 2022-11-23T02:55:11.9720412Z 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:55:11.9721275Z 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:55:11.9722047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9722473Z with 2022-11-23T02:55:11.9722648Z [ 2022-11-23T02:55:11.9722890Z T=std::vector> 2022-11-23T02:55:11.9723099Z ] 2022-11-23T02:55:11.9723515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9723901Z with 2022-11-23T02:55:11.9724072Z [ 2022-11-23T02:55:11.9724324Z T=c10::either 2022-11-23T02:55:11.9724561Z ] 2022-11-23T02:55:11.9724974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9725487Z with 2022-11-23T02:55:11.9725673Z [ 2022-11-23T02:55:11.9725932Z T=c10::either 2022-11-23T02:55:11.9726224Z ] 2022-11-23T02:55:11.9726737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9727158Z with 2022-11-23T02:55:11.9727331Z [ 2022-11-23T02:55:11.9727578Z T=c10::either 2022-11-23T02:55:11.9727815Z ] 2022-11-23T02:55:11.9728311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9728769Z with 2022-11-23T02:55:11.9728924Z [ 2022-11-23T02:55:11.9729257Z T=c10::either 2022-11-23T02:55:11.9729495Z ] 2022-11-23T02:55:11.9729973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9730750Z 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:55:11.9731498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9731915Z with 2022-11-23T02:55:11.9732074Z [ 2022-11-23T02:55:11.9732465Z T=c10::either 2022-11-23T02:55:11.9732705Z ] 2022-11-23T02:55:11.9733175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9733566Z with 2022-11-23T02:55:11.9733807Z [ 2022-11-23T02:55:11.9733992Z T=at::StepCallbacks 2022-11-23T02:55:11.9734190Z ] 2022-11-23T02:55:11.9734628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9735029Z with 2022-11-23T02:55:11.9735203Z [ 2022-11-23T02:55:11.9735400Z T=at::StepCallbacks 2022-11-23T02:55:11.9735578Z ] 2022-11-23T02:55:11.9736050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9736479Z with 2022-11-23T02:55:11.9736654Z [ 2022-11-23T02:55:11.9736851Z T=at::StepCallbacks 2022-11-23T02:55:11.9737044Z ] 2022-11-23T02:55:11.9737526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9737989Z with 2022-11-23T02:55:11.9738164Z [ 2022-11-23T02:55:11.9738363Z T=at::StepCallbacks 2022-11-23T02:55:11.9738608Z ] 2022-11-23T02:55:11.9739054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9739787Z 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:55:11.9740489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9740904Z with 2022-11-23T02:55:11.9741080Z [ 2022-11-23T02:55:11.9741278Z T=at::StepCallbacks 2022-11-23T02:55:11.9741477Z ] 2022-11-23T02:55:11.9741896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9742263Z with 2022-11-23T02:55:11.9742496Z [ 2022-11-23T02:55:11.9742679Z T=c10::DimVector 2022-11-23T02:55:11.9742869Z ] 2022-11-23T02:55:11.9743304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9743705Z with 2022-11-23T02:55:11.9743859Z [ 2022-11-23T02:55:11.9744054Z T=c10::DimVector 2022-11-23T02:55:11.9744245Z ] 2022-11-23T02:55:11.9744776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9745207Z with 2022-11-23T02:55:11.9745360Z [ 2022-11-23T02:55:11.9745593Z T=c10::DimVector 2022-11-23T02:55:11.9745773Z ] 2022-11-23T02:55:11.9746259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9746717Z with 2022-11-23T02:55:11.9746883Z [ 2022-11-23T02:55:11.9747048Z T=c10::DimVector 2022-11-23T02:55:11.9747226Z ] 2022-11-23T02:55:11.9747719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9748399Z 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:55:11.9749077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9749499Z with 2022-11-23T02:55:11.9749674Z [ 2022-11-23T02:55:11.9749843Z T=c10::DimVector 2022-11-23T02:55:11.9750032Z ] 2022-11-23T02:55:11.9750450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9750899Z with 2022-11-23T02:55:11.9751074Z [ 2022-11-23T02:55:11.9751283Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:11.9751527Z ] 2022-11-23T02:55:11.9751960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9752349Z with 2022-11-23T02:55:11.9752522Z [ 2022-11-23T02:55:11.9752730Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:11.9752915Z ] 2022-11-23T02:55:11.9753385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9753824Z with 2022-11-23T02:55:11.9754005Z [ 2022-11-23T02:55:11.9754209Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:11.9754401Z ] 2022-11-23T02:55:11.9754868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9755310Z with 2022-11-23T02:55:11.9755466Z [ 2022-11-23T02:55:11.9755659Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:11.9755912Z ] 2022-11-23T02:55:11.9756357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9757137Z 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:55:11.9757892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9758288Z with 2022-11-23T02:55:11.9758446Z [ 2022-11-23T02:55:11.9758646Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:11.9758848Z ] 2022-11-23T02:55:11.9759262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9759646Z with 2022-11-23T02:55:11.9759802Z [ 2022-11-23T02:55:11.9760054Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:11.9760289Z ] 2022-11-23T02:55:11.9760773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9761176Z with 2022-11-23T02:55:11.9761330Z [ 2022-11-23T02:55:11.9761576Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:11.9761816Z ] 2022-11-23T02:55:11.9762285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9762725Z with 2022-11-23T02:55:11.9762968Z [ 2022-11-23T02:55:11.9763197Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:11.9763492Z ] 2022-11-23T02:55:11.9763998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9764457Z with 2022-11-23T02:55:11.9764628Z [ 2022-11-23T02:55:11.9764868Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:11.9765085Z ] 2022-11-23T02:55:11.9765573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9766359Z 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:55:11.9767114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9767533Z with 2022-11-23T02:55:11.9767710Z [ 2022-11-23T02:55:11.9767962Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:11.9768200Z ] 2022-11-23T02:55:11.9768606Z 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:55:11.9769255Z 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:55:11.9769973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9770363Z with 2022-11-23T02:55:11.9770542Z [ 2022-11-23T02:55:11.9770775Z T=std::tuple 2022-11-23T02:55:11.9770991Z ] 2022-11-23T02:55:11.9771409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9771808Z with 2022-11-23T02:55:11.9771986Z [ 2022-11-23T02:55:11.9772303Z T=std::tuple 2022-11-23T02:55:11.9772525Z ] 2022-11-23T02:55:11.9772974Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9773414Z with 2022-11-23T02:55:11.9773591Z [ 2022-11-23T02:55:11.9773816Z T=std::tuple 2022-11-23T02:55:11.9774032Z ] 2022-11-23T02:55:11.9774591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9775056Z with 2022-11-23T02:55:11.9775270Z [ 2022-11-23T02:55:11.9775497Z T=std::tuple 2022-11-23T02:55:11.9775715Z ] 2022-11-23T02:55:11.9776231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9776967Z 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:55:11.9777679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9778098Z with 2022-11-23T02:55:11.9778253Z [ 2022-11-23T02:55:11.9778479Z T=std::tuple 2022-11-23T02:55:11.9778701Z ] 2022-11-23T02:55:11.9779118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9779505Z with 2022-11-23T02:55:11.9779677Z [ 2022-11-23T02:55:11.9779861Z T=torch::jit::SourceRange 2022-11-23T02:55:11.9780064Z ] 2022-11-23T02:55:11.9780504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9780903Z with 2022-11-23T02:55:11.9781077Z [ 2022-11-23T02:55:11.9781317Z T=torch::jit::SourceRange 2022-11-23T02:55:11.9781517Z ] 2022-11-23T02:55:11.9782036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9782474Z with 2022-11-23T02:55:11.9782701Z [ 2022-11-23T02:55:11.9782899Z T=torch::jit::SourceRange 2022-11-23T02:55:11.9783079Z ] 2022-11-23T02:55:11.9783571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9784034Z with 2022-11-23T02:55:11.9784198Z [ 2022-11-23T02:55:11.9784401Z T=torch::jit::SourceRange 2022-11-23T02:55:11.9784588Z ] 2022-11-23T02:55:11.9785014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9785724Z 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:55:11.9786425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9786834Z with 2022-11-23T02:55:11.9787000Z [ 2022-11-23T02:55:11.9787237Z T=torch::jit::SourceRange 2022-11-23T02:55:11.9787462Z ] 2022-11-23T02:55:11.9787867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9788284Z with 2022-11-23T02:55:11.9788437Z [ 2022-11-23T02:55:11.9788643Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:11.9788846Z ] 2022-11-23T02:55:11.9789261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9789633Z with 2022-11-23T02:55:11.9789781Z [ 2022-11-23T02:55:11.9789981Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:11.9790178Z ] 2022-11-23T02:55:11.9790629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9791049Z with 2022-11-23T02:55:11.9791191Z [ 2022-11-23T02:55:11.9791399Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:11.9791599Z ] 2022-11-23T02:55:11.9792083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9792536Z with 2022-11-23T02:55:11.9792694Z [ 2022-11-23T02:55:11.9792891Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:11.9793092Z ] 2022-11-23T02:55:11.9793548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9794370Z 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:55:11.9795071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9795532Z with 2022-11-23T02:55:11.9795695Z [ 2022-11-23T02:55:11.9795894Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:11.9796100Z ] 2022-11-23T02:55:11.9796507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9796935Z with 2022-11-23T02:55:11.9797103Z [ 2022-11-23T02:55:11.9797310Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:11.9797493Z ] 2022-11-23T02:55:11.9797911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9798298Z with 2022-11-23T02:55:11.9798454Z [ 2022-11-23T02:55:11.9798653Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:11.9798846Z ] 2022-11-23T02:55:11.9799284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9799699Z with 2022-11-23T02:55:11.9799913Z [ 2022-11-23T02:55:11.9800110Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:11.9800360Z ] 2022-11-23T02:55:11.9800906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9801343Z with 2022-11-23T02:55:11.9801499Z [ 2022-11-23T02:55:11.9801704Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:11.9801901Z ] 2022-11-23T02:55:11.9802347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9803059Z 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:55:11.9803743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9804133Z with 2022-11-23T02:55:11.9804292Z [ 2022-11-23T02:55:11.9804494Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:11.9804694Z ] 2022-11-23T02:55:11.9805095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9805469Z with 2022-11-23T02:55:11.9805619Z [ 2022-11-23T02:55:11.9805804Z T=torch::jit::ScopePtr 2022-11-23T02:55:11.9805990Z ] 2022-11-23T02:55:11.9806462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9806903Z with 2022-11-23T02:55:11.9807061Z [ 2022-11-23T02:55:11.9807232Z T=torch::jit::ScopePtr 2022-11-23T02:55:11.9807415Z ] 2022-11-23T02:55:11.9807869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9808291Z with 2022-11-23T02:55:11.9808446Z [ 2022-11-23T02:55:11.9809130Z T=torch::jit::ScopePtr 2022-11-23T02:55:11.9809316Z ] 2022-11-23T02:55:11.9809803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9810254Z with 2022-11-23T02:55:11.9810418Z [ 2022-11-23T02:55:11.9810607Z T=torch::jit::ScopePtr 2022-11-23T02:55:11.9810781Z ] 2022-11-23T02:55:11.9811218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9811899Z 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:55:11.9812746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9813220Z with 2022-11-23T02:55:11.9813384Z [ 2022-11-23T02:55:11.9813576Z T=torch::jit::ScopePtr 2022-11-23T02:55:11.9813810Z ] 2022-11-23T02:55:11.9814222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9814600Z with 2022-11-23T02:55:11.9814761Z [ 2022-11-23T02:55:11.9814952Z T=at::ThreadLocalState 2022-11-23T02:55:11.9815146Z ] 2022-11-23T02:55:11.9815558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9815951Z with 2022-11-23T02:55:11.9816113Z [ 2022-11-23T02:55:11.9816303Z T=at::ThreadLocalState 2022-11-23T02:55:11.9816488Z ] 2022-11-23T02:55:11.9816951Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9817357Z with 2022-11-23T02:55:11.9817519Z [ 2022-11-23T02:55:11.9817714Z T=at::ThreadLocalState 2022-11-23T02:55:11.9817901Z ] 2022-11-23T02:55:11.9818451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9818931Z with 2022-11-23T02:55:11.9819089Z [ 2022-11-23T02:55:11.9819277Z T=at::ThreadLocalState 2022-11-23T02:55:11.9819464Z ] 2022-11-23T02:55:11.9819905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9820606Z 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:55:11.9821312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9821719Z with 2022-11-23T02:55:11.9821867Z [ 2022-11-23T02:55:11.9822060Z T=at::ThreadLocalState 2022-11-23T02:55:11.9822318Z ] 2022-11-23T02:55:11.9822721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9823101Z with 2022-11-23T02:55:11.9823266Z [ 2022-11-23T02:55:11.9823464Z T=std::shared_ptr 2022-11-23T02:55:11.9823670Z ] 2022-11-23T02:55:11.9824089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9824536Z with 2022-11-23T02:55:11.9824700Z [ 2022-11-23T02:55:11.9824895Z T=std::shared_ptr 2022-11-23T02:55:11.9825152Z ] 2022-11-23T02:55:11.9825610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9826037Z with 2022-11-23T02:55:11.9826205Z [ 2022-11-23T02:55:11.9826413Z T=std::shared_ptr 2022-11-23T02:55:11.9826600Z ] 2022-11-23T02:55:11.9827140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9827594Z with 2022-11-23T02:55:11.9827753Z [ 2022-11-23T02:55:11.9827959Z T=std::shared_ptr 2022-11-23T02:55:11.9828158Z ] 2022-11-23T02:55:11.9828593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9829288Z 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:55:11.9830004Z 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:55:11.9830778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9831189Z with 2022-11-23T02:55:11.9831405Z [ 2022-11-23T02:55:11.9831619Z T=std::shared_ptr 2022-11-23T02:55:11.9831824Z ] 2022-11-23T02:55:11.9832215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9832593Z with 2022-11-23T02:55:11.9832754Z [ 2022-11-23T02:55:11.9832953Z T=torch::jit::GraphExecutor 2022-11-23T02:55:11.9833151Z ] 2022-11-23T02:55:11.9833574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9833952Z with 2022-11-23T02:55:11.9834116Z [ 2022-11-23T02:55:11.9834314Z T=torch::jit::GraphExecutor 2022-11-23T02:55:11.9834507Z ] 2022-11-23T02:55:11.9834966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9835447Z with 2022-11-23T02:55:11.9835595Z [ 2022-11-23T02:55:11.9835793Z T=torch::jit::GraphExecutor 2022-11-23T02:55:11.9835985Z ] 2022-11-23T02:55:11.9836477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9836979Z with 2022-11-23T02:55:11.9837145Z [ 2022-11-23T02:55:11.9837328Z T=torch::jit::GraphExecutor 2022-11-23T02:55:11.9837581Z ] 2022-11-23T02:55:11.9838026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9838714Z 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:55:11.9839473Z 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:55:11.9840187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9840595Z with 2022-11-23T02:55:11.9840753Z [ 2022-11-23T02:55:11.9840937Z T=torch::jit::GraphExecutor 2022-11-23T02:55:11.9841129Z ] 2022-11-23T02:55:11.9841534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9841912Z with 2022-11-23T02:55:11.9842074Z [ 2022-11-23T02:55:11.9842261Z T=torch::jit::Method 2022-11-23T02:55:11.9842434Z ] 2022-11-23T02:55:11.9842911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9843304Z with 2022-11-23T02:55:11.9843475Z [ 2022-11-23T02:55:11.9843717Z T=torch::jit::Method 2022-11-23T02:55:11.9843884Z ] 2022-11-23T02:55:11.9844345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9844764Z with 2022-11-23T02:55:11.9844926Z [ 2022-11-23T02:55:11.9845110Z T=torch::jit::Method 2022-11-23T02:55:11.9845290Z ] 2022-11-23T02:55:11.9845764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9846218Z with 2022-11-23T02:55:11.9846383Z [ 2022-11-23T02:55:11.9846568Z T=torch::jit::Method 2022-11-23T02:55:11.9846751Z ] 2022-11-23T02:55:11.9847182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9847853Z 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:55:11.9848581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9848987Z with 2022-11-23T02:55:11.9849211Z [ 2022-11-23T02:55:11.9849406Z T=torch::jit::Method 2022-11-23T02:55:11.9849595Z ] 2022-11-23T02:55:11.9850056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9850422Z with 2022-11-23T02:55:11.9850587Z [ 2022-11-23T02:55:11.9850824Z T=std::vector> 2022-11-23T02:55:11.9851047Z ] 2022-11-23T02:55:11.9851467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9851859Z with 2022-11-23T02:55:11.9852007Z [ 2022-11-23T02:55:11.9852323Z T=std::vector> 2022-11-23T02:55:11.9852547Z ] 2022-11-23T02:55:11.9853074Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9853495Z with 2022-11-23T02:55:11.9853657Z [ 2022-11-23T02:55:11.9853878Z T=std::vector> 2022-11-23T02:55:11.9854100Z ] 2022-11-23T02:55:11.9854590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9855046Z with 2022-11-23T02:55:11.9855209Z [ 2022-11-23T02:55:11.9855507Z T=std::vector> 2022-11-23T02:55:11.9855717Z ] 2022-11-23T02:55:11.9856245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9856985Z 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:55:11.9857697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9858103Z with 2022-11-23T02:55:11.9858270Z [ 2022-11-23T02:55:11.9858506Z T=std::vector> 2022-11-23T02:55:11.9858726Z ] 2022-11-23T02:55:11.9859024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9859092Z with 2022-11-23T02:55:11.9859156Z [ 2022-11-23T02:55:11.9859323Z T=std::function 2022-11-23T02:55:11.9859388Z ] 2022-11-23T02:55:11.9859715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9859844Z with 2022-11-23T02:55:11.9859907Z [ 2022-11-23T02:55:11.9860078Z T=std::function 2022-11-23T02:55:11.9860141Z ] 2022-11-23T02:55:11.9860508Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9860574Z with 2022-11-23T02:55:11.9860639Z [ 2022-11-23T02:55:11.9860807Z T=std::function 2022-11-23T02:55:11.9860870Z ] 2022-11-23T02:55:11.9861329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9861400Z with 2022-11-23T02:55:11.9861449Z [ 2022-11-23T02:55:11.9861616Z T=std::function 2022-11-23T02:55:11.9861683Z ] 2022-11-23T02:55:11.9862188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9862657Z 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:55:11.9863009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9863082Z with 2022-11-23T02:55:11.9863148Z [ 2022-11-23T02:55:11.9863315Z T=std::function 2022-11-23T02:55:11.9863381Z ] 2022-11-23T02:55:11.9863697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9863766Z with 2022-11-23T02:55:11.9863831Z [ 2022-11-23T02:55:11.9864027Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:11.9864092Z ] 2022-11-23T02:55:11.9864419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9864489Z with 2022-11-23T02:55:11.9864550Z [ 2022-11-23T02:55:11.9864741Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:11.9864805Z ] 2022-11-23T02:55:11.9865181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9865234Z with 2022-11-23T02:55:11.9865297Z [ 2022-11-23T02:55:11.9865486Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:11.9865549Z ] 2022-11-23T02:55:11.9865938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9866061Z with 2022-11-23T02:55:11.9866123Z [ 2022-11-23T02:55:11.9866312Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:11.9866379Z ] 2022-11-23T02:55:11.9866805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:11.9867263Z 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:55:11.9867607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9867677Z with 2022-11-23T02:55:11.9867742Z [ 2022-11-23T02:55:11.9867930Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:11.9867994Z ] 2022-11-23T02:55:11.9869095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9869183Z with 2022-11-23T02:55:11.9869249Z [ 2022-11-23T02:55:11.9869386Z T=std::vector> 2022-11-23T02:55:11.9869436Z ] 2022-11-23T02:55:11.9869763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9869834Z with 2022-11-23T02:55:11.9869901Z [ 2022-11-23T02:55:11.9870036Z T=std::vector> 2022-11-23T02:55:11.9870104Z ] 2022-11-23T02:55:11.9870473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9870540Z with 2022-11-23T02:55:11.9870609Z [ 2022-11-23T02:55:11.9870737Z T=std::vector> 2022-11-23T02:55:11.9870803Z ] 2022-11-23T02:55:11.9871194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9871261Z with 2022-11-23T02:55:11.9871325Z [ 2022-11-23T02:55:11.9871451Z T=std::vector> 2022-11-23T02:55:11.9871517Z ] 2022-11-23T02:55:11.9871859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9871927Z with 2022-11-23T02:55:11.9871991Z [ 2022-11-23T02:55:11.9872065Z T=double 2022-11-23T02:55:11.9872130Z ] 2022-11-23T02:55:11.9872522Z 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:55:11.9872591Z with 2022-11-23T02:55:11.9872656Z [ 2022-11-23T02:55:11.9872728Z T=double 2022-11-23T02:55:11.9872793Z ] 2022-11-23T02:55:11.9873133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9873259Z with 2022-11-23T02:55:11.9873322Z [ 2022-11-23T02:55:11.9873453Z T=std::vector> 2022-11-23T02:55:11.9873517Z ] 2022-11-23T02:55:11.9873817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9873886Z with 2022-11-23T02:55:11.9873950Z [ 2022-11-23T02:55:11.9874067Z T=std::tuple 2022-11-23T02:55:11.9874132Z ] 2022-11-23T02:55:11.9874509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9874582Z with 2022-11-23T02:55:11.9874645Z [ 2022-11-23T02:55:11.9874759Z T=std::tuple 2022-11-23T02:55:11.9874822Z ] 2022-11-23T02:55:11.9875288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9875358Z with 2022-11-23T02:55:11.9875421Z [ 2022-11-23T02:55:11.9875534Z T=std::tuple 2022-11-23T02:55:11.9875597Z ] 2022-11-23T02:55:11.9875985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9876039Z with 2022-11-23T02:55:11.9876104Z [ 2022-11-23T02:55:11.9876216Z T=std::tuple 2022-11-23T02:55:11.9876279Z ] 2022-11-23T02:55:11.9876631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:11.9877021Z 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:55:11.9877371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9877439Z with 2022-11-23T02:55:11.9877505Z [ 2022-11-23T02:55:11.9877622Z T=std::tuple 2022-11-23T02:55:11.9877686Z ] 2022-11-23T02:55:11.9877994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9878064Z with 2022-11-23T02:55:11.9878129Z [ 2022-11-23T02:55:11.9878271Z T=std::vector> 2022-11-23T02:55:11.9878335Z ] 2022-11-23T02:55:11.9878657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:11.9878724Z with 2022-11-23T02:55:11.9878775Z [ 2022-11-23T02:55:11.9878913Z T=std::vector> 2022-11-23T02:55:11.9878978Z ] 2022-11-23T02:55:11.9879345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:11.9879459Z with 2022-11-23T02:55:11.9879523Z [ 2022-11-23T02:55:11.9879659Z T=std::vector> 2022-11-23T02:55:11.9879722Z ] 2022-11-23T02:55:11.9880116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:11.9880185Z with 2022-11-23T02:55:11.9880249Z [ 2022-11-23T02:55:11.9880384Z T=std::vector> 2022-11-23T02:55:11.9880450Z ] 2022-11-23T02:55:11.9880877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:11.9881386Z 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:55:11.9881734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:11.9881803Z with 2022-11-23T02:55:11.9881868Z [ 2022-11-23T02:55:11.9882001Z T=std::vector> 2022-11-23T02:55:11.9882051Z ] 2022-11-23T02:55:11.9883579Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:55:12.1999188Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:55:12.2146475Z Generating code 2022-11-23T02:55:13.7213152Z Finished generating code 2022-11-23T02:55:13.9532916Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:55:13.9605923Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:55:13.9610695Z Compiling objects... 2022-11-23T02:55:13.9611128Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:55:26.7694044Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\ort_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:55:26.7697689Z 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:55:26.7699095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7699667Z with 2022-11-23T02:55:26.7699892Z [ 2022-11-23T02:55:26.7700144Z T=c10::SymInt 2022-11-23T02:55:26.7700394Z ] 2022-11-23T02:55:26.7700965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7701497Z with 2022-11-23T02:55:26.7701732Z [ 2022-11-23T02:55:26.7701954Z T=c10::SymInt 2022-11-23T02:55:26.7702195Z ] 2022-11-23T02:55:26.7702824Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7703400Z with 2022-11-23T02:55:26.7703673Z [ 2022-11-23T02:55:26.7703917Z T=c10::SymInt 2022-11-23T02:55:26.7704173Z ] 2022-11-23T02:55:26.7704847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7705435Z with 2022-11-23T02:55:26.7705671Z [ 2022-11-23T02:55:26.7705907Z T=c10::SymInt 2022-11-23T02:55:26.7706150Z ] 2022-11-23T02:55:26.7706709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7707570Z 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:55:26.7708442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7708975Z with 2022-11-23T02:55:26.7709205Z [ 2022-11-23T02:55:26.7709438Z T=c10::SymInt 2022-11-23T02:55:26.7709927Z ] 2022-11-23T02:55:26.7710458Z 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:55:26.7711285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7711668Z with 2022-11-23T02:55:26.7711835Z [ 2022-11-23T02:55:26.7712016Z T=at::Generator 2022-11-23T02:55:26.7712196Z ] 2022-11-23T02:55:26.7712607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7713000Z with 2022-11-23T02:55:26.7713163Z [ 2022-11-23T02:55:26.7713340Z T=at::Generator 2022-11-23T02:55:26.7713518Z ] 2022-11-23T02:55:26.7713983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7714399Z with 2022-11-23T02:55:26.7714565Z [ 2022-11-23T02:55:26.7714838Z T=at::Generator 2022-11-23T02:55:26.7715021Z ] 2022-11-23T02:55:26.7715515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7715977Z with 2022-11-23T02:55:26.7716131Z [ 2022-11-23T02:55:26.7716321Z T=at::Generator 2022-11-23T02:55:26.7716506Z ] 2022-11-23T02:55:26.7716940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7717610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:55:26.7718292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7718699Z with 2022-11-23T02:55:26.7718854Z [ 2022-11-23T02:55:26.7719035Z T=at::Generator 2022-11-23T02:55:26.7719219Z ] 2022-11-23T02:55:26.7719628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7720015Z with 2022-11-23T02:55:26.7720178Z [ 2022-11-23T02:55:26.7720347Z T=at::TensorBase 2022-11-23T02:55:26.7720529Z ] 2022-11-23T02:55:26.7721008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7721412Z with 2022-11-23T02:55:26.7721621Z [ 2022-11-23T02:55:26.7721789Z T=at::TensorBase 2022-11-23T02:55:26.7721978Z ] 2022-11-23T02:55:26.7722452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7722896Z with 2022-11-23T02:55:26.7723065Z [ 2022-11-23T02:55:26.7723256Z T=at::TensorBase 2022-11-23T02:55:26.7723511Z ] 2022-11-23T02:55:26.7724027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7724503Z with 2022-11-23T02:55:26.7724683Z [ 2022-11-23T02:55:26.7724870Z T=at::TensorBase 2022-11-23T02:55:26.7725056Z ] 2022-11-23T02:55:26.7725482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7726158Z 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:55:26.7726848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7727255Z with 2022-11-23T02:55:26.7727422Z [ 2022-11-23T02:55:26.7727605Z T=at::TensorBase 2022-11-23T02:55:26.7727787Z ] 2022-11-23T02:55:26.7728264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7728662Z with 2022-11-23T02:55:26.7728841Z [ 2022-11-23T02:55:26.7729035Z T=at::Tensor 2022-11-23T02:55:26.7729216Z ] 2022-11-23T02:55:26.7729632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7730033Z with 2022-11-23T02:55:26.7730202Z [ 2022-11-23T02:55:26.7730379Z T=at::Tensor 2022-11-23T02:55:26.7730551Z ] 2022-11-23T02:55:26.7731016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7731448Z with 2022-11-23T02:55:26.7731600Z [ 2022-11-23T02:55:26.7731776Z T=at::Tensor 2022-11-23T02:55:26.7731948Z ] 2022-11-23T02:55:26.7732542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7733004Z with 2022-11-23T02:55:26.7733155Z [ 2022-11-23T02:55:26.7733335Z T=at::Tensor 2022-11-23T02:55:26.7733516Z ] 2022-11-23T02:55:26.7733941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7734606Z 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:55:26.7735301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7735724Z with 2022-11-23T02:55:26.7735878Z [ 2022-11-23T02:55:26.7736060Z T=at::Tensor 2022-11-23T02:55:26.7736236Z ] 2022-11-23T02:55:26.7736638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7737149Z with 2022-11-23T02:55:26.7737317Z [ 2022-11-23T02:55:26.7737483Z T=c10::Scalar 2022-11-23T02:55:26.7737703Z ] 2022-11-23T02:55:26.7738136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7738526Z with 2022-11-23T02:55:26.7738691Z [ 2022-11-23T02:55:26.7738852Z T=c10::Scalar 2022-11-23T02:55:26.7739026Z ] 2022-11-23T02:55:26.7739490Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7739925Z with 2022-11-23T02:55:26.7740093Z [ 2022-11-23T02:55:26.7740269Z T=c10::Scalar 2022-11-23T02:55:26.7740430Z ] 2022-11-23T02:55:26.7740927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7741382Z with 2022-11-23T02:55:26.7741608Z [ 2022-11-23T02:55:26.7741785Z T=c10::Scalar 2022-11-23T02:55:26.7741958Z ] 2022-11-23T02:55:26.7742365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7743023Z 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:55:26.7743706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7744116Z with 2022-11-23T02:55:26.7744284Z [ 2022-11-23T02:55:26.7744466Z T=c10::Scalar 2022-11-23T02:55:26.7744642Z ] 2022-11-23T02:55:26.7745036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7745413Z with 2022-11-23T02:55:26.7745577Z [ 2022-11-23T02:55:26.7745754Z T=std::string 2022-11-23T02:55:26.7745934Z ] 2022-11-23T02:55:26.7746341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7746741Z with 2022-11-23T02:55:26.7746913Z [ 2022-11-23T02:55:26.7747092Z T=std::string 2022-11-23T02:55:26.7747271Z ] 2022-11-23T02:55:26.7747740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7748160Z with 2022-11-23T02:55:26.7748313Z [ 2022-11-23T02:55:26.7748490Z T=std::string 2022-11-23T02:55:26.7748667Z ] 2022-11-23T02:55:26.7749161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7749612Z with 2022-11-23T02:55:26.7749762Z [ 2022-11-23T02:55:26.7749999Z T=std::string 2022-11-23T02:55:26.7750182Z ] 2022-11-23T02:55:26.7750623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7751294Z 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:55:26.7751976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7752391Z with 2022-11-23T02:55:26.7752547Z [ 2022-11-23T02:55:26.7752724Z T=std::string 2022-11-23T02:55:26.7752902Z ] 2022-11-23T02:55:26.7753310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7753691Z with 2022-11-23T02:55:26.7753858Z [ 2022-11-23T02:55:26.7754035Z T=c10::QualifiedName 2022-11-23T02:55:26.7754230Z ] 2022-11-23T02:55:26.7754707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7755094Z with 2022-11-23T02:55:26.7755258Z [ 2022-11-23T02:55:26.7755429Z T=c10::QualifiedName 2022-11-23T02:55:26.7755617Z ] 2022-11-23T02:55:26.7756078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7756511Z with 2022-11-23T02:55:26.7756676Z [ 2022-11-23T02:55:26.7756870Z T=c10::QualifiedName 2022-11-23T02:55:26.7757039Z ] 2022-11-23T02:55:26.7757528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7757976Z with 2022-11-23T02:55:26.7758141Z [ 2022-11-23T02:55:26.7758367Z T=c10::QualifiedName 2022-11-23T02:55:26.7758599Z ] 2022-11-23T02:55:26.7759043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7759768Z 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:55:26.7760505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7760961Z with 2022-11-23T02:55:26.7761173Z [ 2022-11-23T02:55:26.7761399Z T=c10::QualifiedName 2022-11-23T02:55:26.7761632Z ] 2022-11-23T02:55:26.7762047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7762470Z with 2022-11-23T02:55:26.7762673Z [ 2022-11-23T02:55:26.7762947Z T=std::shared_ptr 2022-11-23T02:55:26.7763211Z ] 2022-11-23T02:55:26.7763743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7764144Z with 2022-11-23T02:55:26.7764359Z [ 2022-11-23T02:55:26.7764652Z T=std::shared_ptr 2022-11-23T02:55:26.7764924Z ] 2022-11-23T02:55:26.7765447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7765921Z with 2022-11-23T02:55:26.7766092Z [ 2022-11-23T02:55:26.7766372Z T=std::shared_ptr 2022-11-23T02:55:26.7766626Z ] 2022-11-23T02:55:26.7767158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7767647Z with 2022-11-23T02:55:26.7767854Z [ 2022-11-23T02:55:26.7778999Z T=std::shared_ptr 2022-11-23T02:55:26.7779250Z ] 2022-11-23T02:55:26.7779916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7780673Z 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:55:26.7781381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7781802Z with 2022-11-23T02:55:26.7781973Z [ 2022-11-23T02:55:26.7782211Z T=std::shared_ptr 2022-11-23T02:55:26.7782418Z ] 2022-11-23T02:55:26.7782834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7783214Z with 2022-11-23T02:55:26.7783382Z [ 2022-11-23T02:55:26.7783608Z T=std::weak_ptr 2022-11-23T02:55:26.7783806Z ] 2022-11-23T02:55:26.7784237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7784633Z with 2022-11-23T02:55:26.7784802Z [ 2022-11-23T02:55:26.7785028Z T=std::weak_ptr 2022-11-23T02:55:26.7785241Z ] 2022-11-23T02:55:26.7785688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7786118Z with 2022-11-23T02:55:26.7786280Z [ 2022-11-23T02:55:26.7786507Z T=std::weak_ptr 2022-11-23T02:55:26.7786720Z ] 2022-11-23T02:55:26.7787208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7787665Z with 2022-11-23T02:55:26.7787814Z [ 2022-11-23T02:55:26.7788115Z T=std::weak_ptr 2022-11-23T02:55:26.7788332Z ] 2022-11-23T02:55:26.7788798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7789522Z 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:55:26.7790229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7790635Z with 2022-11-23T02:55:26.7790786Z [ 2022-11-23T02:55:26.7791016Z T=std::weak_ptr 2022-11-23T02:55:26.7791235Z ] 2022-11-23T02:55:26.7791646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7792020Z with 2022-11-23T02:55:26.7792184Z [ 2022-11-23T02:55:26.7792467Z T=std::vector> 2022-11-23T02:55:26.7792709Z ] 2022-11-23T02:55:26.7793130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7793520Z with 2022-11-23T02:55:26.7793684Z [ 2022-11-23T02:55:26.7793941Z T=std::vector> 2022-11-23T02:55:26.7794168Z ] 2022-11-23T02:55:26.7794630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7795057Z with 2022-11-23T02:55:26.7795224Z [ 2022-11-23T02:55:26.7795474Z T=std::vector> 2022-11-23T02:55:26.7795714Z ] 2022-11-23T02:55:26.7796187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7796637Z with 2022-11-23T02:55:26.7796801Z [ 2022-11-23T02:55:26.7797056Z T=std::vector> 2022-11-23T02:55:26.7797295Z ] 2022-11-23T02:55:26.7797779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.7798554Z 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:55:26.7799273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7799671Z with 2022-11-23T02:55:26.7799840Z [ 2022-11-23T02:55:26.7800096Z T=std::vector> 2022-11-23T02:55:26.7800737Z ] 2022-11-23T02:55:26.7801147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7801579Z with 2022-11-23T02:55:26.7801731Z [ 2022-11-23T02:55:26.7801954Z T=std::vector> 2022-11-23T02:55:26.7802165Z ] 2022-11-23T02:55:26.7802591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7802986Z with 2022-11-23T02:55:26.7803235Z [ 2022-11-23T02:55:26.7803440Z T=std::vector> 2022-11-23T02:55:26.7803651Z ] 2022-11-23T02:55:26.7804115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7804544Z with 2022-11-23T02:55:26.7804709Z [ 2022-11-23T02:55:26.7804927Z T=std::vector> 2022-11-23T02:55:26.7805121Z ] 2022-11-23T02:55:26.7805672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7806127Z with 2022-11-23T02:55:26.7806294Z [ 2022-11-23T02:55:26.7806515Z T=std::vector> 2022-11-23T02:55:26.7806727Z ] 2022-11-23T02:55:26.7807164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.7807889Z 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:55:26.7808590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7809009Z with 2022-11-23T02:55:26.7809180Z [ 2022-11-23T02:55:26.7809399Z T=std::vector> 2022-11-23T02:55:26.7809609Z ] 2022-11-23T02:55:26.7810000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7810381Z with 2022-11-23T02:55:26.7810550Z [ 2022-11-23T02:55:26.7810819Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7811071Z ] 2022-11-23T02:55:26.7811500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7811876Z with 2022-11-23T02:55:26.7812041Z [ 2022-11-23T02:55:26.7812309Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7812660Z ] 2022-11-23T02:55:26.7813127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7813558Z with 2022-11-23T02:55:26.7813709Z [ 2022-11-23T02:55:26.7813978Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7814863Z ] 2022-11-23T02:55:26.7815360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7815812Z with 2022-11-23T02:55:26.7815982Z [ 2022-11-23T02:55:26.7816254Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7816491Z ] 2022-11-23T02:55:26.7816991Z C:\actions-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:55:26.7817780Z 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:55:26.7818498Z 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:55:26.7819226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7819642Z with 2022-11-23T02:55:26.7819812Z [ 2022-11-23T02:55:26.7820082Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7820317Z ] 2022-11-23T02:55:26.7820727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7821108Z with 2022-11-23T02:55:26.7821274Z [ 2022-11-23T02:55:26.7821535Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7821778Z ] 2022-11-23T02:55:26.7822190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7822586Z with 2022-11-23T02:55:26.7822749Z [ 2022-11-23T02:55:26.7823008Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7823251Z ] 2022-11-23T02:55:26.7823710Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7824140Z with 2022-11-23T02:55:26.7824291Z [ 2022-11-23T02:55:26.7824547Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7824789Z ] 2022-11-23T02:55:26.7825354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7825857Z with 2022-11-23T02:55:26.7826024Z [ 2022-11-23T02:55:26.7826270Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7826511Z ] 2022-11-23T02:55:26.7826998Z C:\actions-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:55:26.7827830Z 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:55:26.7828537Z 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:55:26.7829206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7829620Z with 2022-11-23T02:55:26.7829791Z [ 2022-11-23T02:55:26.7830037Z T=std::vector,std::allocator>> 2022-11-23T02:55:26.7830282Z ] 2022-11-23T02:55:26.7830689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7831071Z with 2022-11-23T02:55:26.7831287Z [ 2022-11-23T02:55:26.7831575Z T=std::vector> 2022-11-23T02:55:26.7831775Z ] 2022-11-23T02:55:26.7832250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7832650Z with 2022-11-23T02:55:26.7832816Z [ 2022-11-23T02:55:26.7833042Z T=std::vector> 2022-11-23T02:55:26.7833253Z ] 2022-11-23T02:55:26.7833702Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7834134Z with 2022-11-23T02:55:26.7834298Z [ 2022-11-23T02:55:26.7834521Z T=std::vector> 2022-11-23T02:55:26.7834731Z ] 2022-11-23T02:55:26.7835219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7835667Z with 2022-11-23T02:55:26.7835819Z [ 2022-11-23T02:55:26.7836044Z T=std::vector> 2022-11-23T02:55:26.7836254Z ] 2022-11-23T02:55:26.7836713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.7837435Z 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:55:26.7838216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7838632Z with 2022-11-23T02:55:26.7838783Z [ 2022-11-23T02:55:26.7839009Z T=std::vector> 2022-11-23T02:55:26.7839223Z ] 2022-11-23T02:55:26.7839628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7840067Z with 2022-11-23T02:55:26.7840235Z [ 2022-11-23T02:55:26.7840472Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:26.7840714Z ] 2022-11-23T02:55:26.7841141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7841537Z with 2022-11-23T02:55:26.7841702Z [ 2022-11-23T02:55:26.7841937Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:26.7842184Z ] 2022-11-23T02:55:26.7842935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7843374Z with 2022-11-23T02:55:26.7843538Z [ 2022-11-23T02:55:26.7843844Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:26.7844069Z ] 2022-11-23T02:55:26.7844636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7845135Z with 2022-11-23T02:55:26.7845301Z [ 2022-11-23T02:55:26.7845554Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:26.7845793Z ] 2022-11-23T02:55:26.7846275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7847104Z 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:55:26.7847873Z 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:55:26.7848600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7849010Z with 2022-11-23T02:55:26.7849177Z [ 2022-11-23T02:55:26.7849431Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:26.7849671Z ] 2022-11-23T02:55:26.7850090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7850492Z with 2022-11-23T02:55:26.7850659Z [ 2022-11-23T02:55:26.7850961Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:26.7851203Z ] 2022-11-23T02:55:26.7851634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7852025Z with 2022-11-23T02:55:26.7852174Z [ 2022-11-23T02:55:26.7852514Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:26.7852753Z ] 2022-11-23T02:55:26.7853222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7853720Z with 2022-11-23T02:55:26.7853886Z [ 2022-11-23T02:55:26.7854124Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:26.7854364Z ] 2022-11-23T02:55:26.7854855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7855309Z with 2022-11-23T02:55:26.7855474Z [ 2022-11-23T02:55:26.7855724Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:26.7855947Z ] 2022-11-23T02:55:26.7856482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7857315Z 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:55:26.7858150Z 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:55:26.7858888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7859304Z with 2022-11-23T02:55:26.7859472Z [ 2022-11-23T02:55:26.7859724Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:26.7859966Z ] 2022-11-23T02:55:26.7860360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7860736Z with 2022-11-23T02:55:26.7860906Z [ 2022-11-23T02:55:26.7861112Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7861313Z ] 2022-11-23T02:55:26.7861721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7862114Z with 2022-11-23T02:55:26.7862324Z [ 2022-11-23T02:55:26.7862529Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7862729Z ] 2022-11-23T02:55:26.7863235Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7863660Z with 2022-11-23T02:55:26.7863813Z [ 2022-11-23T02:55:26.7864013Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7864214Z ] 2022-11-23T02:55:26.7864712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7865164Z with 2022-11-23T02:55:26.7865312Z [ 2022-11-23T02:55:26.7865514Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7865710Z ] 2022-11-23T02:55:26.7866161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7866911Z 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:55:26.7867315Z with 2022-11-23T02:55:26.7867483Z [ 2022-11-23T02:55:26.7867672Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7867871Z ] 2022-11-23T02:55:26.7868397Z 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:55:26.7869166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7869583Z with 2022-11-23T02:55:26.7869750Z [ 2022-11-23T02:55:26.7869942Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:26.7870217Z ] 2022-11-23T02:55:26.7870628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7871062Z with 2022-11-23T02:55:26.7871237Z [ 2022-11-23T02:55:26.7871530Z T=std::vector> 2022-11-23T02:55:26.7871785Z ] 2022-11-23T02:55:26.7872212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7872599Z with 2022-11-23T02:55:26.7872764Z [ 2022-11-23T02:55:26.7873055Z T=std::vector> 2022-11-23T02:55:26.7873326Z ] 2022-11-23T02:55:26.7873789Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7874197Z with 2022-11-23T02:55:26.7874418Z [ 2022-11-23T02:55:26.7874706Z T=std::vector> 2022-11-23T02:55:26.7875016Z ] 2022-11-23T02:55:26.7875503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7875957Z with 2022-11-23T02:55:26.7876110Z [ 2022-11-23T02:55:26.7876398Z T=std::vector> 2022-11-23T02:55:26.7876667Z ] 2022-11-23T02:55:26.7877186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.7878021Z 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:55:26.7878775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7879245Z with 2022-11-23T02:55:26.7879413Z [ 2022-11-23T02:55:26.7879690Z T=std::vector> 2022-11-23T02:55:26.7879964Z ] 2022-11-23T02:55:26.7880429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7880803Z with 2022-11-23T02:55:26.7881015Z [ 2022-11-23T02:55:26.7881219Z T=torch::autograd::ViewInfo 2022-11-23T02:55:26.7881400Z ] 2022-11-23T02:55:26.7881827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7882215Z with 2022-11-23T02:55:26.7882379Z [ 2022-11-23T02:55:26.7882579Z T=torch::autograd::ViewInfo 2022-11-23T02:55:26.7882771Z ] 2022-11-23T02:55:26.7883217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7883633Z with 2022-11-23T02:55:26.7884321Z [ 2022-11-23T02:55:26.7884538Z T=torch::autograd::ViewInfo 2022-11-23T02:55:26.7884732Z ] 2022-11-23T02:55:26.7885228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7885663Z with 2022-11-23T02:55:26.7885830Z [ 2022-11-23T02:55:26.7886038Z T=torch::autograd::ViewInfo 2022-11-23T02:55:26.7886339Z ] 2022-11-23T02:55:26.7887150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7888271Z 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:55:26.7889104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7889499Z with 2022-11-23T02:55:26.7889668Z [ 2022-11-23T02:55:26.7889868Z T=torch::autograd::ViewInfo 2022-11-23T02:55:26.7890064Z ] 2022-11-23T02:55:26.7890478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7890863Z with 2022-11-23T02:55:26.7891016Z [ 2022-11-23T02:55:26.7891194Z T=c10::IValue 2022-11-23T02:55:26.7891373Z ] 2022-11-23T02:55:26.7891798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7892192Z with 2022-11-23T02:55:26.7892358Z [ 2022-11-23T02:55:26.7892677Z T=c10::IValue 2022-11-23T02:55:26.7892861Z ] 2022-11-23T02:55:26.7893367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7893907Z with 2022-11-23T02:55:26.7894071Z [ 2022-11-23T02:55:26.7894236Z T=c10::IValue 2022-11-23T02:55:26.7894414Z ] 2022-11-23T02:55:26.7894905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7895355Z with 2022-11-23T02:55:26.7895520Z [ 2022-11-23T02:55:26.7895694Z T=c10::IValue 2022-11-23T02:55:26.7895857Z ] 2022-11-23T02:55:26.7896287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7896950Z 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:55:26.7897635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7898048Z with 2022-11-23T02:55:26.7898220Z [ 2022-11-23T02:55:26.7898454Z T=c10::IValue 2022-11-23T02:55:26.7898618Z ] 2022-11-23T02:55:26.7899070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7899493Z with 2022-11-23T02:55:26.7899663Z [ 2022-11-23T02:55:26.7899846Z T=c10::AliasInfo 2022-11-23T02:55:26.7900027Z ] 2022-11-23T02:55:26.7900437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7900830Z with 2022-11-23T02:55:26.7900997Z [ 2022-11-23T02:55:26.7901180Z T=c10::AliasInfo 2022-11-23T02:55:26.7901367Z ] 2022-11-23T02:55:26.7901817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7902254Z with 2022-11-23T02:55:26.7902428Z [ 2022-11-23T02:55:26.7902617Z T=c10::AliasInfo 2022-11-23T02:55:26.7902803Z ] 2022-11-23T02:55:26.7903297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7903755Z with 2022-11-23T02:55:26.7903910Z [ 2022-11-23T02:55:26.7904101Z T=c10::AliasInfo 2022-11-23T02:55:26.7904287Z ] 2022-11-23T02:55:26.7904765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7905494Z 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:55:26.7906189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7906601Z with 2022-11-23T02:55:26.7906758Z [ 2022-11-23T02:55:26.7906947Z T=c10::AliasInfo 2022-11-23T02:55:26.7907202Z ] 2022-11-23T02:55:26.7907622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7908006Z with 2022-11-23T02:55:26.7908156Z [ 2022-11-23T02:55:26.7908395Z T=std::vector> 2022-11-23T02:55:26.7908626Z ] 2022-11-23T02:55:26.7909060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7909462Z with 2022-11-23T02:55:26.7909634Z [ 2022-11-23T02:55:26.7909861Z T=std::vector> 2022-11-23T02:55:26.7910090Z ] 2022-11-23T02:55:26.7910565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7911048Z with 2022-11-23T02:55:26.7911223Z [ 2022-11-23T02:55:26.7911513Z T=std::vector> 2022-11-23T02:55:26.7911725Z ] 2022-11-23T02:55:26.7912281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7912751Z with 2022-11-23T02:55:26.7912925Z [ 2022-11-23T02:55:26.7913166Z T=std::vector> 2022-11-23T02:55:26.7913398Z ] 2022-11-23T02:55:26.7913845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.7914274Z with 2022-11-23T02:55:26.7914450Z [ 2022-11-23T02:55:26.7914636Z T=c10::SymInt 2022-11-23T02:55:26.7914825Z ] 2022-11-23T02:55:26.7915279Z 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:55:26.7915687Z with 2022-11-23T02:55:26.7915861Z [ 2022-11-23T02:55:26.7916048Z T=c10::SymInt 2022-11-23T02:55:26.7916235Z ] 2022-11-23T02:55:26.7916757Z 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:55:26.7917663Z 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:55:26.7918435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7918860Z with 2022-11-23T02:55:26.7919019Z [ 2022-11-23T02:55:26.7919265Z T=std::vector> 2022-11-23T02:55:26.7919497Z ] 2022-11-23T02:55:26.7919917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7920311Z with 2022-11-23T02:55:26.7920524Z [ 2022-11-23T02:55:26.7920776Z T=c10::either 2022-11-23T02:55:26.7921013Z ] 2022-11-23T02:55:26.7921446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7921847Z with 2022-11-23T02:55:26.7922026Z [ 2022-11-23T02:55:26.7922256Z T=c10::either 2022-11-23T02:55:26.7922492Z ] 2022-11-23T02:55:26.7923008Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7923487Z with 2022-11-23T02:55:26.7923667Z [ 2022-11-23T02:55:26.7923915Z T=c10::either 2022-11-23T02:55:26.7924131Z ] 2022-11-23T02:55:26.7924631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7925094Z with 2022-11-23T02:55:26.7925273Z [ 2022-11-23T02:55:26.7925579Z T=c10::either 2022-11-23T02:55:26.7925818Z ] 2022-11-23T02:55:26.7926278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7927067Z 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:55:26.7927821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7928240Z with 2022-11-23T02:55:26.7928419Z [ 2022-11-23T02:55:26.7928715Z T=c10::either 2022-11-23T02:55:26.7928955Z ] 2022-11-23T02:55:26.7929417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7929789Z with 2022-11-23T02:55:26.7929965Z [ 2022-11-23T02:55:26.7930165Z T=at::StepCallbacks 2022-11-23T02:55:26.7930367Z ] 2022-11-23T02:55:26.7930801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7931205Z with 2022-11-23T02:55:26.7931359Z [ 2022-11-23T02:55:26.7931557Z T=at::StepCallbacks 2022-11-23T02:55:26.7931753Z ] 2022-11-23T02:55:26.7932230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7932773Z with 2022-11-23T02:55:26.7932946Z [ 2022-11-23T02:55:26.7933125Z T=at::StepCallbacks 2022-11-23T02:55:26.7933319Z ] 2022-11-23T02:55:26.7933821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7934354Z with 2022-11-23T02:55:26.7934528Z [ 2022-11-23T02:55:26.7934749Z T=at::StepCallbacks 2022-11-23T02:55:26.7934947Z ] 2022-11-23T02:55:26.7935438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7936134Z 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:55:26.7936831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7937251Z with 2022-11-23T02:55:26.7937431Z [ 2022-11-23T02:55:26.7937609Z T=at::StepCallbacks 2022-11-23T02:55:26.7937806Z ] 2022-11-23T02:55:26.7938221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7938608Z with 2022-11-23T02:55:26.7938838Z [ 2022-11-23T02:55:26.7939031Z T=c10::DimVector 2022-11-23T02:55:26.7939203Z ] 2022-11-23T02:55:26.7939642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7940046Z with 2022-11-23T02:55:26.7940221Z [ 2022-11-23T02:55:26.7940411Z T=c10::DimVector 2022-11-23T02:55:26.7940600Z ] 2022-11-23T02:55:26.7941095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7941574Z with 2022-11-23T02:55:26.7941752Z [ 2022-11-23T02:55:26.7941940Z T=c10::DimVector 2022-11-23T02:55:26.7942126Z ] 2022-11-23T02:55:26.7942625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7943060Z with 2022-11-23T02:55:26.7943234Z [ 2022-11-23T02:55:26.7943426Z T=c10::DimVector 2022-11-23T02:55:26.7943614Z ] 2022-11-23T02:55:26.7944052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7944734Z 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:55:26.7945419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7945817Z with 2022-11-23T02:55:26.7945991Z [ 2022-11-23T02:55:26.7946181Z T=c10::DimVector 2022-11-23T02:55:26.7946369Z ] 2022-11-23T02:55:26.7946829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7947214Z with 2022-11-23T02:55:26.7947412Z [ 2022-11-23T02:55:26.7947686Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:26.7947893Z ] 2022-11-23T02:55:26.7948323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7948722Z with 2022-11-23T02:55:26.7948874Z [ 2022-11-23T02:55:26.7949091Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:26.7949298Z ] 2022-11-23T02:55:26.7949771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7950207Z with 2022-11-23T02:55:26.7950389Z [ 2022-11-23T02:55:26.7950578Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:26.7950781Z ] 2022-11-23T02:55:26.7951282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7951748Z with 2022-11-23T02:55:26.7951923Z [ 2022-11-23T02:55:26.7952132Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:26.7952320Z ] 2022-11-23T02:55:26.7952874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7953600Z 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:55:26.7954358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7954782Z with 2022-11-23T02:55:26.7954957Z [ 2022-11-23T02:55:26.7955166Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:26.7955354Z ] 2022-11-23T02:55:26.7955770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7956159Z with 2022-11-23T02:55:26.7956333Z [ 2022-11-23T02:55:26.7956585Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:26.7956824Z ] 2022-11-23T02:55:26.7957236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7957640Z with 2022-11-23T02:55:26.7957815Z [ 2022-11-23T02:55:26.7958066Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:26.7958303Z ] 2022-11-23T02:55:26.7958777Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7959230Z with 2022-11-23T02:55:26.7959404Z [ 2022-11-23T02:55:26.7959652Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:26.7959938Z ] 2022-11-23T02:55:26.7960435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7960894Z with 2022-11-23T02:55:26.7961109Z [ 2022-11-23T02:55:26.7961359Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:26.7961600Z ] 2022-11-23T02:55:26.7962090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7962872Z 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:55:26.7963618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7964041Z with 2022-11-23T02:55:26.7964221Z [ 2022-11-23T02:55:26.7964453Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:26.7964691Z ] 2022-11-23T02:55:26.7965161Z 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:55:26.7965848Z 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:55:26.7966445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7966831Z with 2022-11-23T02:55:26.7966988Z [ 2022-11-23T02:55:26.7967218Z T=std::tuple 2022-11-23T02:55:26.7967437Z ] 2022-11-23T02:55:26.7967873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7968278Z with 2022-11-23T02:55:26.7968449Z [ 2022-11-23T02:55:26.7968652Z T=std::tuple 2022-11-23T02:55:26.7968869Z ] 2022-11-23T02:55:26.7969341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7969775Z with 2022-11-23T02:55:26.7969950Z [ 2022-11-23T02:55:26.7970173Z T=std::tuple 2022-11-23T02:55:26.7970370Z ] 2022-11-23T02:55:26.7970868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7971380Z with 2022-11-23T02:55:26.7971558Z [ 2022-11-23T02:55:26.7971825Z T=std::tuple 2022-11-23T02:55:26.7972044Z ] 2022-11-23T02:55:26.7972604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.7973344Z 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:55:26.7974065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7974544Z with 2022-11-23T02:55:26.7974719Z [ 2022-11-23T02:55:26.7974944Z T=std::tuple 2022-11-23T02:55:26.7975163Z ] 2022-11-23T02:55:26.7975560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7975947Z with 2022-11-23T02:55:26.7976120Z [ 2022-11-23T02:55:26.7976324Z T=torch::jit::SourceRange 2022-11-23T02:55:26.7976522Z ] 2022-11-23T02:55:26.7976950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7977375Z with 2022-11-23T02:55:26.7977550Z [ 2022-11-23T02:55:26.7977798Z T=torch::jit::SourceRange 2022-11-23T02:55:26.7978003Z ] 2022-11-23T02:55:26.7978471Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7978908Z with 2022-11-23T02:55:26.7979063Z [ 2022-11-23T02:55:26.7979326Z T=torch::jit::SourceRange 2022-11-23T02:55:26.7979529Z ] 2022-11-23T02:55:26.7980029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7980488Z with 2022-11-23T02:55:26.7980662Z [ 2022-11-23T02:55:26.7980844Z T=torch::jit::SourceRange 2022-11-23T02:55:26.7981042Z ] 2022-11-23T02:55:26.7981496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7982207Z 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:55:26.7982921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7983385Z with 2022-11-23T02:55:26.7983561Z [ 2022-11-23T02:55:26.7983793Z T=torch::jit::SourceRange 2022-11-23T02:55:26.7983998Z ] 2022-11-23T02:55:26.7984417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7984807Z with 2022-11-23T02:55:26.7984984Z [ 2022-11-23T02:55:26.7985206Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:26.7985407Z ] 2022-11-23T02:55:26.7985840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7986240Z with 2022-11-23T02:55:26.7986414Z [ 2022-11-23T02:55:26.7986637Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:26.7986851Z ] 2022-11-23T02:55:26.7987304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7987806Z with 2022-11-23T02:55:26.7987981Z [ 2022-11-23T02:55:26.7988201Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:26.7988411Z ] 2022-11-23T02:55:26.7988906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7989390Z with 2022-11-23T02:55:26.7989555Z [ 2022-11-23T02:55:26.7989809Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:26.7990015Z ] 2022-11-23T02:55:26.7990472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7991188Z 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:55:26.7991894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7992288Z with 2022-11-23T02:55:26.7992520Z [ 2022-11-23T02:55:26.7992735Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:26.7992936Z ] 2022-11-23T02:55:26.7993351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.7993721Z with 2022-11-23T02:55:26.7993884Z [ 2022-11-23T02:55:26.7994094Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:26.7994284Z ] 2022-11-23T02:55:26.7994712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.7995102Z with 2022-11-23T02:55:26.7995306Z [ 2022-11-23T02:55:26.7995514Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:26.7995713Z ] 2022-11-23T02:55:26.7996201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.7996626Z with 2022-11-23T02:55:26.7996787Z [ 2022-11-23T02:55:26.7996988Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:26.7997185Z ] 2022-11-23T02:55:26.7997673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.7998116Z with 2022-11-23T02:55:26.7998277Z [ 2022-11-23T02:55:26.7998482Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:26.7998687Z ] 2022-11-23T02:55:26.7999149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.7999863Z 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:55:26.8000557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8001020Z with 2022-11-23T02:55:26.8001233Z [ 2022-11-23T02:55:26.8001447Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:26.8001652Z ] 2022-11-23T02:55:26.8002103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8002486Z with 2022-11-23T02:55:26.8002640Z [ 2022-11-23T02:55:26.8002834Z T=torch::jit::ScopePtr 2022-11-23T02:55:26.8003023Z ] 2022-11-23T02:55:26.8003450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8003841Z with 2022-11-23T02:55:26.8003993Z [ 2022-11-23T02:55:26.8004190Z T=torch::jit::ScopePtr 2022-11-23T02:55:26.8004378Z ] 2022-11-23T02:55:26.8004837Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8005259Z with 2022-11-23T02:55:26.8005428Z [ 2022-11-23T02:55:26.8005659Z T=torch::jit::ScopePtr 2022-11-23T02:55:26.8005846Z ] 2022-11-23T02:55:26.8006335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8006781Z with 2022-11-23T02:55:26.8006948Z [ 2022-11-23T02:55:26.8007179Z T=torch::jit::ScopePtr 2022-11-23T02:55:26.8007351Z ] 2022-11-23T02:55:26.8007837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.8008525Z 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:55:26.8009212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8009616Z with 2022-11-23T02:55:26.8009781Z [ 2022-11-23T02:55:26.8009969Z T=torch::jit::ScopePtr 2022-11-23T02:55:26.8010139Z ] 2022-11-23T02:55:26.8010541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8010914Z with 2022-11-23T02:55:26.8011074Z [ 2022-11-23T02:55:26.8011262Z T=at::ThreadLocalState 2022-11-23T02:55:26.8011449Z ] 2022-11-23T02:55:26.8011853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8012233Z with 2022-11-23T02:55:26.8012485Z [ 2022-11-23T02:55:26.8012680Z T=at::ThreadLocalState 2022-11-23T02:55:26.8012871Z ] 2022-11-23T02:55:26.8013386Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8013838Z with 2022-11-23T02:55:26.8014003Z [ 2022-11-23T02:55:26.8014271Z T=at::ThreadLocalState 2022-11-23T02:55:26.8014460Z ] 2022-11-23T02:55:26.8014957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8015411Z with 2022-11-23T02:55:26.8015563Z [ 2022-11-23T02:55:26.8015755Z T=at::ThreadLocalState 2022-11-23T02:55:26.8015947Z ] 2022-11-23T02:55:26.8016393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.8017095Z 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:55:26.8017796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8018203Z with 2022-11-23T02:55:26.8018351Z [ 2022-11-23T02:55:26.8018544Z T=at::ThreadLocalState 2022-11-23T02:55:26.8018790Z ] 2022-11-23T02:55:26.8019194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8019624Z with 2022-11-23T02:55:26.8019789Z [ 2022-11-23T02:55:26.8019988Z T=std::shared_ptr 2022-11-23T02:55:26.8020241Z ] 2022-11-23T02:55:26.8020661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8021052Z with 2022-11-23T02:55:26.8021211Z [ 2022-11-23T02:55:26.8021403Z T=std::shared_ptr 2022-11-23T02:55:26.8021603Z ] 2022-11-23T02:55:26.8022060Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8022480Z with 2022-11-23T02:55:26.8022641Z [ 2022-11-23T02:55:26.8022847Z T=std::shared_ptr 2022-11-23T02:55:26.8023034Z ] 2022-11-23T02:55:26.8023518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8023969Z with 2022-11-23T02:55:26.8024131Z [ 2022-11-23T02:55:26.8024337Z T=std::shared_ptr 2022-11-23T02:55:26.8024535Z ] 2022-11-23T02:55:26.8024972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.8025717Z 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:55:26.8026478Z 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:55:26.8027792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8028200Z with 2022-11-23T02:55:26.8028367Z [ 2022-11-23T02:55:26.8028581Z T=std::shared_ptr 2022-11-23T02:55:26.8028787Z ] 2022-11-23T02:55:26.8029177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8029553Z with 2022-11-23T02:55:26.8029713Z [ 2022-11-23T02:55:26.8029908Z T=torch::jit::GraphExecutor 2022-11-23T02:55:26.8030101Z ] 2022-11-23T02:55:26.8030521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8030898Z with 2022-11-23T02:55:26.8031059Z [ 2022-11-23T02:55:26.8031252Z T=torch::jit::GraphExecutor 2022-11-23T02:55:26.8031448Z ] 2022-11-23T02:55:26.8032021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8032451Z with 2022-11-23T02:55:26.8032645Z [ 2022-11-23T02:55:26.8032843Z T=torch::jit::GraphExecutor 2022-11-23T02:55:26.8033038Z ] 2022-11-23T02:55:26.8033530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8033984Z with 2022-11-23T02:55:26.8034149Z [ 2022-11-23T02:55:26.8034332Z T=torch::jit::GraphExecutor 2022-11-23T02:55:26.8034527Z ] 2022-11-23T02:55:26.8034973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.8035653Z 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:55:26.8036351Z 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:55:26.8037057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8037460Z with 2022-11-23T02:55:26.8037621Z [ 2022-11-23T02:55:26.8037804Z T=torch::jit::GraphExecutor 2022-11-23T02:55:26.8037994Z ] 2022-11-23T02:55:26.8038446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8038865Z with 2022-11-23T02:55:26.8039026Z [ 2022-11-23T02:55:26.8039197Z T=torch::jit::Method 2022-11-23T02:55:26.8039378Z ] 2022-11-23T02:55:26.8039797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8040182Z with 2022-11-23T02:55:26.8040410Z [ 2022-11-23T02:55:26.8040592Z T=torch::jit::Method 2022-11-23T02:55:26.8040758Z ] 2022-11-23T02:55:26.8041220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8041648Z with 2022-11-23T02:55:26.8041815Z [ 2022-11-23T02:55:26.8042000Z T=torch::jit::Method 2022-11-23T02:55:26.8042181Z ] 2022-11-23T02:55:26.8042657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8043102Z with 2022-11-23T02:55:26.8043263Z [ 2022-11-23T02:55:26.8043446Z T=torch::jit::Method 2022-11-23T02:55:26.8043629Z ] 2022-11-23T02:55:26.8044062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.8044855Z 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:55:26.8045571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8045985Z with 2022-11-23T02:55:26.8046152Z [ 2022-11-23T02:55:26.8046347Z T=torch::jit::Method 2022-11-23T02:55:26.8046536Z ] 2022-11-23T02:55:26.8046946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8047315Z with 2022-11-23T02:55:26.8047483Z [ 2022-11-23T02:55:26.8047725Z T=std::vector> 2022-11-23T02:55:26.8047953Z ] 2022-11-23T02:55:26.8048380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8048774Z with 2022-11-23T02:55:26.8048927Z [ 2022-11-23T02:55:26.8049169Z T=std::vector> 2022-11-23T02:55:26.8049391Z ] 2022-11-23T02:55:26.8049851Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8050278Z with 2022-11-23T02:55:26.8050447Z [ 2022-11-23T02:55:26.8050720Z T=std::vector> 2022-11-23T02:55:26.8050944Z ] 2022-11-23T02:55:26.8051477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8051931Z with 2022-11-23T02:55:26.8052094Z [ 2022-11-23T02:55:26.8052327Z T=std::vector> 2022-11-23T02:55:26.8052664Z ] 2022-11-23T02:55:26.8053138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.8053963Z 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:55:26.8054674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8055076Z with 2022-11-23T02:55:26.8055243Z [ 2022-11-23T02:55:26.8055479Z T=std::vector> 2022-11-23T02:55:26.8055701Z ] 2022-11-23T02:55:26.8055995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8056065Z with 2022-11-23T02:55:26.8056129Z [ 2022-11-23T02:55:26.8056301Z T=std::function 2022-11-23T02:55:26.8056365Z ] 2022-11-23T02:55:26.8056745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8056872Z with 2022-11-23T02:55:26.8056936Z [ 2022-11-23T02:55:26.8057101Z T=std::function 2022-11-23T02:55:26.8057163Z ] 2022-11-23T02:55:26.8057569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8057640Z with 2022-11-23T02:55:26.8057708Z [ 2022-11-23T02:55:26.8057875Z T=std::function 2022-11-23T02:55:26.8057941Z ] 2022-11-23T02:55:26.8058337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8058403Z with 2022-11-23T02:55:26.8058453Z [ 2022-11-23T02:55:26.8058619Z T=std::function 2022-11-23T02:55:26.8058681Z ] 2022-11-23T02:55:26.8059079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.8059500Z 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:55:26.8059849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8059916Z with 2022-11-23T02:55:26.8059980Z [ 2022-11-23T02:55:26.8060145Z T=std::function 2022-11-23T02:55:26.8060208Z ] 2022-11-23T02:55:26.8060517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8060584Z with 2022-11-23T02:55:26.8060701Z [ 2022-11-23T02:55:26.8060896Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:26.8060959Z ] 2022-11-23T02:55:26.8061282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8061350Z with 2022-11-23T02:55:26.8061412Z [ 2022-11-23T02:55:26.8061600Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:26.8061662Z ] 2022-11-23T02:55:26.8062015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8062082Z with 2022-11-23T02:55:26.8062144Z [ 2022-11-23T02:55:26.8062337Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:26.8062400Z ] 2022-11-23T02:55:26.8062786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8062949Z with 2022-11-23T02:55:26.8063016Z [ 2022-11-23T02:55:26.8063208Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:26.8063273Z ] 2022-11-23T02:55:26.8063693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:26.8064194Z 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:55:26.8064546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8064614Z with 2022-11-23T02:55:26.8064679Z [ 2022-11-23T02:55:26.8064871Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:26.8064937Z ] 2022-11-23T02:55:26.8065247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8065314Z with 2022-11-23T02:55:26.8065378Z [ 2022-11-23T02:55:26.8065497Z T=std::vector> 2022-11-23T02:55:26.8065611Z ] 2022-11-23T02:55:26.8065961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8066051Z with 2022-11-23T02:55:26.8066138Z [ 2022-11-23T02:55:26.8066304Z T=std::vector> 2022-11-23T02:55:26.8066400Z ] 2022-11-23T02:55:26.8066786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8066876Z with 2022-11-23T02:55:26.8066963Z [ 2022-11-23T02:55:26.8067114Z T=std::vector> 2022-11-23T02:55:26.8067264Z ] 2022-11-23T02:55:26.8067679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8067773Z with 2022-11-23T02:55:26.8067859Z [ 2022-11-23T02:55:26.8068015Z T=std::vector> 2022-11-23T02:55:26.8068065Z ] 2022-11-23T02:55:26.8068440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.8068530Z with 2022-11-23T02:55:26.8068617Z [ 2022-11-23T02:55:26.8068710Z T=double 2022-11-23T02:55:26.8068794Z ] 2022-11-23T02:55:26.8069207Z 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:55:26.8069344Z with 2022-11-23T02:55:26.8069431Z [ 2022-11-23T02:55:26.8069525Z T=double 2022-11-23T02:55:26.8069609Z ] 2022-11-23T02:55:26.8070059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8070153Z with 2022-11-23T02:55:26.8070206Z [ 2022-11-23T02:55:26.8082343Z T=std::vector> 2022-11-23T02:55:26.8082497Z ] 2022-11-23T02:55:26.8082889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8082973Z with 2022-11-23T02:55:26.8083040Z [ 2022-11-23T02:55:26.8083164Z T=std::tuple 2022-11-23T02:55:26.8083231Z ] 2022-11-23T02:55:26.8083572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8083645Z with 2022-11-23T02:55:26.8083711Z [ 2022-11-23T02:55:26.8083829Z T=std::tuple 2022-11-23T02:55:26.8083880Z ] 2022-11-23T02:55:26.8084254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8084327Z with 2022-11-23T02:55:26.8084394Z [ 2022-11-23T02:55:26.8084510Z T=std::tuple 2022-11-23T02:55:26.8084580Z ] 2022-11-23T02:55:26.8085059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8085131Z with 2022-11-23T02:55:26.8085200Z [ 2022-11-23T02:55:26.8085315Z T=std::tuple 2022-11-23T02:55:26.8085379Z ] 2022-11-23T02:55:26.8085783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:26.8086181Z 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:55:26.8086722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8086792Z with 2022-11-23T02:55:26.8086857Z [ 2022-11-23T02:55:26.8086975Z T=std::tuple 2022-11-23T02:55:26.8087042Z ] 2022-11-23T02:55:26.8087351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8087406Z with 2022-11-23T02:55:26.8087472Z [ 2022-11-23T02:55:26.8087611Z T=std::vector> 2022-11-23T02:55:26.8087677Z ] 2022-11-23T02:55:26.8088005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:26.8088076Z with 2022-11-23T02:55:26.8088142Z [ 2022-11-23T02:55:26.8088280Z T=std::vector> 2022-11-23T02:55:26.8088346Z ] 2022-11-23T02:55:26.8089324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:26.8089403Z with 2022-11-23T02:55:26.8089467Z [ 2022-11-23T02:55:26.8089606Z T=std::vector> 2022-11-23T02:55:26.8089671Z ] 2022-11-23T02:55:26.8090068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:26.8090140Z with 2022-11-23T02:55:26.8090191Z [ 2022-11-23T02:55:26.8090330Z T=std::vector> 2022-11-23T02:55:26.8090398Z ] 2022-11-23T02:55:26.8090769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:26.8091238Z 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:55:26.8091594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:26.8091697Z with 2022-11-23T02:55:26.8091795Z [ 2022-11-23T02:55:26.8092027Z T=std::vector> 2022-11-23T02:55:26.8092098Z ] 2022-11-23T02:55:26.8093703Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:55:26.9929539Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:55:27.0316504Z Generating code 2022-11-23T02:55:28.5596869Z Finished generating code 2022-11-23T02:55:28.7001767Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:55:28.7084308Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T02:55:28.7087936Z Compiling objects... 2022-11-23T02:55:28.7088338Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:55:42.0232671Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\rng_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T02:55:42.0236033Z 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:55:42.0236891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0237422Z with 2022-11-23T02:55:42.0237656Z [ 2022-11-23T02:55:42.0237883Z T=c10::SymInt 2022-11-23T02:55:42.0238127Z ] 2022-11-23T02:55:42.0238691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0239201Z with 2022-11-23T02:55:42.0239418Z [ 2022-11-23T02:55:42.0239655Z T=c10::SymInt 2022-11-23T02:55:42.0239870Z ] 2022-11-23T02:55:42.0240499Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0241200Z with 2022-11-23T02:55:42.0241432Z [ 2022-11-23T02:55:42.0241680Z T=c10::SymInt 2022-11-23T02:55:42.0241925Z ] 2022-11-23T02:55:42.0242552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0243167Z with 2022-11-23T02:55:42.0243392Z [ 2022-11-23T02:55:42.0243635Z T=c10::SymInt 2022-11-23T02:55:42.0243876Z ] 2022-11-23T02:55:42.0244438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0245305Z 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:55:42.0246180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0246711Z with 2022-11-23T02:55:42.0246943Z [ 2022-11-23T02:55:42.0247180Z T=c10::SymInt 2022-11-23T02:55:42.0247530Z ] 2022-11-23T02:55:42.0248049Z 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:55:42.0248862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0249340Z with 2022-11-23T02:55:42.0249578Z [ 2022-11-23T02:55:42.0249836Z T=at::Generator 2022-11-23T02:55:42.0250072Z ] 2022-11-23T02:55:42.0250499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0250892Z with 2022-11-23T02:55:42.0251043Z [ 2022-11-23T02:55:42.0251229Z T=at::Generator 2022-11-23T02:55:42.0251408Z ] 2022-11-23T02:55:42.0251869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0252286Z with 2022-11-23T02:55:42.0252448Z [ 2022-11-23T02:55:42.0252612Z T=at::Generator 2022-11-23T02:55:42.0252879Z ] 2022-11-23T02:55:42.0253367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0253822Z with 2022-11-23T02:55:42.0253986Z [ 2022-11-23T02:55:42.0254167Z T=at::Generator 2022-11-23T02:55:42.0254333Z ] 2022-11-23T02:55:42.0254768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0255438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:55:42.0256114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0256601Z with 2022-11-23T02:55:42.0256768Z [ 2022-11-23T02:55:42.0256935Z T=at::Generator 2022-11-23T02:55:42.0257115Z ] 2022-11-23T02:55:42.0257532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0257905Z with 2022-11-23T02:55:42.0258074Z [ 2022-11-23T02:55:42.0258262Z T=at::TensorBase 2022-11-23T02:55:42.0258429Z ] 2022-11-23T02:55:42.0258855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0259247Z with 2022-11-23T02:55:42.0259410Z [ 2022-11-23T02:55:42.0259589Z T=at::TensorBase 2022-11-23T02:55:42.0259769Z ] 2022-11-23T02:55:42.0260219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0260647Z with 2022-11-23T02:55:42.0260809Z [ 2022-11-23T02:55:42.0260991Z T=at::TensorBase 2022-11-23T02:55:42.0261231Z ] 2022-11-23T02:55:42.0261726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0262161Z with 2022-11-23T02:55:42.0262328Z [ 2022-11-23T02:55:42.0262510Z T=at::TensorBase 2022-11-23T02:55:42.0262695Z ] 2022-11-23T02:55:42.0263128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0263807Z 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:55:42.0264492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0264888Z with 2022-11-23T02:55:42.0265054Z [ 2022-11-23T02:55:42.0265233Z T=at::TensorBase 2022-11-23T02:55:42.0265411Z ] 2022-11-23T02:55:42.0265823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0266196Z with 2022-11-23T02:55:42.0266345Z [ 2022-11-23T02:55:42.0266522Z T=at::Tensor 2022-11-23T02:55:42.0266696Z ] 2022-11-23T02:55:42.0267215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0267667Z with 2022-11-23T02:55:42.0267820Z [ 2022-11-23T02:55:42.0267996Z T=at::Tensor 2022-11-23T02:55:42.0268172Z ] 2022-11-23T02:55:42.0268644Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0269069Z with 2022-11-23T02:55:42.0269233Z [ 2022-11-23T02:55:42.0269395Z T=at::Tensor 2022-11-23T02:55:42.0269570Z ] 2022-11-23T02:55:42.0270141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0270601Z with 2022-11-23T02:55:42.0270768Z [ 2022-11-23T02:55:42.0270949Z T=at::Tensor 2022-11-23T02:55:42.0271117Z ] 2022-11-23T02:55:42.0271544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0272200Z 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:55:42.0272875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0273345Z with 2022-11-23T02:55:42.0273511Z [ 2022-11-23T02:55:42.0273691Z T=at::Tensor 2022-11-23T02:55:42.0273902Z ] 2022-11-23T02:55:42.0274369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0274754Z with 2022-11-23T02:55:42.0274917Z [ 2022-11-23T02:55:42.0275092Z T=c10::Scalar 2022-11-23T02:55:42.0275253Z ] 2022-11-23T02:55:42.0275677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0276066Z with 2022-11-23T02:55:42.0276236Z [ 2022-11-23T02:55:42.0276415Z T=c10::Scalar 2022-11-23T02:55:42.0276589Z ] 2022-11-23T02:55:42.0277034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0277453Z with 2022-11-23T02:55:42.0277615Z [ 2022-11-23T02:55:42.0277794Z T=c10::Scalar 2022-11-23T02:55:42.0277966Z ] 2022-11-23T02:55:42.0278454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0278888Z with 2022-11-23T02:55:42.0279050Z [ 2022-11-23T02:55:42.0279271Z T=c10::Scalar 2022-11-23T02:55:42.0279453Z ] 2022-11-23T02:55:42.0279872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0280580Z 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:55:42.0281254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0281648Z with 2022-11-23T02:55:42.0281812Z [ 2022-11-23T02:55:42.0281989Z T=c10::Scalar 2022-11-23T02:55:42.0282159Z ] 2022-11-23T02:55:42.0282567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0283004Z with 2022-11-23T02:55:42.0283160Z [ 2022-11-23T02:55:42.0283337Z T=std::string 2022-11-23T02:55:42.0283512Z ] 2022-11-23T02:55:42.0283935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0284324Z with 2022-11-23T02:55:42.0284478Z [ 2022-11-23T02:55:42.0284654Z T=std::string 2022-11-23T02:55:42.0284829Z ] 2022-11-23T02:55:42.0285283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0285758Z with 2022-11-23T02:55:42.0285925Z [ 2022-11-23T02:55:42.0286089Z T=std::string 2022-11-23T02:55:42.0286262Z ] 2022-11-23T02:55:42.0286809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0287258Z with 2022-11-23T02:55:42.0287420Z [ 2022-11-23T02:55:42.0287649Z T=std::string 2022-11-23T02:55:42.0287813Z ] 2022-11-23T02:55:42.0288237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0288893Z 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:55:42.0289573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0289979Z with 2022-11-23T02:55:42.0290143Z [ 2022-11-23T02:55:42.0290320Z T=std::string 2022-11-23T02:55:42.0290489Z ] 2022-11-23T02:55:42.0290903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0291278Z with 2022-11-23T02:55:42.0291442Z [ 2022-11-23T02:55:42.0291629Z T=c10::QualifiedName 2022-11-23T02:55:42.0291852Z ] 2022-11-23T02:55:42.0292272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0292798Z with 2022-11-23T02:55:42.0292965Z [ 2022-11-23T02:55:42.0293157Z T=c10::QualifiedName 2022-11-23T02:55:42.0293346Z ] 2022-11-23T02:55:42.0293798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0294220Z with 2022-11-23T02:55:42.0294388Z [ 2022-11-23T02:55:42.0294575Z T=c10::QualifiedName 2022-11-23T02:55:42.0294762Z ] 2022-11-23T02:55:42.0295254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0295688Z with 2022-11-23T02:55:42.0295848Z [ 2022-11-23T02:55:42.0296104Z T=c10::QualifiedName 2022-11-23T02:55:42.0296287Z ] 2022-11-23T02:55:42.0296718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0297393Z 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:55:42.0298128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0298577Z with 2022-11-23T02:55:42.0298743Z [ 2022-11-23T02:55:42.0298932Z T=c10::QualifiedName 2022-11-23T02:55:42.0299117Z ] 2022-11-23T02:55:42.0299525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0299907Z with 2022-11-23T02:55:42.0300056Z [ 2022-11-23T02:55:42.0300286Z T=std::shared_ptr 2022-11-23T02:55:42.0300503Z ] 2022-11-23T02:55:42.0300984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0301373Z with 2022-11-23T02:55:42.0301540Z [ 2022-11-23T02:55:42.0301755Z T=std::shared_ptr 2022-11-23T02:55:42.0301970Z ] 2022-11-23T02:55:42.0302432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0302864Z with 2022-11-23T02:55:42.0303030Z [ 2022-11-23T02:55:42.0303258Z T=std::shared_ptr 2022-11-23T02:55:42.0303463Z ] 2022-11-23T02:55:42.0304018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0304514Z with 2022-11-23T02:55:42.0304680Z [ 2022-11-23T02:55:42.0304906Z T=std::shared_ptr 2022-11-23T02:55:42.0305118Z ] 2022-11-23T02:55:42.0305573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0306305Z 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:55:42.0307009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0307412Z with 2022-11-23T02:55:42.0307577Z [ 2022-11-23T02:55:42.0307808Z T=std::shared_ptr 2022-11-23T02:55:42.0308022Z ] 2022-11-23T02:55:42.0308410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0308787Z with 2022-11-23T02:55:42.0309009Z [ 2022-11-23T02:55:42.0309235Z T=std::weak_ptr 2022-11-23T02:55:42.0309447Z ] 2022-11-23T02:55:42.0309923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0310302Z with 2022-11-23T02:55:42.0310529Z [ 2022-11-23T02:55:42.0310758Z T=std::weak_ptr 2022-11-23T02:55:42.0310971Z ] 2022-11-23T02:55:42.0311433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0311860Z with 2022-11-23T02:55:42.0312009Z [ 2022-11-23T02:55:42.0312232Z T=std::weak_ptr 2022-11-23T02:55:42.0312447Z ] 2022-11-23T02:55:42.0312938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0313380Z with 2022-11-23T02:55:42.0313546Z [ 2022-11-23T02:55:42.0313810Z T=std::weak_ptr 2022-11-23T02:55:42.0314028Z ] 2022-11-23T02:55:42.0314495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0315212Z 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:55:42.0315975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0316388Z with 2022-11-23T02:55:42.0316608Z [ 2022-11-23T02:55:42.0316824Z T=std::weak_ptr 2022-11-23T02:55:42.0317038Z ] 2022-11-23T02:55:42.0317444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0317819Z with 2022-11-23T02:55:42.0317983Z [ 2022-11-23T02:55:42.0318237Z T=std::vector> 2022-11-23T02:55:42.0318463Z ] 2022-11-23T02:55:42.0318884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0319279Z with 2022-11-23T02:55:42.0319441Z [ 2022-11-23T02:55:42.0319694Z T=std::vector> 2022-11-23T02:55:42.0319932Z ] 2022-11-23T02:55:42.0320381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0320803Z with 2022-11-23T02:55:42.0320965Z [ 2022-11-23T02:55:42.0321215Z T=std::vector> 2022-11-23T02:55:42.0321452Z ] 2022-11-23T02:55:42.0321994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0322943Z with 2022-11-23T02:55:42.0323096Z [ 2022-11-23T02:55:42.0323352Z T=std::vector> 2022-11-23T02:55:42.0323595Z ] 2022-11-23T02:55:42.0324090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0324856Z 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:55:42.0325810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0326221Z with 2022-11-23T02:55:42.0326528Z [ 2022-11-23T02:55:42.0326899Z T=std::vector> 2022-11-23T02:55:42.0327139Z ] 2022-11-23T02:55:42.0327742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0328183Z with 2022-11-23T02:55:42.0328351Z [ 2022-11-23T02:55:42.0328561Z T=std::vector> 2022-11-23T02:55:42.0328826Z ] 2022-11-23T02:55:42.0329250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0329645Z with 2022-11-23T02:55:42.0329808Z [ 2022-11-23T02:55:42.0330029Z T=std::vector> 2022-11-23T02:55:42.0330225Z ] 2022-11-23T02:55:42.0330689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0331118Z with 2022-11-23T02:55:42.0331281Z [ 2022-11-23T02:55:42.0331500Z T=std::vector> 2022-11-23T02:55:42.0331708Z ] 2022-11-23T02:55:42.0332177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0332766Z with 2022-11-23T02:55:42.0333050Z [ 2022-11-23T02:55:42.0333329Z T=std::vector> 2022-11-23T02:55:42.0333542Z ] 2022-11-23T02:55:42.0334000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0334812Z 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:55:42.0335490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0335896Z with 2022-11-23T02:55:42.0336061Z [ 2022-11-23T02:55:42.0336278Z T=std::vector> 2022-11-23T02:55:42.0336651Z ] 2022-11-23T02:55:42.0337064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0337485Z with 2022-11-23T02:55:42.0337653Z [ 2022-11-23T02:55:42.0337927Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0338290Z ] 2022-11-23T02:55:42.0338884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0339335Z with 2022-11-23T02:55:42.0339602Z [ 2022-11-23T02:55:42.0339874Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0340175Z ] 2022-11-23T02:55:42.0340641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0341214Z with 2022-11-23T02:55:42.0341377Z [ 2022-11-23T02:55:42.0341886Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0342149Z ] 2022-11-23T02:55:42.0342924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0343383Z with 2022-11-23T02:55:42.0343549Z [ 2022-11-23T02:55:42.0343819Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0344074Z ] 2022-11-23T02:55:42.0344555Z C:\actions-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:55:42.0345341Z 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:55:42.0346059Z 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:55:42.0346894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0347311Z with 2022-11-23T02:55:42.0347476Z [ 2022-11-23T02:55:42.0347745Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0347988Z ] 2022-11-23T02:55:42.0348387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0348770Z with 2022-11-23T02:55:42.0348987Z [ 2022-11-23T02:55:42.0349248Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0349489Z ] 2022-11-23T02:55:42.0349911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0350386Z with 2022-11-23T02:55:42.0350538Z [ 2022-11-23T02:55:42.0350796Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0351038Z ] 2022-11-23T02:55:42.0351504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0351927Z with 2022-11-23T02:55:42.0352093Z [ 2022-11-23T02:55:42.0352334Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0352633Z ] 2022-11-23T02:55:42.0353635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0354092Z with 2022-11-23T02:55:42.0354257Z [ 2022-11-23T02:55:42.0354519Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0354744Z ] 2022-11-23T02:55:42.0355291Z C:\actions-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:55:42.0356054Z 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:55:42.0356760Z 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:55:42.0357430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0357837Z with 2022-11-23T02:55:42.0358008Z [ 2022-11-23T02:55:42.0358269Z T=std::vector,std::allocator>> 2022-11-23T02:55:42.0358513Z ] 2022-11-23T02:55:42.0358955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0359391Z with 2022-11-23T02:55:42.0359558Z [ 2022-11-23T02:55:42.0359781Z T=std::vector> 2022-11-23T02:55:42.0359993Z ] 2022-11-23T02:55:42.0360405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0360805Z with 2022-11-23T02:55:42.0360969Z [ 2022-11-23T02:55:42.0361192Z T=std::vector> 2022-11-23T02:55:42.0361402Z ] 2022-11-23T02:55:42.0361863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0362293Z with 2022-11-23T02:55:42.0362442Z [ 2022-11-23T02:55:42.0362664Z T=std::vector> 2022-11-23T02:55:42.0362873Z ] 2022-11-23T02:55:42.0363363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0364491Z with 2022-11-23T02:55:42.0364656Z [ 2022-11-23T02:55:42.0364870Z T=std::vector> 2022-11-23T02:55:42.0365162Z ] 2022-11-23T02:55:42.0365689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0366407Z 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:55:42.0367110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0367522Z with 2022-11-23T02:55:42.0367694Z [ 2022-11-23T02:55:42.0367905Z T=std::vector> 2022-11-23T02:55:42.0368117Z ] 2022-11-23T02:55:42.0368585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0368964Z with 2022-11-23T02:55:42.0369131Z [ 2022-11-23T02:55:42.0369388Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:42.0369616Z ] 2022-11-23T02:55:42.0370042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0370438Z with 2022-11-23T02:55:42.0370610Z [ 2022-11-23T02:55:42.0370862Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:42.0371104Z ] 2022-11-23T02:55:42.0371612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0372096Z with 2022-11-23T02:55:42.0372261Z [ 2022-11-23T02:55:42.0372512Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:42.0372839Z ] 2022-11-23T02:55:42.0373335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0373770Z with 2022-11-23T02:55:42.0373940Z [ 2022-11-23T02:55:42.0374194Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:42.0374435Z ] 2022-11-23T02:55:42.0374918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0375704Z 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:55:42.0376490Z 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:55:42.0377223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0377769Z with 2022-11-23T02:55:42.0377923Z [ 2022-11-23T02:55:42.0378236Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:42.0378480Z ] 2022-11-23T02:55:42.0378895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0379271Z with 2022-11-23T02:55:42.0379439Z [ 2022-11-23T02:55:42.0379675Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:42.0379916Z ] 2022-11-23T02:55:42.0380344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0380741Z with 2022-11-23T02:55:42.0380907Z [ 2022-11-23T02:55:42.0381143Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:42.0381380Z ] 2022-11-23T02:55:42.0381896Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0382647Z with 2022-11-23T02:55:42.0382817Z [ 2022-11-23T02:55:42.0383082Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:42.0383306Z ] 2022-11-23T02:55:42.0383855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0384320Z with 2022-11-23T02:55:42.0384543Z [ 2022-11-23T02:55:42.0384847Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:42.0385086Z ] 2022-11-23T02:55:42.0385572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0386357Z 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:55:42.0387127Z 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:55:42.0387863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0388274Z with 2022-11-23T02:55:42.0388441Z [ 2022-11-23T02:55:42.0388697Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:42.0388933Z ] 2022-11-23T02:55:42.0389341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0389708Z with 2022-11-23T02:55:42.0389877Z [ 2022-11-23T02:55:42.0390136Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0390336Z ] 2022-11-23T02:55:42.0390811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0391285Z with 2022-11-23T02:55:42.0391436Z [ 2022-11-23T02:55:42.0391639Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0391837Z ] 2022-11-23T02:55:42.0392303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0392728Z with 2022-11-23T02:55:42.0392895Z [ 2022-11-23T02:55:42.0393082Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0393281Z ] 2022-11-23T02:55:42.0393767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0394223Z with 2022-11-23T02:55:42.0394390Z [ 2022-11-23T02:55:42.0394587Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0394771Z ] 2022-11-23T02:55:42.0395267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0395958Z 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:55:42.0396411Z with 2022-11-23T02:55:42.0396581Z [ 2022-11-23T02:55:42.0396786Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0396968Z ] 2022-11-23T02:55:42.0397503Z 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:55:42.0398231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0398643Z with 2022-11-23T02:55:42.0398808Z [ 2022-11-23T02:55:42.0399007Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:42.0399204Z ] 2022-11-23T02:55:42.0399595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0399973Z with 2022-11-23T02:55:42.0400140Z [ 2022-11-23T02:55:42.0400430Z T=std::vector> 2022-11-23T02:55:42.0400703Z ] 2022-11-23T02:55:42.0401125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0401500Z with 2022-11-23T02:55:42.0401662Z [ 2022-11-23T02:55:42.0402044Z T=std::vector> 2022-11-23T02:55:42.0402308Z ] 2022-11-23T02:55:42.0402767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0403250Z with 2022-11-23T02:55:42.0403401Z [ 2022-11-23T02:55:42.0403740Z T=std::vector> 2022-11-23T02:55:42.0404075Z ] 2022-11-23T02:55:42.0404564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0405017Z with 2022-11-23T02:55:42.0405182Z [ 2022-11-23T02:55:42.0405474Z T=std::vector> 2022-11-23T02:55:42.0405727Z ] 2022-11-23T02:55:42.0406248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0407074Z 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:55:42.0407871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0408287Z with 2022-11-23T02:55:42.0408456Z [ 2022-11-23T02:55:42.0408750Z T=std::vector> 2022-11-23T02:55:42.0409014Z ] 2022-11-23T02:55:42.0409466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0409851Z with 2022-11-23T02:55:42.0410085Z [ 2022-11-23T02:55:42.0410291Z T=torch::autograd::ViewInfo 2022-11-23T02:55:42.0410494Z ] 2022-11-23T02:55:42.0410927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0411310Z with 2022-11-23T02:55:42.0411485Z [ 2022-11-23T02:55:42.0411690Z T=torch::autograd::ViewInfo 2022-11-23T02:55:42.0411895Z ] 2022-11-23T02:55:42.0412371Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0412891Z with 2022-11-23T02:55:42.0413048Z [ 2022-11-23T02:55:42.0413255Z T=torch::autograd::ViewInfo 2022-11-23T02:55:42.0413462Z ] 2022-11-23T02:55:42.0413969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0414433Z with 2022-11-23T02:55:42.0414607Z [ 2022-11-23T02:55:42.0414794Z T=torch::autograd::ViewInfo 2022-11-23T02:55:42.0415001Z ] 2022-11-23T02:55:42.0415509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0416274Z 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:55:42.0416979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0417465Z with 2022-11-23T02:55:42.0417643Z [ 2022-11-23T02:55:42.0417831Z T=torch::autograd::ViewInfo 2022-11-23T02:55:42.0418040Z ] 2022-11-23T02:55:42.0418466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0418855Z with 2022-11-23T02:55:42.0419033Z [ 2022-11-23T02:55:42.0419200Z T=c10::IValue 2022-11-23T02:55:42.0419392Z ] 2022-11-23T02:55:42.0419817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0420213Z with 2022-11-23T02:55:42.0420393Z [ 2022-11-23T02:55:42.0420580Z T=c10::IValue 2022-11-23T02:55:42.0420746Z ] 2022-11-23T02:55:42.0421213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0421759Z with 2022-11-23T02:55:42.0421937Z [ 2022-11-23T02:55:42.0422124Z T=c10::IValue 2022-11-23T02:55:42.0422366Z ] 2022-11-23T02:55:42.0422853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0423315Z with 2022-11-23T02:55:42.0423491Z [ 2022-11-23T02:55:42.0423673Z T=c10::IValue 2022-11-23T02:55:42.0423859Z ] 2022-11-23T02:55:42.0424290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0424939Z 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:55:42.0425627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0426042Z with 2022-11-23T02:55:42.0426215Z [ 2022-11-23T02:55:42.0426398Z T=c10::IValue 2022-11-23T02:55:42.0426583Z ] 2022-11-23T02:55:42.0426981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0427373Z with 2022-11-23T02:55:42.0427547Z [ 2022-11-23T02:55:42.0427795Z T=c10::AliasInfo 2022-11-23T02:55:42.0427984Z ] 2022-11-23T02:55:42.0428471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0428847Z with 2022-11-23T02:55:42.0429016Z [ 2022-11-23T02:55:42.0429203Z T=c10::AliasInfo 2022-11-23T02:55:42.0429388Z ] 2022-11-23T02:55:42.0429857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0430294Z with 2022-11-23T02:55:42.0430504Z [ 2022-11-23T02:55:42.0430692Z T=c10::AliasInfo 2022-11-23T02:55:42.0430876Z ] 2022-11-23T02:55:42.0431372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0431830Z with 2022-11-23T02:55:42.0432004Z [ 2022-11-23T02:55:42.0432179Z T=c10::AliasInfo 2022-11-23T02:55:42.0432374Z ] 2022-11-23T02:55:42.0432812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0433490Z 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:55:42.0434279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0434704Z with 2022-11-23T02:55:42.0434875Z [ 2022-11-23T02:55:42.0435045Z T=c10::AliasInfo 2022-11-23T02:55:42.0435797Z ] 2022-11-23T02:55:42.0436234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0436624Z with 2022-11-23T02:55:42.0436799Z [ 2022-11-23T02:55:42.0437044Z T=std::vector> 2022-11-23T02:55:42.0437257Z ] 2022-11-23T02:55:42.0437689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0438096Z with 2022-11-23T02:55:42.0438273Z [ 2022-11-23T02:55:42.0438513Z T=std::vector> 2022-11-23T02:55:42.0438727Z ] 2022-11-23T02:55:42.0439201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0439708Z with 2022-11-23T02:55:42.0439884Z [ 2022-11-23T02:55:42.0440125Z T=std::vector> 2022-11-23T02:55:42.0440414Z ] 2022-11-23T02:55:42.0440913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0441355Z with 2022-11-23T02:55:42.0441534Z [ 2022-11-23T02:55:42.0441771Z T=std::vector> 2022-11-23T02:55:42.0441998Z ] 2022-11-23T02:55:42.0442457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0442879Z with 2022-11-23T02:55:42.0443033Z [ 2022-11-23T02:55:42.0443218Z T=c10::SymInt 2022-11-23T02:55:42.0443400Z ] 2022-11-23T02:55:42.0443853Z 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:55:42.0444269Z with 2022-11-23T02:55:42.0444519Z [ 2022-11-23T02:55:42.0444687Z T=c10::SymInt 2022-11-23T02:55:42.0444876Z ] 2022-11-23T02:55:42.0445358Z 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:55:42.0446295Z 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:55:42.0447070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0447547Z with 2022-11-23T02:55:42.0447723Z [ 2022-11-23T02:55:42.0447948Z T=std::vector> 2022-11-23T02:55:42.0448178Z ] 2022-11-23T02:55:42.0448595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0448978Z with 2022-11-23T02:55:42.0449206Z [ 2022-11-23T02:55:42.0449455Z T=c10::either 2022-11-23T02:55:42.0449672Z ] 2022-11-23T02:55:42.0450100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0450504Z with 2022-11-23T02:55:42.0450678Z [ 2022-11-23T02:55:42.0450922Z T=c10::either 2022-11-23T02:55:42.0451159Z ] 2022-11-23T02:55:42.0451671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0452108Z with 2022-11-23T02:55:42.0452331Z [ 2022-11-23T02:55:42.0452580Z T=c10::either 2022-11-23T02:55:42.0452929Z ] 2022-11-23T02:55:42.0453431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0453875Z with 2022-11-23T02:55:42.0454053Z [ 2022-11-23T02:55:42.0454298Z T=c10::either 2022-11-23T02:55:42.0454537Z ] 2022-11-23T02:55:42.0455021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0455795Z 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:55:42.0456549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0456962Z with 2022-11-23T02:55:42.0457118Z [ 2022-11-23T02:55:42.0457366Z T=c10::either 2022-11-23T02:55:42.0457645Z ] 2022-11-23T02:55:42.0458077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0458579Z with 2022-11-23T02:55:42.0458735Z [ 2022-11-23T02:55:42.0458939Z T=at::StepCallbacks 2022-11-23T02:55:42.0459135Z ] 2022-11-23T02:55:42.0459572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0459972Z with 2022-11-23T02:55:42.0460146Z [ 2022-11-23T02:55:42.0460326Z T=at::StepCallbacks 2022-11-23T02:55:42.0460521Z ] 2022-11-23T02:55:42.0460991Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0461430Z with 2022-11-23T02:55:42.0461606Z [ 2022-11-23T02:55:42.0461800Z T=at::StepCallbacks 2022-11-23T02:55:42.0461973Z ] 2022-11-23T02:55:42.0462527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0462988Z with 2022-11-23T02:55:42.0463161Z [ 2022-11-23T02:55:42.0463357Z T=at::StepCallbacks 2022-11-23T02:55:42.0463548Z ] 2022-11-23T02:55:42.0464039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0464802Z 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:55:42.0465507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0465923Z with 2022-11-23T02:55:42.0466106Z [ 2022-11-23T02:55:42.0466303Z T=at::StepCallbacks 2022-11-23T02:55:42.0466498Z ] 2022-11-23T02:55:42.0466899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0467282Z with 2022-11-23T02:55:42.0467454Z [ 2022-11-23T02:55:42.0467643Z T=c10::DimVector 2022-11-23T02:55:42.0467833Z ] 2022-11-23T02:55:42.0468247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0468653Z with 2022-11-23T02:55:42.0468822Z [ 2022-11-23T02:55:42.0469010Z T=c10::DimVector 2022-11-23T02:55:42.0469196Z ] 2022-11-23T02:55:42.0469720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0470156Z with 2022-11-23T02:55:42.0470356Z [ 2022-11-23T02:55:42.0470551Z T=c10::DimVector 2022-11-23T02:55:42.0470738Z ] 2022-11-23T02:55:42.0471232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0471748Z with 2022-11-23T02:55:42.0471901Z [ 2022-11-23T02:55:42.0472090Z T=c10::DimVector 2022-11-23T02:55:42.0472280Z ] 2022-11-23T02:55:42.0472724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0473406Z 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:55:42.0474093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0474516Z with 2022-11-23T02:55:42.0474672Z [ 2022-11-23T02:55:42.0474860Z T=c10::DimVector 2022-11-23T02:55:42.0475046Z ] 2022-11-23T02:55:42.0475462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0475900Z with 2022-11-23T02:55:42.0476072Z [ 2022-11-23T02:55:42.0476373Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:42.0476579Z ] 2022-11-23T02:55:42.0477014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0477411Z with 2022-11-23T02:55:42.0477585Z [ 2022-11-23T02:55:42.0477774Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:42.0477976Z ] 2022-11-23T02:55:42.0478442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0478879Z with 2022-11-23T02:55:42.0479053Z [ 2022-11-23T02:55:42.0479259Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:42.0479443Z ] 2022-11-23T02:55:42.0479944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0480394Z with 2022-11-23T02:55:42.0480567Z [ 2022-11-23T02:55:42.0480771Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:42.0480977Z ] 2022-11-23T02:55:42.0481411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0482243Z 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:55:42.0482982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0483390Z with 2022-11-23T02:55:42.0483563Z [ 2022-11-23T02:55:42.0483770Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:42.0483972Z ] 2022-11-23T02:55:42.0484369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0484818Z with 2022-11-23T02:55:42.0484994Z [ 2022-11-23T02:55:42.0485249Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:42.0485490Z ] 2022-11-23T02:55:42.0485923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0486321Z with 2022-11-23T02:55:42.0486522Z [ 2022-11-23T02:55:42.0486803Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:42.0487074Z ] 2022-11-23T02:55:42.0487626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0499952Z with 2022-11-23T02:55:42.0500132Z [ 2022-11-23T02:55:42.0500472Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:42.0500717Z ] 2022-11-23T02:55:42.0501223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0501684Z with 2022-11-23T02:55:42.0502025Z [ 2022-11-23T02:55:42.0502260Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:42.0502488Z ] 2022-11-23T02:55:42.0502966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0503746Z 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:55:42.0504495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0504911Z with 2022-11-23T02:55:42.0505079Z [ 2022-11-23T02:55:42.0505310Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:42.0505537Z ] 2022-11-23T02:55:42.0506014Z 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:55:42.0506649Z 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:55:42.0507229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0507610Z with 2022-11-23T02:55:42.0507778Z [ 2022-11-23T02:55:42.0507980Z T=std::tuple 2022-11-23T02:55:42.0508187Z ] 2022-11-23T02:55:42.0508620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0509017Z with 2022-11-23T02:55:42.0509182Z [ 2022-11-23T02:55:42.0509400Z T=std::tuple 2022-11-23T02:55:42.0509594Z ] 2022-11-23T02:55:42.0510055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0510563Z with 2022-11-23T02:55:42.0510731Z [ 2022-11-23T02:55:42.0510946Z T=std::tuple 2022-11-23T02:55:42.0511152Z ] 2022-11-23T02:55:42.0511689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0512143Z with 2022-11-23T02:55:42.0512362Z [ 2022-11-23T02:55:42.0512578Z T=std::tuple 2022-11-23T02:55:42.0512788Z ] 2022-11-23T02:55:42.0513244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0513982Z 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:55:42.0514748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0515143Z with 2022-11-23T02:55:42.0515312Z [ 2022-11-23T02:55:42.0515530Z T=std::tuple 2022-11-23T02:55:42.0515737Z ] 2022-11-23T02:55:42.0516143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0516518Z with 2022-11-23T02:55:42.0516670Z [ 2022-11-23T02:55:42.0516869Z T=torch::jit::SourceRange 2022-11-23T02:55:42.0517063Z ] 2022-11-23T02:55:42.0517487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0517947Z with 2022-11-23T02:55:42.0518097Z [ 2022-11-23T02:55:42.0518347Z T=torch::jit::SourceRange 2022-11-23T02:55:42.0518541Z ] 2022-11-23T02:55:42.0519004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0519430Z with 2022-11-23T02:55:42.0519594Z [ 2022-11-23T02:55:42.0519773Z T=torch::jit::SourceRange 2022-11-23T02:55:42.0519964Z ] 2022-11-23T02:55:42.0520452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0520899Z with 2022-11-23T02:55:42.0521066Z [ 2022-11-23T02:55:42.0521261Z T=torch::jit::SourceRange 2022-11-23T02:55:42.0521437Z ] 2022-11-23T02:55:42.0521888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0522591Z 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:55:42.0523298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0523824Z with 2022-11-23T02:55:42.0523991Z [ 2022-11-23T02:55:42.0524189Z T=torch::jit::SourceRange 2022-11-23T02:55:42.0524418Z ] 2022-11-23T02:55:42.0524833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0525212Z with 2022-11-23T02:55:42.0525379Z [ 2022-11-23T02:55:42.0525589Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:42.0525796Z ] 2022-11-23T02:55:42.0526202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0526592Z with 2022-11-23T02:55:42.0526760Z [ 2022-11-23T02:55:42.0526970Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:42.0527175Z ] 2022-11-23T02:55:42.0527635Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0528099Z with 2022-11-23T02:55:42.0528266Z [ 2022-11-23T02:55:42.0528474Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:42.0528668Z ] 2022-11-23T02:55:42.0529146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0529636Z with 2022-11-23T02:55:42.0529798Z [ 2022-11-23T02:55:42.0529996Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:42.0530191Z ] 2022-11-23T02:55:42.0530692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0531405Z 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:55:42.0532106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0532505Z with 2022-11-23T02:55:42.0532653Z [ 2022-11-23T02:55:42.0532953Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:42.0533155Z ] 2022-11-23T02:55:42.0533562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0533938Z with 2022-11-23T02:55:42.0534104Z [ 2022-11-23T02:55:42.0534291Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:42.0534493Z ] 2022-11-23T02:55:42.0534919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0535299Z with 2022-11-23T02:55:42.0535462Z [ 2022-11-23T02:55:42.0535718Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:42.0535916Z ] 2022-11-23T02:55:42.0536435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0536918Z with 2022-11-23T02:55:42.0537079Z [ 2022-11-23T02:55:42.0537278Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:42.0537462Z ] 2022-11-23T02:55:42.0537948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0538395Z with 2022-11-23T02:55:42.0538557Z [ 2022-11-23T02:55:42.0538758Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:42.0538960Z ] 2022-11-23T02:55:42.0539401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0540114Z 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:55:42.0540858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0541266Z with 2022-11-23T02:55:42.0541430Z [ 2022-11-23T02:55:42.0541678Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:42.0541899Z ] 2022-11-23T02:55:42.0542320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0542704Z with 2022-11-23T02:55:42.0542864Z [ 2022-11-23T02:55:42.0543052Z T=torch::jit::ScopePtr 2022-11-23T02:55:42.0543236Z ] 2022-11-23T02:55:42.0543655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0544028Z with 2022-11-23T02:55:42.0544189Z [ 2022-11-23T02:55:42.0544379Z T=torch::jit::ScopePtr 2022-11-23T02:55:42.0544555Z ] 2022-11-23T02:55:42.0545014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0545435Z with 2022-11-23T02:55:42.0545579Z [ 2022-11-23T02:55:42.0545755Z T=torch::jit::ScopePtr 2022-11-23T02:55:42.0545938Z ] 2022-11-23T02:55:42.0546416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0546866Z with 2022-11-23T02:55:42.0547031Z [ 2022-11-23T02:55:42.0547204Z T=torch::jit::ScopePtr 2022-11-23T02:55:42.0547392Z ] 2022-11-23T02:55:42.0547889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0548620Z 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:55:42.0549309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0549773Z with 2022-11-23T02:55:42.0549941Z [ 2022-11-23T02:55:42.0550116Z T=torch::jit::ScopePtr 2022-11-23T02:55:42.0550303Z ] 2022-11-23T02:55:42.0550715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0551090Z with 2022-11-23T02:55:42.0551258Z [ 2022-11-23T02:55:42.0551447Z T=at::ThreadLocalState 2022-11-23T02:55:42.0551622Z ] 2022-11-23T02:55:42.0552041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0552434Z with 2022-11-23T02:55:42.0552599Z [ 2022-11-23T02:55:42.0552798Z T=at::ThreadLocalState 2022-11-23T02:55:42.0552973Z ] 2022-11-23T02:55:42.0553433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0553929Z with 2022-11-23T02:55:42.0554094Z [ 2022-11-23T02:55:42.0554388Z T=at::ThreadLocalState 2022-11-23T02:55:42.0554584Z ] 2022-11-23T02:55:42.0555064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0555513Z with 2022-11-23T02:55:42.0555679Z [ 2022-11-23T02:55:42.0555871Z T=at::ThreadLocalState 2022-11-23T02:55:42.0556064Z ] 2022-11-23T02:55:42.0556514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0557218Z 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:55:42.0557928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0558319Z with 2022-11-23T02:55:42.0558486Z [ 2022-11-23T02:55:42.0558682Z T=at::ThreadLocalState 2022-11-23T02:55:42.0558872Z ] 2022-11-23T02:55:42.0559279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0559657Z with 2022-11-23T02:55:42.0559864Z [ 2022-11-23T02:55:42.0560074Z T=std::shared_ptr 2022-11-23T02:55:42.0560281Z ] 2022-11-23T02:55:42.0560758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0561152Z with 2022-11-23T02:55:42.0561302Z [ 2022-11-23T02:55:42.0561509Z T=std::shared_ptr 2022-11-23T02:55:42.0561708Z ] 2022-11-23T02:55:42.0562171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0562648Z with 2022-11-23T02:55:42.0562812Z [ 2022-11-23T02:55:42.0563006Z T=std::shared_ptr 2022-11-23T02:55:42.0563207Z ] 2022-11-23T02:55:42.0563695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0564146Z with 2022-11-23T02:55:42.0564312Z [ 2022-11-23T02:55:42.0564521Z T=std::shared_ptr 2022-11-23T02:55:42.0564707Z ] 2022-11-23T02:55:42.0565157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0565899Z 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:55:42.0566676Z 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:55:42.0567458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0567873Z with 2022-11-23T02:55:42.0568038Z [ 2022-11-23T02:55:42.0568250Z T=std::shared_ptr 2022-11-23T02:55:42.0568444Z ] 2022-11-23T02:55:42.0568850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0569228Z with 2022-11-23T02:55:42.0569395Z [ 2022-11-23T02:55:42.0569591Z T=torch::jit::GraphExecutor 2022-11-23T02:55:42.0569787Z ] 2022-11-23T02:55:42.0570194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0570589Z with 2022-11-23T02:55:42.0570753Z [ 2022-11-23T02:55:42.0570947Z T=torch::jit::GraphExecutor 2022-11-23T02:55:42.0571145Z ] 2022-11-23T02:55:42.0571606Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0572082Z with 2022-11-23T02:55:42.0572249Z [ 2022-11-23T02:55:42.0572493Z T=torch::jit::GraphExecutor 2022-11-23T02:55:42.0572791Z ] 2022-11-23T02:55:42.0573284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0573730Z with 2022-11-23T02:55:42.0573880Z [ 2022-11-23T02:55:42.0574076Z T=torch::jit::GraphExecutor 2022-11-23T02:55:42.0574269Z ] 2022-11-23T02:55:42.0574713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0575393Z 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:55:42.0576177Z 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:55:42.0576893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0577307Z with 2022-11-23T02:55:42.0577459Z [ 2022-11-23T02:55:42.0577654Z T=torch::jit::GraphExecutor 2022-11-23T02:55:42.0577917Z ] 2022-11-23T02:55:42.0578326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0578767Z with 2022-11-23T02:55:42.0578920Z [ 2022-11-23T02:55:42.0579106Z T=torch::jit::Method 2022-11-23T02:55:42.0579290Z ] 2022-11-23T02:55:42.0579716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0580105Z with 2022-11-23T02:55:42.0580323Z [ 2022-11-23T02:55:42.0580493Z T=torch::jit::Method 2022-11-23T02:55:42.0580680Z ] 2022-11-23T02:55:42.0581139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0581566Z with 2022-11-23T02:55:42.0581731Z [ 2022-11-23T02:55:42.0581916Z T=torch::jit::Method 2022-11-23T02:55:42.0582085Z ] 2022-11-23T02:55:42.0582573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0583023Z with 2022-11-23T02:55:42.0583189Z [ 2022-11-23T02:55:42.0583375Z T=torch::jit::Method 2022-11-23T02:55:42.0583561Z ] 2022-11-23T02:55:42.0584035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0584764Z 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:55:42.0585451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0585865Z with 2022-11-23T02:55:42.0586030Z [ 2022-11-23T02:55:42.0586216Z T=torch::jit::Method 2022-11-23T02:55:42.0586402Z ] 2022-11-23T02:55:42.0586794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0587168Z with 2022-11-23T02:55:42.0587337Z [ 2022-11-23T02:55:42.0587576Z T=std::vector> 2022-11-23T02:55:42.0587799Z ] 2022-11-23T02:55:42.0588223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0589229Z with 2022-11-23T02:55:42.0589396Z [ 2022-11-23T02:55:42.0589633Z T=std::vector> 2022-11-23T02:55:42.0589905Z ] 2022-11-23T02:55:42.0590400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0590836Z with 2022-11-23T02:55:42.0591043Z [ 2022-11-23T02:55:42.0591278Z T=std::vector> 2022-11-23T02:55:42.0591503Z ] 2022-11-23T02:55:42.0591996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0592447Z with 2022-11-23T02:55:42.0592615Z [ 2022-11-23T02:55:42.0592833Z T=std::vector> 2022-11-23T02:55:42.0593053Z ] 2022-11-23T02:55:42.0593596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0594341Z 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:55:42.0595051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0595457Z with 2022-11-23T02:55:42.0595626Z [ 2022-11-23T02:55:42.0595845Z T=std::vector> 2022-11-23T02:55:42.0596067Z ] 2022-11-23T02:55:42.0596435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0596508Z with 2022-11-23T02:55:42.0596577Z [ 2022-11-23T02:55:42.0596748Z T=std::function 2022-11-23T02:55:42.0596813Z ] 2022-11-23T02:55:42.0597197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0597267Z with 2022-11-23T02:55:42.0597331Z [ 2022-11-23T02:55:42.0597497Z T=std::function 2022-11-23T02:55:42.0597566Z ] 2022-11-23T02:55:42.0597931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0597999Z with 2022-11-23T02:55:42.0598065Z [ 2022-11-23T02:55:42.0598219Z T=std::function 2022-11-23T02:55:42.0598286Z ] 2022-11-23T02:55:42.0598677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0598744Z with 2022-11-23T02:55:42.0598808Z [ 2022-11-23T02:55:42.0598974Z T=std::function 2022-11-23T02:55:42.0599101Z ] 2022-11-23T02:55:42.0599502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0599923Z 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:55:42.0600271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0600340Z with 2022-11-23T02:55:42.0600405Z [ 2022-11-23T02:55:42.0600574Z T=std::function 2022-11-23T02:55:42.0600641Z ] 2022-11-23T02:55:42.0600954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0601020Z with 2022-11-23T02:55:42.0601130Z [ 2022-11-23T02:55:42.0601327Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:42.0601394Z ] 2022-11-23T02:55:42.0601718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0601787Z with 2022-11-23T02:55:42.0601836Z [ 2022-11-23T02:55:42.0602026Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:42.0602092Z ] 2022-11-23T02:55:42.0602508Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0602579Z with 2022-11-23T02:55:42.0602642Z [ 2022-11-23T02:55:42.0602834Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:42.0602899Z ] 2022-11-23T02:55:42.0603345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0603415Z with 2022-11-23T02:55:42.0603479Z [ 2022-11-23T02:55:42.0603669Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:42.0603737Z ] 2022-11-23T02:55:42.0604162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:42.0604625Z 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:55:42.0604964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0605035Z with 2022-11-23T02:55:42.0605099Z [ 2022-11-23T02:55:42.0605294Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:42.0605420Z ] 2022-11-23T02:55:42.0605718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0605785Z with 2022-11-23T02:55:42.0605849Z [ 2022-11-23T02:55:42.0605980Z T=std::vector> 2022-11-23T02:55:42.0606046Z ] 2022-11-23T02:55:42.0606365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0606435Z with 2022-11-23T02:55:42.0606497Z [ 2022-11-23T02:55:42.0606627Z T=std::vector> 2022-11-23T02:55:42.0606691Z ] 2022-11-23T02:55:42.0607054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0607124Z with 2022-11-23T02:55:42.0607187Z [ 2022-11-23T02:55:42.0607316Z T=std::vector> 2022-11-23T02:55:42.0607380Z ] 2022-11-23T02:55:42.0607821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0607890Z with 2022-11-23T02:55:42.0607940Z [ 2022-11-23T02:55:42.0608068Z T=std::vector> 2022-11-23T02:55:42.0608133Z ] 2022-11-23T02:55:42.0608551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0608622Z with 2022-11-23T02:55:42.0608686Z [ 2022-11-23T02:55:42.0608760Z T=double 2022-11-23T02:55:42.0608826Z ] 2022-11-23T02:55:42.0609278Z 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:55:42.0609348Z with 2022-11-23T02:55:42.0609412Z [ 2022-11-23T02:55:42.0609484Z T=double 2022-11-23T02:55:42.0609548Z ] 2022-11-23T02:55:42.0609891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0609960Z with 2022-11-23T02:55:42.0610010Z [ 2022-11-23T02:55:42.0610135Z T=std::vector> 2022-11-23T02:55:42.0610200Z ] 2022-11-23T02:55:42.0610514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0610583Z with 2022-11-23T02:55:42.0610647Z [ 2022-11-23T02:55:42.0610764Z T=std::tuple 2022-11-23T02:55:42.0610827Z ] 2022-11-23T02:55:42.0611154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0611222Z with 2022-11-23T02:55:42.0611287Z [ 2022-11-23T02:55:42.0611400Z T=std::tuple 2022-11-23T02:55:42.0611517Z ] 2022-11-23T02:55:42.0611885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0611952Z with 2022-11-23T02:55:42.0612002Z [ 2022-11-23T02:55:42.0612117Z T=std::tuple 2022-11-23T02:55:42.0612181Z ] 2022-11-23T02:55:42.0612571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0612642Z with 2022-11-23T02:55:42.0612794Z [ 2022-11-23T02:55:42.0612910Z T=std::tuple 2022-11-23T02:55:42.0612972Z ] 2022-11-23T02:55:42.0613327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:42.0613771Z 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:55:42.0614115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0614184Z with 2022-11-23T02:55:42.0614247Z [ 2022-11-23T02:55:42.0614358Z T=std::tuple 2022-11-23T02:55:42.0614421Z ] 2022-11-23T02:55:42.0614733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0614801Z with 2022-11-23T02:55:42.0614866Z [ 2022-11-23T02:55:42.0614987Z T=std::vector> 2022-11-23T02:55:42.0615051Z ] 2022-11-23T02:55:42.0615382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:42.0615450Z with 2022-11-23T02:55:42.0615516Z [ 2022-11-23T02:55:42.0615654Z T=std::vector> 2022-11-23T02:55:42.0615719Z ] 2022-11-23T02:55:42.0616083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:42.0616151Z with 2022-11-23T02:55:42.0616213Z [ 2022-11-23T02:55:42.0616348Z T=std::vector> 2022-11-23T02:55:42.0616412Z ] 2022-11-23T02:55:42.0616805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:42.0616876Z with 2022-11-23T02:55:42.0616940Z [ 2022-11-23T02:55:42.0617075Z T=std::vector> 2022-11-23T02:55:42.0617126Z ] 2022-11-23T02:55:42.0617494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:42.0617941Z 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:55:42.0618306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:42.0618363Z with 2022-11-23T02:55:42.0618426Z [ 2022-11-23T02:55:42.0618560Z T=std::vector> 2022-11-23T02:55:42.0618624Z ] 2022-11-23T02:55:42.0618888Z 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:55:42.0619143Z 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:55:42.0619474Z 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:55:42.0619815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:55:42.0619889Z with 2022-11-23T02:55:42.0619959Z [ 2022-11-23T02:55:42.0620100Z scalar_t=float 2022-11-23T02:55:42.0620165Z ] 2022-11-23T02:55:42.0620508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0620579Z with 2022-11-23T02:55:42.0620642Z [ 2022-11-23T02:55:42.0620727Z scalar_t=float 2022-11-23T02:55:42.0620776Z ] 2022-11-23T02:55:42.0621057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:55:42.0621125Z with 2022-11-23T02:55:42.0621188Z [ 2022-11-23T02:55:42.0621270Z scalar_t=float 2022-11-23T02:55:42.0621334Z ] 2022-11-23T02:55:42.0621680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0621748Z with 2022-11-23T02:55:42.0621814Z [ 2022-11-23T02:55:42.0621893Z scalar_t=float 2022-11-23T02:55:42.0621957Z ] 2022-11-23T02:55:42.0622248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:55:42.0622319Z with 2022-11-23T02:55:42.0622383Z [ 2022-11-23T02:55:42.0622449Z scalar_t=float 2022-11-23T02:55:42.0622517Z ] 2022-11-23T02:55:42.0622887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:55:42.0622956Z with 2022-11-23T02:55:42.0623021Z [ 2022-11-23T02:55:42.0623100Z scalar_t=float 2022-11-23T02:55:42.0623167Z ] 2022-11-23T02:55:42.0623504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0623570Z with 2022-11-23T02:55:42.0623635Z [ 2022-11-23T02:55:42.0623773Z scalar_t=float 2022-11-23T02:55:42.0623837Z ] 2022-11-23T02:55:42.0624122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:55:42.0624187Z with 2022-11-23T02:55:42.0624252Z [ 2022-11-23T02:55:42.0624309Z T=float 2022-11-23T02:55:42.0624374Z ] 2022-11-23T02:55:42.0624743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:55:42.0624812Z with 2022-11-23T02:55:42.0624875Z [ 2022-11-23T02:55:42.0624945Z T=float 2022-11-23T02:55:42.0625010Z ] 2022-11-23T02:55:42.0625327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:55:42.0625397Z with 2022-11-23T02:55:42.0625460Z [ 2022-11-23T02:55:42.0625529Z T=float 2022-11-23T02:55:42.0625592Z ] 2022-11-23T02:55:42.0626402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:55:42.0626480Z with 2022-11-23T02:55:42.0626530Z [ 2022-11-23T02:55:42.0626598Z T=float 2022-11-23T02:55:42.0626661Z ] 2022-11-23T02:55:42.0627032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:55:42.0627098Z with 2022-11-23T02:55:42.0627163Z [ 2022-11-23T02:55:42.0627234Z T=float 2022-11-23T02:55:42.0627298Z ] 2022-11-23T02:55:42.0627586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:55:42.0627654Z with 2022-11-23T02:55:42.0627719Z [ 2022-11-23T02:55:42.0627800Z scalar_t=float 2022-11-23T02:55:42.0627866Z ] 2022-11-23T02:55:42.0628219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0628284Z with 2022-11-23T02:55:42.0628333Z [ 2022-11-23T02:55:42.0628414Z scalar_t=float 2022-11-23T02:55:42.0628477Z ] 2022-11-23T02:55:42.0628832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0628901Z with 2022-11-23T02:55:42.0628967Z [ 2022-11-23T02:55:42.0629047Z scalar_t=float 2022-11-23T02:55:42.0629110Z ] 2022-11-23T02:55:42.0629393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:55:42.0629461Z with 2022-11-23T02:55:42.0629524Z [ 2022-11-23T02:55:42.0629604Z scalar_t=float 2022-11-23T02:55:42.0629667Z ] 2022-11-23T02:55:42.0629949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:55:42.0630002Z with 2022-11-23T02:55:42.0630065Z [ 2022-11-23T02:55:42.0630142Z scalar_t=float 2022-11-23T02:55:42.0630261Z ] 2022-11-23T02:55:42.0630548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:55:42.0630614Z with 2022-11-23T02:55:42.0630678Z [ 2022-11-23T02:55:42.0630762Z scalar_t=float 2022-11-23T02:55:42.0630826Z ] 2022-11-23T02:55:42.0631179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:55:42.0631249Z with 2022-11-23T02:55:42.0631314Z [ 2022-11-23T02:55:42.0631393Z scalar_t=float 2022-11-23T02:55:42.0631442Z ] 2022-11-23T02:55:42.0631787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:55:42.0631858Z with 2022-11-23T02:55:42.0631924Z [ 2022-11-23T02:55:42.0632003Z scalar_t=float 2022-11-23T02:55:42.0632066Z ] 2022-11-23T02:55:42.0632404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:55:42.0632473Z with 2022-11-23T02:55:42.0632539Z [ 2022-11-23T02:55:42.0632617Z scalar_t=float 2022-11-23T02:55:42.0632681Z ] 2022-11-23T02:55:42.0634168Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:55:42.2474792Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:55:42.2657576Z Generating code 2022-11-23T02:55:44.4658202Z Finished generating code 2022-11-23T02:55:44.6116871Z running install_lib 2022-11-23T02:55:44.6259798Z creating install 2022-11-23T02:55:44.6261975Z creating install\Jenkins 2022-11-23T02:55:44.6263441Z creating install\Jenkins\Miniconda3 2022-11-23T02:55:44.6264855Z creating install\Jenkins\Miniconda3\Lib 2022-11-23T02:55:44.6266191Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-11-23T02:55:44.6269839Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:55:44.6273287Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:55:44.6286272Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:55:44.6298942Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:55:44.6323320Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:55:44.6343152Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-11-23T02:55:44.6353730Z running install_egg_info 2022-11-23T02:55:44.6698104Z running egg_info 2022-11-23T02:55:44.6698538Z creating torch_test_cpp_extension.egg-info 2022-11-23T02:55:44.6774527Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:55:44.6781065Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:55:44.6787821Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:55:44.6800739Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:55:44.6888646Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:55:44.6902455Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:55:44.6907894Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:55:44.6956226Z running install_scripts 2022-11-23T02:55:44.7609582Z Error in atexit._run_exitfuncs: 2022-11-23T02:55:44.7609882Z Traceback (most recent call last): 2022-11-23T02:55:44.7621896Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:55:44.7622330Z return stream.closed 2022-11-23T02:55:44.7622593Z ValueError: underlying buffer has been detached 2022-11-23T02:55:45.1532192Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:55:45.153019] 2022-11-23T02:55:49.4375784Z 2022-11-23T02:55:49.4376530Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-11-23T02:55:49.4377406Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_qld3_wlz) 2022-11-23T02:55:49.4378359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:55:49.4379048Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:55:49.4379380Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:55:49.4379607Z 2022-11-23T02:55:49.4379685Z Running tests... 2022-11-23T02:55:49.4379956Z ---------------------------------------------------------------------- 2022-11-23T02:55:49.4380319Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-11-23T02:55:49.4380671Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.021s) 2022-11-23T02:55:49.4381022Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:55:49.4381389Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:55:49.4381750Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T02:55:49.4382121Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:55:49.4382478Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-11-23T02:55:49.4383017Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T02:55:49.4383411Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.001s) 2022-11-23T02:55:49.4383786Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T02:55:49.4384051Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:55:49.4384341Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T02:55:49.4384644Z test_unregistered (__main__.TestORTTensor) ... ok (0.655s) 2022-11-23T02:55:49.4384920Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T02:55:49.4385189Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-11-23T02:55:49.4385486Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T02:55:49.4385676Z 2022-11-23T02:55:49.4385833Z ---------------------------------------------------------------------- 2022-11-23T02:55:49.4386091Z Ran 15 tests in 0.687s 2022-11-23T02:55:49.4386212Z 2022-11-23T02:55:49.4386287Z OK (skipped=6) 2022-11-23T02:55:49.4386399Z 2022-11-23T02:55:49.4386490Z Generating XML reports... 2022-11-23T02:55:49.4386886Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20221123025548.xml 2022-11-23T02:55:49.4387504Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20221123025548.xml 2022-11-23T02:55:49.4388001Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20221123025548.xml 2022-11-23T02:55:49.4388524Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20221123025548.xml 2022-11-23T02:55:49.4388789Z 2022-11-23T02:55:49.4389041Z ##[endgroup] 2022-11-23T02:55:49.4389438Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_qld3_wlz) 2022-11-23T02:55:49.4389743Z 2022-11-23T02:55:49.4389887Z Running test_cpp_extensions_aot_no_ninja ... [2022-11-23 02:55:49.436030] 2022-11-23T02:55:51.9836436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:55:51.9837231Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:55:51.9837587Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:55:52.1366123Z running install 2022-11-23T02:55:52.1370971Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T02:55:52.1371453Z warnings.warn( 2022-11-23T02:55:52.1491788Z running build 2022-11-23T02:55:52.1491995Z running build_py 2022-11-23T02:55:52.1583501Z creating build 2022-11-23T02:55:52.1585654Z creating build\lib.win-amd64-cpython-39 2022-11-23T02:55:52.1587506Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:55:52.1590366Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T02:55:52.1597813Z running build_ext 2022-11-23T02:55:52.1611674Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T02:55:52.1624149Z creating build\temp.win-amd64-cpython-39 2022-11-23T02:55:52.1627621Z creating build\temp.win-amd64-cpython-39\Release 2022-11-23T02:55:52.1641422Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:55:52.1762019Z extension.cpp 2022-11-23T02:55:52.1975183Z 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:55:53.0111962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.0112402Z with 2022-11-23T02:55:53.0112575Z [ 2022-11-23T02:55:53.0112761Z T=c10::SymInt 2022-11-23T02:55:53.0112939Z ] 2022-11-23T02:55:53.0113375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.0113784Z with 2022-11-23T02:55:53.0114012Z [ 2022-11-23T02:55:53.0114190Z T=c10::SymInt 2022-11-23T02:55:53.0114364Z ] 2022-11-23T02:55:53.0114874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.0115310Z with 2022-11-23T02:55:53.0115476Z [ 2022-11-23T02:55:53.0115652Z T=c10::SymInt 2022-11-23T02:55:53.0115828Z ] 2022-11-23T02:55:53.0116327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.0116786Z with 2022-11-23T02:55:53.0116934Z [ 2022-11-23T02:55:53.0117112Z T=c10::SymInt 2022-11-23T02:55:53.0117285Z ] 2022-11-23T02:55:53.0117713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.0118371Z 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:55:53.0119047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.0119449Z with 2022-11-23T02:55:53.0119600Z [ 2022-11-23T02:55:53.0119778Z T=c10::SymInt 2022-11-23T02:55:53.0119955Z ] 2022-11-23T02:55:53.0512294Z 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:55:53.0741892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.0742349Z with 2022-11-23T02:55:53.0742533Z [ 2022-11-23T02:55:53.0742760Z T=at::Generator 2022-11-23T02:55:53.0742955Z ] 2022-11-23T02:55:53.0743398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.0743777Z with 2022-11-23T02:55:53.0743948Z [ 2022-11-23T02:55:53.0744134Z T=at::Generator 2022-11-23T02:55:53.0744316Z ] 2022-11-23T02:55:53.0744781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.0745231Z with 2022-11-23T02:55:53.0745394Z [ 2022-11-23T02:55:53.0745562Z T=at::Generator 2022-11-23T02:55:53.0745747Z ] 2022-11-23T02:55:53.0746403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.0746860Z with 2022-11-23T02:55:53.0747028Z [ 2022-11-23T02:55:53.0747213Z T=at::Generator 2022-11-23T02:55:53.0747381Z ] 2022-11-23T02:55:53.0747811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.0748485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:55:53.0749184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.0749596Z with 2022-11-23T02:55:53.0749763Z [ 2022-11-23T02:55:53.0749945Z T=at::Generator 2022-11-23T02:55:53.0750116Z ] 2022-11-23T02:55:53.1158560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.1158982Z with 2022-11-23T02:55:53.1159171Z [ 2022-11-23T02:55:53.1159365Z T=at::TensorBase 2022-11-23T02:55:53.1159561Z ] 2022-11-23T02:55:53.1160030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.1160424Z with 2022-11-23T02:55:53.1160592Z [ 2022-11-23T02:55:53.1160833Z T=at::TensorBase 2022-11-23T02:55:53.1161016Z ] 2022-11-23T02:55:53.1161484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.1161924Z with 2022-11-23T02:55:53.1162076Z [ 2022-11-23T02:55:53.1162263Z T=at::TensorBase 2022-11-23T02:55:53.1162442Z ] 2022-11-23T02:55:53.1162946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.1163591Z with 2022-11-23T02:55:53.1163758Z [ 2022-11-23T02:55:53.1163927Z T=at::TensorBase 2022-11-23T02:55:53.1164106Z ] 2022-11-23T02:55:53.1164546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.1165218Z 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:55:53.1165905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.1166376Z with 2022-11-23T02:55:53.1166540Z [ 2022-11-23T02:55:53.1166739Z T=at::TensorBase 2022-11-23T02:55:53.1166938Z ] 2022-11-23T02:55:53.3849269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.3849721Z with 2022-11-23T02:55:53.3849896Z [ 2022-11-23T02:55:53.3850100Z T=at::Tensor 2022-11-23T02:55:53.3850263Z ] 2022-11-23T02:55:53.3850702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.3851104Z with 2022-11-23T02:55:53.3851328Z [ 2022-11-23T02:55:53.3851514Z T=at::Tensor 2022-11-23T02:55:53.3851680Z ] 2022-11-23T02:55:53.3852203Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.3852646Z with 2022-11-23T02:55:53.3852812Z [ 2022-11-23T02:55:53.3853080Z T=at::Tensor 2022-11-23T02:55:53.3853257Z ] 2022-11-23T02:55:53.3853758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.3854202Z with 2022-11-23T02:55:53.3854370Z [ 2022-11-23T02:55:53.3854548Z T=at::Tensor 2022-11-23T02:55:53.3854727Z ] 2022-11-23T02:55:53.3855158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.3855815Z 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:55:53.3856502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.3856896Z with 2022-11-23T02:55:53.3857061Z [ 2022-11-23T02:55:53.3857236Z T=at::Tensor 2022-11-23T02:55:53.3857408Z ] 2022-11-23T02:55:53.3887052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.3887610Z with 2022-11-23T02:55:53.3887762Z [ 2022-11-23T02:55:53.3887944Z T=c10::Scalar 2022-11-23T02:55:53.3888120Z ] 2022-11-23T02:55:53.3888536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.3888931Z with 2022-11-23T02:55:53.3889092Z [ 2022-11-23T02:55:53.3889250Z T=c10::Scalar 2022-11-23T02:55:53.3889423Z ] 2022-11-23T02:55:53.3889892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.3890322Z with 2022-11-23T02:55:53.3890485Z [ 2022-11-23T02:55:53.3890657Z T=c10::Scalar 2022-11-23T02:55:53.3890819Z ] 2022-11-23T02:55:53.3891308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.3891760Z with 2022-11-23T02:55:53.3891921Z [ 2022-11-23T02:55:53.3892164Z T=c10::Scalar 2022-11-23T02:55:53.3892340Z ] 2022-11-23T02:55:53.3892753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.3893507Z 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:55:53.3894187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.3894598Z with 2022-11-23T02:55:53.3894767Z [ 2022-11-23T02:55:53.3894947Z T=c10::Scalar 2022-11-23T02:55:53.3895126Z ] 2022-11-23T02:55:53.5538046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.5538535Z with 2022-11-23T02:55:53.5538712Z [ 2022-11-23T02:55:53.5538899Z T=std::string 2022-11-23T02:55:53.5539140Z ] 2022-11-23T02:55:53.5539580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.5539981Z with 2022-11-23T02:55:53.5540141Z [ 2022-11-23T02:55:53.5540325Z T=std::string 2022-11-23T02:55:53.5540502Z ] 2022-11-23T02:55:53.5540966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.5541409Z with 2022-11-23T02:55:53.5541558Z [ 2022-11-23T02:55:53.5541735Z T=std::string 2022-11-23T02:55:53.5541916Z ] 2022-11-23T02:55:53.5542403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.5542854Z with 2022-11-23T02:55:53.5543015Z [ 2022-11-23T02:55:53.5543175Z T=std::string 2022-11-23T02:55:53.5543528Z ] 2022-11-23T02:55:53.5543962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.5544662Z 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:55:53.5546915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.5547339Z with 2022-11-23T02:55:53.5547508Z [ 2022-11-23T02:55:53.5547689Z T=std::string 2022-11-23T02:55:53.5547852Z ] 2022-11-23T02:55:53.5728564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.5728964Z with 2022-11-23T02:55:53.5729130Z [ 2022-11-23T02:55:53.5729321Z T=c10::QualifiedName 2022-11-23T02:55:53.5729508Z ] 2022-11-23T02:55:53.5730084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.5730485Z with 2022-11-23T02:55:53.5730651Z [ 2022-11-23T02:55:53.5730840Z T=c10::QualifiedName 2022-11-23T02:55:53.5731040Z ] 2022-11-23T02:55:53.5731507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.5731923Z with 2022-11-23T02:55:53.5732092Z [ 2022-11-23T02:55:53.5732280Z T=c10::QualifiedName 2022-11-23T02:55:53.5732464Z ] 2022-11-23T02:55:53.5733028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.5733485Z with 2022-11-23T02:55:53.5733633Z [ 2022-11-23T02:55:53.5733825Z T=c10::QualifiedName 2022-11-23T02:55:53.5734006Z ] 2022-11-23T02:55:53.5734442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.5735131Z 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:55:53.5735815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.5736220Z with 2022-11-23T02:55:53.5736371Z [ 2022-11-23T02:55:53.5736560Z T=c10::QualifiedName 2022-11-23T02:55:53.5736753Z ] 2022-11-23T02:55:53.6279679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6280080Z with 2022-11-23T02:55:53.6280252Z [ 2022-11-23T02:55:53.6280509Z T=std::shared_ptr 2022-11-23T02:55:53.6280731Z ] 2022-11-23T02:55:53.6281168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.6281747Z with 2022-11-23T02:55:53.6281970Z [ 2022-11-23T02:55:53.6282209Z T=std::shared_ptr 2022-11-23T02:55:53.6282428Z ] 2022-11-23T02:55:53.6282955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.6283402Z with 2022-11-23T02:55:53.6283566Z [ 2022-11-23T02:55:53.6283781Z T=std::shared_ptr 2022-11-23T02:55:53.6283997Z ] 2022-11-23T02:55:53.6284494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.6284948Z with 2022-11-23T02:55:53.6285113Z [ 2022-11-23T02:55:53.6285342Z T=std::shared_ptr 2022-11-23T02:55:53.6285555Z ] 2022-11-23T02:55:53.6286094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:53.6286824Z 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:55:53.6287537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6287952Z with 2022-11-23T02:55:53.6288120Z [ 2022-11-23T02:55:53.6288350Z T=std::shared_ptr 2022-11-23T02:55:53.6288570Z ] 2022-11-23T02:55:53.6307466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6307857Z with 2022-11-23T02:55:53.6308023Z [ 2022-11-23T02:55:53.6308249Z T=std::weak_ptr 2022-11-23T02:55:53.6308466Z ] 2022-11-23T02:55:53.6308889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.6309288Z with 2022-11-23T02:55:53.6309439Z [ 2022-11-23T02:55:53.6309665Z T=std::weak_ptr 2022-11-23T02:55:53.6309890Z ] 2022-11-23T02:55:53.6310352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.6310778Z with 2022-11-23T02:55:53.6310945Z [ 2022-11-23T02:55:53.6311158Z T=std::weak_ptr 2022-11-23T02:55:53.6311369Z ] 2022-11-23T02:55:53.6311857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.6312300Z with 2022-11-23T02:55:53.6312462Z [ 2022-11-23T02:55:53.6312682Z T=std::weak_ptr 2022-11-23T02:55:53.6312989Z ] 2022-11-23T02:55:53.6313456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:53.6314185Z 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:55:53.6314890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6315297Z with 2022-11-23T02:55:53.6315464Z [ 2022-11-23T02:55:53.6315693Z T=std::weak_ptr 2022-11-23T02:55:53.6315904Z ] 2022-11-23T02:55:53.6924733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6925171Z with 2022-11-23T02:55:53.6925345Z [ 2022-11-23T02:55:53.6925612Z T=std::vector> 2022-11-23T02:55:53.6925889Z ] 2022-11-23T02:55:53.6926540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.6926928Z with 2022-11-23T02:55:53.6927096Z [ 2022-11-23T02:55:53.6927355Z T=std::vector> 2022-11-23T02:55:53.6927596Z ] 2022-11-23T02:55:53.6928065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.6928513Z with 2022-11-23T02:55:53.6928662Z [ 2022-11-23T02:55:53.6928912Z T=std::vector> 2022-11-23T02:55:53.6929223Z ] 2022-11-23T02:55:53.6929760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.6930257Z with 2022-11-23T02:55:53.6930475Z [ 2022-11-23T02:55:53.6930772Z T=std::vector> 2022-11-23T02:55:53.6931022Z ] 2022-11-23T02:55:53.6931553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:53.6932360Z 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:55:53.6933243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.6933704Z with 2022-11-23T02:55:53.6933918Z [ 2022-11-23T02:55:53.6934226Z T=std::vector> 2022-11-23T02:55:53.6934477Z ] 2022-11-23T02:55:53.7049762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7062250Z with 2022-11-23T02:55:53.7062445Z [ 2022-11-23T02:55:53.7062774Z T=std::vector> 2022-11-23T02:55:53.7062991Z ] 2022-11-23T02:55:53.7063454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.7063859Z with 2022-11-23T02:55:53.7065564Z [ 2022-11-23T02:55:53.7065783Z T=std::vector> 2022-11-23T02:55:53.7065998Z ] 2022-11-23T02:55:53.7066470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.7066904Z with 2022-11-23T02:55:53.7067075Z [ 2022-11-23T02:55:53.7067298Z T=std::vector> 2022-11-23T02:55:53.7067490Z ] 2022-11-23T02:55:53.7068148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.7068605Z with 2022-11-23T02:55:53.7068772Z [ 2022-11-23T02:55:53.7068993Z T=std::vector> 2022-11-23T02:55:53.7069203Z ] 2022-11-23T02:55:53.7069651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:53.7071254Z 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:55:53.7072528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7072937Z with 2022-11-23T02:55:53.7073109Z [ 2022-11-23T02:55:53.7073331Z T=std::vector> 2022-11-23T02:55:53.7073542Z ] 2022-11-23T02:55:53.7150595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7150987Z with 2022-11-23T02:55:53.7151163Z [ 2022-11-23T02:55:53.7151441Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7151703Z ] 2022-11-23T02:55:53.7152132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.7152526Z with 2022-11-23T02:55:53.7152675Z [ 2022-11-23T02:55:53.7152946Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7153189Z ] 2022-11-23T02:55:53.7153667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.7154104Z with 2022-11-23T02:55:53.7154265Z [ 2022-11-23T02:55:53.7154533Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7156372Z ] 2022-11-23T02:55:53.7156871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.7157338Z with 2022-11-23T02:55:53.7157503Z [ 2022-11-23T02:55:53.7157773Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7158019Z ] 2022-11-23T02:55:53.7158500Z C:\actions-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:55:53.7159285Z 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:55:53.7160001Z 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:55:53.7162206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7162631Z with 2022-11-23T02:55:53.7162801Z [ 2022-11-23T02:55:53.7163070Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7163319Z ] 2022-11-23T02:55:53.7185945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7186406Z with 2022-11-23T02:55:53.7186594Z [ 2022-11-23T02:55:53.7186860Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7187108Z ] 2022-11-23T02:55:53.7187545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.7187943Z with 2022-11-23T02:55:53.7188098Z [ 2022-11-23T02:55:53.7188357Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7188593Z ] 2022-11-23T02:55:53.7189070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.7189504Z with 2022-11-23T02:55:53.7189668Z [ 2022-11-23T02:55:53.7189925Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7190154Z ] 2022-11-23T02:55:53.7190647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.7191098Z with 2022-11-23T02:55:53.7191260Z [ 2022-11-23T02:55:53.7191515Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7191811Z ] 2022-11-23T02:55:53.7192292Z C:\actions-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:55:53.7193281Z 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:55:53.7193976Z 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:55:53.7194646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7195055Z with 2022-11-23T02:55:53.7195220Z [ 2022-11-23T02:55:53.7195478Z T=std::vector,std::allocator>> 2022-11-23T02:55:53.7195721Z ] 2022-11-23T02:55:53.7311402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7311822Z with 2022-11-23T02:55:53.7311983Z [ 2022-11-23T02:55:53.7312230Z T=std::vector> 2022-11-23T02:55:53.7312626Z ] 2022-11-23T02:55:53.7313066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.7313468Z with 2022-11-23T02:55:53.7313642Z [ 2022-11-23T02:55:53.7313853Z T=std::vector> 2022-11-23T02:55:53.7314066Z ] 2022-11-23T02:55:53.7314535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.7314974Z with 2022-11-23T02:55:53.7315135Z [ 2022-11-23T02:55:53.7315358Z T=std::vector> 2022-11-23T02:55:53.7315560Z ] 2022-11-23T02:55:53.7316053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.7316504Z with 2022-11-23T02:55:53.7317594Z [ 2022-11-23T02:55:53.7318394Z T=std::vector> 2022-11-23T02:55:53.7318608Z ] 2022-11-23T02:55:53.7319064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:53.7319791Z 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:55:53.7320506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.7320916Z with 2022-11-23T02:55:53.7321081Z [ 2022-11-23T02:55:53.7321305Z T=std::vector> 2022-11-23T02:55:53.7321516Z ] 2022-11-23T02:55:53.8465413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8466062Z with 2022-11-23T02:55:53.8466238Z [ 2022-11-23T02:55:53.8466506Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:53.8466769Z ] 2022-11-23T02:55:53.8467199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.8467601Z with 2022-11-23T02:55:53.8467755Z [ 2022-11-23T02:55:53.8468007Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:53.8468245Z ] 2022-11-23T02:55:53.8468710Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.8469151Z with 2022-11-23T02:55:53.8469312Z [ 2022-11-23T02:55:53.8469554Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:53.8469800Z ] 2022-11-23T02:55:53.8470294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.8470828Z with 2022-11-23T02:55:53.8470996Z [ 2022-11-23T02:55:53.8471247Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:53.8471484Z ] 2022-11-23T02:55:53.8471962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:53.8472760Z 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:55:53.8473554Z 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:55:53.8474282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8474694Z with 2022-11-23T02:55:53.8474861Z [ 2022-11-23T02:55:53.8475111Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:55:53.8475351Z ] 2022-11-23T02:55:53.8711793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8712177Z with 2022-11-23T02:55:53.8712353Z [ 2022-11-23T02:55:53.8712606Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:53.8712845Z ] 2022-11-23T02:55:53.8713275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.8713666Z with 2022-11-23T02:55:53.8713820Z [ 2022-11-23T02:55:53.8714118Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:53.8714358Z ] 2022-11-23T02:55:53.8714879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.8715469Z with 2022-11-23T02:55:53.8715635Z [ 2022-11-23T02:55:53.8715872Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:53.8716109Z ] 2022-11-23T02:55:53.8716600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.8717054Z with 2022-11-23T02:55:53.8717218Z [ 2022-11-23T02:55:53.8717467Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:53.8717702Z ] 2022-11-23T02:55:53.8718175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:53.8718976Z 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:55:53.8719839Z 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:55:53.8720637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8721101Z with 2022-11-23T02:55:53.8721268Z [ 2022-11-23T02:55:53.8721520Z T=c10::impl::InlineStreamGuard 2022-11-23T02:55:53.8721761Z ] 2022-11-23T02:55:53.8752666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8753061Z with 2022-11-23T02:55:53.8753273Z [ 2022-11-23T02:55:53.8753478Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8753677Z ] 2022-11-23T02:55:53.8754102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.8754489Z with 2022-11-23T02:55:53.8754640Z [ 2022-11-23T02:55:53.8754841Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8755046Z ] 2022-11-23T02:55:53.8755508Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.8755953Z with 2022-11-23T02:55:53.8756194Z [ 2022-11-23T02:55:53.8756387Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8756581Z ] 2022-11-23T02:55:53.8757123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.8757577Z with 2022-11-23T02:55:53.8757739Z [ 2022-11-23T02:55:53.8757937Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8758121Z ] 2022-11-23T02:55:53.8758577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:53.8759371Z 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:55:53.8759772Z with 2022-11-23T02:55:53.8759939Z [ 2022-11-23T02:55:53.8760141Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8760324Z ] 2022-11-23T02:55:53.8760806Z 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:55:53.8761531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.8761938Z with 2022-11-23T02:55:53.8762102Z [ 2022-11-23T02:55:53.8762356Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:55:53.8762550Z ] 2022-11-23T02:55:53.9177987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:53.9178450Z with 2022-11-23T02:55:53.9178624Z [ 2022-11-23T02:55:53.9179731Z T=std::vector> 2022-11-23T02:55:53.9180023Z ] 2022-11-23T02:55:53.9180469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:53.9180869Z with 2022-11-23T02:55:53.9181023Z [ 2022-11-23T02:55:53.9181314Z T=std::vector> 2022-11-23T02:55:53.9181586Z ] 2022-11-23T02:55:53.9182047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:53.9182490Z with 2022-11-23T02:55:53.9182663Z [ 2022-11-23T02:55:53.9182959Z T=std::vector> 2022-11-23T02:55:53.9183212Z ] 2022-11-23T02:55:53.9183703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:53.9184154Z with 2022-11-23T02:55:53.9184317Z [ 2022-11-23T02:55:53.9184604Z T=std::vector> 2022-11-23T02:55:53.9184870Z ] 2022-11-23T02:55:53.9185373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:53.9186217Z 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:55:53.9186979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:53.9187381Z with 2022-11-23T02:55:53.9187641Z [ 2022-11-23T02:55:53.9187934Z T=std::vector> 2022-11-23T02:55:53.9188201Z ] 2022-11-23T02:55:54.0419744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0420183Z with 2022-11-23T02:55:54.0420340Z [ 2022-11-23T02:55:54.0420554Z T=torch::autograd::ViewInfo 2022-11-23T02:55:54.0420765Z ] 2022-11-23T02:55:54.0421201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:54.0421653Z with 2022-11-23T02:55:54.0421816Z [ 2022-11-23T02:55:54.0422003Z T=torch::autograd::ViewInfo 2022-11-23T02:55:54.0422254Z ] 2022-11-23T02:55:54.0422718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:54.0423158Z with 2022-11-23T02:55:54.0423319Z [ 2022-11-23T02:55:54.0423679Z T=torch::autograd::ViewInfo 2022-11-23T02:55:54.0423860Z ] 2022-11-23T02:55:54.0424370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:54.0424829Z with 2022-11-23T02:55:54.0424994Z [ 2022-11-23T02:55:54.0425191Z T=torch::autograd::ViewInfo 2022-11-23T02:55:54.0425386Z ] 2022-11-23T02:55:54.0425820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:54.0426577Z 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:55:54.0427280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0427751Z with 2022-11-23T02:55:54.0427917Z [ 2022-11-23T02:55:54.0428158Z T=torch::autograd::ViewInfo 2022-11-23T02:55:54.0428351Z ] 2022-11-23T02:55:54.0765285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0765710Z with 2022-11-23T02:55:54.0765886Z [ 2022-11-23T02:55:54.0766075Z T=c10::IValue 2022-11-23T02:55:54.0766270Z ] 2022-11-23T02:55:54.0766713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:54.0767112Z with 2022-11-23T02:55:54.0767263Z [ 2022-11-23T02:55:54.0767440Z T=c10::IValue 2022-11-23T02:55:54.0767609Z ] 2022-11-23T02:55:54.0768075Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:54.0768515Z with 2022-11-23T02:55:54.0768675Z [ 2022-11-23T02:55:54.0769013Z T=c10::IValue 2022-11-23T02:55:54.0769189Z ] 2022-11-23T02:55:54.0769689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:54.0770143Z with 2022-11-23T02:55:54.0770308Z [ 2022-11-23T02:55:54.0770489Z T=c10::IValue 2022-11-23T02:55:54.0770653Z ] 2022-11-23T02:55:54.0771073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:54.0771736Z 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:55:54.0772425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0772828Z with 2022-11-23T02:55:54.0773067Z [ 2022-11-23T02:55:54.0773243Z T=c10::IValue 2022-11-23T02:55:54.0773401Z ] 2022-11-23T02:55:54.0810647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0811046Z with 2022-11-23T02:55:54.0811211Z [ 2022-11-23T02:55:54.0811394Z T=c10::AliasInfo 2022-11-23T02:55:54.0811574Z ] 2022-11-23T02:55:54.0811981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:54.0812375Z with 2022-11-23T02:55:54.0812539Z [ 2022-11-23T02:55:54.0812716Z T=c10::AliasInfo 2022-11-23T02:55:54.0812958Z ] 2022-11-23T02:55:54.0813434Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:54.0813857Z with 2022-11-23T02:55:54.0814006Z [ 2022-11-23T02:55:54.0814182Z T=c10::AliasInfo 2022-11-23T02:55:54.0814354Z ] 2022-11-23T02:55:54.0814840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:54.0815295Z with 2022-11-23T02:55:54.0815456Z [ 2022-11-23T02:55:54.0815628Z T=c10::AliasInfo 2022-11-23T02:55:54.0815803Z ] 2022-11-23T02:55:54.0816240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:54.0816908Z 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:55:54.0817582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:54.0817995Z with 2022-11-23T02:55:54.0818158Z [ 2022-11-23T02:55:54.0818323Z T=c10::AliasInfo 2022-11-23T02:55:54.0818497Z ] 2022-11-23T02:55:54.1909681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:54.1910397Z with 2022-11-23T02:55:54.1910571Z [ 2022-11-23T02:55:54.1910817Z T=std::vector> 2022-11-23T02:55:54.1911064Z ] 2022-11-23T02:55:54.1911511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:54.1911952Z with 2022-11-23T02:55:54.1912117Z [ 2022-11-23T02:55:54.1912353Z T=std::vector> 2022-11-23T02:55:54.1912578Z ] 2022-11-23T02:55:54.1913032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:54.1913481Z with 2022-11-23T02:55:54.1913646Z [ 2022-11-23T02:55:54.1913875Z T=std::vector> 2022-11-23T02:55:54.1914092Z ] 2022-11-23T02:55:54.1914680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:54.1915142Z with 2022-11-23T02:55:54.1915292Z [ 2022-11-23T02:55:54.1915524Z T=std::vector> 2022-11-23T02:55:54.1915745Z ] 2022-11-23T02:55:54.1916194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:54.1916618Z with 2022-11-23T02:55:54.1916785Z [ 2022-11-23T02:55:54.1916980Z T=c10::SymInt 2022-11-23T02:55:54.1917163Z ] 2022-11-23T02:55:54.1917606Z 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:55:54.1918019Z with 2022-11-23T02:55:54.1918188Z [ 2022-11-23T02:55:54.1918363Z T=c10::SymInt 2022-11-23T02:55:54.1918524Z ] 2022-11-23T02:55:54.1919060Z 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:55:54.1919912Z 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:55:54.1920689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:54.1921105Z with 2022-11-23T02:55:54.1921273Z [ 2022-11-23T02:55:54.1921507Z T=std::vector> 2022-11-23T02:55:54.1921727Z ] 2022-11-23T02:55:54.2114790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:54.2115182Z with 2022-11-23T02:55:54.2115387Z [ 2022-11-23T02:55:54.2115661Z T=c10::either 2022-11-23T02:55:54.2116109Z ] 2022-11-23T02:55:54.2116538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:54.2116922Z with 2022-11-23T02:55:54.2117093Z [ 2022-11-23T02:55:54.2117335Z T=c10::either 2022-11-23T02:55:54.2117567Z ] 2022-11-23T02:55:54.2118044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:54.2118472Z with 2022-11-23T02:55:54.2118639Z [ 2022-11-23T02:55:54.2118859Z T=c10::either 2022-11-23T02:55:54.2119081Z ] 2022-11-23T02:55:54.2119569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:54.2120022Z with 2022-11-23T02:55:54.2120188Z [ 2022-11-23T02:55:54.2120420Z T=c10::either 2022-11-23T02:55:54.2120714Z ] 2022-11-23T02:55:54.2121199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:54.2122032Z 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:55:54.2122833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:54.2123239Z with 2022-11-23T02:55:54.2123405Z [ 2022-11-23T02:55:54.2123643Z T=c10::either 2022-11-23T02:55:54.2123870Z ] 2022-11-23T02:55:55.9420463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:55.9420899Z with 2022-11-23T02:55:55.9421073Z [ 2022-11-23T02:55:55.9421287Z T=at::StepCallbacks 2022-11-23T02:55:55.9421524Z ] 2022-11-23T02:55:55.9421961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:55.9422373Z with 2022-11-23T02:55:55.9422601Z [ 2022-11-23T02:55:55.9422792Z T=at::StepCallbacks 2022-11-23T02:55:55.9422961Z ] 2022-11-23T02:55:55.9423435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:55.9423868Z with 2022-11-23T02:55:55.9424032Z [ 2022-11-23T02:55:55.9424217Z T=at::StepCallbacks 2022-11-23T02:55:55.9424478Z ] 2022-11-23T02:55:55.9424960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:55.9425630Z with 2022-11-23T02:55:55.9425798Z [ 2022-11-23T02:55:55.9425986Z T=at::StepCallbacks 2022-11-23T02:55:55.9426173Z ] 2022-11-23T02:55:55.9426618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:55.9427311Z 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:55:55.9428060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:55.9428467Z with 2022-11-23T02:55:55.9428632Z [ 2022-11-23T02:55:55.9428876Z T=at::StepCallbacks 2022-11-23T02:55:55.9429065Z ] 2022-11-23T02:55:56.0227019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.0227452Z with 2022-11-23T02:55:56.0227608Z [ 2022-11-23T02:55:56.0227811Z T=c10::DimVector 2022-11-23T02:55:56.0228205Z ] 2022-11-23T02:55:56.0228648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.0229048Z with 2022-11-23T02:55:56.0229219Z [ 2022-11-23T02:55:56.0229390Z T=c10::DimVector 2022-11-23T02:55:56.0229573Z ] 2022-11-23T02:55:56.0230095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.0230547Z with 2022-11-23T02:55:56.0230761Z [ 2022-11-23T02:55:56.0230945Z T=c10::DimVector 2022-11-23T02:55:56.0231108Z ] 2022-11-23T02:55:56.0231609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.0232065Z with 2022-11-23T02:55:56.0232231Z [ 2022-11-23T02:55:56.0232409Z T=c10::DimVector 2022-11-23T02:55:56.0232585Z ] 2022-11-23T02:55:56.0233005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:56.0233670Z 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:55:56.0234358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.0234770Z with 2022-11-23T02:55:56.0234937Z [ 2022-11-23T02:55:56.0235116Z T=c10::DimVector 2022-11-23T02:55:56.0235294Z ] 2022-11-23T02:55:56.8423091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.8423528Z with 2022-11-23T02:55:56.8423690Z [ 2022-11-23T02:55:56.8423914Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:56.8424356Z ] 2022-11-23T02:55:56.8424794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.8425192Z with 2022-11-23T02:55:56.8425361Z [ 2022-11-23T02:55:56.8425547Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:56.8425749Z ] 2022-11-23T02:55:56.8426228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.8426725Z with 2022-11-23T02:55:56.8426893Z [ 2022-11-23T02:55:56.8427100Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:56.8427316Z ] 2022-11-23T02:55:56.8427837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.8428296Z with 2022-11-23T02:55:56.8428465Z [ 2022-11-23T02:55:56.8428665Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:56.8428869Z ] 2022-11-23T02:55:56.8429394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:56.8430119Z 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:55:56.8430839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.8431255Z with 2022-11-23T02:55:56.8431426Z [ 2022-11-23T02:55:56.8431629Z T=c10::impl::AnnotatedSchema 2022-11-23T02:55:56.8431828Z ] 2022-11-23T02:55:56.8491414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.8491809Z with 2022-11-23T02:55:56.8491976Z [ 2022-11-23T02:55:56.8492229Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:56.8492460Z ] 2022-11-23T02:55:56.8492884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.8493402Z with 2022-11-23T02:55:56.8493555Z [ 2022-11-23T02:55:56.8493858Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:56.8494093Z ] 2022-11-23T02:55:56.8494571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.8495002Z with 2022-11-23T02:55:56.8495172Z [ 2022-11-23T02:55:56.8495399Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:56.8495627Z ] 2022-11-23T02:55:56.8496114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.8496569Z with 2022-11-23T02:55:56.8496735Z [ 2022-11-23T02:55:56.8496975Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:56.8497312Z ] 2022-11-23T02:55:56.8497797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:56.8498590Z 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:55:56.8499386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.8499851Z with 2022-11-23T02:55:56.8500019Z [ 2022-11-23T02:55:56.8500264Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:55:56.8500495Z ] 2022-11-23T02:55:56.8762273Z 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:55:56.8763021Z 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:55:56.9836755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9837188Z with 2022-11-23T02:55:56.9837363Z [ 2022-11-23T02:55:56.9837661Z T=std::tuple 2022-11-23T02:55:56.9837875Z ] 2022-11-23T02:55:56.9838318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.9838724Z with 2022-11-23T02:55:56.9838893Z [ 2022-11-23T02:55:56.9839114Z T=std::tuple 2022-11-23T02:55:56.9839323Z ] 2022-11-23T02:55:56.9839800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.9840239Z with 2022-11-23T02:55:56.9840390Z [ 2022-11-23T02:55:56.9840605Z T=std::tuple 2022-11-23T02:55:56.9840810Z ] 2022-11-23T02:55:56.9841312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.9841770Z with 2022-11-23T02:55:56.9841935Z [ 2022-11-23T02:55:56.9842136Z T=std::tuple 2022-11-23T02:55:56.9842419Z ] 2022-11-23T02:55:56.9842932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:56.9843669Z 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:55:56.9844397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9845043Z with 2022-11-23T02:55:56.9845213Z [ 2022-11-23T02:55:56.9845434Z T=std::tuple 2022-11-23T02:55:56.9845630Z ] 2022-11-23T02:55:56.9895310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9895717Z with 2022-11-23T02:55:56.9895897Z [ 2022-11-23T02:55:56.9896098Z T=torch::jit::SourceRange 2022-11-23T02:55:56.9896293Z ] 2022-11-23T02:55:56.9896703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.9897120Z with 2022-11-23T02:55:56.9897313Z [ 2022-11-23T02:55:56.9897510Z T=torch::jit::SourceRange 2022-11-23T02:55:56.9897705Z ] 2022-11-23T02:55:56.9898183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.9898594Z with 2022-11-23T02:55:56.9898763Z [ 2022-11-23T02:55:56.9898959Z T=torch::jit::SourceRange 2022-11-23T02:55:56.9899299Z ] 2022-11-23T02:55:56.9899794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.9900251Z with 2022-11-23T02:55:56.9900402Z [ 2022-11-23T02:55:56.9900595Z T=torch::jit::SourceRange 2022-11-23T02:55:56.9900788Z ] 2022-11-23T02:55:56.9901236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:56.9901945Z 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:55:56.9902663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9903078Z with 2022-11-23T02:55:56.9903245Z [ 2022-11-23T02:55:56.9903426Z T=torch::jit::SourceRange 2022-11-23T02:55:56.9903619Z ] 2022-11-23T02:55:56.9986765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9987159Z with 2022-11-23T02:55:56.9987328Z [ 2022-11-23T02:55:56.9987544Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:56.9987736Z ] 2022-11-23T02:55:56.9988165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:56.9988553Z with 2022-11-23T02:55:56.9988725Z [ 2022-11-23T02:55:56.9988938Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:56.9989149Z ] 2022-11-23T02:55:56.9989595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:56.9990025Z with 2022-11-23T02:55:56.9990193Z [ 2022-11-23T02:55:56.9990545Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:56.9990752Z ] 2022-11-23T02:55:56.9991244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:56.9991677Z with 2022-11-23T02:55:56.9991848Z [ 2022-11-23T02:55:56.9992061Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:56.9992264Z ] 2022-11-23T02:55:56.9992733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:56.9993447Z 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:55:56.9994156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:56.9994569Z with 2022-11-23T02:55:56.9994722Z [ 2022-11-23T02:55:56.9995009Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:55:56.9995218Z ] 2022-11-23T02:55:57.0016020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.0016405Z with 2022-11-23T02:55:57.0016571Z [ 2022-11-23T02:55:57.0016764Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:57.0016971Z ] 2022-11-23T02:55:57.0017450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.0017849Z with 2022-11-23T02:55:57.0018014Z [ 2022-11-23T02:55:57.0018223Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:57.0018423Z ] 2022-11-23T02:55:57.0018896Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.0019319Z with 2022-11-23T02:55:57.0019483Z [ 2022-11-23T02:55:57.0019688Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:57.0019891Z ] 2022-11-23T02:55:57.0020363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.0020814Z with 2022-11-23T02:55:57.0020981Z [ 2022-11-23T02:55:57.0021184Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:57.0021383Z ] 2022-11-23T02:55:57.0021839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.0022553Z 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:55:57.0023243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.0023749Z with 2022-11-23T02:55:57.0023919Z [ 2022-11-23T02:55:57.0024117Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:55:57.0024323Z ] 2022-11-23T02:55:57.0070487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.0070945Z with 2022-11-23T02:55:57.0071119Z [ 2022-11-23T02:55:57.0071314Z T=torch::jit::ScopePtr 2022-11-23T02:55:57.0071558Z ] 2022-11-23T02:55:57.0071970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.0072360Z with 2022-11-23T02:55:57.0072528Z [ 2022-11-23T02:55:57.0072719Z T=torch::jit::ScopePtr 2022-11-23T02:55:57.0072905Z ] 2022-11-23T02:55:57.0073381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.0073793Z with 2022-11-23T02:55:57.0073960Z [ 2022-11-23T02:55:57.0074150Z T=torch::jit::ScopePtr 2022-11-23T02:55:57.0074337Z ] 2022-11-23T02:55:57.0074922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.0075378Z with 2022-11-23T02:55:57.0075530Z [ 2022-11-23T02:55:57.0075726Z T=torch::jit::ScopePtr 2022-11-23T02:55:57.0075913Z ] 2022-11-23T02:55:57.0076356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.0077107Z 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:55:57.0077849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.0078256Z with 2022-11-23T02:55:57.0078410Z [ 2022-11-23T02:55:57.0078603Z T=torch::jit::ScopePtr 2022-11-23T02:55:57.0078792Z ] 2022-11-23T02:55:57.2553490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2554574Z with 2022-11-23T02:55:57.2554743Z [ 2022-11-23T02:55:57.2554948Z T=at::ThreadLocalState 2022-11-23T02:55:57.2555160Z ] 2022-11-23T02:55:57.2555592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.2555985Z with 2022-11-23T02:55:57.2556136Z [ 2022-11-23T02:55:57.2556329Z T=at::ThreadLocalState 2022-11-23T02:55:57.2556515Z ] 2022-11-23T02:55:57.2556979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.2557513Z with 2022-11-23T02:55:57.2557674Z [ 2022-11-23T02:55:57.2557865Z T=at::ThreadLocalState 2022-11-23T02:55:57.2560484Z ] 2022-11-23T02:55:57.2560994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.2561457Z with 2022-11-23T02:55:57.2561621Z [ 2022-11-23T02:55:57.2561821Z T=at::ThreadLocalState 2022-11-23T02:55:57.2562009Z ] 2022-11-23T02:55:57.2562438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.2563147Z 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:55:57.2563859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2564270Z with 2022-11-23T02:55:57.2564435Z [ 2022-11-23T02:55:57.2564625Z T=at::ThreadLocalState 2022-11-23T02:55:57.2564813Z ] 2022-11-23T02:55:57.2736799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2737194Z with 2022-11-23T02:55:57.2737364Z [ 2022-11-23T02:55:57.2737596Z T=std::shared_ptr 2022-11-23T02:55:57.2737799Z ] 2022-11-23T02:55:57.2738223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.2738611Z with 2022-11-23T02:55:57.2738759Z [ 2022-11-23T02:55:57.2738969Z T=std::shared_ptr 2022-11-23T02:55:57.2739166Z ] 2022-11-23T02:55:57.2739631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.2740056Z with 2022-11-23T02:55:57.2740205Z [ 2022-11-23T02:55:57.2740421Z T=std::shared_ptr 2022-11-23T02:55:57.2740620Z ] 2022-11-23T02:55:57.2741105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.2741545Z with 2022-11-23T02:55:57.2741705Z [ 2022-11-23T02:55:57.2741911Z T=std::shared_ptr 2022-11-23T02:55:57.2742098Z ] 2022-11-23T02:55:57.2742549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:57.2743238Z 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:55:57.2743949Z 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:55:57.2744666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2745169Z with 2022-11-23T02:55:57.2745333Z [ 2022-11-23T02:55:57.2745543Z T=std::shared_ptr 2022-11-23T02:55:57.2745732Z ] 2022-11-23T02:55:57.2771787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2772198Z with 2022-11-23T02:55:57.2772375Z [ 2022-11-23T02:55:57.2772579Z T=torch::jit::GraphExecutor 2022-11-23T02:55:57.2772775Z ] 2022-11-23T02:55:57.2773289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.2773695Z with 2022-11-23T02:55:57.2773861Z [ 2022-11-23T02:55:57.2774059Z T=torch::jit::GraphExecutor 2022-11-23T02:55:57.2774252Z ] 2022-11-23T02:55:57.2774894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.2775334Z with 2022-11-23T02:55:57.2775484Z [ 2022-11-23T02:55:57.2775679Z T=torch::jit::GraphExecutor 2022-11-23T02:55:57.2775869Z ] 2022-11-23T02:55:57.2776358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.2776816Z with 2022-11-23T02:55:57.2776979Z [ 2022-11-23T02:55:57.2777163Z T=torch::jit::GraphExecutor 2022-11-23T02:55:57.2777351Z ] 2022-11-23T02:55:57.2777796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.2778487Z 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:55:57.2779191Z 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:55:57.2779905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2780319Z with 2022-11-23T02:55:57.2780481Z [ 2022-11-23T02:55:57.2780661Z T=torch::jit::GraphExecutor 2022-11-23T02:55:57.2780855Z ] 2022-11-23T02:55:57.2894413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2894860Z with 2022-11-23T02:55:57.2895025Z [ 2022-11-23T02:55:57.2895226Z T=torch::jit::Method 2022-11-23T02:55:57.2895395Z ] 2022-11-23T02:55:57.2895825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.2896215Z with 2022-11-23T02:55:57.2896379Z [ 2022-11-23T02:55:57.2896561Z T=torch::jit::Method 2022-11-23T02:55:57.2896924Z ] 2022-11-23T02:55:57.2897385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.2897820Z with 2022-11-23T02:55:57.2897984Z [ 2022-11-23T02:55:57.2898171Z T=torch::jit::Method 2022-11-23T02:55:57.2898349Z ] 2022-11-23T02:55:57.2898840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.2899292Z with 2022-11-23T02:55:57.2899439Z [ 2022-11-23T02:55:57.2899622Z T=torch::jit::Method 2022-11-23T02:55:57.2899804Z ] 2022-11-23T02:55:57.2900238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.2900918Z 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:55:57.2901666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.2902079Z with 2022-11-23T02:55:57.2902230Z [ 2022-11-23T02:55:57.2902413Z T=torch::jit::Method 2022-11-23T02:55:57.2902594Z ] 2022-11-23T02:55:57.3780802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.3781342Z with 2022-11-23T02:55:57.3781509Z [ 2022-11-23T02:55:57.3781755Z T=std::vector> 2022-11-23T02:55:57.3781986Z ] 2022-11-23T02:55:57.3782427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.3782820Z with 2022-11-23T02:55:57.3782981Z [ 2022-11-23T02:55:57.3783221Z T=std::vector> 2022-11-23T02:55:57.3783428Z ] 2022-11-23T02:55:57.3785421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.3785883Z with 2022-11-23T02:55:57.3786044Z [ 2022-11-23T02:55:57.3786282Z T=std::vector> 2022-11-23T02:55:57.3786513Z ] 2022-11-23T02:55:57.3787002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.3787514Z with 2022-11-23T02:55:57.3787676Z [ 2022-11-23T02:55:57.3787911Z T=std::vector> 2022-11-23T02:55:57.3788131Z ] 2022-11-23T02:55:57.3788603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:57.3789342Z 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:55:57.3791755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.3792162Z with 2022-11-23T02:55:57.3792314Z [ 2022-11-23T02:55:57.3792552Z T=std::vector> 2022-11-23T02:55:57.3792771Z ] 2022-11-23T02:55:57.5257984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.5258430Z with 2022-11-23T02:55:57.5259492Z [ 2022-11-23T02:55:57.5259780Z T=std::function 2022-11-23T02:55:57.5260618Z ] 2022-11-23T02:55:57.5261052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.5261452Z with 2022-11-23T02:55:57.5261617Z [ 2022-11-23T02:55:57.5262101Z T=std::function 2022-11-23T02:55:57.5262340Z ] 2022-11-23T02:55:57.5262809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.5263242Z with 2022-11-23T02:55:57.5263407Z [ 2022-11-23T02:55:57.5263665Z T=std::function 2022-11-23T02:55:57.5263914Z ] 2022-11-23T02:55:57.5264399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.5264840Z with 2022-11-23T02:55:57.5266456Z [ 2022-11-23T02:55:57.5266727Z T=std::function 2022-11-23T02:55:57.5266970Z ] 2022-11-23T02:55:57.5267478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:57.5268292Z 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:55:57.5269054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.5269458Z with 2022-11-23T02:55:57.5269609Z [ 2022-11-23T02:55:57.5269867Z T=std::function 2022-11-23T02:55:57.5270111Z ] 2022-11-23T02:55:57.7879828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.7880251Z with 2022-11-23T02:55:57.7880424Z [ 2022-11-23T02:55:57.7880735Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:57.7881255Z ] 2022-11-23T02:55:57.7881693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.7882091Z with 2022-11-23T02:55:57.7882243Z [ 2022-11-23T02:55:57.7882537Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:57.7882813Z ] 2022-11-23T02:55:57.7883284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.7883734Z with 2022-11-23T02:55:57.7883895Z [ 2022-11-23T02:55:57.7884181Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:57.7884440Z ] 2022-11-23T02:55:57.7884940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.7885395Z with 2022-11-23T02:55:57.7895621Z [ 2022-11-23T02:55:57.7896308Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:57.7896604Z ] 2022-11-23T02:55:57.7897142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:55:57.7898035Z 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:55:57.7898852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.7899260Z with 2022-11-23T02:55:57.7899428Z [ 2022-11-23T02:55:57.7899724Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:55:57.7900000Z ] 2022-11-23T02:55:57.9414468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:57.9414900Z with 2022-11-23T02:55:57.9415058Z [ 2022-11-23T02:55:57.9415312Z T=std::vector> 2022-11-23T02:55:57.9416996Z ] 2022-11-23T02:55:57.9417436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:57.9417830Z with 2022-11-23T02:55:57.9417996Z [ 2022-11-23T02:55:57.9418210Z T=std::vector> 2022-11-23T02:55:57.9418427Z ] 2022-11-23T02:55:57.9418891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:57.9419327Z with 2022-11-23T02:55:57.9419490Z [ 2022-11-23T02:55:57.9419712Z T=std::vector> 2022-11-23T02:55:57.9419914Z ] 2022-11-23T02:55:57.9420423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:57.9421101Z with 2022-11-23T02:55:57.9421270Z [ 2022-11-23T02:55:57.9422366Z T=std::vector> 2022-11-23T02:55:57.9423151Z ] 2022-11-23T02:55:57.9423597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:57.9424025Z with 2022-11-23T02:55:57.9424190Z [ 2022-11-23T02:55:57.9424359Z T=double 2022-11-23T02:55:57.9424531Z ] 2022-11-23T02:55:57.9425027Z 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:55:57.9425465Z with 2022-11-23T02:55:57.9425629Z [ 2022-11-23T02:55:57.9425798Z T=double 2022-11-23T02:55:57.9425967Z ] 2022-11-23T02:55:57.9427131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:57.9428493Z with 2022-11-23T02:55:57.9428658Z [ 2022-11-23T02:55:57.9428897Z T=std::vector> 2022-11-23T02:55:57.9429683Z ] 2022-11-23T02:55:58.5819552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:58.5820050Z with 2022-11-23T02:55:58.5820223Z [ 2022-11-23T02:55:58.5820484Z T=std::tuple 2022-11-23T02:55:58.5820731Z ] 2022-11-23T02:55:58.5821163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:58.5821567Z with 2022-11-23T02:55:58.5821735Z [ 2022-11-23T02:55:58.5821952Z T=std::tuple 2022-11-23T02:55:58.5822156Z ] 2022-11-23T02:55:58.5822608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:58.5823041Z with 2022-11-23T02:55:58.5823204Z [ 2022-11-23T02:55:58.5823414Z T=std::tuple 2022-11-23T02:55:58.5823613Z ] 2022-11-23T02:55:58.5824113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:58.5824569Z with 2022-11-23T02:55:58.5824719Z [ 2022-11-23T02:55:58.5824931Z T=std::tuple 2022-11-23T02:55:58.5825137Z ] 2022-11-23T02:55:58.5825590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:55:58.5826384Z 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:55:58.5827371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:58.5827785Z with 2022-11-23T02:55:58.5827937Z [ 2022-11-23T02:55:58.5828153Z T=std::tuple 2022-11-23T02:55:58.5828354Z ] 2022-11-23T02:55:58.7288039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:55:58.7288477Z with 2022-11-23T02:55:58.7288650Z [ 2022-11-23T02:55:58.7288911Z T=std::vector> 2022-11-23T02:55:58.7289121Z ] 2022-11-23T02:55:58.7289566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:55:58.7289978Z with 2022-11-23T02:55:58.7290144Z [ 2022-11-23T02:55:58.7290379Z T=std::vector> 2022-11-23T02:55:58.7290602Z ] 2022-11-23T02:55:58.7291237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:55:58.7291687Z with 2022-11-23T02:55:58.7291858Z [ 2022-11-23T02:55:58.7292095Z T=std::vector> 2022-11-23T02:55:58.7292316Z ] 2022-11-23T02:55:58.7292825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:55:58.7293369Z with 2022-11-23T02:55:58.7293521Z [ 2022-11-23T02:55:58.7293759Z T=std::vector> 2022-11-23T02:55:58.7293990Z ] 2022-11-23T02:55:58.7294471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:55:58.7295244Z 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:55:58.7295996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:55:58.7296415Z with 2022-11-23T02:55:58.7296580Z [ 2022-11-23T02:55:58.7296799Z T=std::vector> 2022-11-23T02:55:58.7297019Z ] 2022-11-23T02:56:04.7223549Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T02:56:04.9396918Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T02:56:04.9554997Z Generating code 2022-11-23T02:56:06.4605392Z Finished generating code 2022-11-23T02:56:06.5959384Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T02:56:06.5969819Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tport_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\ort_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:56:06.6089536Z ort_extension.cpp 2022-11-23T02:56:06.6301328Z 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:56:07.4708112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:07.4708569Z with 2022-11-23T02:56:07.4708764Z [ 2022-11-23T02:56:07.4708954Z T=c10::SymInt 2022-11-23T02:56:07.4709115Z ] 2022-11-23T02:56:07.4709550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:07.4709945Z with 2022-11-23T02:56:07.4710109Z [ 2022-11-23T02:56:07.4711745Z T=c10::SymInt 2022-11-23T02:56:07.4711933Z ] 2022-11-23T02:56:07.4712401Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:07.4712854Z with 2022-11-23T02:56:07.4713022Z [ 2022-11-23T02:56:07.4713200Z T=c10::SymInt 2022-11-23T02:56:07.4713383Z ] 2022-11-23T02:56:07.4713882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:07.4714344Z with 2022-11-23T02:56:07.4714495Z [ 2022-11-23T02:56:07.4714670Z T=c10::SymInt 2022-11-23T02:56:07.4714842Z ] 2022-11-23T02:56:07.4715275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:07.4716155Z 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:56:07.4716840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:07.4717253Z with 2022-11-23T02:56:07.4717407Z [ 2022-11-23T02:56:07.4717590Z T=c10::SymInt 2022-11-23T02:56:07.4717768Z ] 2022-11-23T02:56:07.5108773Z 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:56:07.5343917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:07.5344402Z with 2022-11-23T02:56:07.5344574Z [ 2022-11-23T02:56:07.5344748Z T=at::Generator 2022-11-23T02:56:07.5344930Z ] 2022-11-23T02:56:07.5345562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:07.5345964Z with 2022-11-23T02:56:07.5346134Z [ 2022-11-23T02:56:07.5346300Z T=at::Generator 2022-11-23T02:56:07.5346486Z ] 2022-11-23T02:56:07.5346965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:07.5347401Z with 2022-11-23T02:56:07.5347568Z [ 2022-11-23T02:56:07.5347746Z T=at::Generator 2022-11-23T02:56:07.5347910Z ] 2022-11-23T02:56:07.5348406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:07.5348859Z with 2022-11-23T02:56:07.5349020Z [ 2022-11-23T02:56:07.5349201Z T=at::Generator 2022-11-23T02:56:07.5349379Z ] 2022-11-23T02:56:07.5349798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:07.5350461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:56:07.5351151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:07.5351559Z with 2022-11-23T02:56:07.5351724Z [ 2022-11-23T02:56:07.5351908Z T=at::Generator 2022-11-23T02:56:07.5352086Z ] 2022-11-23T02:56:07.5692216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:07.5692649Z with 2022-11-23T02:56:07.5692821Z [ 2022-11-23T02:56:07.5693015Z T=at::TensorBase 2022-11-23T02:56:07.5693291Z ] 2022-11-23T02:56:07.5695126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:07.5695769Z with 2022-11-23T02:56:07.5695920Z [ 2022-11-23T02:56:07.5696109Z T=at::TensorBase 2022-11-23T02:56:07.5696289Z ] 2022-11-23T02:56:07.5696775Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:07.5697212Z with 2022-11-23T02:56:07.5697378Z [ 2022-11-23T02:56:07.5697546Z T=at::TensorBase 2022-11-23T02:56:07.5697725Z ] 2022-11-23T02:56:07.5698218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:07.5698678Z with 2022-11-23T02:56:07.5698845Z [ 2022-11-23T02:56:07.5699030Z T=at::TensorBase 2022-11-23T02:56:07.5699194Z ] 2022-11-23T02:56:07.5701057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:07.5701877Z 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:56:07.5702573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:07.5702987Z with 2022-11-23T02:56:07.5703158Z [ 2022-11-23T02:56:07.5703345Z T=at::TensorBase 2022-11-23T02:56:07.5703513Z ] 2022-11-23T02:56:07.8372510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:07.8372945Z with 2022-11-23T02:56:07.8373117Z [ 2022-11-23T02:56:07.8373405Z T=at::Tensor 2022-11-23T02:56:07.8373599Z ] 2022-11-23T02:56:07.8374020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:07.8374419Z with 2022-11-23T02:56:07.8374588Z [ 2022-11-23T02:56:07.8374766Z T=at::Tensor 2022-11-23T02:56:07.8374944Z ] 2022-11-23T02:56:07.8375411Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:07.8375861Z with 2022-11-23T02:56:07.8376009Z [ 2022-11-23T02:56:07.8376187Z T=at::Tensor 2022-11-23T02:56:07.8376366Z ] 2022-11-23T02:56:07.8376861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:07.8377317Z with 2022-11-23T02:56:07.8377468Z [ 2022-11-23T02:56:07.8377643Z T=at::Tensor 2022-11-23T02:56:07.8377886Z ] 2022-11-23T02:56:07.8378318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:07.8379027Z 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:56:07.8379915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:07.8380328Z with 2022-11-23T02:56:07.8380495Z [ 2022-11-23T02:56:07.8380661Z T=at::Tensor 2022-11-23T02:56:07.8380838Z ] 2022-11-23T02:56:07.8412209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:07.8412646Z with 2022-11-23T02:56:07.8412827Z [ 2022-11-23T02:56:07.8413016Z T=c10::Scalar 2022-11-23T02:56:07.8413272Z ] 2022-11-23T02:56:07.8413727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:07.8414126Z with 2022-11-23T02:56:07.8414308Z [ 2022-11-23T02:56:07.8414486Z T=c10::Scalar 2022-11-23T02:56:07.8414653Z ] 2022-11-23T02:56:07.8415295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:07.8415741Z with 2022-11-23T02:56:07.8415910Z [ 2022-11-23T02:56:07.8416091Z T=c10::Scalar 2022-11-23T02:56:07.8416268Z ] 2022-11-23T02:56:07.8416765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:07.8417206Z with 2022-11-23T02:56:07.8417373Z [ 2022-11-23T02:56:07.8417551Z T=c10::Scalar 2022-11-23T02:56:07.8417726Z ] 2022-11-23T02:56:07.8418154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:07.8418821Z 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:56:07.8419500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:07.8419893Z with 2022-11-23T02:56:07.8420066Z [ 2022-11-23T02:56:07.8420243Z T=c10::Scalar 2022-11-23T02:56:07.8420419Z ] 2022-11-23T02:56:08.0092277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0092750Z with 2022-11-23T02:56:08.0092923Z [ 2022-11-23T02:56:08.0093149Z T=std::string 2022-11-23T02:56:08.0093428Z ] 2022-11-23T02:56:08.0093866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.0094265Z with 2022-11-23T02:56:08.0094418Z [ 2022-11-23T02:56:08.0094605Z T=std::string 2022-11-23T02:56:08.0094787Z ] 2022-11-23T02:56:08.0095251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.0095887Z with 2022-11-23T02:56:08.0096057Z [ 2022-11-23T02:56:08.0096221Z T=std::string 2022-11-23T02:56:08.0097846Z ] 2022-11-23T02:56:08.0098363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.0098823Z with 2022-11-23T02:56:08.0098993Z [ 2022-11-23T02:56:08.0099159Z T=std::string 2022-11-23T02:56:08.0099340Z ] 2022-11-23T02:56:08.0099784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.0100457Z 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:56:08.0101244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0101663Z with 2022-11-23T02:56:08.0101834Z [ 2022-11-23T02:56:08.0102017Z T=std::string 2022-11-23T02:56:08.0102181Z ] 2022-11-23T02:56:08.0236274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0236720Z with 2022-11-23T02:56:08.0236893Z [ 2022-11-23T02:56:08.0237094Z T=c10::QualifiedName 2022-11-23T02:56:08.0237297Z ] 2022-11-23T02:56:08.0237718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.0238117Z with 2022-11-23T02:56:08.0238288Z [ 2022-11-23T02:56:08.0238478Z T=c10::QualifiedName 2022-11-23T02:56:08.0238669Z ] 2022-11-23T02:56:08.0239146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.0239573Z with 2022-11-23T02:56:08.0239739Z [ 2022-11-23T02:56:08.0239927Z T=c10::QualifiedName 2022-11-23T02:56:08.0240115Z ] 2022-11-23T02:56:08.0240608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.0241070Z with 2022-11-23T02:56:08.0241219Z [ 2022-11-23T02:56:08.0241407Z T=c10::QualifiedName 2022-11-23T02:56:08.0241591Z ] 2022-11-23T02:56:08.0242035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.0242719Z 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:56:08.0243404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0244042Z with 2022-11-23T02:56:08.0244255Z [ 2022-11-23T02:56:08.0244451Z T=c10::QualifiedName 2022-11-23T02:56:08.0244639Z ] 2022-11-23T02:56:08.0784945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0785396Z with 2022-11-23T02:56:08.0785568Z [ 2022-11-23T02:56:08.0785806Z T=std::shared_ptr 2022-11-23T02:56:08.0786028Z ] 2022-11-23T02:56:08.0786462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.0786859Z with 2022-11-23T02:56:08.0787028Z [ 2022-11-23T02:56:08.0787261Z T=std::shared_ptr 2022-11-23T02:56:08.0787462Z ] 2022-11-23T02:56:08.0787928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.0788365Z with 2022-11-23T02:56:08.0788676Z [ 2022-11-23T02:56:08.0788910Z T=std::shared_ptr 2022-11-23T02:56:08.0789135Z ] 2022-11-23T02:56:08.0789628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.0790062Z with 2022-11-23T02:56:08.0790228Z [ 2022-11-23T02:56:08.0790459Z T=std::shared_ptr 2022-11-23T02:56:08.0790681Z ] 2022-11-23T02:56:08.0791148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:08.0791931Z 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:56:08.0792707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0793123Z with 2022-11-23T02:56:08.0793274Z [ 2022-11-23T02:56:08.0793507Z T=std::shared_ptr 2022-11-23T02:56:08.0793732Z ] 2022-11-23T02:56:08.0813029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0813499Z with 2022-11-23T02:56:08.0813674Z [ 2022-11-23T02:56:08.0813887Z T=std::weak_ptr 2022-11-23T02:56:08.0814103Z ] 2022-11-23T02:56:08.0814532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.0814920Z with 2022-11-23T02:56:08.0815083Z [ 2022-11-23T02:56:08.0815308Z T=std::weak_ptr 2022-11-23T02:56:08.0815508Z ] 2022-11-23T02:56:08.0815984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.0816527Z with 2022-11-23T02:56:08.0816697Z [ 2022-11-23T02:56:08.0816926Z T=std::weak_ptr 2022-11-23T02:56:08.0817148Z ] 2022-11-23T02:56:08.0817630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.0818084Z with 2022-11-23T02:56:08.0818252Z [ 2022-11-23T02:56:08.0818478Z T=std::weak_ptr 2022-11-23T02:56:08.0818693Z ] 2022-11-23T02:56:08.0819160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:08.0819889Z 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:56:08.0820669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.0821064Z with 2022-11-23T02:56:08.0821232Z [ 2022-11-23T02:56:08.0821461Z T=std::weak_ptr 2022-11-23T02:56:08.0821676Z ] 2022-11-23T02:56:08.1429467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1429932Z with 2022-11-23T02:56:08.1430129Z [ 2022-11-23T02:56:08.1430387Z T=std::vector> 2022-11-23T02:56:08.1430636Z ] 2022-11-23T02:56:08.1431076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.1431475Z with 2022-11-23T02:56:08.1431644Z [ 2022-11-23T02:56:08.1431905Z T=std::vector> 2022-11-23T02:56:08.1432130Z ] 2022-11-23T02:56:08.1432601Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.1434206Z with 2022-11-23T02:56:08.1434474Z [ 2022-11-23T02:56:08.1434902Z T=std::vector> 2022-11-23T02:56:08.1435258Z ] 2022-11-23T02:56:08.1435969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.1436648Z with 2022-11-23T02:56:08.1436893Z [ 2022-11-23T02:56:08.1438508Z T=std::vector> 2022-11-23T02:56:08.1438905Z ] 2022-11-23T02:56:08.1439485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:08.1440275Z 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:56:08.1441225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1441639Z with 2022-11-23T02:56:08.1441811Z [ 2022-11-23T02:56:08.1442071Z T=std::vector> 2022-11-23T02:56:08.1442315Z ] 2022-11-23T02:56:08.1559638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1560074Z with 2022-11-23T02:56:08.1560233Z [ 2022-11-23T02:56:08.1560488Z T=std::vector> 2022-11-23T02:56:08.1560716Z ] 2022-11-23T02:56:08.1561159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.1561551Z with 2022-11-23T02:56:08.1561718Z [ 2022-11-23T02:56:08.1562111Z T=std::vector> 2022-11-23T02:56:08.1562332Z ] 2022-11-23T02:56:08.1562802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.1564205Z with 2022-11-23T02:56:08.1564954Z [ 2022-11-23T02:56:08.1565182Z T=std::vector> 2022-11-23T02:56:08.1565379Z ] 2022-11-23T02:56:08.1565873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.1566329Z with 2022-11-23T02:56:08.1566499Z [ 2022-11-23T02:56:08.1566719Z T=std::vector> 2022-11-23T02:56:08.1566932Z ] 2022-11-23T02:56:08.1567403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:08.1568112Z 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:56:08.1568800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1569222Z with 2022-11-23T02:56:08.1569398Z [ 2022-11-23T02:56:08.1571028Z T=std::vector> 2022-11-23T02:56:08.1571244Z ] 2022-11-23T02:56:08.1661649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1662055Z with 2022-11-23T02:56:08.1662210Z [ 2022-11-23T02:56:08.1662503Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1662755Z ] 2022-11-23T02:56:08.1663191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.1663806Z with 2022-11-23T02:56:08.1663973Z [ 2022-11-23T02:56:08.1664230Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1664482Z ] 2022-11-23T02:56:08.1664953Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.1665394Z with 2022-11-23T02:56:08.1665561Z [ 2022-11-23T02:56:08.1665831Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1666075Z ] 2022-11-23T02:56:08.1666575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.1667036Z with 2022-11-23T02:56:08.1667207Z [ 2022-11-23T02:56:08.1667475Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1667723Z ] 2022-11-23T02:56:08.1668307Z C:\actions-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:56:08.1669096Z 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:56:08.1671365Z 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:56:08.1672057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1672471Z with 2022-11-23T02:56:08.1672648Z [ 2022-11-23T02:56:08.1672921Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1673170Z ] 2022-11-23T02:56:08.1699725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1700127Z with 2022-11-23T02:56:08.1700280Z [ 2022-11-23T02:56:08.1700545Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1700800Z ] 2022-11-23T02:56:08.1701230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.1701620Z with 2022-11-23T02:56:08.1701788Z [ 2022-11-23T02:56:08.1702036Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1702281Z ] 2022-11-23T02:56:08.1702755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.1703179Z with 2022-11-23T02:56:08.1703343Z [ 2022-11-23T02:56:08.1703605Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1704633Z ] 2022-11-23T02:56:08.1705117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.1705573Z with 2022-11-23T02:56:08.1705745Z [ 2022-11-23T02:56:08.1706006Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1706250Z ] 2022-11-23T02:56:08.1706749Z C:\actions-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:56:08.1707518Z 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:56:08.1708228Z 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:56:08.1708970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1709364Z with 2022-11-23T02:56:08.1709533Z [ 2022-11-23T02:56:08.1709794Z T=std::vector,std::allocator>> 2022-11-23T02:56:08.1710041Z ] 2022-11-23T02:56:08.1820226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1820642Z with 2022-11-23T02:56:08.1820816Z [ 2022-11-23T02:56:08.1821028Z T=std::vector> 2022-11-23T02:56:08.1821246Z ] 2022-11-23T02:56:08.1821678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.1822073Z with 2022-11-23T02:56:08.1822240Z [ 2022-11-23T02:56:08.1822453Z T=std::vector> 2022-11-23T02:56:08.1822668Z ] 2022-11-23T02:56:08.1823149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.1823584Z with 2022-11-23T02:56:08.1823750Z [ 2022-11-23T02:56:08.1823977Z T=std::vector> 2022-11-23T02:56:08.1824188Z ] 2022-11-23T02:56:08.1824667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.1825117Z with 2022-11-23T02:56:08.1825287Z [ 2022-11-23T02:56:08.1825515Z T=std::vector> 2022-11-23T02:56:08.1825730Z ] 2022-11-23T02:56:08.1826186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:08.1826896Z 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:56:08.1827740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.1829649Z with 2022-11-23T02:56:08.1829820Z [ 2022-11-23T02:56:08.1830054Z T=std::vector> 2022-11-23T02:56:08.1830266Z ] 2022-11-23T02:56:08.2963513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.2963959Z with 2022-11-23T02:56:08.2964159Z [ 2022-11-23T02:56:08.2964449Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:08.2964697Z ] 2022-11-23T02:56:08.2965152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.2965546Z with 2022-11-23T02:56:08.2965714Z [ 2022-11-23T02:56:08.2965953Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:08.2966196Z ] 2022-11-23T02:56:08.2966856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.2968776Z with 2022-11-23T02:56:08.2968948Z [ 2022-11-23T02:56:08.2969203Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:08.2969429Z ] 2022-11-23T02:56:08.2969931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.2970400Z with 2022-11-23T02:56:08.2970568Z [ 2022-11-23T02:56:08.2970822Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:08.2971062Z ] 2022-11-23T02:56:08.2971567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:08.2972363Z 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:56:08.2974599Z 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:56:08.2975346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.2975765Z with 2022-11-23T02:56:08.2975933Z [ 2022-11-23T02:56:08.2976189Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:08.2976432Z ] 2022-11-23T02:56:08.3211597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3211991Z with 2022-11-23T02:56:08.3212145Z [ 2022-11-23T02:56:08.3212624Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:08.3212865Z ] 2022-11-23T02:56:08.3214264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.3215242Z with 2022-11-23T02:56:08.3215414Z [ 2022-11-23T02:56:08.3215661Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:08.3215898Z ] 2022-11-23T02:56:08.3216381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.3216820Z with 2022-11-23T02:56:08.3216988Z [ 2022-11-23T02:56:08.3217240Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:08.3217470Z ] 2022-11-23T02:56:08.3217968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.3218418Z with 2022-11-23T02:56:08.3218585Z [ 2022-11-23T02:56:08.3218950Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:08.3219193Z ] 2022-11-23T02:56:08.3221100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:08.3221889Z 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:56:08.3222689Z 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:56:08.3223427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3223840Z with 2022-11-23T02:56:08.3224011Z [ 2022-11-23T02:56:08.3224264Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:08.3224506Z ] 2022-11-23T02:56:08.3251716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3252107Z with 2022-11-23T02:56:08.3252262Z [ 2022-11-23T02:56:08.3252480Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3252680Z ] 2022-11-23T02:56:08.3253107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.3253577Z with 2022-11-23T02:56:08.3253730Z [ 2022-11-23T02:56:08.3253932Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3254130Z ] 2022-11-23T02:56:08.3254595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.3255041Z with 2022-11-23T02:56:08.3255215Z [ 2022-11-23T02:56:08.3255411Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3255749Z ] 2022-11-23T02:56:08.3256246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.3256699Z with 2022-11-23T02:56:08.3256866Z [ 2022-11-23T02:56:08.3257069Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3257266Z ] 2022-11-23T02:56:08.3257706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.3258442Z 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:56:08.3258847Z with 2022-11-23T02:56:08.3259016Z [ 2022-11-23T02:56:08.3259217Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3259418Z ] 2022-11-23T02:56:08.3259965Z 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:56:08.3260697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3261116Z with 2022-11-23T02:56:08.3261282Z [ 2022-11-23T02:56:08.3261483Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:08.3261689Z ] 2022-11-23T02:56:08.3686425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3686853Z with 2022-11-23T02:56:08.3687022Z [ 2022-11-23T02:56:08.3687331Z T=std::vector> 2022-11-23T02:56:08.3687676Z ] 2022-11-23T02:56:08.3688172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.3688571Z with 2022-11-23T02:56:08.3688723Z [ 2022-11-23T02:56:08.3689014Z T=std::vector> 2022-11-23T02:56:08.3689286Z ] 2022-11-23T02:56:08.3689765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.3690197Z with 2022-11-23T02:56:08.3690363Z [ 2022-11-23T02:56:08.3690635Z T=std::vector> 2022-11-23T02:56:08.3690904Z ] 2022-11-23T02:56:08.3691404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.3691858Z with 2022-11-23T02:56:08.3692026Z [ 2022-11-23T02:56:08.3692317Z T=std::vector> 2022-11-23T02:56:08.3692583Z ] 2022-11-23T02:56:08.3693090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:08.3694232Z 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:56:08.3694992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.3695404Z with 2022-11-23T02:56:08.3695571Z [ 2022-11-23T02:56:08.3695860Z T=std::vector> 2022-11-23T02:56:08.3696127Z ] 2022-11-23T02:56:08.4943917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.4944367Z with 2022-11-23T02:56:08.4944524Z [ 2022-11-23T02:56:08.4944745Z T=torch::autograd::ViewInfo 2022-11-23T02:56:08.4944944Z ] 2022-11-23T02:56:08.4945613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.4946010Z with 2022-11-23T02:56:08.4946178Z [ 2022-11-23T02:56:08.4946361Z T=torch::autograd::ViewInfo 2022-11-23T02:56:08.4946553Z ] 2022-11-23T02:56:08.4947015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.4947465Z with 2022-11-23T02:56:08.4947631Z [ 2022-11-23T02:56:08.4947831Z T=torch::autograd::ViewInfo 2022-11-23T02:56:08.4948011Z ] 2022-11-23T02:56:08.4948510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.4948965Z with 2022-11-23T02:56:08.4949128Z [ 2022-11-23T02:56:08.4949320Z T=torch::autograd::ViewInfo 2022-11-23T02:56:08.4949509Z ] 2022-11-23T02:56:08.4949944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.4950646Z 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:56:08.4951348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.4951758Z with 2022-11-23T02:56:08.4951923Z [ 2022-11-23T02:56:08.4952117Z T=torch::autograd::ViewInfo 2022-11-23T02:56:08.4952310Z ] 2022-11-23T02:56:08.5279263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.5279693Z with 2022-11-23T02:56:08.5279857Z [ 2022-11-23T02:56:08.5280051Z T=c10::IValue 2022-11-23T02:56:08.5280425Z ] 2022-11-23T02:56:08.5280853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.5281249Z with 2022-11-23T02:56:08.5281400Z [ 2022-11-23T02:56:08.5281576Z T=c10::IValue 2022-11-23T02:56:08.5281751Z ] 2022-11-23T02:56:08.5282220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.5282654Z with 2022-11-23T02:56:08.5284271Z [ 2022-11-23T02:56:08.5284454Z T=c10::IValue 2022-11-23T02:56:08.5284630Z ] 2022-11-23T02:56:08.5285135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.5285594Z with 2022-11-23T02:56:08.5285757Z [ 2022-11-23T02:56:08.5285919Z T=c10::IValue 2022-11-23T02:56:08.5286096Z ] 2022-11-23T02:56:08.5287137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.5287819Z 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:56:08.5288500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.5290400Z with 2022-11-23T02:56:08.5290570Z [ 2022-11-23T02:56:08.5290736Z T=c10::IValue 2022-11-23T02:56:08.5290913Z ] 2022-11-23T02:56:08.5323823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.5324213Z with 2022-11-23T02:56:08.5324384Z [ 2022-11-23T02:56:08.5324573Z T=c10::AliasInfo 2022-11-23T02:56:08.5324739Z ] 2022-11-23T02:56:08.5326560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.5326956Z with 2022-11-23T02:56:08.5327120Z [ 2022-11-23T02:56:08.5327300Z T=c10::AliasInfo 2022-11-23T02:56:08.5327480Z ] 2022-11-23T02:56:08.5327940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.5328375Z with 2022-11-23T02:56:08.5328535Z [ 2022-11-23T02:56:08.5328712Z T=c10::AliasInfo 2022-11-23T02:56:08.5328889Z ] 2022-11-23T02:56:08.5329377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.5329828Z with 2022-11-23T02:56:08.5329983Z [ 2022-11-23T02:56:08.5330157Z T=c10::AliasInfo 2022-11-23T02:56:08.5330332Z ] 2022-11-23T02:56:08.5330758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:08.5333036Z 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:56:08.5333806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.5334218Z with 2022-11-23T02:56:08.5334369Z [ 2022-11-23T02:56:08.5334549Z T=c10::AliasInfo 2022-11-23T02:56:08.5334727Z ] 2022-11-23T02:56:08.6455276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.6455754Z with 2022-11-23T02:56:08.6455941Z [ 2022-11-23T02:56:08.6456183Z T=std::vector> 2022-11-23T02:56:08.6456407Z ] 2022-11-23T02:56:08.6456922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.6457347Z with 2022-11-23T02:56:08.6457741Z [ 2022-11-23T02:56:08.6457987Z T=std::vector> 2022-11-23T02:56:08.6458193Z ] 2022-11-23T02:56:08.6458717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.6459158Z with 2022-11-23T02:56:08.6459323Z [ 2022-11-23T02:56:08.6459553Z T=std::vector> 2022-11-23T02:56:08.6459777Z ] 2022-11-23T02:56:08.6460286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.6460717Z with 2022-11-23T02:56:08.6460880Z [ 2022-11-23T02:56:08.6461117Z T=std::vector> 2022-11-23T02:56:08.6461336Z ] 2022-11-23T02:56:08.6461789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:08.6462206Z with 2022-11-23T02:56:08.6462404Z [ 2022-11-23T02:56:08.6462598Z T=c10::SymInt 2022-11-23T02:56:08.6462774Z ] 2022-11-23T02:56:08.6463272Z 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:56:08.6463791Z with 2022-11-23T02:56:08.6463959Z [ 2022-11-23T02:56:08.6464121Z T=c10::SymInt 2022-11-23T02:56:08.6464295Z ] 2022-11-23T02:56:08.6464764Z 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:56:08.6465559Z 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:56:08.6466324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.6466844Z with 2022-11-23T02:56:08.6467011Z [ 2022-11-23T02:56:08.6467228Z T=std::vector> 2022-11-23T02:56:08.6467450Z ] 2022-11-23T02:56:08.6667965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:08.6668667Z with 2022-11-23T02:56:08.6668838Z [ 2022-11-23T02:56:08.6669111Z T=c10::either 2022-11-23T02:56:08.6669346Z ] 2022-11-23T02:56:08.6669769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:08.6670179Z with 2022-11-23T02:56:08.6670346Z [ 2022-11-23T02:56:08.6670589Z T=c10::either 2022-11-23T02:56:08.6670815Z ] 2022-11-23T02:56:08.6671453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:08.6671886Z with 2022-11-23T02:56:08.6672051Z [ 2022-11-23T02:56:08.6672290Z T=c10::either 2022-11-23T02:56:08.6672513Z ] 2022-11-23T02:56:08.6673017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:08.6673476Z with 2022-11-23T02:56:08.6673628Z [ 2022-11-23T02:56:08.6673950Z T=c10::either 2022-11-23T02:56:08.6674243Z ] 2022-11-23T02:56:08.6674719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:08.6675528Z 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:56:08.6676345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:08.6676759Z with 2022-11-23T02:56:08.6676925Z [ 2022-11-23T02:56:08.6677150Z T=c10::either 2022-11-23T02:56:08.6677378Z ] 2022-11-23T02:56:10.4939463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:10.4939902Z with 2022-11-23T02:56:10.4940079Z [ 2022-11-23T02:56:10.4940298Z T=at::StepCallbacks 2022-11-23T02:56:10.4940485Z ] 2022-11-23T02:56:10.4940919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:10.4941307Z with 2022-11-23T02:56:10.4941472Z [ 2022-11-23T02:56:10.4941662Z T=at::StepCallbacks 2022-11-23T02:56:10.4942034Z ] 2022-11-23T02:56:10.4944121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:10.4944641Z with 2022-11-23T02:56:10.4944794Z [ 2022-11-23T02:56:10.4944994Z T=at::StepCallbacks 2022-11-23T02:56:10.4945189Z ] 2022-11-23T02:56:10.4945684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:10.4946140Z with 2022-11-23T02:56:10.4946304Z [ 2022-11-23T02:56:10.4946478Z T=at::StepCallbacks 2022-11-23T02:56:10.4946659Z ] 2022-11-23T02:56:10.4947101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:10.4947792Z 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:56:10.4949530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:10.4950589Z with 2022-11-23T02:56:10.4950756Z [ 2022-11-23T02:56:10.4950940Z T=at::StepCallbacks 2022-11-23T02:56:10.4951127Z ] 2022-11-23T02:56:10.5742767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:10.5743210Z with 2022-11-23T02:56:10.5743383Z [ 2022-11-23T02:56:10.5743586Z T=c10::DimVector 2022-11-23T02:56:10.5743752Z ] 2022-11-23T02:56:10.5744188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:10.5744585Z with 2022-11-23T02:56:10.5744749Z [ 2022-11-23T02:56:10.5744929Z T=c10::DimVector 2022-11-23T02:56:10.5745105Z ] 2022-11-23T02:56:10.5752976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:10.5753530Z with 2022-11-23T02:56:10.5753706Z [ 2022-11-23T02:56:10.5753893Z T=c10::DimVector 2022-11-23T02:56:10.5754090Z ] 2022-11-23T02:56:10.5754611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:10.5755080Z with 2022-11-23T02:56:10.5755250Z [ 2022-11-23T02:56:10.5755440Z T=c10::DimVector 2022-11-23T02:56:10.5755669Z ] 2022-11-23T02:56:10.5756170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:10.5756855Z 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:56:10.5757742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:10.5758157Z with 2022-11-23T02:56:10.5758327Z [ 2022-11-23T02:56:10.5758511Z T=c10::DimVector 2022-11-23T02:56:10.5758679Z ] 2022-11-23T02:56:11.3864600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.3865030Z with 2022-11-23T02:56:11.3865197Z [ 2022-11-23T02:56:11.3865472Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:11.3865656Z ] 2022-11-23T02:56:11.3866136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.3866537Z with 2022-11-23T02:56:11.3866700Z [ 2022-11-23T02:56:11.3866900Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:11.3867089Z ] 2022-11-23T02:56:11.3867737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.3868188Z with 2022-11-23T02:56:11.3868354Z [ 2022-11-23T02:56:11.3868548Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:11.3868743Z ] 2022-11-23T02:56:11.3869242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.3869704Z with 2022-11-23T02:56:11.3869855Z [ 2022-11-23T02:56:11.3870051Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:11.3870242Z ] 2022-11-23T02:56:11.3870693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.3871475Z 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:56:11.3872236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.3872644Z with 2022-11-23T02:56:11.3872794Z [ 2022-11-23T02:56:11.3872992Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:11.3873184Z ] 2022-11-23T02:56:11.3933395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.3933821Z with 2022-11-23T02:56:11.3933991Z [ 2022-11-23T02:56:11.3934248Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:11.3934500Z ] 2022-11-23T02:56:11.3934943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.3935344Z with 2022-11-23T02:56:11.3935507Z [ 2022-11-23T02:56:11.3935746Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:11.3935962Z ] 2022-11-23T02:56:11.3936427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.3937976Z with 2022-11-23T02:56:11.3938715Z [ 2022-11-23T02:56:11.3938966Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:11.3939197Z ] 2022-11-23T02:56:11.3939682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.3940146Z with 2022-11-23T02:56:11.3940322Z [ 2022-11-23T02:56:11.3940563Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:11.3940785Z ] 2022-11-23T02:56:11.3941268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.3942056Z 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:56:11.3942909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.3944735Z with 2022-11-23T02:56:11.3944906Z [ 2022-11-23T02:56:11.3945157Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:11.3945384Z ] 2022-11-23T02:56:11.4199591Z 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:56:11.4200231Z 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:56:11.5279437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5279880Z with 2022-11-23T02:56:11.5280035Z [ 2022-11-23T02:56:11.5280261Z T=std::tuple 2022-11-23T02:56:11.5280490Z ] 2022-11-23T02:56:11.5280924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.5281318Z with 2022-11-23T02:56:11.5281482Z [ 2022-11-23T02:56:11.5281684Z T=std::tuple 2022-11-23T02:56:11.5281893Z ] 2022-11-23T02:56:11.5282353Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.5282797Z with 2022-11-23T02:56:11.5282959Z [ 2022-11-23T02:56:11.5283174Z T=std::tuple 2022-11-23T02:56:11.5283366Z ] 2022-11-23T02:56:11.5284746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.5285777Z with 2022-11-23T02:56:11.5285945Z [ 2022-11-23T02:56:11.5286164Z T=std::tuple 2022-11-23T02:56:11.5286604Z ] 2022-11-23T02:56:11.5287052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:11.5287808Z 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:56:11.5288530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5288940Z with 2022-11-23T02:56:11.5289104Z [ 2022-11-23T02:56:11.5289316Z T=std::tuple 2022-11-23T02:56:11.5289522Z ] 2022-11-23T02:56:11.5337404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5337788Z with 2022-11-23T02:56:11.5337956Z [ 2022-11-23T02:56:11.5338163Z T=torch::jit::SourceRange 2022-11-23T02:56:11.5338356Z ] 2022-11-23T02:56:11.5340375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.5340777Z with 2022-11-23T02:56:11.5340927Z [ 2022-11-23T02:56:11.5341123Z T=torch::jit::SourceRange 2022-11-23T02:56:11.5341315Z ] 2022-11-23T02:56:11.5341792Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.5342230Z with 2022-11-23T02:56:11.5342390Z [ 2022-11-23T02:56:11.5342568Z T=torch::jit::SourceRange 2022-11-23T02:56:11.5342757Z ] 2022-11-23T02:56:11.5343244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.5343698Z with 2022-11-23T02:56:11.5343867Z [ 2022-11-23T02:56:11.5344059Z T=torch::jit::SourceRange 2022-11-23T02:56:11.5344235Z ] 2022-11-23T02:56:11.5346092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.5346806Z 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:56:11.5347522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5347934Z with 2022-11-23T02:56:11.5348102Z [ 2022-11-23T02:56:11.5348293Z T=torch::jit::SourceRange 2022-11-23T02:56:11.5348468Z ] 2022-11-23T02:56:11.5433397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5433792Z with 2022-11-23T02:56:11.5433961Z [ 2022-11-23T02:56:11.5434193Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:11.5436032Z ] 2022-11-23T02:56:11.5436468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.5436845Z with 2022-11-23T02:56:11.5437007Z [ 2022-11-23T02:56:11.5437219Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:11.5437423Z ] 2022-11-23T02:56:11.5437888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.5438316Z with 2022-11-23T02:56:11.5438468Z [ 2022-11-23T02:56:11.5438677Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:11.5438897Z ] 2022-11-23T02:56:11.5439382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.5439831Z with 2022-11-23T02:56:11.5439993Z [ 2022-11-23T02:56:11.5440189Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:11.5440388Z ] 2022-11-23T02:56:11.5442381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.5443115Z 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:56:11.5443824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5444228Z with 2022-11-23T02:56:11.5444394Z [ 2022-11-23T02:56:11.5444611Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:11.5444807Z ] 2022-11-23T02:56:11.5463431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5463820Z with 2022-11-23T02:56:11.5463986Z [ 2022-11-23T02:56:11.5464204Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:11.5464408Z ] 2022-11-23T02:56:11.5464819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.5465209Z with 2022-11-23T02:56:11.5465377Z [ 2022-11-23T02:56:11.5465585Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:11.5465789Z ] 2022-11-23T02:56:11.5466259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.5466665Z with 2022-11-23T02:56:11.5466838Z [ 2022-11-23T02:56:11.5467047Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:11.5467252Z ] 2022-11-23T02:56:11.5467738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.5468188Z with 2022-11-23T02:56:11.5468336Z [ 2022-11-23T02:56:11.5468539Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:11.5468888Z ] 2022-11-23T02:56:11.5469342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.5470058Z 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:56:11.5470760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5471173Z with 2022-11-23T02:56:11.5471338Z [ 2022-11-23T02:56:11.5471534Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:11.5471736Z ] 2022-11-23T02:56:11.5520953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5521382Z with 2022-11-23T02:56:11.5521549Z [ 2022-11-23T02:56:11.5521762Z T=torch::jit::ScopePtr 2022-11-23T02:56:11.5521938Z ] 2022-11-23T02:56:11.5522562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.5522962Z with 2022-11-23T02:56:11.5523131Z [ 2022-11-23T02:56:11.5523322Z T=torch::jit::ScopePtr 2022-11-23T02:56:11.5523508Z ] 2022-11-23T02:56:11.5523956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.5524389Z with 2022-11-23T02:56:11.5524553Z [ 2022-11-23T02:56:11.5524738Z T=torch::jit::ScopePtr 2022-11-23T02:56:11.5524928Z ] 2022-11-23T02:56:11.5525419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.5525855Z with 2022-11-23T02:56:11.5526022Z [ 2022-11-23T02:56:11.5526206Z T=torch::jit::ScopePtr 2022-11-23T02:56:11.5526388Z ] 2022-11-23T02:56:11.5526828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.5527513Z 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:56:11.5528208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.5528618Z with 2022-11-23T02:56:11.5528771Z [ 2022-11-23T02:56:11.5528958Z T=torch::jit::ScopePtr 2022-11-23T02:56:11.5529141Z ] 2022-11-23T02:56:11.8028307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8028732Z with 2022-11-23T02:56:11.8028889Z [ 2022-11-23T02:56:11.8029119Z T=at::ThreadLocalState 2022-11-23T02:56:11.8029317Z ] 2022-11-23T02:56:11.8029756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.8030383Z with 2022-11-23T02:56:11.8032082Z [ 2022-11-23T02:56:11.8032273Z T=at::ThreadLocalState 2022-11-23T02:56:11.8032466Z ] 2022-11-23T02:56:11.8032947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.8033389Z with 2022-11-23T02:56:11.8033548Z [ 2022-11-23T02:56:11.8033743Z T=at::ThreadLocalState 2022-11-23T02:56:11.8033916Z ] 2022-11-23T02:56:11.8034417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.8034880Z with 2022-11-23T02:56:11.8035045Z [ 2022-11-23T02:56:11.8035234Z T=at::ThreadLocalState 2022-11-23T02:56:11.8035418Z ] 2022-11-23T02:56:11.8035975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.8038114Z 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:56:11.8038843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8039266Z with 2022-11-23T02:56:11.8039433Z [ 2022-11-23T02:56:11.8039628Z T=at::ThreadLocalState 2022-11-23T02:56:11.8039822Z ] 2022-11-23T02:56:11.8218366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8218746Z with 2022-11-23T02:56:11.8218921Z [ 2022-11-23T02:56:11.8219142Z T=std::shared_ptr 2022-11-23T02:56:11.8219348Z ] 2022-11-23T02:56:11.8219770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.8220163Z with 2022-11-23T02:56:11.8220311Z [ 2022-11-23T02:56:11.8220519Z T=std::shared_ptr 2022-11-23T02:56:11.8220717Z ] 2022-11-23T02:56:11.8221192Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.8221624Z with 2022-11-23T02:56:11.8221785Z [ 2022-11-23T02:56:11.8221980Z T=std::shared_ptr 2022-11-23T02:56:11.8222186Z ] 2022-11-23T02:56:11.8224074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.8224537Z with 2022-11-23T02:56:11.8224701Z [ 2022-11-23T02:56:11.8224914Z T=std::shared_ptr 2022-11-23T02:56:11.8225105Z ] 2022-11-23T02:56:11.8225561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:11.8226460Z 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:56:11.8227182Z 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:56:11.8227908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8228313Z with 2022-11-23T02:56:11.8228478Z [ 2022-11-23T02:56:11.8230119Z T=std::shared_ptr 2022-11-23T02:56:11.8230311Z ] 2022-11-23T02:56:11.8250979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8251363Z with 2022-11-23T02:56:11.8251667Z [ 2022-11-23T02:56:11.8251883Z T=torch::jit::GraphExecutor 2022-11-23T02:56:11.8252078Z ] 2022-11-23T02:56:11.8252506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.8254380Z with 2022-11-23T02:56:11.8254551Z [ 2022-11-23T02:56:11.8254752Z T=torch::jit::GraphExecutor 2022-11-23T02:56:11.8254946Z ] 2022-11-23T02:56:11.8255417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.8255850Z with 2022-11-23T02:56:11.8256002Z [ 2022-11-23T02:56:11.8256196Z T=torch::jit::GraphExecutor 2022-11-23T02:56:11.8256389Z ] 2022-11-23T02:56:11.8256881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.8257330Z with 2022-11-23T02:56:11.8257491Z [ 2022-11-23T02:56:11.8257671Z T=torch::jit::GraphExecutor 2022-11-23T02:56:11.8257866Z ] 2022-11-23T02:56:11.8258317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.8260431Z 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:56:11.8261156Z 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:56:11.8261880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8262292Z with 2022-11-23T02:56:11.8262457Z [ 2022-11-23T02:56:11.8262642Z T=torch::jit::GraphExecutor 2022-11-23T02:56:11.8263546Z ] 2022-11-23T02:56:11.8378340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8378757Z with 2022-11-23T02:56:11.8378939Z [ 2022-11-23T02:56:11.8379133Z T=torch::jit::Method 2022-11-23T02:56:11.8379324Z ] 2022-11-23T02:56:11.8379760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.8380157Z with 2022-11-23T02:56:11.8380323Z [ 2022-11-23T02:56:11.8380506Z T=torch::jit::Method 2022-11-23T02:56:11.8380686Z ] 2022-11-23T02:56:11.8381166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.8381590Z with 2022-11-23T02:56:11.8381751Z [ 2022-11-23T02:56:11.8381937Z T=torch::jit::Method 2022-11-23T02:56:11.8382119Z ] 2022-11-23T02:56:11.8382777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.8383232Z with 2022-11-23T02:56:11.8383383Z [ 2022-11-23T02:56:11.8383571Z T=torch::jit::Method 2022-11-23T02:56:11.8383755Z ] 2022-11-23T02:56:11.8384190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:11.8384873Z 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:56:11.8385556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.8387481Z with 2022-11-23T02:56:11.8387643Z [ 2022-11-23T02:56:11.8387839Z T=torch::jit::Method 2022-11-23T02:56:11.8388025Z ] 2022-11-23T02:56:11.9234704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:11.9235130Z with 2022-11-23T02:56:11.9235285Z [ 2022-11-23T02:56:11.9235532Z T=std::vector> 2022-11-23T02:56:11.9235797Z ] 2022-11-23T02:56:11.9236234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:11.9236634Z with 2022-11-23T02:56:11.9236800Z [ 2022-11-23T02:56:11.9237032Z T=std::vector> 2022-11-23T02:56:11.9237254Z ] 2022-11-23T02:56:11.9237720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:11.9239589Z with 2022-11-23T02:56:11.9239756Z [ 2022-11-23T02:56:11.9239993Z T=std::vector> 2022-11-23T02:56:11.9240201Z ] 2022-11-23T02:56:11.9240920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:11.9241382Z with 2022-11-23T02:56:11.9241546Z [ 2022-11-23T02:56:11.9241779Z T=std::vector> 2022-11-23T02:56:11.9242007Z ] 2022-11-23T02:56:11.9242466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:11.9243218Z 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:56:11.9243944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:11.9245758Z with 2022-11-23T02:56:11.9245925Z [ 2022-11-23T02:56:11.9246164Z T=std::vector> 2022-11-23T02:56:11.9246504Z ] 2022-11-23T02:56:12.0687592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:12.0688053Z with 2022-11-23T02:56:12.0688226Z [ 2022-11-23T02:56:12.0688523Z T=std::function 2022-11-23T02:56:12.0688775Z ] 2022-11-23T02:56:12.0689210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:12.0689625Z with 2022-11-23T02:56:12.0689776Z [ 2022-11-23T02:56:12.0690041Z T=std::function 2022-11-23T02:56:12.0690290Z ] 2022-11-23T02:56:12.0690765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:12.0691298Z with 2022-11-23T02:56:12.0691463Z [ 2022-11-23T02:56:12.0691725Z T=std::function 2022-11-23T02:56:12.0691980Z ] 2022-11-23T02:56:12.0692521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:12.0693032Z with 2022-11-23T02:56:12.0693201Z [ 2022-11-23T02:56:12.0693543Z T=std::function 2022-11-23T02:56:12.0693788Z ] 2022-11-23T02:56:12.0694289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:12.0695101Z 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:56:12.0695857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:12.0696486Z with 2022-11-23T02:56:12.0696655Z [ 2022-11-23T02:56:12.0696921Z T=std::function 2022-11-23T02:56:12.0697174Z ] 2022-11-23T02:56:12.3265187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:12.3265631Z with 2022-11-23T02:56:12.3265805Z [ 2022-11-23T02:56:12.3266089Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:12.3266367Z ] 2022-11-23T02:56:12.3266869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:12.3267287Z with 2022-11-23T02:56:12.3267453Z [ 2022-11-23T02:56:12.3267744Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:12.3268065Z ] 2022-11-23T02:56:12.3268747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:12.3269192Z with 2022-11-23T02:56:12.3269356Z [ 2022-11-23T02:56:12.3269647Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:12.3269927Z ] 2022-11-23T02:56:12.3270407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:12.3270870Z with 2022-11-23T02:56:12.3271036Z [ 2022-11-23T02:56:12.3271323Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:12.3271597Z ] 2022-11-23T02:56:12.3272121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:12.3272985Z 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:56:12.3273889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:12.3274309Z with 2022-11-23T02:56:12.3274462Z [ 2022-11-23T02:56:12.3274748Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:12.3275020Z ] 2022-11-23T02:56:12.4778579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:12.4779015Z with 2022-11-23T02:56:12.4779188Z [ 2022-11-23T02:56:12.4779426Z T=std::vector> 2022-11-23T02:56:12.4779652Z ] 2022-11-23T02:56:12.4780092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:12.4780698Z with 2022-11-23T02:56:12.4780868Z [ 2022-11-23T02:56:12.4781100Z T=std::vector> 2022-11-23T02:56:12.4781300Z ] 2022-11-23T02:56:12.4781835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:12.4782309Z with 2022-11-23T02:56:12.4782495Z [ 2022-11-23T02:56:12.4782726Z T=std::vector> 2022-11-23T02:56:12.4782955Z ] 2022-11-23T02:56:12.4783442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:12.4783910Z with 2022-11-23T02:56:12.4784076Z [ 2022-11-23T02:56:12.4784302Z T=std::vector> 2022-11-23T02:56:12.4784520Z ] 2022-11-23T02:56:12.4784975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:12.4785489Z with 2022-11-23T02:56:12.4785644Z [ 2022-11-23T02:56:12.4785820Z T=double 2022-11-23T02:56:12.4785994Z ] 2022-11-23T02:56:12.4786495Z 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:56:12.4786950Z with 2022-11-23T02:56:12.4787102Z [ 2022-11-23T02:56:12.4787272Z T=double 2022-11-23T02:56:12.4787448Z ] 2022-11-23T02:56:12.4787954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:12.4788372Z with 2022-11-23T02:56:12.4788590Z [ 2022-11-23T02:56:12.4788810Z T=std::vector> 2022-11-23T02:56:12.4789026Z ] 2022-11-23T02:56:13.1638670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:13.1639113Z with 2022-11-23T02:56:13.1639289Z [ 2022-11-23T02:56:13.1639529Z T=std::tuple 2022-11-23T02:56:13.1639723Z ] 2022-11-23T02:56:13.1640198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:13.1640612Z with 2022-11-23T02:56:13.1640780Z [ 2022-11-23T02:56:13.1640994Z T=std::tuple 2022-11-23T02:56:13.1641199Z ] 2022-11-23T02:56:13.1641659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:13.1642095Z with 2022-11-23T02:56:13.1642262Z [ 2022-11-23T02:56:13.1642474Z T=std::tuple 2022-11-23T02:56:13.1642738Z ] 2022-11-23T02:56:13.1643244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:13.1643959Z with 2022-11-23T02:56:13.1644114Z [ 2022-11-23T02:56:13.1644327Z T=std::tuple 2022-11-23T02:56:13.1644535Z ] 2022-11-23T02:56:13.1644996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:13.1645733Z 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:56:13.1646459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:13.1646879Z with 2022-11-23T02:56:13.1647033Z [ 2022-11-23T02:56:13.1647247Z T=std::tuple 2022-11-23T02:56:13.1647452Z ] 2022-11-23T02:56:13.3156403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:13.3157056Z with 2022-11-23T02:56:13.3157232Z [ 2022-11-23T02:56:13.3157501Z T=std::vector> 2022-11-23T02:56:13.3157715Z ] 2022-11-23T02:56:13.3158166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:13.3158566Z with 2022-11-23T02:56:13.3158736Z [ 2022-11-23T02:56:13.3158977Z T=std::vector> 2022-11-23T02:56:13.3159192Z ] 2022-11-23T02:56:13.3159730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:13.3160222Z with 2022-11-23T02:56:13.3160394Z [ 2022-11-23T02:56:13.3160634Z T=std::vector> 2022-11-23T02:56:13.3160856Z ] 2022-11-23T02:56:13.3161358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:13.3161802Z with 2022-11-23T02:56:13.3161968Z [ 2022-11-23T02:56:13.3162202Z T=std::vector> 2022-11-23T02:56:13.3162432Z ] 2022-11-23T02:56:13.3162906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:13.3163671Z 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:56:13.3164421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:13.3164837Z with 2022-11-23T02:56:13.3164993Z [ 2022-11-23T02:56:13.3165230Z T=std::vector> 2022-11-23T02:56:13.3165630Z ] 2022-11-23T02:56:19.1488049Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T02:56:19.3889512Z Creating library build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T02:56:19.4019835Z Generating code 2022-11-23T02:56:20.8862869Z Finished generating code 2022-11-23T02:56:21.0250237Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T02:56:21.0258874Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -Iself_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 2022-11-23T02:56:21.0384134Z rng_extension.cpp 2022-11-23T02:56:21.0597726Z 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:56:21.8755790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:21.8756458Z with 2022-11-23T02:56:21.8756726Z [ 2022-11-23T02:56:21.8756916Z T=c10::SymInt 2022-11-23T02:56:21.8757098Z ] 2022-11-23T02:56:21.8757554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:21.8757959Z with 2022-11-23T02:56:21.8758113Z [ 2022-11-23T02:56:21.8758295Z T=c10::SymInt 2022-11-23T02:56:21.8758475Z ] 2022-11-23T02:56:21.8758945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:21.8759689Z with 2022-11-23T02:56:21.8759855Z [ 2022-11-23T02:56:21.8760022Z T=c10::SymInt 2022-11-23T02:56:21.8760201Z ] 2022-11-23T02:56:21.8760707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:21.8761167Z with 2022-11-23T02:56:21.8761336Z [ 2022-11-23T02:56:21.8761514Z T=c10::SymInt 2022-11-23T02:56:21.8761678Z ] 2022-11-23T02:56:21.8762158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:21.8762818Z 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:56:21.8763508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:21.8763917Z with 2022-11-23T02:56:21.8764084Z [ 2022-11-23T02:56:21.8764361Z T=c10::SymInt 2022-11-23T02:56:21.8764537Z ] 2022-11-23T02:56:21.9142549Z 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:56:21.9379329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:21.9379736Z with 2022-11-23T02:56:21.9379973Z [ 2022-11-23T02:56:21.9380162Z T=at::Generator 2022-11-23T02:56:21.9380345Z ] 2022-11-23T02:56:21.9380778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:21.9381162Z with 2022-11-23T02:56:21.9381330Z [ 2022-11-23T02:56:21.9381520Z T=at::Generator 2022-11-23T02:56:21.9381700Z ] 2022-11-23T02:56:21.9382171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:21.9382611Z with 2022-11-23T02:56:21.9382764Z [ 2022-11-23T02:56:21.9382947Z T=at::Generator 2022-11-23T02:56:21.9383132Z ] 2022-11-23T02:56:21.9383621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:21.9384073Z with 2022-11-23T02:56:21.9384240Z [ 2022-11-23T02:56:21.9384458Z T=at::Generator 2022-11-23T02:56:21.9384640Z ] 2022-11-23T02:56:21.9385132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:21.9385812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:56:21.9386485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:21.9387076Z with 2022-11-23T02:56:21.9387245Z [ 2022-11-23T02:56:21.9387416Z T=at::Generator 2022-11-23T02:56:21.9387597Z ] 2022-11-23T02:56:21.9729828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:21.9730255Z with 2022-11-23T02:56:21.9730427Z [ 2022-11-23T02:56:21.9730622Z T=at::TensorBase 2022-11-23T02:56:21.9730857Z ] 2022-11-23T02:56:21.9731301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:21.9731744Z with 2022-11-23T02:56:21.9731911Z [ 2022-11-23T02:56:21.9732105Z T=at::TensorBase 2022-11-23T02:56:21.9732294Z ] 2022-11-23T02:56:21.9732744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:21.9733178Z with 2022-11-23T02:56:21.9733345Z [ 2022-11-23T02:56:21.9733782Z T=at::TensorBase 2022-11-23T02:56:21.9733973Z ] 2022-11-23T02:56:21.9734480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:21.9734930Z with 2022-11-23T02:56:21.9735096Z [ 2022-11-23T02:56:21.9735285Z T=at::TensorBase 2022-11-23T02:56:21.9735452Z ] 2022-11-23T02:56:21.9735933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:21.9736610Z 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:56:21.9737345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:21.9737791Z with 2022-11-23T02:56:21.9737957Z [ 2022-11-23T02:56:21.9738139Z T=at::TensorBase 2022-11-23T02:56:21.9738320Z ] 2022-11-23T02:56:22.2416562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.2416989Z with 2022-11-23T02:56:22.2417157Z [ 2022-11-23T02:56:22.2417350Z T=at::Tensor 2022-11-23T02:56:22.2417526Z ] 2022-11-23T02:56:22.2417967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.2418419Z with 2022-11-23T02:56:22.2418569Z [ 2022-11-23T02:56:22.2418747Z T=at::Tensor 2022-11-23T02:56:22.2418965Z ] 2022-11-23T02:56:22.2419431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.2419877Z with 2022-11-23T02:56:22.2420040Z [ 2022-11-23T02:56:22.2420203Z T=at::Tensor 2022-11-23T02:56:22.2420567Z ] 2022-11-23T02:56:22.2421060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.2421512Z with 2022-11-23T02:56:22.2421677Z [ 2022-11-23T02:56:22.2421860Z T=at::Tensor 2022-11-23T02:56:22.2422025Z ] 2022-11-23T02:56:22.2422455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.2423115Z 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:56:22.2423803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.2424211Z with 2022-11-23T02:56:22.2424416Z [ 2022-11-23T02:56:22.2424589Z T=at::Tensor 2022-11-23T02:56:22.2424750Z ] 2022-11-23T02:56:22.2456287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.2456687Z with 2022-11-23T02:56:22.2456854Z [ 2022-11-23T02:56:22.2457042Z T=c10::Scalar 2022-11-23T02:56:22.2457216Z ] 2022-11-23T02:56:22.2457626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.2458023Z with 2022-11-23T02:56:22.2458182Z [ 2022-11-23T02:56:22.2458356Z T=c10::Scalar 2022-11-23T02:56:22.2458524Z ] 2022-11-23T02:56:22.2458988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.2459399Z with 2022-11-23T02:56:22.2459561Z [ 2022-11-23T02:56:22.2459732Z T=c10::Scalar 2022-11-23T02:56:22.2459906Z ] 2022-11-23T02:56:22.2460442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.2460946Z with 2022-11-23T02:56:22.2461096Z [ 2022-11-23T02:56:22.2461267Z T=c10::Scalar 2022-11-23T02:56:22.2461442Z ] 2022-11-23T02:56:22.2461867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.2462532Z 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:56:22.2463205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.2463609Z with 2022-11-23T02:56:22.2463761Z [ 2022-11-23T02:56:22.2463936Z T=c10::Scalar 2022-11-23T02:56:22.2464105Z ] 2022-11-23T02:56:22.4109482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4110092Z with 2022-11-23T02:56:22.4110261Z [ 2022-11-23T02:56:22.4110443Z T=std::string 2022-11-23T02:56:22.4110624Z ] 2022-11-23T02:56:22.4111062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.4111458Z with 2022-11-23T02:56:22.4111619Z [ 2022-11-23T02:56:22.4111792Z T=std::string 2022-11-23T02:56:22.4111949Z ] 2022-11-23T02:56:22.4112409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.4112900Z with 2022-11-23T02:56:22.4113064Z [ 2022-11-23T02:56:22.4113239Z T=std::string 2022-11-23T02:56:22.4113454Z ] 2022-11-23T02:56:22.4113936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.4114468Z with 2022-11-23T02:56:22.4114635Z [ 2022-11-23T02:56:22.4114808Z T=std::string 2022-11-23T02:56:22.4114984Z ] 2022-11-23T02:56:22.4115417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.4116072Z 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:56:22.4116754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4117142Z with 2022-11-23T02:56:22.4117304Z [ 2022-11-23T02:56:22.4117477Z T=std::string 2022-11-23T02:56:22.4117650Z ] 2022-11-23T02:56:22.4248905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4249323Z with 2022-11-23T02:56:22.4249478Z [ 2022-11-23T02:56:22.4249687Z T=c10::QualifiedName 2022-11-23T02:56:22.4249873Z ] 2022-11-23T02:56:22.4250344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.4250755Z with 2022-11-23T02:56:22.4250988Z [ 2022-11-23T02:56:22.4251171Z T=c10::QualifiedName 2022-11-23T02:56:22.4251352Z ] 2022-11-23T02:56:22.4251869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.4252311Z with 2022-11-23T02:56:22.4252468Z [ 2022-11-23T02:56:22.4252641Z T=c10::QualifiedName 2022-11-23T02:56:22.4252825Z ] 2022-11-23T02:56:22.4253322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.4253857Z with 2022-11-23T02:56:22.4254194Z [ 2022-11-23T02:56:22.4254379Z T=c10::QualifiedName 2022-11-23T02:56:22.4254548Z ] 2022-11-23T02:56:22.4254991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.4255669Z 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:56:22.4256354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4256764Z with 2022-11-23T02:56:22.4256984Z [ 2022-11-23T02:56:22.4257173Z T=c10::QualifiedName 2022-11-23T02:56:22.4257358Z ] 2022-11-23T02:56:22.4796087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4796541Z with 2022-11-23T02:56:22.4796710Z [ 2022-11-23T02:56:22.4796945Z T=std::shared_ptr 2022-11-23T02:56:22.4797427Z ] 2022-11-23T02:56:22.4797870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.4798301Z with 2022-11-23T02:56:22.4798465Z [ 2022-11-23T02:56:22.4798696Z T=std::shared_ptr 2022-11-23T02:56:22.4798908Z ] 2022-11-23T02:56:22.4799376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.4799817Z with 2022-11-23T02:56:22.4799967Z [ 2022-11-23T02:56:22.4800194Z T=std::shared_ptr 2022-11-23T02:56:22.4800414Z ] 2022-11-23T02:56:22.4800909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.4801354Z with 2022-11-23T02:56:22.4801515Z [ 2022-11-23T02:56:22.4801740Z T=std::shared_ptr 2022-11-23T02:56:22.4801939Z ] 2022-11-23T02:56:22.4802403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:22.4803119Z 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:56:22.4803883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4804343Z with 2022-11-23T02:56:22.4804505Z [ 2022-11-23T02:56:22.4804733Z T=std::shared_ptr 2022-11-23T02:56:22.4804935Z ] 2022-11-23T02:56:22.4825939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4826488Z with 2022-11-23T02:56:22.4826657Z [ 2022-11-23T02:56:22.4826884Z T=std::weak_ptr 2022-11-23T02:56:22.4827100Z ] 2022-11-23T02:56:22.4827584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.4827964Z with 2022-11-23T02:56:22.4828127Z [ 2022-11-23T02:56:22.4828400Z T=std::weak_ptr 2022-11-23T02:56:22.4828614Z ] 2022-11-23T02:56:22.4829079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.4829505Z with 2022-11-23T02:56:22.4829656Z [ 2022-11-23T02:56:22.4829882Z T=std::weak_ptr 2022-11-23T02:56:22.4830098Z ] 2022-11-23T02:56:22.4830585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.4831038Z with 2022-11-23T02:56:22.4831276Z [ 2022-11-23T02:56:22.4831487Z T=std::weak_ptr 2022-11-23T02:56:22.4831698Z ] 2022-11-23T02:56:22.4832168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:22.4832895Z 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:56:22.4833643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.4834049Z with 2022-11-23T02:56:22.4834214Z [ 2022-11-23T02:56:22.4834485Z T=std::weak_ptr 2022-11-23T02:56:22.4834685Z ] 2022-11-23T02:56:22.5444174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5444871Z with 2022-11-23T02:56:22.5445057Z [ 2022-11-23T02:56:22.5445323Z T=std::vector> 2022-11-23T02:56:22.5445583Z ] 2022-11-23T02:56:22.5446039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.5446435Z with 2022-11-23T02:56:22.5446584Z [ 2022-11-23T02:56:22.5446841Z T=std::vector> 2022-11-23T02:56:22.5447081Z ] 2022-11-23T02:56:22.5447563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.5448002Z with 2022-11-23T02:56:22.5448163Z [ 2022-11-23T02:56:22.5448405Z T=std::vector> 2022-11-23T02:56:22.5448646Z ] 2022-11-23T02:56:22.5449144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.5449792Z with 2022-11-23T02:56:22.5449954Z [ 2022-11-23T02:56:22.5450208Z T=std::vector> 2022-11-23T02:56:22.5450431Z ] 2022-11-23T02:56:22.5450925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:22.5451696Z 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:56:22.5452441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5452864Z with 2022-11-23T02:56:22.5453037Z [ 2022-11-23T02:56:22.5453291Z T=std::vector> 2022-11-23T02:56:22.5453620Z ] 2022-11-23T02:56:22.5569230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5569655Z with 2022-11-23T02:56:22.5569864Z [ 2022-11-23T02:56:22.5570089Z T=std::vector> 2022-11-23T02:56:22.5570311Z ] 2022-11-23T02:56:22.5570744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.5571151Z with 2022-11-23T02:56:22.5571300Z [ 2022-11-23T02:56:22.5571517Z T=std::vector> 2022-11-23T02:56:22.5571724Z ] 2022-11-23T02:56:22.5572188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.5572619Z with 2022-11-23T02:56:22.5572780Z [ 2022-11-23T02:56:22.5572981Z T=std::vector> 2022-11-23T02:56:22.5573188Z ] 2022-11-23T02:56:22.5573747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.5574203Z with 2022-11-23T02:56:22.5574364Z [ 2022-11-23T02:56:22.5574590Z T=std::vector> 2022-11-23T02:56:22.5574783Z ] 2022-11-23T02:56:22.5575250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:22.5575961Z 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:56:22.5576640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5585515Z with 2022-11-23T02:56:22.5585961Z [ 2022-11-23T02:56:22.5586205Z T=std::vector> 2022-11-23T02:56:22.5586418Z ] 2022-11-23T02:56:22.5669877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5670274Z with 2022-11-23T02:56:22.5670451Z [ 2022-11-23T02:56:22.5670740Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5670991Z ] 2022-11-23T02:56:22.5671428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.5671869Z with 2022-11-23T02:56:22.5672022Z [ 2022-11-23T02:56:22.5672295Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5672546Z ] 2022-11-23T02:56:22.5673022Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.5673461Z with 2022-11-23T02:56:22.5673625Z [ 2022-11-23T02:56:22.5674051Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5674286Z ] 2022-11-23T02:56:22.5674779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.5675239Z with 2022-11-23T02:56:22.5675405Z [ 2022-11-23T02:56:22.5675673Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5675928Z ] 2022-11-23T02:56:22.5676415Z C:\actions-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:56:22.5677229Z 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:56:22.5677927Z 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:56:22.5678601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5679024Z with 2022-11-23T02:56:22.5679192Z [ 2022-11-23T02:56:22.5679464Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5679711Z ] 2022-11-23T02:56:22.5706044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5706455Z with 2022-11-23T02:56:22.5706612Z [ 2022-11-23T02:56:22.5706888Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5707135Z ] 2022-11-23T02:56:22.5707571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.5708120Z with 2022-11-23T02:56:22.5708289Z [ 2022-11-23T02:56:22.5708534Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5708778Z ] 2022-11-23T02:56:22.5709266Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.5709701Z with 2022-11-23T02:56:22.5709869Z [ 2022-11-23T02:56:22.5710131Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5710357Z ] 2022-11-23T02:56:22.5710855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.5711318Z with 2022-11-23T02:56:22.5711483Z [ 2022-11-23T02:56:22.5711743Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5711984Z ] 2022-11-23T02:56:22.5712550Z C:\actions-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:56:22.5713324Z 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:56:22.5714038Z 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:56:22.5714690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5715096Z with 2022-11-23T02:56:22.5715264Z [ 2022-11-23T02:56:22.5715531Z T=std::vector,std::allocator>> 2022-11-23T02:56:22.5715783Z ] 2022-11-23T02:56:22.5831987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5832393Z with 2022-11-23T02:56:22.5832556Z [ 2022-11-23T02:56:22.5832788Z T=std::vector> 2022-11-23T02:56:22.5833000Z ] 2022-11-23T02:56:22.5833443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.5833843Z with 2022-11-23T02:56:22.5834009Z [ 2022-11-23T02:56:22.5834217Z T=std::vector> 2022-11-23T02:56:22.5834430Z ] 2022-11-23T02:56:22.5834908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.5835349Z with 2022-11-23T02:56:22.5835517Z [ 2022-11-23T02:56:22.5835744Z T=std::vector> 2022-11-23T02:56:22.5835940Z ] 2022-11-23T02:56:22.5836504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.5837182Z with 2022-11-23T02:56:22.5837349Z [ 2022-11-23T02:56:22.5837579Z T=std::vector> 2022-11-23T02:56:22.5837789Z ] 2022-11-23T02:56:22.5838235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:22.5838971Z 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:56:22.5839666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.5840075Z with 2022-11-23T02:56:22.5840240Z [ 2022-11-23T02:56:22.5840466Z T=std::vector> 2022-11-23T02:56:22.5840679Z ] 2022-11-23T02:56:22.6994291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.6994761Z with 2022-11-23T02:56:22.6994923Z [ 2022-11-23T02:56:22.6995190Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:22.6995437Z ] 2022-11-23T02:56:22.6995871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.6996278Z with 2022-11-23T02:56:22.6996430Z [ 2022-11-23T02:56:22.6996683Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:22.6996927Z ] 2022-11-23T02:56:22.6997399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.6997844Z with 2022-11-23T02:56:22.6998010Z [ 2022-11-23T02:56:22.6998305Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:22.6998543Z ] 2022-11-23T02:56:22.6999106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.6999592Z with 2022-11-23T02:56:22.6999758Z [ 2022-11-23T02:56:22.7000008Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:22.7000247Z ] 2022-11-23T02:56:22.7000727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:22.7001518Z 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:56:22.7002303Z 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:56:22.7003699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7004119Z with 2022-11-23T02:56:22.7004291Z [ 2022-11-23T02:56:22.7004614Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:56:22.7004862Z ] 2022-11-23T02:56:22.7262230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7262653Z with 2022-11-23T02:56:22.7262825Z [ 2022-11-23T02:56:22.7263088Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:22.7263346Z ] 2022-11-23T02:56:22.7263785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.7264194Z with 2022-11-23T02:56:22.7264348Z [ 2022-11-23T02:56:22.7264601Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:22.7264838Z ] 2022-11-23T02:56:22.7265504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.7265947Z with 2022-11-23T02:56:22.7266114Z [ 2022-11-23T02:56:22.7266350Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:22.7266595Z ] 2022-11-23T02:56:22.7267089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.7267544Z with 2022-11-23T02:56:22.7267709Z [ 2022-11-23T02:56:22.7267964Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:22.7268202Z ] 2022-11-23T02:56:22.7268682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:22.7269473Z 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:56:22.7270257Z 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:56:22.7270994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7271407Z with 2022-11-23T02:56:22.7271577Z [ 2022-11-23T02:56:22.7271830Z T=c10::impl::InlineStreamGuard 2022-11-23T02:56:22.7272071Z ] 2022-11-23T02:56:22.7301859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7302301Z with 2022-11-23T02:56:22.7302473Z [ 2022-11-23T02:56:22.7302685Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7302941Z ] 2022-11-23T02:56:22.7303606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.7304006Z with 2022-11-23T02:56:22.7304158Z [ 2022-11-23T02:56:22.7304363Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7304561Z ] 2022-11-23T02:56:22.7305076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.7305515Z with 2022-11-23T02:56:22.7305678Z [ 2022-11-23T02:56:22.7305866Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7306063Z ] 2022-11-23T02:56:22.7306556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.7307007Z with 2022-11-23T02:56:22.7307168Z [ 2022-11-23T02:56:22.7307367Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7307549Z ] 2022-11-23T02:56:22.7308090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.7308788Z 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:56:22.7309190Z with 2022-11-23T02:56:22.7309367Z [ 2022-11-23T02:56:22.7309567Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7309764Z ] 2022-11-23T02:56:22.7310238Z 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:56:22.7310962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7311381Z with 2022-11-23T02:56:22.7311547Z [ 2022-11-23T02:56:22.7311750Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:56:22.7311949Z ] 2022-11-23T02:56:22.7804973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7805473Z with 2022-11-23T02:56:22.7805652Z [ 2022-11-23T02:56:22.7805966Z T=std::vector> 2022-11-23T02:56:22.7806255Z ] 2022-11-23T02:56:22.7806687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.7807063Z with 2022-11-23T02:56:22.7807236Z [ 2022-11-23T02:56:22.7807524Z T=std::vector> 2022-11-23T02:56:22.7807788Z ] 2022-11-23T02:56:22.7808314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.7808803Z with 2022-11-23T02:56:22.7808972Z [ 2022-11-23T02:56:22.7809247Z T=std::vector> 2022-11-23T02:56:22.7809717Z ] 2022-11-23T02:56:22.7810215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.7810668Z with 2022-11-23T02:56:22.7810838Z [ 2022-11-23T02:56:22.7811127Z T=std::vector> 2022-11-23T02:56:22.7811379Z ] 2022-11-23T02:56:22.7811947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:22.7812789Z 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:56:22.7813732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.7814202Z with 2022-11-23T02:56:22.7814373Z [ 2022-11-23T02:56:22.7814665Z T=std::vector> 2022-11-23T02:56:22.7814987Z ] 2022-11-23T02:56:22.9064533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9064974Z with 2022-11-23T02:56:22.9065147Z [ 2022-11-23T02:56:22.9065354Z T=torch::autograd::ViewInfo 2022-11-23T02:56:22.9065567Z ] 2022-11-23T02:56:22.9066015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.9066422Z with 2022-11-23T02:56:22.9066576Z [ 2022-11-23T02:56:22.9066779Z T=torch::autograd::ViewInfo 2022-11-23T02:56:22.9066977Z ] 2022-11-23T02:56:22.9067444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.9067886Z with 2022-11-23T02:56:22.9068053Z [ 2022-11-23T02:56:22.9068242Z T=torch::autograd::ViewInfo 2022-11-23T02:56:22.9068441Z ] 2022-11-23T02:56:22.9068941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.9069403Z with 2022-11-23T02:56:22.9069568Z [ 2022-11-23T02:56:22.9069765Z T=torch::autograd::ViewInfo 2022-11-23T02:56:22.9069943Z ] 2022-11-23T02:56:22.9070394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.9071103Z 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:56:22.9072025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9072439Z with 2022-11-23T02:56:22.9072607Z [ 2022-11-23T02:56:22.9072805Z T=torch::autograd::ViewInfo 2022-11-23T02:56:22.9072989Z ] 2022-11-23T02:56:22.9395209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9395645Z with 2022-11-23T02:56:22.9395820Z [ 2022-11-23T02:56:22.9396008Z T=c10::IValue 2022-11-23T02:56:22.9396203Z ] 2022-11-23T02:56:22.9396639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.9397035Z with 2022-11-23T02:56:22.9397204Z [ 2022-11-23T02:56:22.9397447Z T=c10::IValue 2022-11-23T02:56:22.9397626Z ] 2022-11-23T02:56:22.9398333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.9398793Z with 2022-11-23T02:56:22.9398944Z [ 2022-11-23T02:56:22.9399124Z T=c10::IValue 2022-11-23T02:56:22.9399302Z ] 2022-11-23T02:56:22.9399804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.9400252Z with 2022-11-23T02:56:22.9400417Z [ 2022-11-23T02:56:22.9400583Z T=c10::IValue 2022-11-23T02:56:22.9400759Z ] 2022-11-23T02:56:22.9401193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.9401859Z 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:56:22.9402540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9402949Z with 2022-11-23T02:56:22.9403114Z [ 2022-11-23T02:56:22.9403276Z T=c10::IValue 2022-11-23T02:56:22.9403507Z ] 2022-11-23T02:56:22.9440261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9440660Z with 2022-11-23T02:56:22.9440830Z [ 2022-11-23T02:56:22.9441030Z T=c10::AliasInfo 2022-11-23T02:56:22.9441200Z ] 2022-11-23T02:56:22.9441675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:22.9442075Z with 2022-11-23T02:56:22.9442243Z [ 2022-11-23T02:56:22.9442425Z T=c10::AliasInfo 2022-11-23T02:56:22.9442607Z ] 2022-11-23T02:56:22.9443062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:22.9443672Z with 2022-11-23T02:56:22.9443837Z [ 2022-11-23T02:56:22.9444018Z T=c10::AliasInfo 2022-11-23T02:56:22.9444199Z ] 2022-11-23T02:56:22.9444692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:22.9445135Z with 2022-11-23T02:56:22.9445306Z [ 2022-11-23T02:56:22.9445542Z T=c10::AliasInfo 2022-11-23T02:56:22.9445726Z ] 2022-11-23T02:56:22.9446214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:22.9446889Z 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:56:22.9447579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:22.9447996Z with 2022-11-23T02:56:22.9448146Z [ 2022-11-23T02:56:22.9448406Z T=c10::AliasInfo 2022-11-23T02:56:22.9448589Z ] 2022-11-23T02:56:23.0525528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:23.0526017Z with 2022-11-23T02:56:23.0526216Z [ 2022-11-23T02:56:23.0526445Z T=std::vector> 2022-11-23T02:56:23.0526673Z ] 2022-11-23T02:56:23.0527175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:23.0527601Z with 2022-11-23T02:56:23.0527769Z [ 2022-11-23T02:56:23.0528011Z T=std::vector> 2022-11-23T02:56:23.0528219Z ] 2022-11-23T02:56:23.0528692Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:23.0529128Z with 2022-11-23T02:56:23.0529291Z [ 2022-11-23T02:56:23.0529526Z T=std::vector> 2022-11-23T02:56:23.0529755Z ] 2022-11-23T02:56:23.0530231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:23.0530693Z with 2022-11-23T02:56:23.0530861Z [ 2022-11-23T02:56:23.0531095Z T=std::vector> 2022-11-23T02:56:23.0531317Z ] 2022-11-23T02:56:23.0531777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:23.0532244Z with 2022-11-23T02:56:23.0532395Z [ 2022-11-23T02:56:23.0532574Z T=c10::SymInt 2022-11-23T02:56:23.0532749Z ] 2022-11-23T02:56:23.0533242Z 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:56:23.0533938Z with 2022-11-23T02:56:23.0534089Z [ 2022-11-23T02:56:23.0534266Z T=c10::SymInt 2022-11-23T02:56:23.0534440Z ] 2022-11-23T02:56:23.0534920Z 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:56:23.0535733Z 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:56:23.0536497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:23.0536904Z with 2022-11-23T02:56:23.0537072Z [ 2022-11-23T02:56:23.0537291Z T=std::vector> 2022-11-23T02:56:23.0537513Z ] 2022-11-23T02:56:23.0728824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:23.0729945Z with 2022-11-23T02:56:23.0730137Z [ 2022-11-23T02:56:23.0730458Z T=c10::either 2022-11-23T02:56:23.0730695Z ] 2022-11-23T02:56:23.0731176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:23.0731586Z with 2022-11-23T02:56:23.0731755Z [ 2022-11-23T02:56:23.0731993Z T=c10::either 2022-11-23T02:56:23.0732229Z ] 2022-11-23T02:56:23.0732700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:23.0733146Z with 2022-11-23T02:56:23.0733299Z [ 2022-11-23T02:56:23.0733653Z T=c10::either 2022-11-23T02:56:23.0733888Z ] 2022-11-23T02:56:23.0734391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:23.0734846Z with 2022-11-23T02:56:23.0734999Z [ 2022-11-23T02:56:23.0735238Z T=c10::either 2022-11-23T02:56:23.0735470Z ] 2022-11-23T02:56:23.0735949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:23.0736781Z 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:56:23.0737587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:23.0738003Z with 2022-11-23T02:56:23.0738174Z [ 2022-11-23T02:56:23.0738399Z T=c10::either 2022-11-23T02:56:23.0738741Z ] 2022-11-23T02:56:24.7820937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:24.7821379Z with 2022-11-23T02:56:24.7821554Z [ 2022-11-23T02:56:24.7821773Z T=at::StepCallbacks 2022-11-23T02:56:24.7821972Z ] 2022-11-23T02:56:24.7822411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:24.7822816Z with 2022-11-23T02:56:24.7822986Z [ 2022-11-23T02:56:24.7823179Z T=at::StepCallbacks 2022-11-23T02:56:24.7823370Z ] 2022-11-23T02:56:24.7823822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:24.7824277Z with 2022-11-23T02:56:24.7824452Z [ 2022-11-23T02:56:24.7824642Z T=at::StepCallbacks 2022-11-23T02:56:24.7824830Z ] 2022-11-23T02:56:24.7825559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:24.7826020Z with 2022-11-23T02:56:24.7826172Z [ 2022-11-23T02:56:24.7826367Z T=at::StepCallbacks 2022-11-23T02:56:24.7826555Z ] 2022-11-23T02:56:24.7827004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:24.7827696Z 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:56:24.7828402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:24.7828819Z with 2022-11-23T02:56:24.7828978Z [ 2022-11-23T02:56:24.7829169Z T=at::StepCallbacks 2022-11-23T02:56:24.7829359Z ] 2022-11-23T02:56:24.8625157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:24.8625600Z with 2022-11-23T02:56:24.8625775Z [ 2022-11-23T02:56:24.8625976Z T=c10::DimVector 2022-11-23T02:56:24.8626177Z ] 2022-11-23T02:56:24.8626595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:24.8626996Z with 2022-11-23T02:56:24.8627164Z [ 2022-11-23T02:56:24.8627349Z T=c10::DimVector 2022-11-23T02:56:24.8627531Z ] 2022-11-23T02:56:24.8628003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:24.8628424Z with 2022-11-23T02:56:24.8628596Z [ 2022-11-23T02:56:24.8628782Z T=c10::DimVector 2022-11-23T02:56:24.8628960Z ] 2022-11-23T02:56:24.8629464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:24.8630139Z with 2022-11-23T02:56:24.8630296Z [ 2022-11-23T02:56:24.8630480Z T=c10::DimVector 2022-11-23T02:56:24.8630659Z ] 2022-11-23T02:56:24.8631099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:24.8631774Z 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:56:24.8632523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:24.8632939Z with 2022-11-23T02:56:24.8633158Z [ 2022-11-23T02:56:24.8633328Z T=c10::DimVector 2022-11-23T02:56:24.8633510Z ] 2022-11-23T02:56:25.6788624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.6789137Z with 2022-11-23T02:56:25.6789545Z [ 2022-11-23T02:56:25.6789804Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:25.6790009Z ] 2022-11-23T02:56:25.6790444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.6790840Z with 2022-11-23T02:56:25.6791005Z [ 2022-11-23T02:56:25.6791193Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:25.6791392Z ] 2022-11-23T02:56:25.6791869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.6792309Z with 2022-11-23T02:56:25.6792472Z [ 2022-11-23T02:56:25.6792668Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:25.6792872Z ] 2022-11-23T02:56:25.6793349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.6793803Z with 2022-11-23T02:56:25.6793968Z [ 2022-11-23T02:56:25.6794164Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:25.6794358Z ] 2022-11-23T02:56:25.6794804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.6795565Z 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:56:25.6796379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.6796792Z with 2022-11-23T02:56:25.6796957Z [ 2022-11-23T02:56:25.6797156Z T=c10::impl::AnnotatedSchema 2022-11-23T02:56:25.6797351Z ] 2022-11-23T02:56:25.6858191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.6858749Z with 2022-11-23T02:56:25.6858902Z [ 2022-11-23T02:56:25.6859151Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:25.6859385Z ] 2022-11-23T02:56:25.6859816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.6860210Z with 2022-11-23T02:56:25.6860378Z [ 2022-11-23T02:56:25.6860603Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:25.6860829Z ] 2022-11-23T02:56:25.6861297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.6861723Z with 2022-11-23T02:56:25.6861891Z [ 2022-11-23T02:56:25.6862128Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:25.6862341Z ] 2022-11-23T02:56:25.6862830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.6863361Z with 2022-11-23T02:56:25.6863526Z [ 2022-11-23T02:56:25.6863765Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:25.6863990Z ] 2022-11-23T02:56:25.6864455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.6865245Z 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:56:25.6865995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.6866411Z with 2022-11-23T02:56:25.6866578Z [ 2022-11-23T02:56:25.6866819Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:56:25.6867049Z ] 2022-11-23T02:56:25.7125871Z 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:56:25.7126510Z 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:56:25.8195277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8195714Z with 2022-11-23T02:56:25.8195887Z [ 2022-11-23T02:56:25.8196124Z T=std::tuple 2022-11-23T02:56:25.8196348Z ] 2022-11-23T02:56:25.8196783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.8197196Z with 2022-11-23T02:56:25.8197349Z [ 2022-11-23T02:56:25.8197573Z T=std::tuple 2022-11-23T02:56:25.8197781Z ] 2022-11-23T02:56:25.8198247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.8198928Z with 2022-11-23T02:56:25.8199094Z [ 2022-11-23T02:56:25.8199298Z T=std::tuple 2022-11-23T02:56:25.8199504Z ] 2022-11-23T02:56:25.8200005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.8200459Z with 2022-11-23T02:56:25.8200626Z [ 2022-11-23T02:56:25.8200840Z T=std::tuple 2022-11-23T02:56:25.8201031Z ] 2022-11-23T02:56:25.8201482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:25.8202217Z 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:56:25.8203019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8203438Z with 2022-11-23T02:56:25.8203605Z [ 2022-11-23T02:56:25.8203824Z T=std::tuple 2022-11-23T02:56:25.8204033Z ] 2022-11-23T02:56:25.8252800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8253182Z with 2022-11-23T02:56:25.8253364Z [ 2022-11-23T02:56:25.8253562Z T=torch::jit::SourceRange 2022-11-23T02:56:25.8253837Z ] 2022-11-23T02:56:25.8254261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.8254642Z with 2022-11-23T02:56:25.8254865Z [ 2022-11-23T02:56:25.8255060Z T=torch::jit::SourceRange 2022-11-23T02:56:25.8255252Z ] 2022-11-23T02:56:25.8255726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.8256155Z with 2022-11-23T02:56:25.8256303Z [ 2022-11-23T02:56:25.8256492Z T=torch::jit::SourceRange 2022-11-23T02:56:25.8256684Z ] 2022-11-23T02:56:25.8257174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.8257625Z with 2022-11-23T02:56:25.8257789Z [ 2022-11-23T02:56:25.8257966Z T=torch::jit::SourceRange 2022-11-23T02:56:25.8258157Z ] 2022-11-23T02:56:25.8258605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.8259306Z 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:56:25.8260013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8260564Z with 2022-11-23T02:56:25.8260729Z [ 2022-11-23T02:56:25.8260922Z T=torch::jit::SourceRange 2022-11-23T02:56:25.8261099Z ] 2022-11-23T02:56:25.8345870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8346298Z with 2022-11-23T02:56:25.8346472Z [ 2022-11-23T02:56:25.8346707Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:25.8346904Z ] 2022-11-23T02:56:25.8347346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.8347794Z with 2022-11-23T02:56:25.8347964Z [ 2022-11-23T02:56:25.8348180Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:25.8348372Z ] 2022-11-23T02:56:25.8349019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.8349464Z with 2022-11-23T02:56:25.8349634Z [ 2022-11-23T02:56:25.8349848Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:25.8350060Z ] 2022-11-23T02:56:25.8350567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.8351011Z with 2022-11-23T02:56:25.8351180Z [ 2022-11-23T02:56:25.8351395Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:25.8351600Z ] 2022-11-23T02:56:25.8352062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.8352776Z 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:56:25.8353492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8353911Z with 2022-11-23T02:56:25.8354064Z [ 2022-11-23T02:56:25.8354280Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:56:25.8354495Z ] 2022-11-23T02:56:25.8375142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8375545Z with 2022-11-23T02:56:25.8375717Z [ 2022-11-23T02:56:25.8375912Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:25.8376179Z ] 2022-11-23T02:56:25.8376608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.8377010Z with 2022-11-23T02:56:25.8377180Z [ 2022-11-23T02:56:25.8377441Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:25.8377632Z ] 2022-11-23T02:56:25.8378103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.8378670Z with 2022-11-23T02:56:25.8378836Z [ 2022-11-23T02:56:25.8379051Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:25.8379260Z ] 2022-11-23T02:56:25.8379741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.8380186Z with 2022-11-23T02:56:25.8380352Z [ 2022-11-23T02:56:25.8380560Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:25.8380766Z ] 2022-11-23T02:56:25.8381222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.8381947Z 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:56:25.8382766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8383181Z with 2022-11-23T02:56:25.8383399Z [ 2022-11-23T02:56:25.8383613Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:56:25.8383820Z ] 2022-11-23T02:56:25.8429001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8429406Z with 2022-11-23T02:56:25.8429567Z [ 2022-11-23T02:56:25.8429762Z T=torch::jit::ScopePtr 2022-11-23T02:56:25.8429954Z ] 2022-11-23T02:56:25.8430382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:25.8430831Z with 2022-11-23T02:56:25.8430998Z [ 2022-11-23T02:56:25.8431216Z T=torch::jit::ScopePtr 2022-11-23T02:56:25.8431407Z ] 2022-11-23T02:56:25.8431879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:25.8432304Z with 2022-11-23T02:56:25.8432469Z [ 2022-11-23T02:56:25.8432657Z T=torch::jit::ScopePtr 2022-11-23T02:56:25.8432828Z ] 2022-11-23T02:56:25.8433315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:25.8433769Z with 2022-11-23T02:56:25.8433933Z [ 2022-11-23T02:56:25.8434120Z T=torch::jit::ScopePtr 2022-11-23T02:56:25.8434311Z ] 2022-11-23T02:56:25.8434736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:25.8435433Z 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:56:25.8436132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:25.8436733Z with 2022-11-23T02:56:25.8436904Z [ 2022-11-23T02:56:25.8437098Z T=torch::jit::ScopePtr 2022-11-23T02:56:25.8437338Z ] 2022-11-23T02:56:26.0908294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.0908753Z with 2022-11-23T02:56:26.0908926Z [ 2022-11-23T02:56:26.0909144Z T=at::ThreadLocalState 2022-11-23T02:56:26.0909341Z ] 2022-11-23T02:56:26.0909778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.0910177Z with 2022-11-23T02:56:26.0910382Z [ 2022-11-23T02:56:26.0910611Z T=at::ThreadLocalState 2022-11-23T02:56:26.0910804Z ] 2022-11-23T02:56:26.0911327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.0911990Z with 2022-11-23T02:56:26.0912144Z [ 2022-11-23T02:56:26.0912342Z T=at::ThreadLocalState 2022-11-23T02:56:26.0912535Z ] 2022-11-23T02:56:26.0913039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.0913485Z with 2022-11-23T02:56:26.0913650Z [ 2022-11-23T02:56:26.0913829Z T=at::ThreadLocalState 2022-11-23T02:56:26.0914025Z ] 2022-11-23T02:56:26.0914508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:26.0915216Z 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:56:26.0915928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.0916338Z with 2022-11-23T02:56:26.0916558Z [ 2022-11-23T02:56:26.0916751Z T=at::ThreadLocalState 2022-11-23T02:56:26.0916925Z ] 2022-11-23T02:56:26.1102005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1102402Z with 2022-11-23T02:56:26.1102571Z [ 2022-11-23T02:56:26.1102798Z T=std::shared_ptr 2022-11-23T02:56:26.1103061Z ] 2022-11-23T02:56:26.1103475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.1103922Z with 2022-11-23T02:56:26.1104131Z [ 2022-11-23T02:56:26.1104339Z T=std::shared_ptr 2022-11-23T02:56:26.1104539Z ] 2022-11-23T02:56:26.1105012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.1105636Z with 2022-11-23T02:56:26.1105788Z [ 2022-11-23T02:56:26.1106003Z T=std::shared_ptr 2022-11-23T02:56:26.1106207Z ] 2022-11-23T02:56:26.1106705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.1107160Z with 2022-11-23T02:56:26.1107312Z [ 2022-11-23T02:56:26.1107523Z T=std::shared_ptr 2022-11-23T02:56:26.1107725Z ] 2022-11-23T02:56:26.1108189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:26.1108879Z 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:56:26.1109772Z 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:56:26.1110510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1110927Z with 2022-11-23T02:56:26.1111098Z [ 2022-11-23T02:56:26.1111299Z T=std::shared_ptr 2022-11-23T02:56:26.1111504Z ] 2022-11-23T02:56:26.1136616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1137013Z with 2022-11-23T02:56:26.1137181Z [ 2022-11-23T02:56:26.1137382Z T=torch::jit::GraphExecutor 2022-11-23T02:56:26.1137566Z ] 2022-11-23T02:56:26.1137985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.1138375Z with 2022-11-23T02:56:26.1138539Z [ 2022-11-23T02:56:26.1138734Z T=torch::jit::GraphExecutor 2022-11-23T02:56:26.1138929Z ] 2022-11-23T02:56:26.1139400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.1139876Z with 2022-11-23T02:56:26.1140039Z [ 2022-11-23T02:56:26.1140286Z T=torch::jit::GraphExecutor 2022-11-23T02:56:26.1140483Z ] 2022-11-23T02:56:26.1140975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.1141431Z with 2022-11-23T02:56:26.1141581Z [ 2022-11-23T02:56:26.1141773Z T=torch::jit::GraphExecutor 2022-11-23T02:56:26.1141967Z ] 2022-11-23T02:56:26.1142415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:26.1143107Z 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:56:26.1143940Z 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:56:26.1144652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1145063Z with 2022-11-23T02:56:26.1145219Z [ 2022-11-23T02:56:26.1145421Z T=torch::jit::GraphExecutor 2022-11-23T02:56:26.1145678Z ] 2022-11-23T02:56:26.1266604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1267040Z with 2022-11-23T02:56:26.1267212Z [ 2022-11-23T02:56:26.1267407Z T=torch::jit::Method 2022-11-23T02:56:26.1267601Z ] 2022-11-23T02:56:26.1268207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.1268613Z with 2022-11-23T02:56:26.1268784Z [ 2022-11-23T02:56:26.1268975Z T=torch::jit::Method 2022-11-23T02:56:26.1269147Z ] 2022-11-23T02:56:26.1269618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.1270128Z with 2022-11-23T02:56:26.1270296Z [ 2022-11-23T02:56:26.1270488Z T=torch::jit::Method 2022-11-23T02:56:26.1270726Z ] 2022-11-23T02:56:26.1271211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.1271671Z with 2022-11-23T02:56:26.1271834Z [ 2022-11-23T02:56:26.1272021Z T=torch::jit::Method 2022-11-23T02:56:26.1272205Z ] 2022-11-23T02:56:26.1272643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:26.1273317Z 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:56:26.1273993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.1274402Z with 2022-11-23T02:56:26.1274567Z [ 2022-11-23T02:56:26.1274751Z T=torch::jit::Method 2022-11-23T02:56:26.1274936Z ] 2022-11-23T02:56:26.2115298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.2115723Z with 2022-11-23T02:56:26.2115881Z [ 2022-11-23T02:56:26.2116145Z T=std::vector> 2022-11-23T02:56:26.2116375Z ] 2022-11-23T02:56:26.2116811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.2117411Z with 2022-11-23T02:56:26.2117577Z [ 2022-11-23T02:56:26.2117802Z T=std::vector> 2022-11-23T02:56:26.2118030Z ] 2022-11-23T02:56:26.2118502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.2118938Z with 2022-11-23T02:56:26.2119102Z [ 2022-11-23T02:56:26.2119337Z T=std::vector> 2022-11-23T02:56:26.2119544Z ] 2022-11-23T02:56:26.2120041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.2120500Z with 2022-11-23T02:56:26.2120666Z [ 2022-11-23T02:56:26.2120901Z T=std::vector> 2022-11-23T02:56:26.2121124Z ] 2022-11-23T02:56:26.2121666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:26.2122415Z 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:56:26.2123138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.2123554Z with 2022-11-23T02:56:26.2123721Z [ 2022-11-23T02:56:26.2123958Z T=std::vector> 2022-11-23T02:56:26.2124183Z ] 2022-11-23T02:56:26.3585542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.3585971Z with 2022-11-23T02:56:26.3586138Z [ 2022-11-23T02:56:26.3586424Z T=std::function 2022-11-23T02:56:26.3586657Z ] 2022-11-23T02:56:26.3587088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.3587486Z with 2022-11-23T02:56:26.3587654Z [ 2022-11-23T02:56:26.3587923Z T=std::function 2022-11-23T02:56:26.3588166Z ] 2022-11-23T02:56:26.3588613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.3589056Z with 2022-11-23T02:56:26.3589277Z [ 2022-11-23T02:56:26.3589549Z T=std::function 2022-11-23T02:56:26.3589800Z ] 2022-11-23T02:56:26.3590352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.3590793Z with 2022-11-23T02:56:26.3590942Z [ 2022-11-23T02:56:26.3591999Z T=std::function 2022-11-23T02:56:26.3592247Z ] 2022-11-23T02:56:26.3592754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:26.3593561Z 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:56:26.3594319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.3594730Z with 2022-11-23T02:56:26.3594891Z [ 2022-11-23T02:56:26.3595140Z T=std::function 2022-11-23T02:56:26.3595386Z ] 2022-11-23T02:56:26.6218896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.6219355Z with 2022-11-23T02:56:26.6219524Z [ 2022-11-23T02:56:26.6219827Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:26.6220110Z ] 2022-11-23T02:56:26.6220543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.6220941Z with 2022-11-23T02:56:26.6221104Z [ 2022-11-23T02:56:26.6221397Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:26.6221654Z ] 2022-11-23T02:56:26.6222117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.6222554Z with 2022-11-23T02:56:26.6222720Z [ 2022-11-23T02:56:26.6223005Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:26.6223273Z ] 2022-11-23T02:56:26.6223772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.6224209Z with 2022-11-23T02:56:26.6224372Z [ 2022-11-23T02:56:26.6224657Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:26.6224930Z ] 2022-11-23T02:56:26.6225448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:56:26.6226325Z 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:56:26.6227121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.6227522Z with 2022-11-23T02:56:26.6227780Z [ 2022-11-23T02:56:26.6228069Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:56:26.6228338Z ] 2022-11-23T02:56:26.7713441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:26.7713953Z with 2022-11-23T02:56:26.7714135Z [ 2022-11-23T02:56:26.7714436Z T=std::vector> 2022-11-23T02:56:26.7714644Z ] 2022-11-23T02:56:26.7715072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:26.7715470Z with 2022-11-23T02:56:26.7723788Z [ 2022-11-23T02:56:26.7724132Z T=std::vector> 2022-11-23T02:56:26.7724371Z ] 2022-11-23T02:56:26.7724859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:26.7725303Z with 2022-11-23T02:56:26.7725475Z [ 2022-11-23T02:56:26.7725931Z T=std::vector> 2022-11-23T02:56:26.7726202Z ] 2022-11-23T02:56:26.7726774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:26.7727231Z with 2022-11-23T02:56:26.7727397Z [ 2022-11-23T02:56:26.7727623Z T=std::vector> 2022-11-23T02:56:26.7727837Z ] 2022-11-23T02:56:26.7728295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:26.7728705Z with 2022-11-23T02:56:26.7728870Z [ 2022-11-23T02:56:26.7729039Z T=double 2022-11-23T02:56:26.7729212Z ] 2022-11-23T02:56:26.7729707Z 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:56:26.7730161Z with 2022-11-23T02:56:26.7730312Z [ 2022-11-23T02:56:26.7730480Z T=double 2022-11-23T02:56:26.7730650Z ] 2022-11-23T02:56:26.7731093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:26.7731508Z with 2022-11-23T02:56:26.7731658Z [ 2022-11-23T02:56:26.7731886Z T=std::vector> 2022-11-23T02:56:26.7732128Z ] 2022-11-23T02:56:27.3884427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:27.3884883Z with 2022-11-23T02:56:27.3885057Z [ 2022-11-23T02:56:27.3885280Z T=std::tuple 2022-11-23T02:56:27.3885484Z ] 2022-11-23T02:56:27.3885908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:27.3886307Z with 2022-11-23T02:56:27.3886476Z [ 2022-11-23T02:56:27.3886914Z T=std::tuple 2022-11-23T02:56:27.3887116Z ] 2022-11-23T02:56:27.3887590Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:27.3888013Z with 2022-11-23T02:56:27.3888184Z [ 2022-11-23T02:56:27.3888399Z T=std::tuple 2022-11-23T02:56:27.3888602Z ] 2022-11-23T02:56:27.3889097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:27.3889558Z with 2022-11-23T02:56:27.3889710Z [ 2022-11-23T02:56:27.3889920Z T=std::tuple 2022-11-23T02:56:27.3890124Z ] 2022-11-23T02:56:27.3890576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:56:27.3893019Z 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:56:27.3893834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:27.3894252Z with 2022-11-23T02:56:27.3894422Z [ 2022-11-23T02:56:27.3894625Z T=std::tuple 2022-11-23T02:56:27.3894826Z ] 2022-11-23T02:56:27.5382215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:56:27.5382744Z with 2022-11-23T02:56:27.5382939Z [ 2022-11-23T02:56:27.5383185Z T=std::vector> 2022-11-23T02:56:27.5383398Z ] 2022-11-23T02:56:27.5383859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:56:27.5384259Z with 2022-11-23T02:56:27.5384427Z [ 2022-11-23T02:56:27.5384666Z T=std::vector> 2022-11-23T02:56:27.5384889Z ] 2022-11-23T02:56:27.5385347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:56:27.5385800Z with 2022-11-23T02:56:27.5387417Z [ 2022-11-23T02:56:27.5387667Z T=std::vector> 2022-11-23T02:56:27.5387892Z ] 2022-11-23T02:56:27.5388393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:56:27.5388851Z with 2022-11-23T02:56:27.5389003Z [ 2022-11-23T02:56:27.5389244Z T=std::vector> 2022-11-23T02:56:27.5389472Z ] 2022-11-23T02:56:27.5389943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:56:27.5390958Z 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:56:27.5391695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:56:27.5393522Z with 2022-11-23T02:56:27.5393677Z [ 2022-11-23T02:56:27.5393918Z T=std::vector> 2022-11-23T02:56:27.5394144Z ] 2022-11-23T02:56:28.2673770Z 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:56:28.2674390Z 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:56:28.2779505Z 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:56:30.4644931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:56:30.4645365Z with 2022-11-23T02:56:30.4645536Z [ 2022-11-23T02:56:30.4645731Z scalar_t=float 2022-11-23T02:56:30.4645909Z ] 2022-11-23T02:56:30.4646352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:30.4646774Z with 2022-11-23T02:56:30.4646947Z [ 2022-11-23T02:56:30.4647125Z scalar_t=float 2022-11-23T02:56:30.4647372Z ] 2022-11-23T02:56:30.4650244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:56:30.4650619Z with 2022-11-23T02:56:30.4650772Z [ 2022-11-23T02:56:30.4650952Z scalar_t=float 2022-11-23T02:56:30.4651131Z ] 2022-11-23T02:56:30.4651571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:30.4651990Z with 2022-11-23T02:56:30.4652140Z [ 2022-11-23T02:56:30.4652315Z scalar_t=float 2022-11-23T02:56:30.4652494Z ] 2022-11-23T02:56:31.7674277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:56:31.7674731Z with 2022-11-23T02:56:31.7674906Z [ 2022-11-23T02:56:31.7675078Z scalar_t=float 2022-11-23T02:56:31.7675259Z ] 2022-11-23T02:56:31.7675749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T02:56:31.7676209Z with 2022-11-23T02:56:31.7677328Z [ 2022-11-23T02:56:31.7678071Z scalar_t=float 2022-11-23T02:56:31.7678240Z ] 2022-11-23T02:56:31.7678684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:31.7679342Z with 2022-11-23T02:56:31.7679512Z [ 2022-11-23T02:56:31.7679689Z scalar_t=float 2022-11-23T02:56:31.7679866Z ] 2022-11-23T02:56:31.7716629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:56:31.7717004Z with 2022-11-23T02:56:31.7717184Z [ 2022-11-23T02:56:31.7717350Z T=float 2022-11-23T02:56:31.7717515Z ] 2022-11-23T02:56:31.7718002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T02:56:31.7718429Z with 2022-11-23T02:56:31.7718594Z [ 2022-11-23T02:56:31.7718753Z T=float 2022-11-23T02:56:31.7718916Z ] 2022-11-23T02:56:31.7719328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T02:56:31.7719715Z with 2022-11-23T02:56:31.7719863Z [ 2022-11-23T02:56:31.7720024Z T=float 2022-11-23T02:56:31.7720188Z ] 2022-11-23T02:56:31.7779300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T02:56:31.7779671Z with 2022-11-23T02:56:31.7779846Z [ 2022-11-23T02:56:31.7779998Z T=float 2022-11-23T02:56:31.7780165Z ] 2022-11-23T02:56:31.7780649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T02:56:31.7781094Z with 2022-11-23T02:56:31.7781255Z [ 2022-11-23T02:56:31.7781407Z T=float 2022-11-23T02:56:31.7781573Z ] 2022-11-23T02:56:32.4137429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:56:32.4137863Z with 2022-11-23T02:56:32.4138041Z [ 2022-11-23T02:56:32.4138236Z scalar_t=float 2022-11-23T02:56:32.4138418Z ] 2022-11-23T02:56:32.4138862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:32.4139305Z with 2022-11-23T02:56:32.4139470Z [ 2022-11-23T02:56:32.4139648Z scalar_t=float 2022-11-23T02:56:32.4139825Z ] 2022-11-23T02:56:32.4140280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:32.4140716Z with 2022-11-23T02:56:32.4140868Z [ 2022-11-23T02:56:32.4141046Z scalar_t=float 2022-11-23T02:56:32.4141231Z ] 2022-11-23T02:56:32.4141614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:56:32.4141974Z with 2022-11-23T02:56:32.4142126Z [ 2022-11-23T02:56:32.4142302Z scalar_t=float 2022-11-23T02:56:32.4142478Z ] 2022-11-23T02:56:32.4142851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T02:56:32.4143202Z with 2022-11-23T02:56:32.4143600Z [ 2022-11-23T02:56:32.4143764Z scalar_t=float 2022-11-23T02:56:32.4143942Z ] 2022-11-23T02:56:32.7747215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:56:32.7747654Z with 2022-11-23T02:56:32.7747866Z [ 2022-11-23T02:56:32.7748086Z scalar_t=float 2022-11-23T02:56:32.7748268Z ] 2022-11-23T02:56:32.7748724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T02:56:32.7749142Z with 2022-11-23T02:56:32.7749292Z [ 2022-11-23T02:56:32.7749469Z scalar_t=float 2022-11-23T02:56:32.7749643Z ] 2022-11-23T02:56:32.7750095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T02:56:32.7750531Z with 2022-11-23T02:56:32.7750694Z [ 2022-11-23T02:56:32.7750853Z scalar_t=float 2022-11-23T02:56:32.7751028Z ] 2022-11-23T02:56:32.7752225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T02:56:32.7752620Z with 2022-11-23T02:56:32.7752786Z [ 2022-11-23T02:56:32.7752966Z scalar_t=float 2022-11-23T02:56:32.7753132Z ] 2022-11-23T02:56:34.0749381Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T02:56:34.2967580Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T02:56:34.3118770Z Generating code 2022-11-23T02:56:36.3097741Z Finished generating code 2022-11-23T02:56:36.4596949Z running install_lib 2022-11-23T02:56:36.4708975Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:56:36.4731711Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:56:36.4752987Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T02:56:36.4789525Z running install_egg_info 2022-11-23T02:56:36.5114265Z running egg_info 2022-11-23T02:56:36.5192554Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T02:56:36.5198255Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T02:56:36.5204357Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T02:56:36.5298368Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:56:36.5323471Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T02:56:36.5328888Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2022-11-23T02:56:36.5343155Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T02:56:36.5401810Z running install_scripts 2022-11-23T02:56:36.5719500Z Error in atexit._run_exitfuncs: 2022-11-23T02:56:36.5719786Z Traceback (most recent call last): 2022-11-23T02:56:36.5720270Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T02:56:36.5720598Z return stream.closed 2022-11-23T02:56:36.5720846Z ValueError: underlying buffer has been detached 2022-11-23T02:56:36.9643134Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:56:36.963993] 2022-11-23T02:56:41.2645658Z 2022-11-23T02:56:41.2646516Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-11-23T02:56:41.2647742Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_x0sufwu2) 2022-11-23T02:56:41.2648733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T02:56:41.2649434Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T02:56:41.2649783Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T02:56:41.2650011Z 2022-11-23T02:56:41.2650090Z Running tests... 2022-11-23T02:56:41.2650364Z ---------------------------------------------------------------------- 2022-11-23T02:56:41.2650744Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_no_ninja 2022-11-23T02:56:41.2651095Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.021s) 2022-11-23T02:56:41.2651449Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:56:41.2651835Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:56:41.2652206Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T02:56:41.2652591Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T02:56:41.2652957Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T02:56:41.2653277Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T02:56:41.2653727Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.001s) 2022-11-23T02:56:41.2654195Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T02:56:41.2654535Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:56:41.2654828Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T02:56:41.2655132Z test_unregistered (__main__.TestORTTensor) ... ok (0.670s) 2022-11-23T02:56:41.2655412Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T02:56:41.2655671Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-11-23T02:56:41.2655983Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T02:56:41.2656174Z 2022-11-23T02:56:41.2656442Z ---------------------------------------------------------------------- 2022-11-23T02:56:41.2656702Z Ran 15 tests in 0.719s 2022-11-23T02:56:41.2656825Z 2022-11-23T02:56:41.2656902Z OK (skipped=6) 2022-11-23T02:56:41.2657019Z 2022-11-23T02:56:41.2657114Z Generating XML reports... 2022-11-23T02:56:41.2657506Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestCppExtensionAOT-20221123025640.xml 2022-11-23T02:56:41.2658046Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestORTTensor-20221123025640.xml 2022-11-23T02:56:41.2658569Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestRNGExtension-20221123025640.xml 2022-11-23T02:56:41.2659098Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestTorchLibrary-20221123025640.xml 2022-11-23T02:56:41.2659368Z 2022-11-23T02:56:41.2659628Z ##[endgroup] 2022-11-23T02:56:41.2660090Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_no_ninja_x0sufwu2) 2022-11-23T02:56:41.2660393Z 2022-11-23T02:56:41.2660534Z Running test_cpp_extensions_jit ... [2022-11-23 02:56:41.265432] 2022-11-23T02:56:41.2668426Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:56:41.266056] 2022-11-23T03:00:17.8948207Z 2022-11-23T03:00:17.8949013Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T03:00:17.8949889Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_vzwp5be_) 2022-11-23T03:00:17.9142014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:00:17.9142830Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:00:17.9143194Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:00:17.9145114Z 2022-11-23T03:00:17.9145390Z Running tests... 2022-11-23T03:00:17.9145755Z ---------------------------------------------------------------------- 2022-11-23T03:00:17.9146152Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-11-23T03:00:17.9146500Z Not wiping extensions build folder because Windows 2022-11-23T03:00:17.9146823Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (14.419s) 2022-11-23T03:00:17.9147175Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (7.273s) 2022-11-23T03:00:17.9147812Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:17.9149247Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\cpp_frontend_extension... 2022-11-23T03:00:17.9150190Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\cpp_frontend_extension\build.ninja... 2022-11-23T03:00:17.9150622Z Building extension module cpp_frontend_extension... 2022-11-23T03:00:17.9151016Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:17.9152456Z [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-23T03:00:17.9154216Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:17.9154991Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:17.9155332Z 2022-11-23T03:00:17.9156113Z 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-23T03:00:17.9157016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9157543Z with 2022-11-23T03:00:17.9157808Z [ 2022-11-23T03:00:17.9158046Z T=c10::SymInt 2022-11-23T03:00:17.9158305Z ] 2022-11-23T03:00:17.9159044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9159962Z with 2022-11-23T03:00:17.9160231Z [ 2022-11-23T03:00:17.9160510Z T=c10::SymInt 2022-11-23T03:00:17.9160904Z ] 2022-11-23T03:00:17.9161913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9162681Z with 2022-11-23T03:00:17.9162932Z [ 2022-11-23T03:00:17.9163201Z T=c10::SymInt 2022-11-23T03:00:17.9163467Z ] 2022-11-23T03:00:17.9164147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9164767Z with 2022-11-23T03:00:17.9164985Z [ 2022-11-23T03:00:17.9165242Z T=c10::SymInt 2022-11-23T03:00:17.9165492Z ] 2022-11-23T03:00:17.9166074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9167054Z 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-23T03:00:17.9168684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9169276Z with 2022-11-23T03:00:17.9169502Z [ 2022-11-23T03:00:17.9169778Z T=c10::SymInt 2022-11-23T03:00:17.9170039Z ] 2022-11-23T03:00:17.9170588Z 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-23T03:00:17.9171419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9171931Z with 2022-11-23T03:00:17.9172149Z [ 2022-11-23T03:00:17.9172429Z T=at::TensorBase 2022-11-23T03:00:17.9172867Z ] 2022-11-23T03:00:17.9173808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9174669Z with 2022-11-23T03:00:17.9174956Z [ 2022-11-23T03:00:17.9175211Z T=at::TensorBase 2022-11-23T03:00:17.9175480Z ] 2022-11-23T03:00:17.9176105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9176702Z with 2022-11-23T03:00:17.9176944Z [ 2022-11-23T03:00:17.9177223Z T=at::TensorBase 2022-11-23T03:00:17.9177467Z ] 2022-11-23T03:00:17.9178148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9178797Z with 2022-11-23T03:00:17.9179029Z [ 2022-11-23T03:00:17.9179314Z T=at::TensorBase 2022-11-23T03:00:17.9179751Z ] 2022-11-23T03:00:17.9180782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9181885Z 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-23T03:00:17.9182825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9183412Z with 2022-11-23T03:00:17.9183676Z [ 2022-11-23T03:00:17.9183942Z T=at::TensorBase 2022-11-23T03:00:17.9184222Z ] 2022-11-23T03:00:17.9184756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9185304Z with 2022-11-23T03:00:17.9185562Z [ 2022-11-23T03:00:17.9185968Z T=at::Tensor 2022-11-23T03:00:17.9186373Z ] 2022-11-23T03:00:17.9187376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9187889Z with 2022-11-23T03:00:17.9188144Z [ 2022-11-23T03:00:17.9188408Z T=at::Tensor 2022-11-23T03:00:17.9188671Z ] 2022-11-23T03:00:17.9189304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9189904Z with 2022-11-23T03:00:17.9190132Z [ 2022-11-23T03:00:17.9190388Z T=at::Tensor 2022-11-23T03:00:17.9190646Z ] 2022-11-23T03:00:17.9191307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9191997Z with 2022-11-23T03:00:17.9192381Z [ 2022-11-23T03:00:17.9192762Z T=at::Tensor 2022-11-23T03:00:17.9193123Z ] 2022-11-23T03:00:17.9193920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9195005Z 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-23T03:00:17.9195925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9196494Z with 2022-11-23T03:00:17.9196744Z [ 2022-11-23T03:00:17.9196981Z T=at::Tensor 2022-11-23T03:00:17.9197236Z ] 2022-11-23T03:00:17.9197807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9198428Z with 2022-11-23T03:00:17.9198834Z [ 2022-11-23T03:00:17.9199186Z T=at::Generator 2022-11-23T03:00:17.9199556Z ] 2022-11-23T03:00:17.9200295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9200826Z with 2022-11-23T03:00:17.9201093Z [ 2022-11-23T03:00:17.9201463Z T=at::Generator 2022-11-23T03:00:17.9201714Z ] 2022-11-23T03:00:17.9202346Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9202919Z with 2022-11-23T03:00:17.9203156Z [ 2022-11-23T03:00:17.9203408Z T=at::Generator 2022-11-23T03:00:17.9203699Z ] 2022-11-23T03:00:17.9204318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9204939Z with 2022-11-23T03:00:17.9205184Z [ 2022-11-23T03:00:17.9205447Z T=at::Generator 2022-11-23T03:00:17.9205708Z ] 2022-11-23T03:00:17.9206310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9207201Z 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-23T03:00:17.9208125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9208688Z with 2022-11-23T03:00:17.9208938Z [ 2022-11-23T03:00:17.9209196Z T=at::Generator 2022-11-23T03:00:17.9209468Z ] 2022-11-23T03:00:17.9210466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9211050Z with 2022-11-23T03:00:17.9211384Z [ 2022-11-23T03:00:17.9211746Z T=c10::Scalar 2022-11-23T03:00:17.9212001Z ] 2022-11-23T03:00:17.9212612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9213147Z with 2022-11-23T03:00:17.9213401Z [ 2022-11-23T03:00:17.9213766Z T=c10::Scalar 2022-11-23T03:00:17.9214021Z ] 2022-11-23T03:00:17.9214647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9215231Z with 2022-11-23T03:00:17.9215469Z [ 2022-11-23T03:00:17.9215711Z T=c10::Scalar 2022-11-23T03:00:17.9215972Z ] 2022-11-23T03:00:17.9216633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9217234Z with 2022-11-23T03:00:17.9217485Z [ 2022-11-23T03:00:17.9217750Z T=c10::Scalar 2022-11-23T03:00:17.9217978Z ] 2022-11-23T03:00:17.9218567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9219460Z 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-23T03:00:17.9220481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9221132Z with 2022-11-23T03:00:17.9221387Z [ 2022-11-23T03:00:17.9221655Z T=c10::Scalar 2022-11-23T03:00:17.9221892Z ] 2022-11-23T03:00:17.9222460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9222990Z with 2022-11-23T03:00:17.9223225Z [ 2022-11-23T03:00:17.9223488Z T=std::string 2022-11-23T03:00:17.9223738Z ] 2022-11-23T03:00:17.9224310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9224843Z with 2022-11-23T03:00:17.9225095Z [ 2022-11-23T03:00:17.9225360Z T=std::string 2022-11-23T03:00:17.9225619Z ] 2022-11-23T03:00:17.9226265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9228413Z with 2022-11-23T03:00:17.9228699Z [ 2022-11-23T03:00:17.9229007Z T=std::string 2022-11-23T03:00:17.9229300Z ] 2022-11-23T03:00:17.9230097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9230900Z with 2022-11-23T03:00:17.9231164Z [ 2022-11-23T03:00:17.9231490Z T=std::string 2022-11-23T03:00:17.9231799Z ] 2022-11-23T03:00:17.9232550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9233832Z 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-23T03:00:17.9235005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9235919Z with 2022-11-23T03:00:17.9236204Z [ 2022-11-23T03:00:17.9236543Z T=std::string 2022-11-23T03:00:17.9236853Z ] 2022-11-23T03:00:17.9237451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9237986Z with 2022-11-23T03:00:17.9238231Z [ 2022-11-23T03:00:17.9238490Z T=c10::QualifiedName 2022-11-23T03:00:17.9238762Z ] 2022-11-23T03:00:17.9239348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9239908Z with 2022-11-23T03:00:17.9240154Z [ 2022-11-23T03:00:17.9240408Z T=c10::QualifiedName 2022-11-23T03:00:17.9240677Z ] 2022-11-23T03:00:17.9241304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9242029Z with 2022-11-23T03:00:17.9242288Z [ 2022-11-23T03:00:17.9242561Z T=c10::QualifiedName 2022-11-23T03:00:17.9242803Z ] 2022-11-23T03:00:17.9243484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9244106Z with 2022-11-23T03:00:17.9244354Z [ 2022-11-23T03:00:17.9244629Z T=c10::QualifiedName 2022-11-23T03:00:17.9244903Z ] 2022-11-23T03:00:17.9245464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9246384Z 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-23T03:00:17.9247298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9247874Z with 2022-11-23T03:00:17.9248112Z [ 2022-11-23T03:00:17.9248402Z T=c10::QualifiedName 2022-11-23T03:00:17.9248683Z ] 2022-11-23T03:00:17.9249249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9249746Z with 2022-11-23T03:00:17.9249990Z [ 2022-11-23T03:00:17.9250315Z T=std::shared_ptr 2022-11-23T03:00:17.9250640Z ] 2022-11-23T03:00:17.9251231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9251765Z with 2022-11-23T03:00:17.9251995Z [ 2022-11-23T03:00:17.9252361Z T=std::shared_ptr 2022-11-23T03:00:17.9252682Z ] 2022-11-23T03:00:17.9253327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9254053Z with 2022-11-23T03:00:17.9254302Z [ 2022-11-23T03:00:17.9254614Z T=std::shared_ptr 2022-11-23T03:00:17.9254954Z ] 2022-11-23T03:00:17.9255637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9256257Z with 2022-11-23T03:00:17.9256514Z [ 2022-11-23T03:00:17.9256849Z T=std::shared_ptr 2022-11-23T03:00:17.9257131Z ] 2022-11-23T03:00:17.9257764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9258830Z 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-23T03:00:17.9259912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9260485Z with 2022-11-23T03:00:17.9260729Z [ 2022-11-23T03:00:17.9261143Z T=std::shared_ptr 2022-11-23T03:00:17.9261460Z ] 2022-11-23T03:00:17.9261992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9262505Z with 2022-11-23T03:00:17.9262739Z [ 2022-11-23T03:00:17.9263074Z T=std::weak_ptr 2022-11-23T03:00:17.9263397Z ] 2022-11-23T03:00:17.9263940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9264443Z with 2022-11-23T03:00:17.9264626Z [ 2022-11-23T03:00:17.9264878Z T=std::weak_ptr 2022-11-23T03:00:17.9265201Z ] 2022-11-23T03:00:17.9265836Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9266445Z with 2022-11-23T03:00:17.9266668Z [ 2022-11-23T03:00:17.9266997Z T=std::weak_ptr 2022-11-23T03:00:17.9267315Z ] 2022-11-23T03:00:17.9267999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9268631Z with 2022-11-23T03:00:17.9268876Z [ 2022-11-23T03:00:17.9269192Z T=std::weak_ptr 2022-11-23T03:00:17.9269508Z ] 2022-11-23T03:00:17.9270140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9271121Z 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-23T03:00:17.9272188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9272779Z with 2022-11-23T03:00:17.9273032Z [ 2022-11-23T03:00:17.9273327Z T=std::weak_ptr 2022-11-23T03:00:17.9273643Z ] 2022-11-23T03:00:17.9274192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9274702Z with 2022-11-23T03:00:17.9274944Z [ 2022-11-23T03:00:17.9275306Z T=std::vector> 2022-11-23T03:00:17.9275633Z ] 2022-11-23T03:00:17.9276222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9276764Z with 2022-11-23T03:00:17.9277005Z [ 2022-11-23T03:00:17.9277368Z T=std::vector> 2022-11-23T03:00:17.9277706Z ] 2022-11-23T03:00:17.9278387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9278960Z with 2022-11-23T03:00:17.9279208Z [ 2022-11-23T03:00:17.9279571Z T=std::vector> 2022-11-23T03:00:17.9279913Z ] 2022-11-23T03:00:17.9280578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9281202Z with 2022-11-23T03:00:17.9281440Z [ 2022-11-23T03:00:17.9281794Z T=std::vector> 2022-11-23T03:00:17.9282137Z ] 2022-11-23T03:00:17.9282796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9283827Z 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-23T03:00:17.9312967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9313579Z with 2022-11-23T03:00:17.9313813Z [ 2022-11-23T03:00:17.9314177Z T=std::vector> 2022-11-23T03:00:17.9314511Z ] 2022-11-23T03:00:17.9315467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9316191Z with 2022-11-23T03:00:17.9316551Z [ 2022-11-23T03:00:17.9316867Z T=std::vector> 2022-11-23T03:00:17.9317140Z ] 2022-11-23T03:00:17.9317727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9318512Z with 2022-11-23T03:00:17.9318764Z [ 2022-11-23T03:00:17.9319091Z T=std::vector> 2022-11-23T03:00:17.9319393Z ] 2022-11-23T03:00:17.9320003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9320611Z with 2022-11-23T03:00:17.9320855Z [ 2022-11-23T03:00:17.9321185Z T=std::vector> 2022-11-23T03:00:17.9321496Z ] 2022-11-23T03:00:17.9322158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9322749Z with 2022-11-23T03:00:17.9322971Z [ 2022-11-23T03:00:17.9323284Z T=std::vector> 2022-11-23T03:00:17.9323590Z ] 2022-11-23T03:00:17.9324232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9325321Z 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-23T03:00:17.9326260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9326828Z with 2022-11-23T03:00:17.9327049Z [ 2022-11-23T03:00:17.9327368Z T=std::vector> 2022-11-23T03:00:17.9327667Z ] 2022-11-23T03:00:17.9328243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9328763Z with 2022-11-23T03:00:17.9329012Z [ 2022-11-23T03:00:17.9329367Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9329732Z ] 2022-11-23T03:00:17.9330303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9330860Z with 2022-11-23T03:00:17.9331110Z [ 2022-11-23T03:00:17.9331483Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9331811Z ] 2022-11-23T03:00:17.9332442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9333046Z with 2022-11-23T03:00:17.9333298Z [ 2022-11-23T03:00:17.9333680Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9334036Z ] 2022-11-23T03:00:17.9334678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9335290Z with 2022-11-23T03:00:17.9335538Z [ 2022-11-23T03:00:17.9335901Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9337227Z ] 2022-11-23T03:00:17.9337908Z C:\actions-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-23T03:00:17.9338979Z 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-23T03:00:17.9339937Z 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-23T03:00:17.9340872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9341534Z with 2022-11-23T03:00:17.9341744Z [ 2022-11-23T03:00:17.9342142Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9342504Z ] 2022-11-23T03:00:17.9343160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9343681Z with 2022-11-23T03:00:17.9343929Z [ 2022-11-23T03:00:17.9344273Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9344630Z ] 2022-11-23T03:00:17.9345207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9345744Z with 2022-11-23T03:00:17.9345982Z [ 2022-11-23T03:00:17.9346344Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9346677Z ] 2022-11-23T03:00:17.9347323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9347899Z with 2022-11-23T03:00:17.9348145Z [ 2022-11-23T03:00:17.9348509Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9348870Z ] 2022-11-23T03:00:17.9349500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9350128Z with 2022-11-23T03:00:17.9350381Z [ 2022-11-23T03:00:17.9350750Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9351111Z ] 2022-11-23T03:00:17.9351780Z C:\actions-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-23T03:00:17.9352825Z 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-23T03:00:17.9353777Z 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-23T03:00:17.9354779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9355352Z with 2022-11-23T03:00:17.9355584Z [ 2022-11-23T03:00:17.9355947Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9356290Z ] 2022-11-23T03:00:17.9356855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9357369Z with 2022-11-23T03:00:17.9357587Z [ 2022-11-23T03:00:17.9357902Z T=std::vector> 2022-11-23T03:00:17.9358204Z ] 2022-11-23T03:00:17.9358778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9359315Z with 2022-11-23T03:00:17.9359560Z [ 2022-11-23T03:00:17.9359845Z T=std::vector> 2022-11-23T03:00:17.9360137Z ] 2022-11-23T03:00:17.9360832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9361422Z with 2022-11-23T03:00:17.9361662Z [ 2022-11-23T03:00:17.9361983Z T=std::vector> 2022-11-23T03:00:17.9362290Z ] 2022-11-23T03:00:17.9362933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9363548Z with 2022-11-23T03:00:17.9363779Z [ 2022-11-23T03:00:17.9364091Z T=std::vector> 2022-11-23T03:00:17.9364392Z ] 2022-11-23T03:00:17.9365021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9365990Z 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-23T03:00:17.9366927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9367471Z with 2022-11-23T03:00:17.9367722Z [ 2022-11-23T03:00:17.9368041Z T=std::vector> 2022-11-23T03:00:17.9368339Z ] 2022-11-23T03:00:17.9368894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9369410Z with 2022-11-23T03:00:17.9369631Z [ 2022-11-23T03:00:17.9369999Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9370351Z ] 2022-11-23T03:00:17.9370941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9371475Z with 2022-11-23T03:00:17.9371727Z [ 2022-11-23T03:00:17.9372142Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9372503Z ] 2022-11-23T03:00:17.9373131Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9373720Z with 2022-11-23T03:00:17.9373956Z [ 2022-11-23T03:00:17.9374321Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9374638Z ] 2022-11-23T03:00:17.9375324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9375948Z with 2022-11-23T03:00:17.9376201Z [ 2022-11-23T03:00:17.9376544Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9376878Z ] 2022-11-23T03:00:17.9377508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9378643Z 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-23T03:00:17.9379566Z 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-23T03:00:17.9380317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9380874Z with 2022-11-23T03:00:17.9381223Z [ 2022-11-23T03:00:17.9381578Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9381907Z ] 2022-11-23T03:00:17.9382460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9382957Z with 2022-11-23T03:00:17.9383161Z [ 2022-11-23T03:00:17.9383509Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9383830Z ] 2022-11-23T03:00:17.9384400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9384935Z with 2022-11-23T03:00:17.9385170Z [ 2022-11-23T03:00:17.9385493Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9385805Z ] 2022-11-23T03:00:17.9386435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9387026Z with 2022-11-23T03:00:17.9387257Z [ 2022-11-23T03:00:17.9387596Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9387907Z ] 2022-11-23T03:00:17.9388553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9389286Z with 2022-11-23T03:00:17.9389518Z [ 2022-11-23T03:00:17.9389854Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9390179Z ] 2022-11-23T03:00:17.9390811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9391835Z 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-23T03:00:17.9392861Z 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-23T03:00:17.9393819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9394366Z with 2022-11-23T03:00:17.9394599Z [ 2022-11-23T03:00:17.9395017Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9395341Z ] 2022-11-23T03:00:17.9395896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9396386Z with 2022-11-23T03:00:17.9396603Z [ 2022-11-23T03:00:17.9396891Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9397166Z ] 2022-11-23T03:00:17.9397734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9398261Z with 2022-11-23T03:00:17.9398463Z [ 2022-11-23T03:00:17.9398733Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9399007Z ] 2022-11-23T03:00:17.9399605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9400185Z with 2022-11-23T03:00:17.9400413Z [ 2022-11-23T03:00:17.9400672Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9400936Z ] 2022-11-23T03:00:17.9401589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9402193Z with 2022-11-23T03:00:17.9402433Z [ 2022-11-23T03:00:17.9402705Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9402962Z ] 2022-11-23T03:00:17.9403564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9404452Z 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-23T03:00:17.9404986Z with 2022-11-23T03:00:17.9405218Z [ 2022-11-23T03:00:17.9405491Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9405764Z ] 2022-11-23T03:00:17.9406391Z 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-23T03:00:17.9407447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9407989Z with 2022-11-23T03:00:17.9408224Z [ 2022-11-23T03:00:17.9408510Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9408798Z ] 2022-11-23T03:00:17.9409346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9409827Z with 2022-11-23T03:00:17.9410053Z [ 2022-11-23T03:00:17.9410454Z T=std::vector> 2022-11-23T03:00:17.9410817Z ] 2022-11-23T03:00:17.9411382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9411906Z with 2022-11-23T03:00:17.9412120Z [ 2022-11-23T03:00:17.9412604Z T=std::vector> 2022-11-23T03:00:17.9412972Z ] 2022-11-23T03:00:17.9413586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9414154Z with 2022-11-23T03:00:17.9414388Z [ 2022-11-23T03:00:17.9414780Z T=std::vector> 2022-11-23T03:00:17.9415120Z ] 2022-11-23T03:00:17.9415776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9416533Z with 2022-11-23T03:00:17.9416802Z [ 2022-11-23T03:00:17.9417499Z T=std::vector> 2022-11-23T03:00:17.9417908Z ] 2022-11-23T03:00:17.9418872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9420008Z 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-23T03:00:17.9420789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9421326Z with 2022-11-23T03:00:17.9421562Z [ 2022-11-23T03:00:17.9421959Z T=std::vector> 2022-11-23T03:00:17.9422330Z ] 2022-11-23T03:00:17.9422876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9423387Z with 2022-11-23T03:00:17.9423595Z [ 2022-11-23T03:00:17.9424031Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9424299Z ] 2022-11-23T03:00:17.9424871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9425388Z with 2022-11-23T03:00:17.9425621Z [ 2022-11-23T03:00:17.9425870Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9426144Z ] 2022-11-23T03:00:17.9426755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9427305Z with 2022-11-23T03:00:17.9427529Z [ 2022-11-23T03:00:17.9427781Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9428044Z ] 2022-11-23T03:00:17.9428694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9436662Z with 2022-11-23T03:00:17.9436856Z [ 2022-11-23T03:00:17.9437072Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9437266Z ] 2022-11-23T03:00:17.9438418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9439159Z 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-23T03:00:17.9439863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9440267Z with 2022-11-23T03:00:17.9440439Z [ 2022-11-23T03:00:17.9440639Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9440829Z ] 2022-11-23T03:00:17.9441241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9441615Z with 2022-11-23T03:00:17.9441767Z [ 2022-11-23T03:00:17.9441942Z T=c10::IValue 2022-11-23T03:00:17.9442115Z ] 2022-11-23T03:00:17.9442533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9442926Z with 2022-11-23T03:00:17.9443079Z [ 2022-11-23T03:00:17.9443256Z T=c10::IValue 2022-11-23T03:00:17.9443433Z ] 2022-11-23T03:00:17.9443898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9444330Z with 2022-11-23T03:00:17.9444495Z [ 2022-11-23T03:00:17.9444656Z T=c10::IValue 2022-11-23T03:00:17.9444833Z ] 2022-11-23T03:00:17.9445322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9445768Z with 2022-11-23T03:00:17.9445934Z [ 2022-11-23T03:00:17.9446110Z T=c10::IValue 2022-11-23T03:00:17.9446267Z ] 2022-11-23T03:00:17.9446769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9447433Z 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-23T03:00:17.9448111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9448524Z with 2022-11-23T03:00:17.9448691Z [ 2022-11-23T03:00:17.9448869Z T=c10::IValue 2022-11-23T03:00:17.9449035Z ] 2022-11-23T03:00:17.9449441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9449825Z with 2022-11-23T03:00:17.9449990Z [ 2022-11-23T03:00:17.9450170Z T=c10::AliasInfo 2022-11-23T03:00:17.9450339Z ] 2022-11-23T03:00:17.9450804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9451193Z with 2022-11-23T03:00:17.9451355Z [ 2022-11-23T03:00:17.9451532Z T=c10::AliasInfo 2022-11-23T03:00:17.9451708Z ] 2022-11-23T03:00:17.9452152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9452573Z with 2022-11-23T03:00:17.9452739Z [ 2022-11-23T03:00:17.9452921Z T=c10::AliasInfo 2022-11-23T03:00:17.9453100Z ] 2022-11-23T03:00:17.9453589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9454031Z with 2022-11-23T03:00:17.9454195Z [ 2022-11-23T03:00:17.9454373Z T=c10::AliasInfo 2022-11-23T03:00:17.9454548Z ] 2022-11-23T03:00:17.9454973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9455642Z 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-23T03:00:17.9456315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9456705Z with 2022-11-23T03:00:17.9456867Z [ 2022-11-23T03:00:17.9457046Z T=c10::AliasInfo 2022-11-23T03:00:17.9457228Z ] 2022-11-23T03:00:17.9457632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9458010Z with 2022-11-23T03:00:17.9458159Z [ 2022-11-23T03:00:17.9458392Z T=std::vector> 2022-11-23T03:00:17.9458614Z ] 2022-11-23T03:00:17.9459037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9459484Z with 2022-11-23T03:00:17.9459649Z [ 2022-11-23T03:00:17.9459865Z T=std::vector> 2022-11-23T03:00:17.9460087Z ] 2022-11-23T03:00:17.9460550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9461112Z with 2022-11-23T03:00:17.9461281Z [ 2022-11-23T03:00:17.9461515Z T=std::vector> 2022-11-23T03:00:17.9461723Z ] 2022-11-23T03:00:17.9462209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9462667Z with 2022-11-23T03:00:17.9462830Z [ 2022-11-23T03:00:17.9463062Z T=std::vector> 2022-11-23T03:00:17.9463289Z ] 2022-11-23T03:00:17.9463780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9464197Z with 2022-11-23T03:00:17.9464359Z [ 2022-11-23T03:00:17.9464533Z T=c10::SymInt 2022-11-23T03:00:17.9464707Z ] 2022-11-23T03:00:17.9465145Z 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-23T03:00:17.9465544Z with 2022-11-23T03:00:17.9465710Z [ 2022-11-23T03:00:17.9465891Z T=c10::SymInt 2022-11-23T03:00:17.9466066Z ] 2022-11-23T03:00:17.9466537Z 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-23T03:00:17.9467335Z 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-23T03:00:17.9468095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9468492Z with 2022-11-23T03:00:17.9468657Z [ 2022-11-23T03:00:17.9468892Z T=std::vector> 2022-11-23T03:00:17.9469112Z ] 2022-11-23T03:00:17.9469517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9469893Z with 2022-11-23T03:00:17.9470045Z [ 2022-11-23T03:00:17.9470288Z T=c10::either 2022-11-23T03:00:17.9470513Z ] 2022-11-23T03:00:17.9470937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9471328Z with 2022-11-23T03:00:17.9471489Z [ 2022-11-23T03:00:17.9471713Z T=c10::either 2022-11-23T03:00:17.9471937Z ] 2022-11-23T03:00:17.9472456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9472880Z with 2022-11-23T03:00:17.9473040Z [ 2022-11-23T03:00:17.9473275Z T=c10::either 2022-11-23T03:00:17.9473490Z ] 2022-11-23T03:00:17.9473975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9474423Z with 2022-11-23T03:00:17.9474592Z [ 2022-11-23T03:00:17.9474825Z T=c10::either 2022-11-23T03:00:17.9475044Z ] 2022-11-23T03:00:17.9475497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9476320Z 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-23T03:00:17.9477066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9477476Z with 2022-11-23T03:00:17.9477642Z [ 2022-11-23T03:00:17.9477884Z T=c10::either 2022-11-23T03:00:17.9478117Z ] 2022-11-23T03:00:17.9478527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9478891Z with 2022-11-23T03:00:17.9479055Z [ 2022-11-23T03:00:17.9479241Z T=at::StepCallbacks 2022-11-23T03:00:17.9479426Z ] 2022-11-23T03:00:17.9479849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9480239Z with 2022-11-23T03:00:17.9480389Z [ 2022-11-23T03:00:17.9480572Z T=at::StepCallbacks 2022-11-23T03:00:17.9480756Z ] 2022-11-23T03:00:17.9481214Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9481635Z with 2022-11-23T03:00:17.9481785Z [ 2022-11-23T03:00:17.9481969Z T=at::StepCallbacks 2022-11-23T03:00:17.9482150Z ] 2022-11-23T03:00:17.9482639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9483092Z with 2022-11-23T03:00:17.9483254Z [ 2022-11-23T03:00:17.9483426Z T=at::StepCallbacks 2022-11-23T03:00:17.9483612Z ] 2022-11-23T03:00:17.9484045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9484732Z 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-23T03:00:17.9485467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9485868Z with 2022-11-23T03:00:17.9486035Z [ 2022-11-23T03:00:17.9486209Z T=at::StepCallbacks 2022-11-23T03:00:17.9486397Z ] 2022-11-23T03:00:17.9486802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9487183Z with 2022-11-23T03:00:17.9487348Z [ 2022-11-23T03:00:17.9487536Z T=c10::DimVector 2022-11-23T03:00:17.9487701Z ] 2022-11-23T03:00:17.9488123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9488519Z with 2022-11-23T03:00:17.9488682Z [ 2022-11-23T03:00:17.9488863Z T=c10::DimVector 2022-11-23T03:00:17.9489029Z ] 2022-11-23T03:00:17.9489547Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9489975Z with 2022-11-23T03:00:17.9490141Z [ 2022-11-23T03:00:17.9490321Z T=c10::DimVector 2022-11-23T03:00:17.9490506Z ] 2022-11-23T03:00:17.9490980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9491429Z with 2022-11-23T03:00:17.9491595Z [ 2022-11-23T03:00:17.9491777Z T=c10::DimVector 2022-11-23T03:00:17.9491956Z ] 2022-11-23T03:00:17.9492384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9493062Z 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-23T03:00:17.9493728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9494139Z with 2022-11-23T03:00:17.9494306Z [ 2022-11-23T03:00:17.9494488Z T=c10::DimVector 2022-11-23T03:00:17.9494667Z ] 2022-11-23T03:00:17.9495072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9495428Z with 2022-11-23T03:00:17.9495591Z [ 2022-11-23T03:00:17.9495793Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9495987Z ] 2022-11-23T03:00:17.9496403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9496801Z with 2022-11-23T03:00:17.9496949Z [ 2022-11-23T03:00:17.9497147Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9497339Z ] 2022-11-23T03:00:17.9497796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9498284Z with 2022-11-23T03:00:17.9498448Z [ 2022-11-23T03:00:17.9498634Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9498831Z ] 2022-11-23T03:00:17.9499324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9499770Z with 2022-11-23T03:00:17.9499937Z [ 2022-11-23T03:00:17.9500136Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9500314Z ] 2022-11-23T03:00:17.9500758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9501602Z 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-23T03:00:17.9502382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9502800Z with 2022-11-23T03:00:17.9502968Z [ 2022-11-23T03:00:17.9503172Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9503355Z ] 2022-11-23T03:00:17.9503765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9504143Z with 2022-11-23T03:00:17.9504315Z [ 2022-11-23T03:00:17.9504561Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9504778Z ] 2022-11-23T03:00:17.9505200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9505593Z with 2022-11-23T03:00:17.9505760Z [ 2022-11-23T03:00:17.9505997Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9506223Z ] 2022-11-23T03:00:17.9506672Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9507099Z with 2022-11-23T03:00:17.9507263Z [ 2022-11-23T03:00:17.9507502Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9507731Z ] 2022-11-23T03:00:17.9508217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9508668Z with 2022-11-23T03:00:17.9508817Z [ 2022-11-23T03:00:17.9509058Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9509283Z ] 2022-11-23T03:00:17.9509756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9510526Z 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-23T03:00:17.9511318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9511728Z with 2022-11-23T03:00:17.9511882Z [ 2022-11-23T03:00:17.9512136Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9512366Z ] 2022-11-23T03:00:17.9512773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9513150Z with 2022-11-23T03:00:17.9513321Z [ 2022-11-23T03:00:17.9513526Z T=std::tuple 2022-11-23T03:00:17.9513732Z ] 2022-11-23T03:00:17.9514153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9514548Z with 2022-11-23T03:00:17.9514712Z [ 2022-11-23T03:00:17.9514924Z T=std::tuple 2022-11-23T03:00:17.9515121Z ] 2022-11-23T03:00:17.9515627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9516046Z with 2022-11-23T03:00:17.9516211Z [ 2022-11-23T03:00:17.9516422Z T=std::tuple 2022-11-23T03:00:17.9516626Z ] 2022-11-23T03:00:17.9517099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9517544Z with 2022-11-23T03:00:17.9517709Z [ 2022-11-23T03:00:17.9517921Z T=std::tuple 2022-11-23T03:00:17.9518125Z ] 2022-11-23T03:00:17.9518666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9520198Z 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-23T03:00:17.9521349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9521771Z with 2022-11-23T03:00:17.9521937Z [ 2022-11-23T03:00:17.9522159Z T=std::tuple 2022-11-23T03:00:17.9522369Z ] 2022-11-23T03:00:17.9522790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9523151Z with 2022-11-23T03:00:17.9523319Z [ 2022-11-23T03:00:17.9523514Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9523705Z ] 2022-11-23T03:00:17.9524129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9524511Z with 2022-11-23T03:00:17.9524661Z [ 2022-11-23T03:00:17.9524960Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9525156Z ] 2022-11-23T03:00:17.9525622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9526049Z with 2022-11-23T03:00:17.9526217Z [ 2022-11-23T03:00:17.9526400Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9526593Z ] 2022-11-23T03:00:17.9527086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9527535Z with 2022-11-23T03:00:17.9527698Z [ 2022-11-23T03:00:17.9527892Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9528066Z ] 2022-11-23T03:00:17.9528514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9529267Z 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-23T03:00:17.9529965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9530369Z with 2022-11-23T03:00:17.9530540Z [ 2022-11-23T03:00:17.9530738Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9530917Z ] 2022-11-23T03:00:17.9531324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9531708Z with 2022-11-23T03:00:17.9531877Z [ 2022-11-23T03:00:17.9532092Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9532281Z ] 2022-11-23T03:00:17.9532705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9533098Z with 2022-11-23T03:00:17.9533268Z [ 2022-11-23T03:00:17.9533483Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9533695Z ] 2022-11-23T03:00:17.9534140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9534568Z with 2022-11-23T03:00:17.9534734Z [ 2022-11-23T03:00:17.9534946Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9535153Z ] 2022-11-23T03:00:17.9535647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9536095Z with 2022-11-23T03:00:17.9536248Z [ 2022-11-23T03:00:17.9536459Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9536663Z ] 2022-11-23T03:00:17.9537117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9537830Z 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-23T03:00:17.9538587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9538995Z with 2022-11-23T03:00:17.9539150Z [ 2022-11-23T03:00:17.9539363Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9539566Z ] 2022-11-23T03:00:17.9539974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9540347Z with 2022-11-23T03:00:17.9540500Z [ 2022-11-23T03:00:17.9540709Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9540914Z ] 2022-11-23T03:00:17.9541464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9541856Z with 2022-11-23T03:00:17.9542023Z [ 2022-11-23T03:00:17.9542219Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9542421Z ] 2022-11-23T03:00:17.9542947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9543376Z with 2022-11-23T03:00:17.9543539Z [ 2022-11-23T03:00:17.9543748Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9543940Z ] 2022-11-23T03:00:17.9544431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9544885Z with 2022-11-23T03:00:17.9545050Z [ 2022-11-23T03:00:17.9545259Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9545462Z ] 2022-11-23T03:00:17.9545900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9546612Z 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-23T03:00:17.9547311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9547721Z with 2022-11-23T03:00:17.9547884Z [ 2022-11-23T03:00:17.9548090Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9548292Z ] 2022-11-23T03:00:17.9548685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9549063Z with 2022-11-23T03:00:17.9549225Z [ 2022-11-23T03:00:17.9549412Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9549596Z ] 2022-11-23T03:00:17.9550016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9550389Z with 2022-11-23T03:00:17.9550549Z [ 2022-11-23T03:00:17.9550736Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9550981Z ] 2022-11-23T03:00:17.9551439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9551865Z with 2022-11-23T03:00:17.9552017Z [ 2022-11-23T03:00:17.9552211Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9552400Z ] 2022-11-23T03:00:17.9552890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9553344Z with 2022-11-23T03:00:17.9553510Z [ 2022-11-23T03:00:17.9553687Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9553871Z ] 2022-11-23T03:00:17.9554303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9554985Z 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-23T03:00:17.9555720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9556122Z with 2022-11-23T03:00:17.9556287Z [ 2022-11-23T03:00:17.9556462Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9556651Z ] 2022-11-23T03:00:17.9557055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9557429Z with 2022-11-23T03:00:17.9557594Z [ 2022-11-23T03:00:17.9557772Z T=at::ThreadLocalState 2022-11-23T03:00:17.9557961Z ] 2022-11-23T03:00:17.9558383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9558768Z with 2022-11-23T03:00:17.9558929Z [ 2022-11-23T03:00:17.9559117Z T=at::ThreadLocalState 2022-11-23T03:00:17.9559293Z ] 2022-11-23T03:00:17.9559751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9560185Z with 2022-11-23T03:00:17.9560355Z [ 2022-11-23T03:00:17.9560560Z T=at::ThreadLocalState 2022-11-23T03:00:17.9560755Z ] 2022-11-23T03:00:17.9561235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9561695Z with 2022-11-23T03:00:17.9561871Z [ 2022-11-23T03:00:17.9562076Z T=at::ThreadLocalState 2022-11-23T03:00:17.9562273Z ] 2022-11-23T03:00:17.9562730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9563496Z 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-23T03:00:17.9564508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9564973Z with 2022-11-23T03:00:17.9565188Z [ 2022-11-23T03:00:17.9565431Z T=at::ThreadLocalState 2022-11-23T03:00:17.9565663Z ] 2022-11-23T03:00:17.9566111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9566494Z with 2022-11-23T03:00:17.9566698Z [ 2022-11-23T03:00:17.9566950Z T=std::shared_ptr 2022-11-23T03:00:17.9567200Z ] 2022-11-23T03:00:17.9567662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9568099Z with 2022-11-23T03:00:17.9568269Z [ 2022-11-23T03:00:17.9568516Z T=std::shared_ptr 2022-11-23T03:00:17.9568757Z ] 2022-11-23T03:00:17.9569319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9569795Z with 2022-11-23T03:00:17.9570003Z [ 2022-11-23T03:00:17.9570224Z T=std::shared_ptr 2022-11-23T03:00:17.9570476Z ] 2022-11-23T03:00:17.9571015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9571535Z with 2022-11-23T03:00:17.9571743Z [ 2022-11-23T03:00:17.9572005Z T=std::shared_ptr 2022-11-23T03:00:17.9572221Z ] 2022-11-23T03:00:17.9572731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9573464Z 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-23T03:00:17.9574231Z 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-23T03:00:17.9574991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9575452Z with 2022-11-23T03:00:17.9575669Z [ 2022-11-23T03:00:17.9575926Z T=std::shared_ptr 2022-11-23T03:00:17.9576142Z ] 2022-11-23T03:00:17.9576603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9577022Z with 2022-11-23T03:00:17.9577235Z [ 2022-11-23T03:00:17.9577482Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9577687Z ] 2022-11-23T03:00:17.9578158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9579218Z with 2022-11-23T03:00:17.9579434Z [ 2022-11-23T03:00:17.9579689Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9579946Z ] 2022-11-23T03:00:17.9580422Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9580889Z with 2022-11-23T03:00:17.9581215Z [ 2022-11-23T03:00:17.9581471Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9581711Z ] 2022-11-23T03:00:17.9582252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9582764Z with 2022-11-23T03:00:17.9582941Z [ 2022-11-23T03:00:17.9583183Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9583424Z ] 2022-11-23T03:00:17.9583922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9584724Z 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-23T03:00:17.9585487Z 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-23T03:00:17.9586244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9586714Z with 2022-11-23T03:00:17.9586897Z [ 2022-11-23T03:00:17.9587148Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9587404Z ] 2022-11-23T03:00:17.9587862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9588283Z with 2022-11-23T03:00:17.9588456Z [ 2022-11-23T03:00:17.9588691Z T=torch::jit::Method 2022-11-23T03:00:17.9588921Z ] 2022-11-23T03:00:17.9589390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9589827Z with 2022-11-23T03:00:17.9590041Z [ 2022-11-23T03:00:17.9590235Z T=torch::jit::Method 2022-11-23T03:00:17.9590465Z ] 2022-11-23T03:00:17.9590976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9591447Z with 2022-11-23T03:00:17.9591654Z [ 2022-11-23T03:00:17.9591885Z T=torch::jit::Method 2022-11-23T03:00:17.9592077Z ] 2022-11-23T03:00:17.9592606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9593100Z with 2022-11-23T03:00:17.9593309Z [ 2022-11-23T03:00:17.9593536Z T=torch::jit::Method 2022-11-23T03:00:17.9593793Z ] 2022-11-23T03:00:17.9639941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9640824Z 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-23T03:00:17.9641521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9641934Z with 2022-11-23T03:00:17.9642098Z [ 2022-11-23T03:00:17.9642282Z T=torch::jit::Method 2022-11-23T03:00:17.9642471Z ] 2022-11-23T03:00:17.9642866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9643252Z with 2022-11-23T03:00:17.9643417Z [ 2022-11-23T03:00:17.9643645Z T=std::vector> 2022-11-23T03:00:17.9643862Z ] 2022-11-23T03:00:17.9644437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9644824Z with 2022-11-23T03:00:17.9644980Z [ 2022-11-23T03:00:17.9645207Z T=std::vector> 2022-11-23T03:00:17.9645420Z ] 2022-11-23T03:00:17.9645886Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9645954Z with 2022-11-23T03:00:17.9646013Z [ 2022-11-23T03:00:17.9646138Z T=std::vector> 2022-11-23T03:00:17.9646202Z ] 2022-11-23T03:00:17.9646602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9646673Z with 2022-11-23T03:00:17.9646734Z [ 2022-11-23T03:00:17.9646867Z T=std::vector> 2022-11-23T03:00:17.9646931Z ] 2022-11-23T03:00:17.9647301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9647681Z 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-23T03:00:17.9648023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9648084Z with 2022-11-23T03:00:17.9648150Z [ 2022-11-23T03:00:17.9648286Z T=std::vector> 2022-11-23T03:00:17.9648349Z ] 2022-11-23T03:00:17.9648657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9648716Z with 2022-11-23T03:00:17.9648844Z [ 2022-11-23T03:00:17.9649011Z T=std::function 2022-11-23T03:00:17.9649068Z ] 2022-11-23T03:00:17.9649378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9649447Z with 2022-11-23T03:00:17.9649505Z [ 2022-11-23T03:00:17.9649678Z T=std::function 2022-11-23T03:00:17.9649740Z ] 2022-11-23T03:00:17.9650103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9650172Z with 2022-11-23T03:00:17.9650235Z [ 2022-11-23T03:00:17.9650400Z T=std::function 2022-11-23T03:00:17.9650456Z ] 2022-11-23T03:00:17.9650897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9650967Z with 2022-11-23T03:00:17.9651027Z [ 2022-11-23T03:00:17.9651189Z T=std::function 2022-11-23T03:00:17.9651252Z ] 2022-11-23T03:00:17.9651644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9652056Z 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-23T03:00:17.9652395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9652467Z with 2022-11-23T03:00:17.9652530Z [ 2022-11-23T03:00:17.9652694Z T=std::function 2022-11-23T03:00:17.9652745Z ] 2022-11-23T03:00:17.9653049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9653119Z with 2022-11-23T03:00:17.9653182Z [ 2022-11-23T03:00:17.9653367Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9653430Z ] 2022-11-23T03:00:17.9653755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9653822Z with 2022-11-23T03:00:17.9653877Z [ 2022-11-23T03:00:17.9654066Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9654124Z ] 2022-11-23T03:00:17.9654488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9654547Z with 2022-11-23T03:00:17.9654610Z [ 2022-11-23T03:00:17.9654847Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9654908Z ] 2022-11-23T03:00:17.9655296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9655357Z with 2022-11-23T03:00:17.9655407Z [ 2022-11-23T03:00:17.9655589Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9655646Z ] 2022-11-23T03:00:17.9656065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9656519Z 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-23T03:00:17.9656899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9656965Z with 2022-11-23T03:00:17.9657021Z [ 2022-11-23T03:00:17.9657211Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9657269Z ] 2022-11-23T03:00:17.9657581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9657640Z with 2022-11-23T03:00:17.9657704Z [ 2022-11-23T03:00:17.9657830Z T=std::vector> 2022-11-23T03:00:17.9657891Z ] 2022-11-23T03:00:17.9658206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9658272Z with 2022-11-23T03:00:17.9658327Z [ 2022-11-23T03:00:17.9658456Z T=std::vector> 2022-11-23T03:00:17.9658505Z ] 2022-11-23T03:00:17.9658860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9658925Z with 2022-11-23T03:00:17.9658980Z [ 2022-11-23T03:00:17.9659109Z T=std::vector> 2022-11-23T03:00:17.9659172Z ] 2022-11-23T03:00:17.9659559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9659618Z with 2022-11-23T03:00:17.9659684Z [ 2022-11-23T03:00:17.9659812Z T=std::vector> 2022-11-23T03:00:17.9659868Z ] 2022-11-23T03:00:17.9660221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9660287Z with 2022-11-23T03:00:17.9660347Z [ 2022-11-23T03:00:17.9660412Z T=double 2022-11-23T03:00:17.9660463Z ] 2022-11-23T03:00:17.9660853Z 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-23T03:00:17.9661079Z with 2022-11-23T03:00:17.9661160Z [ 2022-11-23T03:00:17.9661226Z T=double 2022-11-23T03:00:17.9661291Z ] 2022-11-23T03:00:17.9661640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9661705Z with 2022-11-23T03:00:17.9661761Z [ 2022-11-23T03:00:17.9661890Z T=std::vector> 2022-11-23T03:00:17.9661951Z ] 2022-11-23T03:00:17.9662254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9662325Z with 2022-11-23T03:00:17.9662386Z [ 2022-11-23T03:00:17.9662493Z T=std::tuple 2022-11-23T03:00:17.9662561Z ] 2022-11-23T03:00:17.9662876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9662999Z with 2022-11-23T03:00:17.9663056Z [ 2022-11-23T03:00:17.9663171Z T=std::tuple 2022-11-23T03:00:17.9663234Z ] 2022-11-23T03:00:17.9663594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9663654Z with 2022-11-23T03:00:17.9663718Z [ 2022-11-23T03:00:17.9663827Z T=std::tuple 2022-11-23T03:00:17.9663886Z ] 2022-11-23T03:00:17.9664276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9664339Z with 2022-11-23T03:00:17.9664398Z [ 2022-11-23T03:00:17.9664510Z T=std::tuple 2022-11-23T03:00:17.9664568Z ] 2022-11-23T03:00:17.9664921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9665306Z 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-23T03:00:17.9665646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9665707Z with 2022-11-23T03:00:17.9665757Z [ 2022-11-23T03:00:17.9665871Z T=std::tuple 2022-11-23T03:00:17.9665933Z ] 2022-11-23T03:00:17.9666236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9666297Z with 2022-11-23T03:00:17.9666364Z [ 2022-11-23T03:00:17.9666502Z T=std::vector> 2022-11-23T03:00:17.9666563Z ] 2022-11-23T03:00:17.9666882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9666999Z with 2022-11-23T03:00:17.9667056Z [ 2022-11-23T03:00:17.9667193Z T=std::vector> 2022-11-23T03:00:17.9667253Z ] 2022-11-23T03:00:17.9667622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9667687Z with 2022-11-23T03:00:17.9667738Z [ 2022-11-23T03:00:17.9667869Z T=std::vector> 2022-11-23T03:00:17.9667925Z ] 2022-11-23T03:00:17.9668315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9668380Z with 2022-11-23T03:00:17.9668438Z [ 2022-11-23T03:00:17.9668575Z T=std::vector> 2022-11-23T03:00:17.9668636Z ] 2022-11-23T03:00:17.9669614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9670033Z 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-23T03:00:17.9670379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9670446Z with 2022-11-23T03:00:17.9670504Z [ 2022-11-23T03:00:17.9670639Z T=std::vector> 2022-11-23T03:00:17.9670697Z ] 2022-11-23T03:00:17.9671211Z [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-23T03:00:17.9671388Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-11-23T03:00:17.9671518Z Loading extension module cpp_frontend_extension... 2022-11-23T03:00:17.9671581Z ok (14.398s) 2022-11-23T03:00:17.9671918Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:17.9672125Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T03:00:17.9672256Z Loading extension module cpp_frontend_extension... 2022-11-23T03:00:17.9672313Z ok (0.005s) 2022-11-23T03:00:17.9672639Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:17.9672848Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T03:00:17.9672975Z Loading extension module cpp_frontend_extension... 2022-11-23T03:00:17.9673039Z ok (0.010s) 2022-11-23T03:00:17.9673253Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-11-23T03:00:17.9673623Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:17.9673878Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\is_python_module... 2022-11-23T03:00:17.9674137Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\is_python_module\build.ninja... 2022-11-23T03:00:17.9674256Z Building extension module is_python_module... 2022-11-23T03:00:17.9674464Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:17.9675460Z [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_cu117\is_python_module\main.cpp /Fomain.o 2022-11-23T03:00:17.9675611Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:17.9675759Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:17.9675771Z 2022-11-23T03:00:17.9676079Z 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-23T03:00:17.9676395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9676467Z with 2022-11-23T03:00:17.9676527Z [ 2022-11-23T03:00:17.9676614Z T=c10::SymInt 2022-11-23T03:00:17.9676680Z ] 2022-11-23T03:00:17.9677005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9677067Z with 2022-11-23T03:00:17.9677131Z [ 2022-11-23T03:00:17.9677214Z T=c10::SymInt 2022-11-23T03:00:17.9677266Z ] 2022-11-23T03:00:17.9677634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9677696Z with 2022-11-23T03:00:17.9677765Z [ 2022-11-23T03:00:17.9677840Z T=c10::SymInt 2022-11-23T03:00:17.9677905Z ] 2022-11-23T03:00:17.9678296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9678361Z with 2022-11-23T03:00:17.9678427Z [ 2022-11-23T03:00:17.9678509Z T=c10::SymInt 2022-11-23T03:00:17.9678571Z ] 2022-11-23T03:00:17.9678898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9679225Z 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-23T03:00:17.9679622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9679688Z with 2022-11-23T03:00:17.9679745Z [ 2022-11-23T03:00:17.9679826Z T=c10::SymInt 2022-11-23T03:00:17.9679883Z ] 2022-11-23T03:00:17.9680166Z 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-23T03:00:17.9680473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9680533Z with 2022-11-23T03:00:17.9680596Z [ 2022-11-23T03:00:17.9680681Z T=at::TensorBase 2022-11-23T03:00:17.9680747Z ] 2022-11-23T03:00:17.9681064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9681133Z with 2022-11-23T03:00:17.9681198Z [ 2022-11-23T03:00:17.9681285Z T=at::TensorBase 2022-11-23T03:00:17.9681389Z ] 2022-11-23T03:00:17.9681760Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9681824Z with 2022-11-23T03:00:17.9681879Z [ 2022-11-23T03:00:17.9681964Z T=at::TensorBase 2022-11-23T03:00:17.9682015Z ] 2022-11-23T03:00:17.9682402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9682469Z with 2022-11-23T03:00:17.9682530Z [ 2022-11-23T03:00:17.9682611Z T=at::TensorBase 2022-11-23T03:00:17.9682668Z ] 2022-11-23T03:00:17.9683003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9683339Z 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-23T03:00:17.9683681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9683745Z with 2022-11-23T03:00:17.9683811Z [ 2022-11-23T03:00:17.9683895Z T=at::TensorBase 2022-11-23T03:00:17.9683951Z ] 2022-11-23T03:00:17.9684259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9684321Z with 2022-11-23T03:00:17.9684383Z [ 2022-11-23T03:00:17.9684458Z T=at::Tensor 2022-11-23T03:00:17.9684507Z ] 2022-11-23T03:00:17.9684827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9684886Z with 2022-11-23T03:00:17.9684950Z [ 2022-11-23T03:00:17.9685025Z T=at::Tensor 2022-11-23T03:00:17.9685086Z ] 2022-11-23T03:00:17.9685488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9685559Z with 2022-11-23T03:00:17.9685620Z [ 2022-11-23T03:00:17.9685698Z T=at::Tensor 2022-11-23T03:00:17.9685758Z ] 2022-11-23T03:00:17.9686146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9686212Z with 2022-11-23T03:00:17.9686273Z [ 2022-11-23T03:00:17.9686344Z T=at::Tensor 2022-11-23T03:00:17.9686394Z ] 2022-11-23T03:00:17.9686723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9687050Z 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-23T03:00:17.9687430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9687497Z with 2022-11-23T03:00:17.9687558Z [ 2022-11-23T03:00:17.9687636Z T=at::Tensor 2022-11-23T03:00:17.9687701Z ] 2022-11-23T03:00:17.9688011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9688074Z with 2022-11-23T03:00:17.9688136Z [ 2022-11-23T03:00:17.9688221Z T=at::Generator 2022-11-23T03:00:17.9688279Z ] 2022-11-23T03:00:17.9688603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9688670Z with 2022-11-23T03:00:17.9688731Z [ 2022-11-23T03:00:17.9688810Z T=at::Generator 2022-11-23T03:00:17.9688860Z ] 2022-11-23T03:00:17.9689219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9689280Z with 2022-11-23T03:00:17.9689347Z [ 2022-11-23T03:00:17.9689428Z T=at::Generator 2022-11-23T03:00:17.9689490Z ] 2022-11-23T03:00:17.9689879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9689947Z with 2022-11-23T03:00:17.9690012Z [ 2022-11-23T03:00:17.9690089Z T=at::Generator 2022-11-23T03:00:17.9690156Z ] 2022-11-23T03:00:17.9690488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9690819Z 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-23T03:00:17.9691159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9691263Z with 2022-11-23T03:00:17.9691323Z [ 2022-11-23T03:00:17.9691399Z T=at::Generator 2022-11-23T03:00:17.9691450Z ] 2022-11-23T03:00:17.9691763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9691830Z with 2022-11-23T03:00:17.9691892Z [ 2022-11-23T03:00:17.9691969Z T=c10::Scalar 2022-11-23T03:00:17.9692027Z ] 2022-11-23T03:00:17.9692345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9692409Z with 2022-11-23T03:00:17.9692472Z [ 2022-11-23T03:00:17.9692549Z T=c10::Scalar 2022-11-23T03:00:17.9692613Z ] 2022-11-23T03:00:17.9692964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9693033Z with 2022-11-23T03:00:17.9693092Z [ 2022-11-23T03:00:17.9693207Z T=c10::Scalar 2022-11-23T03:00:17.9693256Z ] 2022-11-23T03:00:17.9693642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9693705Z with 2022-11-23T03:00:17.9693762Z [ 2022-11-23T03:00:17.9693843Z T=c10::Scalar 2022-11-23T03:00:17.9693913Z ] 2022-11-23T03:00:17.9694240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9694562Z 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-23T03:00:17.9694908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9694974Z with 2022-11-23T03:00:17.9695036Z [ 2022-11-23T03:00:17.9695110Z T=c10::Scalar 2022-11-23T03:00:17.9695171Z ] 2022-11-23T03:00:17.9695474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9695536Z with 2022-11-23T03:00:17.9695595Z [ 2022-11-23T03:00:17.9695669Z T=std::string 2022-11-23T03:00:17.9695717Z ] 2022-11-23T03:00:17.9696042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9696104Z with 2022-11-23T03:00:17.9696164Z [ 2022-11-23T03:00:17.9696241Z T=std::string 2022-11-23T03:00:17.9696303Z ] 2022-11-23T03:00:17.9696659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9696726Z with 2022-11-23T03:00:17.9696784Z [ 2022-11-23T03:00:17.9696862Z T=std::string 2022-11-23T03:00:17.9696971Z ] 2022-11-23T03:00:17.9697355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9697421Z with 2022-11-23T03:00:17.9697484Z [ 2022-11-23T03:00:17.9697565Z T=std::string 2022-11-23T03:00:17.9697615Z ] 2022-11-23T03:00:17.9697942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9698267Z 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-23T03:00:17.9698611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9698676Z with 2022-11-23T03:00:17.9698745Z [ 2022-11-23T03:00:17.9698827Z T=std::string 2022-11-23T03:00:17.9698885Z ] 2022-11-23T03:00:17.9699237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9699299Z with 2022-11-23T03:00:17.9699362Z [ 2022-11-23T03:00:17.9699455Z T=c10::QualifiedName 2022-11-23T03:00:17.9699517Z ] 2022-11-23T03:00:17.9699839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9699903Z with 2022-11-23T03:00:17.9699968Z [ 2022-11-23T03:00:17.9700057Z T=c10::QualifiedName 2022-11-23T03:00:17.9700108Z ] 2022-11-23T03:00:17.9700469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9700533Z with 2022-11-23T03:00:17.9700596Z [ 2022-11-23T03:00:17.9700685Z T=c10::QualifiedName 2022-11-23T03:00:17.9700747Z ] 2022-11-23T03:00:17.9701253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9701319Z with 2022-11-23T03:00:17.9701385Z [ 2022-11-23T03:00:17.9701478Z T=c10::QualifiedName 2022-11-23T03:00:17.9701540Z ] 2022-11-23T03:00:17.9701873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9702220Z 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-23T03:00:17.9702569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9702634Z with 2022-11-23T03:00:17.9702700Z [ 2022-11-23T03:00:17.9702790Z T=c10::QualifiedName 2022-11-23T03:00:17.9702852Z ] 2022-11-23T03:00:17.9703144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9703269Z with 2022-11-23T03:00:17.9703332Z [ 2022-11-23T03:00:17.9703464Z T=std::shared_ptr 2022-11-23T03:00:17.9703527Z ] 2022-11-23T03:00:17.9703852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9703920Z with 2022-11-23T03:00:17.9703978Z [ 2022-11-23T03:00:17.9704112Z T=std::shared_ptr 2022-11-23T03:00:17.9704178Z ] 2022-11-23T03:00:17.9704536Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9704607Z with 2022-11-23T03:00:17.9704670Z [ 2022-11-23T03:00:17.9704800Z T=std::shared_ptr 2022-11-23T03:00:17.9704863Z ] 2022-11-23T03:00:17.9705302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9705355Z with 2022-11-23T03:00:17.9705415Z [ 2022-11-23T03:00:17.9705541Z T=std::shared_ptr 2022-11-23T03:00:17.9705603Z ] 2022-11-23T03:00:17.9705967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9706335Z 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-23T03:00:17.9706678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9706742Z with 2022-11-23T03:00:17.9706808Z [ 2022-11-23T03:00:17.9706940Z T=std::shared_ptr 2022-11-23T03:00:17.9707003Z ] 2022-11-23T03:00:17.9707309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9707374Z with 2022-11-23T03:00:17.9707442Z [ 2022-11-23T03:00:17.9707573Z T=std::weak_ptr 2022-11-23T03:00:17.9707634Z ] 2022-11-23T03:00:17.9707954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9708019Z with 2022-11-23T03:00:17.9708069Z [ 2022-11-23T03:00:17.9708198Z T=std::weak_ptr 2022-11-23T03:00:17.9708259Z ] 2022-11-23T03:00:17.9708620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9708684Z with 2022-11-23T03:00:17.9708745Z [ 2022-11-23T03:00:17.9708871Z T=std::weak_ptr 2022-11-23T03:00:17.9708981Z ] 2022-11-23T03:00:17.9709369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9709433Z with 2022-11-23T03:00:17.9709494Z [ 2022-11-23T03:00:17.9709624Z T=std::weak_ptr 2022-11-23T03:00:17.9709686Z ] 2022-11-23T03:00:17.9710053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9710406Z 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-23T03:00:17.9710745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9710811Z with 2022-11-23T03:00:17.9710871Z [ 2022-11-23T03:00:17.9710999Z T=std::weak_ptr 2022-11-23T03:00:17.9711090Z ] 2022-11-23T03:00:17.9711404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9711469Z with 2022-11-23T03:00:17.9711528Z [ 2022-11-23T03:00:17.9711689Z T=std::vector> 2022-11-23T03:00:17.9711749Z ] 2022-11-23T03:00:17.9712078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9712150Z with 2022-11-23T03:00:17.9712210Z [ 2022-11-23T03:00:17.9712370Z T=std::vector> 2022-11-23T03:00:17.9712436Z ] 2022-11-23T03:00:17.9712801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9712866Z with 2022-11-23T03:00:17.9712932Z [ 2022-11-23T03:00:17.9713092Z T=std::vector> 2022-11-23T03:00:17.9713156Z ] 2022-11-23T03:00:17.9713549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9713605Z with 2022-11-23T03:00:17.9713670Z [ 2022-11-23T03:00:17.9713823Z T=std::vector> 2022-11-23T03:00:17.9713888Z ] 2022-11-23T03:00:17.9714279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9714664Z 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-23T03:00:17.9715010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9715130Z with 2022-11-23T03:00:17.9715198Z [ 2022-11-23T03:00:17.9715357Z T=std::vector> 2022-11-23T03:00:17.9715419Z ] 2022-11-23T03:00:17.9715732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9715799Z with 2022-11-23T03:00:17.9715861Z [ 2022-11-23T03:00:17.9715984Z T=std::vector> 2022-11-23T03:00:17.9716048Z ] 2022-11-23T03:00:17.9716374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9716443Z with 2022-11-23T03:00:17.9716494Z [ 2022-11-23T03:00:17.9716618Z T=std::vector> 2022-11-23T03:00:17.9716683Z ] 2022-11-23T03:00:17.9717086Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9717154Z with 2022-11-23T03:00:17.9717218Z [ 2022-11-23T03:00:17.9717341Z T=std::vector> 2022-11-23T03:00:17.9717405Z ] 2022-11-23T03:00:17.9717799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9717863Z with 2022-11-23T03:00:17.9717928Z [ 2022-11-23T03:00:17.9718046Z T=std::vector> 2022-11-23T03:00:17.9718110Z ] 2022-11-23T03:00:17.9718468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9718826Z 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-23T03:00:17.9719173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9719241Z with 2022-11-23T03:00:17.9719304Z [ 2022-11-23T03:00:17.9719424Z T=std::vector> 2022-11-23T03:00:17.9719476Z ] 2022-11-23T03:00:17.9719781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9719843Z with 2022-11-23T03:00:17.9719906Z [ 2022-11-23T03:00:17.9720078Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9720138Z ] 2022-11-23T03:00:17.9720459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9720525Z with 2022-11-23T03:00:17.9720587Z [ 2022-11-23T03:00:17.9720760Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9720823Z ] 2022-11-23T03:00:17.9721231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9721295Z with 2022-11-23T03:00:17.9721357Z [ 2022-11-23T03:00:17.9721525Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9721588Z ] 2022-11-23T03:00:17.9721976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9722040Z with 2022-11-23T03:00:17.9722090Z [ 2022-11-23T03:00:17.9722258Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9722323Z ] 2022-11-23T03:00:17.9722748Z C:\actions-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-23T03:00:17.9723562Z 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-23T03:00:17.9724395Z 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-23T03:00:17.9725029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9725168Z with 2022-11-23T03:00:17.9725293Z [ 2022-11-23T03:00:17.9725477Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9725541Z ] 2022-11-23T03:00:17.9725850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9725919Z with 2022-11-23T03:00:17.9725983Z [ 2022-11-23T03:00:17.9726145Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9726208Z ] 2022-11-23T03:00:17.9726529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9726600Z with 2022-11-23T03:00:17.9726664Z [ 2022-11-23T03:00:17.9726828Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9726890Z ] 2022-11-23T03:00:17.9727243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9727308Z with 2022-11-23T03:00:17.9727372Z [ 2022-11-23T03:00:17.9727530Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9727593Z ] 2022-11-23T03:00:17.9727981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9728116Z with 2022-11-23T03:00:17.9728180Z [ 2022-11-23T03:00:17.9728338Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9728400Z ] 2022-11-23T03:00:17.9728788Z C:\actions-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-23T03:00:17.9729166Z 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-23T03:00:17.9729485Z 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-23T03:00:17.9729823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9729890Z with 2022-11-23T03:00:17.9729951Z [ 2022-11-23T03:00:17.9730160Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9730224Z ] 2022-11-23T03:00:17.9730535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9730599Z with 2022-11-23T03:00:17.9730662Z [ 2022-11-23T03:00:17.9730777Z T=std::vector> 2022-11-23T03:00:17.9730838Z ] 2022-11-23T03:00:17.9731159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9731227Z with 2022-11-23T03:00:17.9731287Z [ 2022-11-23T03:00:17.9731412Z T=std::vector> 2022-11-23T03:00:17.9731476Z ] 2022-11-23T03:00:17.9731841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9731906Z with 2022-11-23T03:00:17.9731974Z [ 2022-11-23T03:00:17.9732099Z T=std::vector> 2022-11-23T03:00:17.9732164Z ] 2022-11-23T03:00:17.9732555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9732624Z with 2022-11-23T03:00:17.9732682Z [ 2022-11-23T03:00:17.9732806Z T=std::vector> 2022-11-23T03:00:17.9732855Z ] 2022-11-23T03:00:17.9733212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9733567Z 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-23T03:00:17.9733907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9734562Z with 2022-11-23T03:00:17.9734626Z [ 2022-11-23T03:00:17.9734756Z T=std::vector> 2022-11-23T03:00:17.9734822Z ] 2022-11-23T03:00:17.9735137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9735203Z with 2022-11-23T03:00:17.9735265Z [ 2022-11-23T03:00:17.9735423Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9735486Z ] 2022-11-23T03:00:17.9735806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9735873Z with 2022-11-23T03:00:17.9735935Z [ 2022-11-23T03:00:17.9736090Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9736153Z ] 2022-11-23T03:00:17.9736515Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9736627Z with 2022-11-23T03:00:17.9736677Z [ 2022-11-23T03:00:17.9736832Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9736894Z ] 2022-11-23T03:00:17.9737278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9737343Z with 2022-11-23T03:00:17.9737405Z [ 2022-11-23T03:00:17.9737564Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9737627Z ] 2022-11-23T03:00:17.9738014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9738418Z 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-23T03:00:17.9738809Z 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-23T03:00:17.9739149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9739217Z with 2022-11-23T03:00:17.9739278Z [ 2022-11-23T03:00:17.9739431Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9739493Z ] 2022-11-23T03:00:17.9739808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9739870Z with 2022-11-23T03:00:17.9739935Z [ 2022-11-23T03:00:17.9740094Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9740144Z ] 2022-11-23T03:00:17.9740468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9740583Z with 2022-11-23T03:00:17.9740644Z [ 2022-11-23T03:00:17.9740795Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9740857Z ] 2022-11-23T03:00:17.9741362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9741432Z with 2022-11-23T03:00:17.9741495Z [ 2022-11-23T03:00:17.9741648Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9741712Z ] 2022-11-23T03:00:17.9742105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9742176Z with 2022-11-23T03:00:17.9742240Z [ 2022-11-23T03:00:17.9742391Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9742453Z ] 2022-11-23T03:00:17.9742897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9743298Z 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-23T03:00:17.9743688Z 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-23T03:00:17.9744035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9744102Z with 2022-11-23T03:00:17.9744153Z [ 2022-11-23T03:00:17.9744305Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9744368Z ] 2022-11-23T03:00:17.9744678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9744744Z with 2022-11-23T03:00:17.9744808Z [ 2022-11-23T03:00:17.9744916Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9744982Z ] 2022-11-23T03:00:17.9745304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9745372Z with 2022-11-23T03:00:17.9745435Z [ 2022-11-23T03:00:17.9745537Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9745603Z ] 2022-11-23T03:00:17.9745965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9746029Z with 2022-11-23T03:00:17.9746090Z [ 2022-11-23T03:00:17.9746181Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9746241Z ] 2022-11-23T03:00:17.9746625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9746738Z with 2022-11-23T03:00:17.9746801Z [ 2022-11-23T03:00:17.9746905Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9746968Z ] 2022-11-23T03:00:17.9747325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9747656Z 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-23T03:00:17.9747721Z with 2022-11-23T03:00:17.9747783Z [ 2022-11-23T03:00:17.9747885Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9747943Z ] 2022-11-23T03:00:17.9748326Z 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-23T03:00:17.9748670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9748781Z with 2022-11-23T03:00:17.9748846Z [ 2022-11-23T03:00:17.9748937Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9748999Z ] 2022-11-23T03:00:17.9749306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9749373Z with 2022-11-23T03:00:17.9749435Z [ 2022-11-23T03:00:17.9749626Z T=std::vector> 2022-11-23T03:00:17.9749692Z ] 2022-11-23T03:00:17.9750014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9750083Z with 2022-11-23T03:00:17.9750146Z [ 2022-11-23T03:00:17.9750340Z T=std::vector> 2022-11-23T03:00:17.9750403Z ] 2022-11-23T03:00:17.9750766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9750833Z with 2022-11-23T03:00:17.9750895Z [ 2022-11-23T03:00:17.9751084Z T=std::vector> 2022-11-23T03:00:17.9751150Z ] 2022-11-23T03:00:17.9751535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9751601Z with 2022-11-23T03:00:17.9751650Z [ 2022-11-23T03:00:17.9751838Z T=std::vector> 2022-11-23T03:00:17.9751901Z ] 2022-11-23T03:00:17.9752318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9752732Z 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-23T03:00:17.9753128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9753197Z with 2022-11-23T03:00:17.9753261Z [ 2022-11-23T03:00:17.9753456Z T=std::vector> 2022-11-23T03:00:17.9753519Z ] 2022-11-23T03:00:17.9753827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9753891Z with 2022-11-23T03:00:17.9753955Z [ 2022-11-23T03:00:17.9754057Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9754119Z ] 2022-11-23T03:00:17.9754441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9754509Z with 2022-11-23T03:00:17.9754572Z [ 2022-11-23T03:00:17.9754714Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9754764Z ] 2022-11-23T03:00:17.9755129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9755194Z with 2022-11-23T03:00:17.9755256Z [ 2022-11-23T03:00:17.9755355Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9755418Z ] 2022-11-23T03:00:17.9755814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9755881Z with 2022-11-23T03:00:17.9755943Z [ 2022-11-23T03:00:17.9756040Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9756103Z ] 2022-11-23T03:00:17.9756451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9756810Z 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-23T03:00:17.9757156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9757228Z with 2022-11-23T03:00:17.9757296Z [ 2022-11-23T03:00:17.9757396Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9757463Z ] 2022-11-23T03:00:17.9757760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9757830Z with 2022-11-23T03:00:17.9757895Z [ 2022-11-23T03:00:17.9757977Z T=c10::IValue 2022-11-23T03:00:17.9758044Z ] 2022-11-23T03:00:17.9758366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9758435Z with 2022-11-23T03:00:17.9758544Z [ 2022-11-23T03:00:17.9758630Z T=c10::IValue 2022-11-23T03:00:17.9758695Z ] 2022-11-23T03:00:17.9759061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9759130Z with 2022-11-23T03:00:17.9759198Z [ 2022-11-23T03:00:17.9759279Z T=c10::IValue 2022-11-23T03:00:17.9759328Z ] 2022-11-23T03:00:17.9759724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9759792Z with 2022-11-23T03:00:17.9759856Z [ 2022-11-23T03:00:17.9759935Z T=c10::IValue 2022-11-23T03:00:17.9760002Z ] 2022-11-23T03:00:17.9760334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9760709Z 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-23T03:00:17.9761058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9761124Z with 2022-11-23T03:00:17.9761191Z [ 2022-11-23T03:00:17.9761272Z T=c10::IValue 2022-11-23T03:00:17.9761338Z ] 2022-11-23T03:00:17.9761646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9761718Z with 2022-11-23T03:00:17.9761783Z [ 2022-11-23T03:00:17.9761871Z T=c10::AliasInfo 2022-11-23T03:00:17.9761920Z ] 2022-11-23T03:00:17.9762249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9762319Z with 2022-11-23T03:00:17.9762384Z [ 2022-11-23T03:00:17.9762470Z T=c10::AliasInfo 2022-11-23T03:00:17.9762537Z ] 2022-11-23T03:00:17.9762900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9762969Z with 2022-11-23T03:00:17.9763037Z [ 2022-11-23T03:00:17.9763123Z T=c10::AliasInfo 2022-11-23T03:00:17.9763187Z ] 2022-11-23T03:00:17.9763580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9763645Z with 2022-11-23T03:00:17.9763709Z [ 2022-11-23T03:00:17.9763790Z T=c10::AliasInfo 2022-11-23T03:00:17.9763854Z ] 2022-11-23T03:00:17.9764171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9764510Z 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-23T03:00:17.9764902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9764966Z with 2022-11-23T03:00:17.9765033Z [ 2022-11-23T03:00:17.9765115Z T=c10::AliasInfo 2022-11-23T03:00:17.9765179Z ] 2022-11-23T03:00:17.9765487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9765553Z with 2022-11-23T03:00:17.9765616Z [ 2022-11-23T03:00:17.9765754Z T=std::vector> 2022-11-23T03:00:17.9765816Z ] 2022-11-23T03:00:17.9766138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9766204Z with 2022-11-23T03:00:17.9766266Z [ 2022-11-23T03:00:17.9766403Z T=std::vector> 2022-11-23T03:00:17.9766467Z ] 2022-11-23T03:00:17.9767324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9767389Z with 2022-11-23T03:00:17.9767454Z [ 2022-11-23T03:00:17.9767591Z T=std::vector> 2022-11-23T03:00:17.9767653Z ] 2022-11-23T03:00:17.9768053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9768125Z with 2022-11-23T03:00:17.9768187Z [ 2022-11-23T03:00:17.9768321Z T=std::vector> 2022-11-23T03:00:17.9768384Z ] 2022-11-23T03:00:17.9768744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9768811Z with 2022-11-23T03:00:17.9768874Z [ 2022-11-23T03:00:17.9768955Z T=c10::SymInt 2022-11-23T03:00:17.9769021Z ] 2022-11-23T03:00:17.9769368Z 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-23T03:00:17.9769434Z with 2022-11-23T03:00:17.9769485Z [ 2022-11-23T03:00:17.9769566Z T=c10::SymInt 2022-11-23T03:00:17.9769628Z ] 2022-11-23T03:00:17.9769997Z 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-23T03:00:17.9770425Z 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-23T03:00:17.9770766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9770833Z with 2022-11-23T03:00:17.9770897Z [ 2022-11-23T03:00:17.9771081Z T=std::vector> 2022-11-23T03:00:17.9771147Z ] 2022-11-23T03:00:17.9771457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9771521Z with 2022-11-23T03:00:17.9771584Z [ 2022-11-23T03:00:17.9771729Z T=c10::either 2022-11-23T03:00:17.9771792Z ] 2022-11-23T03:00:17.9772117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9772181Z with 2022-11-23T03:00:17.9772247Z [ 2022-11-23T03:00:17.9772374Z T=c10::either 2022-11-23T03:00:17.9772436Z ] 2022-11-23T03:00:17.9772804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9772872Z with 2022-11-23T03:00:17.9772934Z [ 2022-11-23T03:00:17.9773072Z T=c10::either 2022-11-23T03:00:17.9773179Z ] 2022-11-23T03:00:17.9773569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9773634Z with 2022-11-23T03:00:17.9773696Z [ 2022-11-23T03:00:17.9773837Z T=c10::either 2022-11-23T03:00:17.9773899Z ] 2022-11-23T03:00:17.9774273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9774680Z 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-23T03:00:17.9775020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9775087Z with 2022-11-23T03:00:17.9775148Z [ 2022-11-23T03:00:17.9775286Z T=c10::either 2022-11-23T03:00:17.9775348Z ] 2022-11-23T03:00:17.9775654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9775709Z with 2022-11-23T03:00:17.9775770Z [ 2022-11-23T03:00:17.9775865Z T=at::StepCallbacks 2022-11-23T03:00:17.9775928Z ] 2022-11-23T03:00:17.9776258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9776324Z with 2022-11-23T03:00:17.9776386Z [ 2022-11-23T03:00:17.9776476Z T=at::StepCallbacks 2022-11-23T03:00:17.9776538Z ] 2022-11-23T03:00:17.9776898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9777014Z with 2022-11-23T03:00:17.9777076Z [ 2022-11-23T03:00:17.9777167Z T=at::StepCallbacks 2022-11-23T03:00:17.9777229Z ] 2022-11-23T03:00:17.9777622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9777678Z with 2022-11-23T03:00:17.9777743Z [ 2022-11-23T03:00:17.9777836Z T=at::StepCallbacks 2022-11-23T03:00:17.9777899Z ] 2022-11-23T03:00:17.9778246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9778597Z 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-23T03:00:17.9778939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9779005Z with 2022-11-23T03:00:17.9779114Z [ 2022-11-23T03:00:17.9779207Z T=at::StepCallbacks 2022-11-23T03:00:17.9779269Z ] 2022-11-23T03:00:17.9779575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9779640Z with 2022-11-23T03:00:17.9779704Z [ 2022-11-23T03:00:17.9779789Z T=c10::DimVector 2022-11-23T03:00:17.9779854Z ] 2022-11-23T03:00:17.9780172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9780226Z with 2022-11-23T03:00:17.9780287Z [ 2022-11-23T03:00:17.9780370Z T=c10::DimVector 2022-11-23T03:00:17.9780433Z ] 2022-11-23T03:00:17.9780798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9780865Z with 2022-11-23T03:00:17.9780928Z [ 2022-11-23T03:00:17.9781103Z T=c10::DimVector 2022-11-23T03:00:17.9781169Z ] 2022-11-23T03:00:17.9781560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9781630Z with 2022-11-23T03:00:17.9781693Z [ 2022-11-23T03:00:17.9781776Z T=c10::DimVector 2022-11-23T03:00:17.9781838Z ] 2022-11-23T03:00:17.9782171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9782507Z 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-23T03:00:17.9782851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9782916Z with 2022-11-23T03:00:17.9782966Z [ 2022-11-23T03:00:17.9783111Z T=c10::DimVector 2022-11-23T03:00:17.9783175Z ] 2022-11-23T03:00:17.9783481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9783546Z with 2022-11-23T03:00:17.9783609Z [ 2022-11-23T03:00:17.9783715Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9783778Z ] 2022-11-23T03:00:17.9784096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9784163Z with 2022-11-23T03:00:17.9784224Z [ 2022-11-23T03:00:17.9784328Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9784392Z ] 2022-11-23T03:00:17.9784758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9784827Z with 2022-11-23T03:00:17.9784876Z [ 2022-11-23T03:00:17.9784979Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9785043Z ] 2022-11-23T03:00:17.9785474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9785541Z with 2022-11-23T03:00:17.9785604Z [ 2022-11-23T03:00:17.9785705Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9785767Z ] 2022-11-23T03:00:17.9786120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9786491Z 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-23T03:00:17.9786835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9786902Z with 2022-11-23T03:00:17.9786968Z [ 2022-11-23T03:00:17.9787070Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9787135Z ] 2022-11-23T03:00:17.9787446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9787513Z with 2022-11-23T03:00:17.9787565Z [ 2022-11-23T03:00:17.9787714Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9787777Z ] 2022-11-23T03:00:17.9788104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9788174Z with 2022-11-23T03:00:17.9788236Z [ 2022-11-23T03:00:17.9788376Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9788439Z ] 2022-11-23T03:00:17.9788799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9788866Z with 2022-11-23T03:00:17.9788931Z [ 2022-11-23T03:00:17.9789072Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9789180Z ] 2022-11-23T03:00:17.9789570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9789635Z with 2022-11-23T03:00:17.9789699Z [ 2022-11-23T03:00:17.9789825Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9789888Z ] 2022-11-23T03:00:17.9790272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9790674Z 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-23T03:00:17.9791022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9791089Z with 2022-11-23T03:00:17.9791151Z [ 2022-11-23T03:00:17.9791333Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9791399Z ] 2022-11-23T03:00:17.9791708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9791778Z with 2022-11-23T03:00:17.9791841Z [ 2022-11-23T03:00:17.9791960Z T=std::tuple 2022-11-23T03:00:17.9792023Z ] 2022-11-23T03:00:17.9792345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9792411Z with 2022-11-23T03:00:17.9792473Z [ 2022-11-23T03:00:17.9792590Z T=std::tuple 2022-11-23T03:00:17.9792641Z ] 2022-11-23T03:00:17.9793003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9793069Z with 2022-11-23T03:00:17.9793130Z [ 2022-11-23T03:00:17.9793246Z T=std::tuple 2022-11-23T03:00:17.9793309Z ] 2022-11-23T03:00:17.9793696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9793763Z with 2022-11-23T03:00:17.9793826Z [ 2022-11-23T03:00:17.9793940Z T=std::tuple 2022-11-23T03:00:17.9794004Z ] 2022-11-23T03:00:17.9794360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9794734Z 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-23T03:00:17.9795073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9795185Z with 2022-11-23T03:00:17.9795249Z [ 2022-11-23T03:00:17.9795367Z T=std::tuple 2022-11-23T03:00:17.9795429Z ] 2022-11-23T03:00:17.9795738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9795804Z with 2022-11-23T03:00:17.9795853Z [ 2022-11-23T03:00:17.9795949Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9796012Z ] 2022-11-23T03:00:17.9796335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9796401Z with 2022-11-23T03:00:17.9796463Z [ 2022-11-23T03:00:17.9796559Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9796620Z ] 2022-11-23T03:00:17.9796983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9797050Z with 2022-11-23T03:00:17.9797113Z [ 2022-11-23T03:00:17.9797255Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9797321Z ] 2022-11-23T03:00:17.9797711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9797780Z with 2022-11-23T03:00:17.9797830Z [ 2022-11-23T03:00:17.9797926Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9797992Z ] 2022-11-23T03:00:17.9798341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9798706Z 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-23T03:00:17.9799046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9799114Z with 2022-11-23T03:00:17.9799180Z [ 2022-11-23T03:00:17.9799279Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9799348Z ] 2022-11-23T03:00:17.9799658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9799729Z with 2022-11-23T03:00:17.9799795Z [ 2022-11-23T03:00:17.9799914Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9799977Z ] 2022-11-23T03:00:17.9800302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9800371Z with 2022-11-23T03:00:17.9800420Z [ 2022-11-23T03:00:17.9800540Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9800606Z ] 2022-11-23T03:00:17.9800973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9801082Z with 2022-11-23T03:00:17.9801151Z [ 2022-11-23T03:00:17.9801269Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9801335Z ] 2022-11-23T03:00:17.9801735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9801803Z with 2022-11-23T03:00:17.9801868Z [ 2022-11-23T03:00:17.9801983Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9802050Z ] 2022-11-23T03:00:17.9802409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9802770Z 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-23T03:00:17.9803111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9803219Z with 2022-11-23T03:00:17.9803285Z [ 2022-11-23T03:00:17.9803384Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:17.9803451Z ] 2022-11-23T03:00:17.9803768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9803836Z with 2022-11-23T03:00:17.9803899Z [ 2022-11-23T03:00:17.9804015Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9804083Z ] 2022-11-23T03:00:17.9804406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9804470Z with 2022-11-23T03:00:17.9804535Z [ 2022-11-23T03:00:17.9804647Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9804709Z ] 2022-11-23T03:00:17.9805072Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9805144Z with 2022-11-23T03:00:17.9805207Z [ 2022-11-23T03:00:17.9805320Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9805369Z ] 2022-11-23T03:00:17.9805755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9805822Z with 2022-11-23T03:00:17.9805884Z [ 2022-11-23T03:00:17.9805993Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9806056Z ] 2022-11-23T03:00:17.9806413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9806768Z 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-23T03:00:17.9807104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9807217Z with 2022-11-23T03:00:17.9807281Z [ 2022-11-23T03:00:17.9807394Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:17.9807455Z ] 2022-11-23T03:00:17.9807765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9807831Z with 2022-11-23T03:00:17.9807892Z [ 2022-11-23T03:00:17.9807988Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9808040Z ] 2022-11-23T03:00:17.9808359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9808423Z with 2022-11-23T03:00:17.9808484Z [ 2022-11-23T03:00:17.9808576Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9808640Z ] 2022-11-23T03:00:17.9809003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9809069Z with 2022-11-23T03:00:17.9809132Z [ 2022-11-23T03:00:17.9809268Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9809332Z ] 2022-11-23T03:00:17.9809721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9809790Z with 2022-11-23T03:00:17.9809854Z [ 2022-11-23T03:00:17.9809945Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9810008Z ] 2022-11-23T03:00:17.9810336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9810688Z 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-23T03:00:17.9811025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9811089Z with 2022-11-23T03:00:17.9811151Z [ 2022-11-23T03:00:17.9811242Z T=torch::jit::ScopePtr 2022-11-23T03:00:17.9811306Z ] 2022-11-23T03:00:17.9811611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9811679Z with 2022-11-23T03:00:17.9811746Z [ 2022-11-23T03:00:17.9811844Z T=at::ThreadLocalState 2022-11-23T03:00:17.9811906Z ] 2022-11-23T03:00:17.9812228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9812293Z with 2022-11-23T03:00:17.9812356Z [ 2022-11-23T03:00:17.9812454Z T=at::ThreadLocalState 2022-11-23T03:00:17.9812515Z ] 2022-11-23T03:00:17.9812863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9812928Z with 2022-11-23T03:00:17.9812988Z [ 2022-11-23T03:00:17.9813127Z T=at::ThreadLocalState 2022-11-23T03:00:17.9813188Z ] 2022-11-23T03:00:17.9813578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9813644Z with 2022-11-23T03:00:17.9813710Z [ 2022-11-23T03:00:17.9813803Z T=at::ThreadLocalState 2022-11-23T03:00:17.9813865Z ] 2022-11-23T03:00:17.9814206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9814569Z 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-23T03:00:17.9814915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9814984Z with 2022-11-23T03:00:17.9815049Z [ 2022-11-23T03:00:17.9815189Z T=at::ThreadLocalState 2022-11-23T03:00:17.9815252Z ] 2022-11-23T03:00:17.9815562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9815616Z with 2022-11-23T03:00:17.9815677Z [ 2022-11-23T03:00:17.9815792Z T=std::shared_ptr 2022-11-23T03:00:17.9815855Z ] 2022-11-23T03:00:17.9816177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9816248Z with 2022-11-23T03:00:17.9816312Z [ 2022-11-23T03:00:17.9816428Z T=std::shared_ptr 2022-11-23T03:00:17.9816491Z ] 2022-11-23T03:00:17.9816854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9816920Z with 2022-11-23T03:00:17.9816983Z [ 2022-11-23T03:00:17.9817096Z T=std::shared_ptr 2022-11-23T03:00:17.9817159Z ] 2022-11-23T03:00:17.9817544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9817612Z with 2022-11-23T03:00:17.9817661Z [ 2022-11-23T03:00:17.9817773Z T=std::shared_ptr 2022-11-23T03:00:17.9817836Z ] 2022-11-23T03:00:17.9818192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9818533Z 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-23T03:00:17.9818909Z 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-23T03:00:17.9819302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9819369Z with 2022-11-23T03:00:17.9819433Z [ 2022-11-23T03:00:17.9819549Z T=std::shared_ptr 2022-11-23T03:00:17.9819616Z ] 2022-11-23T03:00:17.9819926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9819990Z with 2022-11-23T03:00:17.9820054Z [ 2022-11-23T03:00:17.9820154Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9820217Z ] 2022-11-23T03:00:17.9820534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9820601Z with 2022-11-23T03:00:17.9820663Z [ 2022-11-23T03:00:17.9820750Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9820811Z ] 2022-11-23T03:00:17.9821326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9821397Z with 2022-11-23T03:00:17.9821461Z [ 2022-11-23T03:00:17.9821564Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9821629Z ] 2022-11-23T03:00:17.9822013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9822082Z with 2022-11-23T03:00:17.9822146Z [ 2022-11-23T03:00:17.9822246Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9822309Z ] 2022-11-23T03:00:17.9822658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9822999Z 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-23T03:00:17.9823373Z 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-23T03:00:17.9823717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9823788Z with 2022-11-23T03:00:17.9823853Z [ 2022-11-23T03:00:17.9823951Z T=torch::jit::GraphExecutor 2022-11-23T03:00:17.9824002Z ] 2022-11-23T03:00:17.9824314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9824385Z with 2022-11-23T03:00:17.9824452Z [ 2022-11-23T03:00:17.9824542Z T=torch::jit::Method 2022-11-23T03:00:17.9824606Z ] 2022-11-23T03:00:17.9825043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9825139Z with 2022-11-23T03:00:17.9825307Z [ 2022-11-23T03:00:17.9825458Z T=torch::jit::Method 2022-11-23T03:00:17.9825544Z ] 2022-11-23T03:00:17.9826374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9826505Z with 2022-11-23T03:00:17.9826637Z [ 2022-11-23T03:00:17.9826791Z T=torch::jit::Method 2022-11-23T03:00:17.9826842Z ] 2022-11-23T03:00:17.9827252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9827405Z with 2022-11-23T03:00:17.9827532Z [ 2022-11-23T03:00:17.9827717Z T=torch::jit::Method 2022-11-23T03:00:17.9827850Z ] 2022-11-23T03:00:17.9828238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9828647Z 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-23T03:00:17.9828995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9829063Z with 2022-11-23T03:00:17.9829126Z [ 2022-11-23T03:00:17.9829216Z T=torch::jit::Method 2022-11-23T03:00:17.9829281Z ] 2022-11-23T03:00:17.9829591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9829660Z with 2022-11-23T03:00:17.9829723Z [ 2022-11-23T03:00:17.9829863Z T=std::vector> 2022-11-23T03:00:17.9829911Z ] 2022-11-23T03:00:17.9830239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9830304Z with 2022-11-23T03:00:17.9830367Z [ 2022-11-23T03:00:17.9830502Z T=std::vector> 2022-11-23T03:00:17.9830566Z ] 2022-11-23T03:00:17.9830934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9831007Z with 2022-11-23T03:00:17.9831068Z [ 2022-11-23T03:00:17.9831205Z T=std::vector> 2022-11-23T03:00:17.9831269Z ] 2022-11-23T03:00:17.9831662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9831727Z with 2022-11-23T03:00:17.9831790Z [ 2022-11-23T03:00:17.9831923Z T=std::vector> 2022-11-23T03:00:17.9831986Z ] 2022-11-23T03:00:17.9832361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9833291Z 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-23T03:00:17.9833636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9833703Z with 2022-11-23T03:00:17.9833753Z [ 2022-11-23T03:00:17.9833893Z T=std::vector> 2022-11-23T03:00:17.9833957Z ] 2022-11-23T03:00:17.9834267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9834336Z with 2022-11-23T03:00:17.9834399Z [ 2022-11-23T03:00:17.9834569Z T=std::function 2022-11-23T03:00:17.9834633Z ] 2022-11-23T03:00:17.9834958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9835072Z with 2022-11-23T03:00:17.9835134Z [ 2022-11-23T03:00:17.9835297Z T=std::function 2022-11-23T03:00:17.9835360Z ] 2022-11-23T03:00:17.9835724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9835789Z with 2022-11-23T03:00:17.9835854Z [ 2022-11-23T03:00:17.9836022Z T=std::function 2022-11-23T03:00:17.9836072Z ] 2022-11-23T03:00:17.9836463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9836530Z with 2022-11-23T03:00:17.9836590Z [ 2022-11-23T03:00:17.9836756Z T=std::function 2022-11-23T03:00:17.9836819Z ] 2022-11-23T03:00:17.9837218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9837633Z 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-23T03:00:17.9837976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9838043Z with 2022-11-23T03:00:17.9838107Z [ 2022-11-23T03:00:17.9838273Z T=std::function 2022-11-23T03:00:17.9838337Z ] 2022-11-23T03:00:17.9838648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9838716Z with 2022-11-23T03:00:17.9839131Z [ 2022-11-23T03:00:17.9839328Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9839391Z ] 2022-11-23T03:00:17.9839717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9839785Z with 2022-11-23T03:00:17.9839835Z [ 2022-11-23T03:00:17.9840028Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9840091Z ] 2022-11-23T03:00:17.9840458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9840523Z with 2022-11-23T03:00:17.9840588Z [ 2022-11-23T03:00:17.9840784Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9840851Z ] 2022-11-23T03:00:17.9841245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9841361Z with 2022-11-23T03:00:17.9841426Z [ 2022-11-23T03:00:17.9841619Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9841684Z ] 2022-11-23T03:00:17.9842109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9842562Z 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-23T03:00:17.9842907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9842977Z with 2022-11-23T03:00:17.9843044Z [ 2022-11-23T03:00:17.9843238Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:17.9843305Z ] 2022-11-23T03:00:17.9843622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9843676Z with 2022-11-23T03:00:17.9843742Z [ 2022-11-23T03:00:17.9843876Z T=std::vector> 2022-11-23T03:00:17.9843942Z ] 2022-11-23T03:00:17.9844267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9844337Z with 2022-11-23T03:00:17.9844401Z [ 2022-11-23T03:00:17.9844532Z T=std::vector> 2022-11-23T03:00:17.9844598Z ] 2022-11-23T03:00:17.9844963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9845032Z with 2022-11-23T03:00:17.9845098Z [ 2022-11-23T03:00:17.9845224Z T=std::vector> 2022-11-23T03:00:17.9845620Z ] 2022-11-23T03:00:17.9846016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9846084Z with 2022-11-23T03:00:17.9846136Z [ 2022-11-23T03:00:17.9846268Z T=std::vector> 2022-11-23T03:00:17.9846333Z ] 2022-11-23T03:00:17.9846684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9846752Z with 2022-11-23T03:00:17.9846817Z [ 2022-11-23T03:00:17.9846891Z T=double 2022-11-23T03:00:17.9846957Z ] 2022-11-23T03:00:17.9847356Z 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-23T03:00:17.9847427Z with 2022-11-23T03:00:17.9847492Z [ 2022-11-23T03:00:17.9847567Z T=double 2022-11-23T03:00:17.9847633Z ] 2022-11-23T03:00:17.9848024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9848090Z with 2022-11-23T03:00:17.9848140Z [ 2022-11-23T03:00:17.9848270Z T=std::vector> 2022-11-23T03:00:17.9848334Z ] 2022-11-23T03:00:17.9848642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9848709Z with 2022-11-23T03:00:17.9848772Z [ 2022-11-23T03:00:17.9848884Z T=std::tuple 2022-11-23T03:00:17.9848948Z ] 2022-11-23T03:00:17.9849270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9849337Z with 2022-11-23T03:00:17.9849401Z [ 2022-11-23T03:00:17.9849513Z T=std::tuple 2022-11-23T03:00:17.9849573Z ] 2022-11-23T03:00:17.9849938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9850004Z with 2022-11-23T03:00:17.9850052Z [ 2022-11-23T03:00:17.9850162Z T=std::tuple 2022-11-23T03:00:17.9850226Z ] 2022-11-23T03:00:17.9850616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9850681Z with 2022-11-23T03:00:17.9850746Z [ 2022-11-23T03:00:17.9850855Z T=std::tuple 2022-11-23T03:00:17.9850919Z ] 2022-11-23T03:00:17.9851272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9851657Z 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-23T03:00:17.9852318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9852386Z with 2022-11-23T03:00:17.9852450Z [ 2022-11-23T03:00:17.9852564Z T=std::tuple 2022-11-23T03:00:17.9852625Z ] 2022-11-23T03:00:17.9852930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9852995Z with 2022-11-23T03:00:17.9853061Z [ 2022-11-23T03:00:17.9853196Z T=std::vector> 2022-11-23T03:00:17.9853245Z ] 2022-11-23T03:00:17.9853568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9853637Z with 2022-11-23T03:00:17.9853701Z [ 2022-11-23T03:00:17.9853839Z T=std::vector> 2022-11-23T03:00:17.9853904Z ] 2022-11-23T03:00:17.9854311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9854379Z with 2022-11-23T03:00:17.9854440Z [ 2022-11-23T03:00:17.9854574Z T=std::vector> 2022-11-23T03:00:17.9854636Z ] 2022-11-23T03:00:17.9855027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9855095Z with 2022-11-23T03:00:17.9855158Z [ 2022-11-23T03:00:17.9855291Z T=std::vector> 2022-11-23T03:00:17.9855351Z ] 2022-11-23T03:00:17.9855709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9856122Z 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-23T03:00:17.9856467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9856522Z with 2022-11-23T03:00:17.9856586Z [ 2022-11-23T03:00:17.9856722Z T=std::vector> 2022-11-23T03:00:17.9856784Z ] 2022-11-23T03:00:17.9857261Z [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-23T03:00:17.9857419Z Creating library is_python_module.lib and object is_python_module.exp 2022-11-23T03:00:17.9857539Z Loading extension module is_python_module... 2022-11-23T03:00:17.9857973Z 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-23T03:00:17.9858387Z warnings.warn( 2022-11-23T03:00:17.9858823Z 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-23T03:00:17.9858901Z warnings.warn( 2022-11-23T03:00:17.9859334Z 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-23T03:00:17.9859412Z warnings.warn( 2022-11-23T03:00:17.9859842Z 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-23T03:00:17.9859922Z warnings.warn( 2022-11-23T03:00:17.9859992Z ok (13.615s) 2022-11-23T03:00:17.9860124Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T03:00:17.9860374Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.000s) 2022-11-23T03:00:17.9860583Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-11-23T03:00:17.9860788Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-11-23T03:00:17.9861249Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:17.9861521Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension... 2022-11-23T03:00:17.9861790Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension\build.ninja... 2022-11-23T03:00:17.9861918Z Building extension module inline_jit_extension... 2022-11-23T03:00:17.9862125Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:17.9863100Z [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_cu117\inline_jit_extension\main.cpp /Fomain.o 2022-11-23T03:00:17.9863246Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:17.9863395Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:17.9863407Z 2022-11-23T03:00:17.9863719Z 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-23T03:00:17.9864034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9864445Z with 2022-11-23T03:00:17.9864510Z [ 2022-11-23T03:00:17.9864584Z T=c10::SymInt 2022-11-23T03:00:17.9864647Z ] 2022-11-23T03:00:17.9864975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9865043Z with 2022-11-23T03:00:17.9865110Z [ 2022-11-23T03:00:17.9865192Z T=c10::SymInt 2022-11-23T03:00:17.9865254Z ] 2022-11-23T03:00:17.9865620Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9865688Z with 2022-11-23T03:00:17.9865751Z [ 2022-11-23T03:00:17.9865830Z T=c10::SymInt 2022-11-23T03:00:17.9865893Z ] 2022-11-23T03:00:17.9866289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9866356Z with 2022-11-23T03:00:17.9866418Z [ 2022-11-23T03:00:17.9866495Z T=c10::SymInt 2022-11-23T03:00:17.9866546Z ] 2022-11-23T03:00:17.9867205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9867550Z 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-23T03:00:17.9867897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9867968Z with 2022-11-23T03:00:17.9868033Z [ 2022-11-23T03:00:17.9868113Z T=c10::SymInt 2022-11-23T03:00:17.9868177Z ] 2022-11-23T03:00:17.9868472Z 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-23T03:00:17.9868781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9868847Z with 2022-11-23T03:00:17.9868912Z [ 2022-11-23T03:00:17.9869002Z T=at::TensorBase 2022-11-23T03:00:17.9869068Z ] 2022-11-23T03:00:17.9869391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9869459Z with 2022-11-23T03:00:17.9869521Z [ 2022-11-23T03:00:17.9869595Z T=at::TensorBase 2022-11-23T03:00:17.9869656Z ] 2022-11-23T03:00:17.9870021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9870087Z with 2022-11-23T03:00:17.9870148Z [ 2022-11-23T03:00:17.9870233Z T=at::TensorBase 2022-11-23T03:00:17.9870295Z ] 2022-11-23T03:00:17.9870685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9871069Z with 2022-11-23T03:00:17.9871135Z [ 2022-11-23T03:00:17.9871219Z T=at::TensorBase 2022-11-23T03:00:17.9871282Z ] 2022-11-23T03:00:17.9871615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9871959Z 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-23T03:00:17.9872307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9872376Z with 2022-11-23T03:00:17.9872439Z [ 2022-11-23T03:00:17.9872510Z T=at::TensorBase 2022-11-23T03:00:17.9872577Z ] 2022-11-23T03:00:17.9872884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9872950Z with 2022-11-23T03:00:17.9873012Z [ 2022-11-23T03:00:17.9873093Z T=at::Tensor 2022-11-23T03:00:17.9873200Z ] 2022-11-23T03:00:17.9873522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9873590Z with 2022-11-23T03:00:17.9873654Z [ 2022-11-23T03:00:17.9873733Z T=at::Tensor 2022-11-23T03:00:17.9873794Z ] 2022-11-23T03:00:17.9874157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9874224Z with 2022-11-23T03:00:17.9874286Z [ 2022-11-23T03:00:17.9874351Z T=at::Tensor 2022-11-23T03:00:17.9874417Z ] 2022-11-23T03:00:17.9874805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9874875Z with 2022-11-23T03:00:17.9874939Z [ 2022-11-23T03:00:17.9875019Z T=at::Tensor 2022-11-23T03:00:17.9875082Z ] 2022-11-23T03:00:17.9875412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9875737Z 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-23T03:00:17.9876081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9876149Z with 2022-11-23T03:00:17.9876213Z [ 2022-11-23T03:00:17.9876291Z T=at::Tensor 2022-11-23T03:00:17.9876353Z ] 2022-11-23T03:00:17.9876664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9876730Z with 2022-11-23T03:00:17.9876791Z [ 2022-11-23T03:00:17.9876861Z T=at::Generator 2022-11-23T03:00:17.9876923Z ] 2022-11-23T03:00:17.9877641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9877708Z with 2022-11-23T03:00:17.9877770Z [ 2022-11-23T03:00:17.9877856Z T=at::Generator 2022-11-23T03:00:17.9877921Z ] 2022-11-23T03:00:17.9878290Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9878357Z with 2022-11-23T03:00:17.9878423Z [ 2022-11-23T03:00:17.9878507Z T=at::Generator 2022-11-23T03:00:17.9878570Z ] 2022-11-23T03:00:17.9878959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9879027Z with 2022-11-23T03:00:17.9879089Z [ 2022-11-23T03:00:17.9879157Z T=at::Generator 2022-11-23T03:00:17.9879224Z ] 2022-11-23T03:00:17.9879600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9879936Z 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-23T03:00:17.9880282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9880348Z with 2022-11-23T03:00:17.9880412Z [ 2022-11-23T03:00:17.9880494Z T=at::Generator 2022-11-23T03:00:17.9880559Z ] 2022-11-23T03:00:17.9880864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9880929Z with 2022-11-23T03:00:17.9880999Z [ 2022-11-23T03:00:17.9881079Z T=c10::Scalar 2022-11-23T03:00:17.9881140Z ] 2022-11-23T03:00:17.9881461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9881525Z with 2022-11-23T03:00:17.9881587Z [ 2022-11-23T03:00:17.9881652Z T=c10::Scalar 2022-11-23T03:00:17.9881715Z ] 2022-11-23T03:00:17.9882076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9882147Z with 2022-11-23T03:00:17.9882210Z [ 2022-11-23T03:00:17.9882289Z T=c10::Scalar 2022-11-23T03:00:17.9882352Z ] 2022-11-23T03:00:17.9882747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9882812Z with 2022-11-23T03:00:17.9882877Z [ 2022-11-23T03:00:17.9882953Z T=c10::Scalar 2022-11-23T03:00:17.9883015Z ] 2022-11-23T03:00:17.9883345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9883723Z 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-23T03:00:17.9884071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9884139Z with 2022-11-23T03:00:17.9884199Z [ 2022-11-23T03:00:17.9884265Z T=c10::Scalar 2022-11-23T03:00:17.9884327Z ] 2022-11-23T03:00:17.9884634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9884699Z with 2022-11-23T03:00:17.9884760Z [ 2022-11-23T03:00:17.9884845Z T=std::string 2022-11-23T03:00:17.9884906Z ] 2022-11-23T03:00:17.9885231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9885297Z with 2022-11-23T03:00:17.9885361Z [ 2022-11-23T03:00:17.9885443Z T=std::string 2022-11-23T03:00:17.9885551Z ] 2022-11-23T03:00:17.9885919Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9885987Z with 2022-11-23T03:00:17.9886053Z [ 2022-11-23T03:00:17.9886119Z T=std::string 2022-11-23T03:00:17.9886183Z ] 2022-11-23T03:00:17.9886573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9886644Z with 2022-11-23T03:00:17.9886709Z [ 2022-11-23T03:00:17.9886794Z T=std::string 2022-11-23T03:00:17.9886861Z ] 2022-11-23T03:00:17.9887194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9887526Z 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-23T03:00:17.9887873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9887945Z with 2022-11-23T03:00:17.9888010Z [ 2022-11-23T03:00:17.9888092Z T=std::string 2022-11-23T03:00:17.9888156Z ] 2022-11-23T03:00:17.9888470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9888539Z with 2022-11-23T03:00:17.9888605Z [ 2022-11-23T03:00:17.9888683Z T=c10::QualifiedName 2022-11-23T03:00:17.9888748Z ] 2022-11-23T03:00:17.9889071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9889140Z with 2022-11-23T03:00:17.9889208Z [ 2022-11-23T03:00:17.9889301Z T=c10::QualifiedName 2022-11-23T03:00:17.9889410Z ] 2022-11-23T03:00:17.9889775Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9889840Z with 2022-11-23T03:00:17.9889906Z [ 2022-11-23T03:00:17.9889998Z T=c10::QualifiedName 2022-11-23T03:00:17.9890066Z ] 2022-11-23T03:00:17.9890456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9890525Z with 2022-11-23T03:00:17.9890590Z [ 2022-11-23T03:00:17.9890666Z T=c10::QualifiedName 2022-11-23T03:00:17.9890731Z ] 2022-11-23T03:00:17.9891073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9891419Z 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-23T03:00:17.9891803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9891874Z with 2022-11-23T03:00:17.9891940Z [ 2022-11-23T03:00:17.9892035Z T=c10::QualifiedName 2022-11-23T03:00:17.9892101Z ] 2022-11-23T03:00:17.9892411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9892478Z with 2022-11-23T03:00:17.9892543Z [ 2022-11-23T03:00:17.9892675Z T=std::shared_ptr 2022-11-23T03:00:17.9892741Z ] 2022-11-23T03:00:17.9893064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9893132Z with 2022-11-23T03:00:17.9893195Z [ 2022-11-23T03:00:17.9893326Z T=std::shared_ptr 2022-11-23T03:00:17.9893377Z ] 2022-11-23T03:00:17.9893739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9893805Z with 2022-11-23T03:00:17.9893865Z [ 2022-11-23T03:00:17.9893998Z T=std::shared_ptr 2022-11-23T03:00:17.9894060Z ] 2022-11-23T03:00:17.9894449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9894516Z with 2022-11-23T03:00:17.9894581Z [ 2022-11-23T03:00:17.9894709Z T=std::shared_ptr 2022-11-23T03:00:17.9894772Z ] 2022-11-23T03:00:17.9895139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9895503Z 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-23T03:00:17.9895889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9895956Z with 2022-11-23T03:00:17.9896024Z [ 2022-11-23T03:00:17.9896155Z T=std::shared_ptr 2022-11-23T03:00:17.9896219Z ] 2022-11-23T03:00:17.9896599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9896651Z with 2022-11-23T03:00:17.9896743Z [ 2022-11-23T03:00:17.9896901Z T=std::weak_ptr 2022-11-23T03:00:17.9896991Z ] 2022-11-23T03:00:17.9897338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9897426Z with 2022-11-23T03:00:17.9897513Z [ 2022-11-23T03:00:17.9897683Z T=std::weak_ptr 2022-11-23T03:00:17.9897810Z ] 2022-11-23T03:00:17.9898258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9898350Z with 2022-11-23T03:00:17.9898442Z [ 2022-11-23T03:00:17.9898595Z T=std::weak_ptr 2022-11-23T03:00:17.9898684Z ] 2022-11-23T03:00:17.9899095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9899189Z with 2022-11-23T03:00:17.9899239Z [ 2022-11-23T03:00:17.9899391Z T=std::weak_ptr 2022-11-23T03:00:17.9899481Z ] 2022-11-23T03:00:17.9899878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9900264Z 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-23T03:00:17.9900633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9900724Z with 2022-11-23T03:00:17.9900807Z [ 2022-11-23T03:00:17.9901048Z T=std::weak_ptr 2022-11-23T03:00:17.9901148Z ] 2022-11-23T03:00:17.9901488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9901577Z with 2022-11-23T03:00:17.9901664Z [ 2022-11-23T03:00:17.9901843Z T=std::vector> 2022-11-23T03:00:17.9901930Z ] 2022-11-23T03:00:17.9902280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9902436Z with 2022-11-23T03:00:17.9902522Z [ 2022-11-23T03:00:17.9902666Z T=std::vector> 2022-11-23T03:00:17.9902752Z ] 2022-11-23T03:00:17.9903153Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9903245Z with 2022-11-23T03:00:17.9903340Z [ 2022-11-23T03:00:17.9903517Z T=std::vector> 2022-11-23T03:00:17.9903605Z ] 2022-11-23T03:00:17.9904030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9904122Z with 2022-11-23T03:00:17.9904210Z [ 2022-11-23T03:00:17.9904385Z T=std::vector> 2022-11-23T03:00:17.9904472Z ] 2022-11-23T03:00:17.9904920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9905329Z 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-23T03:00:17.9905695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9905787Z with 2022-11-23T03:00:17.9905875Z [ 2022-11-23T03:00:17.9906060Z T=std::vector> 2022-11-23T03:00:17.9906165Z ] 2022-11-23T03:00:17.9906501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9906556Z with 2022-11-23T03:00:17.9906642Z [ 2022-11-23T03:00:17.9916497Z T=std::vector> 2022-11-23T03:00:17.9916614Z ] 2022-11-23T03:00:17.9916989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9917059Z with 2022-11-23T03:00:17.9917123Z [ 2022-11-23T03:00:17.9917251Z T=std::vector> 2022-11-23T03:00:17.9917322Z ] 2022-11-23T03:00:17.9917694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9917759Z with 2022-11-23T03:00:17.9917826Z [ 2022-11-23T03:00:17.9917957Z T=std::vector> 2022-11-23T03:00:17.9918020Z ] 2022-11-23T03:00:17.9918419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9918486Z with 2022-11-23T03:00:17.9918535Z [ 2022-11-23T03:00:17.9918657Z T=std::vector> 2022-11-23T03:00:17.9918719Z ] 2022-11-23T03:00:17.9919235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9919594Z 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-23T03:00:17.9919942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9920011Z with 2022-11-23T03:00:17.9920074Z [ 2022-11-23T03:00:17.9920194Z T=std::vector> 2022-11-23T03:00:17.9920257Z ] 2022-11-23T03:00:17.9920567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9920637Z with 2022-11-23T03:00:17.9920699Z [ 2022-11-23T03:00:17.9920871Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9920934Z ] 2022-11-23T03:00:17.9921323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9921391Z with 2022-11-23T03:00:17.9921453Z [ 2022-11-23T03:00:17.9921611Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9921675Z ] 2022-11-23T03:00:17.9922039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9922107Z with 2022-11-23T03:00:17.9922170Z [ 2022-11-23T03:00:17.9922336Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9922398Z ] 2022-11-23T03:00:17.9922792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9922859Z with 2022-11-23T03:00:17.9922923Z [ 2022-11-23T03:00:17.9923091Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9923153Z ] 2022-11-23T03:00:17.9923551Z C:\actions-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-23T03:00:17.9923949Z 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-23T03:00:17.9924282Z 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-23T03:00:17.9924630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9924697Z with 2022-11-23T03:00:17.9924761Z [ 2022-11-23T03:00:17.9924976Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9925039Z ] 2022-11-23T03:00:17.9925348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9925414Z with 2022-11-23T03:00:17.9925464Z [ 2022-11-23T03:00:17.9925627Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9925691Z ] 2022-11-23T03:00:17.9926012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9926078Z with 2022-11-23T03:00:17.9926143Z [ 2022-11-23T03:00:17.9926303Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9926367Z ] 2022-11-23T03:00:17.9926732Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9926798Z with 2022-11-23T03:00:17.9926861Z [ 2022-11-23T03:00:17.9927069Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9927135Z ] 2022-11-23T03:00:17.9927602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9927706Z with 2022-11-23T03:00:17.9927804Z [ 2022-11-23T03:00:17.9928091Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9928183Z ] 2022-11-23T03:00:17.9929086Z C:\actions-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-23T03:00:17.9929907Z 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-23T03:00:17.9930262Z 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-23T03:00:17.9930603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9930661Z with 2022-11-23T03:00:17.9930726Z [ 2022-11-23T03:00:17.9930889Z T=std::vector,std::allocator>> 2022-11-23T03:00:17.9930953Z ] 2022-11-23T03:00:17.9931268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9931335Z with 2022-11-23T03:00:17.9931400Z [ 2022-11-23T03:00:17.9931529Z T=std::vector> 2022-11-23T03:00:17.9931591Z ] 2022-11-23T03:00:17.9931920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9932076Z with 2022-11-23T03:00:17.9932140Z [ 2022-11-23T03:00:17.9932268Z T=std::vector> 2022-11-23T03:00:17.9932331Z ] 2022-11-23T03:00:17.9932699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9932765Z with 2022-11-23T03:00:17.9932814Z [ 2022-11-23T03:00:17.9932937Z T=std::vector> 2022-11-23T03:00:17.9932999Z ] 2022-11-23T03:00:17.9933388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9933455Z with 2022-11-23T03:00:17.9933521Z [ 2022-11-23T03:00:17.9933645Z T=std::vector> 2022-11-23T03:00:17.9933710Z ] 2022-11-23T03:00:17.9934065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9934470Z 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-23T03:00:17.9934817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9934884Z with 2022-11-23T03:00:17.9934947Z [ 2022-11-23T03:00:17.9935075Z T=std::vector> 2022-11-23T03:00:17.9935137Z ] 2022-11-23T03:00:17.9935444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9935511Z with 2022-11-23T03:00:17.9935573Z [ 2022-11-23T03:00:17.9935730Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9935780Z ] 2022-11-23T03:00:17.9936101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9936167Z with 2022-11-23T03:00:17.9936230Z [ 2022-11-23T03:00:17.9936386Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9936450Z ] 2022-11-23T03:00:17.9936812Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9936879Z with 2022-11-23T03:00:17.9936942Z [ 2022-11-23T03:00:17.9937095Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9937162Z ] 2022-11-23T03:00:17.9937550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9937616Z with 2022-11-23T03:00:17.9937678Z [ 2022-11-23T03:00:17.9937830Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9937896Z ] 2022-11-23T03:00:17.9938283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9938732Z 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-23T03:00:17.9939121Z 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-23T03:00:17.9939465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9939534Z with 2022-11-23T03:00:17.9939584Z [ 2022-11-23T03:00:17.9939738Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:17.9939802Z ] 2022-11-23T03:00:17.9940155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9940223Z with 2022-11-23T03:00:17.9940286Z [ 2022-11-23T03:00:17.9940439Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9940501Z ] 2022-11-23T03:00:17.9940825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9940890Z with 2022-11-23T03:00:17.9941042Z [ 2022-11-23T03:00:17.9941203Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9941267Z ] 2022-11-23T03:00:17.9941633Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9941699Z with 2022-11-23T03:00:17.9941763Z [ 2022-11-23T03:00:17.9941897Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9941960Z ] 2022-11-23T03:00:17.9942349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9942415Z with 2022-11-23T03:00:17.9942479Z [ 2022-11-23T03:00:17.9942629Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9942694Z ] 2022-11-23T03:00:17.9943078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9943482Z 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-23T03:00:17.9943875Z 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-23T03:00:17.9944217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9944588Z with 2022-11-23T03:00:17.9944651Z [ 2022-11-23T03:00:17.9944806Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:17.9944869Z ] 2022-11-23T03:00:17.9945182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9945251Z with 2022-11-23T03:00:17.9945314Z [ 2022-11-23T03:00:17.9945422Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9945486Z ] 2022-11-23T03:00:17.9945807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9945861Z with 2022-11-23T03:00:17.9945925Z [ 2022-11-23T03:00:17.9946030Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9946093Z ] 2022-11-23T03:00:17.9946496Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9946563Z with 2022-11-23T03:00:17.9946626Z [ 2022-11-23T03:00:17.9946730Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9946795Z ] 2022-11-23T03:00:17.9947182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9947249Z with 2022-11-23T03:00:17.9947313Z [ 2022-11-23T03:00:17.9947420Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9947484Z ] 2022-11-23T03:00:17.9947841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9948175Z 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-23T03:00:17.9948243Z with 2022-11-23T03:00:17.9948292Z [ 2022-11-23T03:00:17.9948396Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9948459Z ] 2022-11-23T03:00:17.9948844Z 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-23T03:00:17.9949190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9949258Z with 2022-11-23T03:00:17.9949322Z [ 2022-11-23T03:00:17.9949427Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:17.9949492Z ] 2022-11-23T03:00:17.9949800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9949867Z with 2022-11-23T03:00:17.9949930Z [ 2022-11-23T03:00:17.9950121Z T=std::vector> 2022-11-23T03:00:17.9950184Z ] 2022-11-23T03:00:17.9950507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9950621Z with 2022-11-23T03:00:17.9950683Z [ 2022-11-23T03:00:17.9950862Z T=std::vector> 2022-11-23T03:00:17.9950925Z ] 2022-11-23T03:00:17.9951292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9951360Z with 2022-11-23T03:00:17.9951422Z [ 2022-11-23T03:00:17.9951611Z T=std::vector> 2022-11-23T03:00:17.9951674Z ] 2022-11-23T03:00:17.9952061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9952129Z with 2022-11-23T03:00:17.9952190Z [ 2022-11-23T03:00:17.9952375Z T=std::vector> 2022-11-23T03:00:17.9952484Z ] 2022-11-23T03:00:17.9952903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9953315Z 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-23T03:00:17.9953662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9953730Z with 2022-11-23T03:00:17.9953795Z [ 2022-11-23T03:00:17.9953983Z T=std::vector> 2022-11-23T03:00:17.9954047Z ] 2022-11-23T03:00:17.9954355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9954421Z with 2022-11-23T03:00:17.9954484Z [ 2022-11-23T03:00:17.9954569Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9954632Z ] 2022-11-23T03:00:17.9954952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9955020Z with 2022-11-23T03:00:17.9955084Z [ 2022-11-23T03:00:17.9955183Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9955246Z ] 2022-11-23T03:00:17.9955607Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9955675Z with 2022-11-23T03:00:17.9955737Z [ 2022-11-23T03:00:17.9955834Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9955896Z ] 2022-11-23T03:00:17.9956279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9956390Z with 2022-11-23T03:00:17.9956452Z [ 2022-11-23T03:00:17.9956536Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9956600Z ] 2022-11-23T03:00:17.9956952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9957310Z 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-23T03:00:17.9957654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9957724Z with 2022-11-23T03:00:17.9957787Z [ 2022-11-23T03:00:17.9957886Z T=torch::autograd::ViewInfo 2022-11-23T03:00:17.9957949Z ] 2022-11-23T03:00:17.9958262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9958370Z with 2022-11-23T03:00:17.9958433Z [ 2022-11-23T03:00:17.9958517Z T=c10::IValue 2022-11-23T03:00:17.9958579Z ] 2022-11-23T03:00:17.9958899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9958966Z with 2022-11-23T03:00:17.9959028Z [ 2022-11-23T03:00:17.9959094Z T=c10::IValue 2022-11-23T03:00:17.9959157Z ] 2022-11-23T03:00:17.9959522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9959587Z with 2022-11-23T03:00:17.9959650Z [ 2022-11-23T03:00:17.9959728Z T=c10::IValue 2022-11-23T03:00:17.9959791Z ] 2022-11-23T03:00:17.9960181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9960247Z with 2022-11-23T03:00:17.9960309Z [ 2022-11-23T03:00:17.9960385Z T=c10::IValue 2022-11-23T03:00:17.9960448Z ] 2022-11-23T03:00:17.9960776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9961108Z 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-23T03:00:17.9961454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9961519Z with 2022-11-23T03:00:17.9961581Z [ 2022-11-23T03:00:17.9961645Z T=c10::IValue 2022-11-23T03:00:17.9961708Z ] 2022-11-23T03:00:17.9962014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9962078Z with 2022-11-23T03:00:17.9962183Z [ 2022-11-23T03:00:17.9962268Z T=c10::AliasInfo 2022-11-23T03:00:17.9962331Z ] 2022-11-23T03:00:17.9962658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9962724Z with 2022-11-23T03:00:17.9962786Z [ 2022-11-23T03:00:17.9962871Z T=c10::AliasInfo 2022-11-23T03:00:17.9962933Z ] 2022-11-23T03:00:17.9963295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9963361Z with 2022-11-23T03:00:17.9963423Z [ 2022-11-23T03:00:17.9963492Z T=c10::AliasInfo 2022-11-23T03:00:17.9963554Z ] 2022-11-23T03:00:17.9963941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9964010Z with 2022-11-23T03:00:17.9964077Z [ 2022-11-23T03:00:17.9964158Z T=c10::AliasInfo 2022-11-23T03:00:17.9964221Z ] 2022-11-23T03:00:17.9964592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9964932Z 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-23T03:00:17.9965271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9965339Z with 2022-11-23T03:00:17.9965402Z [ 2022-11-23T03:00:17.9965483Z T=c10::AliasInfo 2022-11-23T03:00:17.9965546Z ] 2022-11-23T03:00:17.9965860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9965926Z with 2022-11-23T03:00:17.9965987Z [ 2022-11-23T03:00:17.9966122Z T=std::vector> 2022-11-23T03:00:17.9966171Z ] 2022-11-23T03:00:17.9966493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9966559Z with 2022-11-23T03:00:17.9966624Z [ 2022-11-23T03:00:17.9966759Z T=std::vector> 2022-11-23T03:00:17.9966820Z ] 2022-11-23T03:00:17.9967187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9967253Z with 2022-11-23T03:00:17.9967316Z [ 2022-11-23T03:00:17.9967449Z T=std::vector> 2022-11-23T03:00:17.9967512Z ] 2022-11-23T03:00:17.9967902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9967969Z with 2022-11-23T03:00:17.9968032Z [ 2022-11-23T03:00:17.9968210Z T=std::vector> 2022-11-23T03:00:17.9968272Z ] 2022-11-23T03:00:17.9968611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:17.9968678Z with 2022-11-23T03:00:17.9968742Z [ 2022-11-23T03:00:17.9968823Z T=c10::SymInt 2022-11-23T03:00:17.9968887Z ] 2022-11-23T03:00:17.9969232Z 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-23T03:00:17.9969300Z with 2022-11-23T03:00:17.9969363Z [ 2022-11-23T03:00:17.9969441Z T=c10::SymInt 2022-11-23T03:00:17.9969504Z ] 2022-11-23T03:00:17.9969875Z 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-23T03:00:17.9970351Z 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-23T03:00:17.9970696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9970762Z with 2022-11-23T03:00:17.9970824Z [ 2022-11-23T03:00:17.9970959Z T=std::vector> 2022-11-23T03:00:17.9971022Z ] 2022-11-23T03:00:17.9971332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9971397Z with 2022-11-23T03:00:17.9971447Z [ 2022-11-23T03:00:17.9971589Z T=c10::either 2022-11-23T03:00:17.9971652Z ] 2022-11-23T03:00:17.9971978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9972043Z with 2022-11-23T03:00:17.9972104Z [ 2022-11-23T03:00:17.9972245Z T=c10::either 2022-11-23T03:00:17.9972306Z ] 2022-11-23T03:00:17.9972669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9972736Z with 2022-11-23T03:00:17.9972798Z [ 2022-11-23T03:00:17.9972936Z T=c10::either 2022-11-23T03:00:17.9972998Z ] 2022-11-23T03:00:17.9973388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9973454Z with 2022-11-23T03:00:17.9973516Z [ 2022-11-23T03:00:17.9973640Z T=c10::either 2022-11-23T03:00:17.9973705Z ] 2022-11-23T03:00:17.9974077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9974528Z 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-23T03:00:17.9974870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9974937Z with 2022-11-23T03:00:17.9975000Z [ 2022-11-23T03:00:17.9975136Z T=c10::either 2022-11-23T03:00:17.9975200Z ] 2022-11-23T03:00:17.9975504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9975572Z with 2022-11-23T03:00:17.9975633Z [ 2022-11-23T03:00:17.9975726Z T=at::StepCallbacks 2022-11-23T03:00:17.9975788Z ] 2022-11-23T03:00:17.9976111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9976713Z with 2022-11-23T03:00:17.9976786Z [ 2022-11-23T03:00:17.9976881Z T=at::StepCallbacks 2022-11-23T03:00:17.9976930Z ] 2022-11-23T03:00:17.9977296Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9977363Z with 2022-11-23T03:00:17.9977425Z [ 2022-11-23T03:00:17.9977517Z T=at::StepCallbacks 2022-11-23T03:00:17.9977582Z ] 2022-11-23T03:00:17.9977967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9978035Z with 2022-11-23T03:00:17.9978097Z [ 2022-11-23T03:00:17.9978188Z T=at::StepCallbacks 2022-11-23T03:00:17.9978253Z ] 2022-11-23T03:00:17.9978594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9978944Z 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-23T03:00:17.9979282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9979350Z with 2022-11-23T03:00:17.9979414Z [ 2022-11-23T03:00:17.9979506Z T=at::StepCallbacks 2022-11-23T03:00:17.9979556Z ] 2022-11-23T03:00:17.9979862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9979928Z with 2022-11-23T03:00:17.9979991Z [ 2022-11-23T03:00:17.9980076Z T=c10::DimVector 2022-11-23T03:00:17.9980139Z ] 2022-11-23T03:00:17.9980461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9980580Z with 2022-11-23T03:00:17.9980642Z [ 2022-11-23T03:00:17.9980725Z T=c10::DimVector 2022-11-23T03:00:17.9980788Z ] 2022-11-23T03:00:17.9981272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9981339Z with 2022-11-23T03:00:17.9981401Z [ 2022-11-23T03:00:17.9981482Z T=c10::DimVector 2022-11-23T03:00:17.9981531Z ] 2022-11-23T03:00:17.9981922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9981988Z with 2022-11-23T03:00:17.9982051Z [ 2022-11-23T03:00:17.9982134Z T=c10::DimVector 2022-11-23T03:00:17.9982197Z ] 2022-11-23T03:00:17.9982526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9982918Z 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-23T03:00:17.9983263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9983330Z with 2022-11-23T03:00:17.9983392Z [ 2022-11-23T03:00:17.9983475Z T=c10::DimVector 2022-11-23T03:00:17.9983540Z ] 2022-11-23T03:00:17.9983845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9983913Z with 2022-11-23T03:00:17.9983975Z [ 2022-11-23T03:00:17.9984078Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9984128Z ] 2022-11-23T03:00:17.9984451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9984518Z with 2022-11-23T03:00:17.9984579Z [ 2022-11-23T03:00:17.9984683Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9984748Z ] 2022-11-23T03:00:17.9985113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9985183Z with 2022-11-23T03:00:17.9985246Z [ 2022-11-23T03:00:17.9985347Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9985412Z ] 2022-11-23T03:00:17.9985799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9985865Z with 2022-11-23T03:00:17.9985928Z [ 2022-11-23T03:00:17.9986030Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9986092Z ] 2022-11-23T03:00:17.9986426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9986790Z 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-23T03:00:17.9987175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9987244Z with 2022-11-23T03:00:17.9987307Z [ 2022-11-23T03:00:17.9987408Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:17.9987471Z ] 2022-11-23T03:00:17.9987781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9987847Z with 2022-11-23T03:00:17.9987910Z [ 2022-11-23T03:00:17.9988055Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9988121Z ] 2022-11-23T03:00:17.9988447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9988514Z with 2022-11-23T03:00:17.9988576Z [ 2022-11-23T03:00:17.9988719Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9988826Z ] 2022-11-23T03:00:17.9989191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9989255Z with 2022-11-23T03:00:17.9989303Z [ 2022-11-23T03:00:17.9989443Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9989504Z ] 2022-11-23T03:00:17.9989892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9989960Z with 2022-11-23T03:00:17.9990022Z [ 2022-11-23T03:00:17.9990161Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9990223Z ] 2022-11-23T03:00:17.9990600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9991002Z 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-23T03:00:17.9991345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9991414Z with 2022-11-23T03:00:17.9991478Z [ 2022-11-23T03:00:17.9991619Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:17.9991682Z ] 2022-11-23T03:00:17.9991991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9992056Z with 2022-11-23T03:00:17.9992120Z [ 2022-11-23T03:00:17.9992224Z T=std::tuple 2022-11-23T03:00:17.9992288Z ] 2022-11-23T03:00:17.9992609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9992723Z with 2022-11-23T03:00:17.9992786Z [ 2022-11-23T03:00:17.9992904Z T=std::tuple 2022-11-23T03:00:17.9992967Z ] 2022-11-23T03:00:17.9993326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9993394Z with 2022-11-23T03:00:17.9993457Z [ 2022-11-23T03:00:17.9993574Z T=std::tuple 2022-11-23T03:00:17.9993637Z ] 2022-11-23T03:00:17.9994027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9994094Z with 2022-11-23T03:00:17.9994159Z [ 2022-11-23T03:00:17.9994273Z T=std::tuple 2022-11-23T03:00:17.9994322Z ] 2022-11-23T03:00:17.9994678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:17.9995093Z 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-23T03:00:17.9995438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9995504Z with 2022-11-23T03:00:17.9995569Z [ 2022-11-23T03:00:17.9995690Z T=std::tuple 2022-11-23T03:00:17.9995754Z ] 2022-11-23T03:00:17.9996063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9996128Z with 2022-11-23T03:00:17.9996192Z [ 2022-11-23T03:00:17.9996292Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9996356Z ] 2022-11-23T03:00:17.9996675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:17.9996741Z with 2022-11-23T03:00:17.9996804Z [ 2022-11-23T03:00:17.9996900Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9996949Z ] 2022-11-23T03:00:17.9997303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:17.9997370Z with 2022-11-23T03:00:17.9997436Z [ 2022-11-23T03:00:17.9997531Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9997593Z ] 2022-11-23T03:00:17.9997977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:17.9998042Z with 2022-11-23T03:00:17.9998105Z [ 2022-11-23T03:00:17.9998199Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9998262Z ] 2022-11-23T03:00:17.9998604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:17.9999010Z 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-23T03:00:17.9999353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:17.9999420Z with 2022-11-23T03:00:17.9999481Z [ 2022-11-23T03:00:17.9999578Z T=torch::jit::SourceRange 2022-11-23T03:00:17.9999639Z ] 2022-11-23T03:00:17.9999952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0000007Z with 2022-11-23T03:00:18.0000070Z [ 2022-11-23T03:00:18.0000185Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0000247Z ] 2022-11-23T03:00:18.0000569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0000635Z with 2022-11-23T03:00:18.0000737Z [ 2022-11-23T03:00:18.0000853Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0000915Z ] 2022-11-23T03:00:18.0001272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0001337Z with 2022-11-23T03:00:18.0001399Z [ 2022-11-23T03:00:18.0001513Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0001577Z ] 2022-11-23T03:00:18.0001959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0002024Z with 2022-11-23T03:00:18.0002073Z [ 2022-11-23T03:00:18.0002187Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0002250Z ] 2022-11-23T03:00:18.0002607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0002969Z 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-23T03:00:18.0003310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0003377Z with 2022-11-23T03:00:18.0003440Z [ 2022-11-23T03:00:18.0003554Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0003619Z ] 2022-11-23T03:00:18.0003927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0003994Z with 2022-11-23T03:00:18.0004056Z [ 2022-11-23T03:00:18.0004169Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0004232Z ] 2022-11-23T03:00:18.0004546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0004659Z with 2022-11-23T03:00:18.0004708Z [ 2022-11-23T03:00:18.0004820Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0004884Z ] 2022-11-23T03:00:18.0005244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0005308Z with 2022-11-23T03:00:18.0005371Z [ 2022-11-23T03:00:18.0005481Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0005545Z ] 2022-11-23T03:00:18.0005935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0006002Z with 2022-11-23T03:00:18.0006065Z [ 2022-11-23T03:00:18.0006174Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0006236Z ] 2022-11-23T03:00:18.0006588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0006988Z 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-23T03:00:18.0007329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0007395Z with 2022-11-23T03:00:18.0007457Z [ 2022-11-23T03:00:18.0007558Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0007621Z ] 2022-11-23T03:00:18.0007930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0007995Z with 2022-11-23T03:00:18.0008057Z [ 2022-11-23T03:00:18.0008149Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0008212Z ] 2022-11-23T03:00:18.0008534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0008599Z with 2022-11-23T03:00:18.0008662Z [ 2022-11-23T03:00:18.0008753Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0008817Z ] 2022-11-23T03:00:18.0009179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0009247Z with 2022-11-23T03:00:18.0009309Z [ 2022-11-23T03:00:18.0009387Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0009448Z ] 2022-11-23T03:00:18.0009839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0009909Z with 2022-11-23T03:00:18.0009973Z [ 2022-11-23T03:00:18.0010063Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0010126Z ] 2022-11-23T03:00:18.0010465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0010857Z 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-23T03:00:18.0011200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0011265Z with 2022-11-23T03:00:18.0011329Z [ 2022-11-23T03:00:18.0011420Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0011481Z ] 2022-11-23T03:00:18.0011782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0011850Z with 2022-11-23T03:00:18.0011912Z [ 2022-11-23T03:00:18.0012010Z T=at::ThreadLocalState 2022-11-23T03:00:18.0012058Z ] 2022-11-23T03:00:18.0012381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0012447Z with 2022-11-23T03:00:18.0012510Z [ 2022-11-23T03:00:18.0012651Z T=at::ThreadLocalState 2022-11-23T03:00:18.0012715Z ] 2022-11-23T03:00:18.0013075Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0013140Z with 2022-11-23T03:00:18.0013206Z [ 2022-11-23T03:00:18.0013299Z T=at::ThreadLocalState 2022-11-23T03:00:18.0013361Z ] 2022-11-23T03:00:18.0013748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0013816Z with 2022-11-23T03:00:18.0013878Z [ 2022-11-23T03:00:18.0013972Z T=at::ThreadLocalState 2022-11-23T03:00:18.0014021Z ] 2022-11-23T03:00:18.0014367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0014730Z 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-23T03:00:18.0015069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0015137Z with 2022-11-23T03:00:18.0015200Z [ 2022-11-23T03:00:18.0015295Z T=at::ThreadLocalState 2022-11-23T03:00:18.0015358Z ] 2022-11-23T03:00:18.0015668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0015735Z with 2022-11-23T03:00:18.0015797Z [ 2022-11-23T03:00:18.0015913Z T=std::shared_ptr 2022-11-23T03:00:18.0015976Z ] 2022-11-23T03:00:18.0016294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0016359Z with 2022-11-23T03:00:18.0016463Z [ 2022-11-23T03:00:18.0016578Z T=std::shared_ptr 2022-11-23T03:00:18.0016628Z ] 2022-11-23T03:00:18.0016987Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0017054Z with 2022-11-23T03:00:18.0017117Z [ 2022-11-23T03:00:18.0017231Z T=std::shared_ptr 2022-11-23T03:00:18.0017293Z ] 2022-11-23T03:00:18.0017676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0017742Z with 2022-11-23T03:00:18.0017805Z [ 2022-11-23T03:00:18.0017918Z T=std::shared_ptr 2022-11-23T03:00:18.0017984Z ] 2022-11-23T03:00:18.0018338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0018737Z 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-23T03:00:18.0019111Z 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-23T03:00:18.0019454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0019521Z with 2022-11-23T03:00:18.0019583Z [ 2022-11-23T03:00:18.0019696Z T=std::shared_ptr 2022-11-23T03:00:18.0019759Z ] 2022-11-23T03:00:18.0020069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0020134Z with 2022-11-23T03:00:18.0020183Z [ 2022-11-23T03:00:18.0020284Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0020347Z ] 2022-11-23T03:00:18.0020667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0020731Z with 2022-11-23T03:00:18.0020795Z [ 2022-11-23T03:00:18.0020897Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0021072Z ] 2022-11-23T03:00:18.0021441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0021506Z with 2022-11-23T03:00:18.0021571Z [ 2022-11-23T03:00:18.0021670Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0021731Z ] 2022-11-23T03:00:18.0022125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0022189Z with 2022-11-23T03:00:18.0022238Z [ 2022-11-23T03:00:18.0022336Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0022463Z ] 2022-11-23T03:00:18.0022815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0023155Z 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-23T03:00:18.0023524Z 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-23T03:00:18.0023871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0023940Z with 2022-11-23T03:00:18.0024002Z [ 2022-11-23T03:00:18.0024102Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0024166Z ] 2022-11-23T03:00:18.0024473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0024582Z with 2022-11-23T03:00:18.0024646Z [ 2022-11-23T03:00:18.0024737Z T=torch::jit::Method 2022-11-23T03:00:18.0024801Z ] 2022-11-23T03:00:18.0025119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0025185Z with 2022-11-23T03:00:18.0025234Z [ 2022-11-23T03:00:18.0025324Z T=torch::jit::Method 2022-11-23T03:00:18.0025387Z ] 2022-11-23T03:00:18.0025747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0025813Z with 2022-11-23T03:00:18.0025876Z [ 2022-11-23T03:00:18.0025964Z T=torch::jit::Method 2022-11-23T03:00:18.0026029Z ] 2022-11-23T03:00:18.0026413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0026478Z with 2022-11-23T03:00:18.0026539Z [ 2022-11-23T03:00:18.0026627Z T=torch::jit::Method 2022-11-23T03:00:18.0026689Z ] 2022-11-23T03:00:18.0027023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0027365Z 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-23T03:00:18.0027712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0027778Z with 2022-11-23T03:00:18.0027841Z [ 2022-11-23T03:00:18.0027915Z T=torch::jit::Method 2022-11-23T03:00:18.0027978Z ] 2022-11-23T03:00:18.0028284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0028398Z with 2022-11-23T03:00:18.0028460Z [ 2022-11-23T03:00:18.0028599Z T=std::vector> 2022-11-23T03:00:18.0028663Z ] 2022-11-23T03:00:18.0028990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0029056Z with 2022-11-23T03:00:18.0029119Z [ 2022-11-23T03:00:18.0029255Z T=std::vector> 2022-11-23T03:00:18.0029319Z ] 2022-11-23T03:00:18.0029945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0030045Z with 2022-11-23T03:00:18.0030136Z [ 2022-11-23T03:00:18.0030441Z T=std::vector> 2022-11-23T03:00:18.0030552Z ] 2022-11-23T03:00:18.0031321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0031568Z with 2022-11-23T03:00:18.0031698Z [ 2022-11-23T03:00:18.0031957Z T=std::vector> 2022-11-23T03:00:18.0032022Z ] 2022-11-23T03:00:18.0032401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0032776Z 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-23T03:00:18.0033120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0033186Z with 2022-11-23T03:00:18.0033251Z [ 2022-11-23T03:00:18.0033388Z T=std::vector> 2022-11-23T03:00:18.0033451Z ] 2022-11-23T03:00:18.0033762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0033827Z with 2022-11-23T03:00:18.0033889Z [ 2022-11-23T03:00:18.0034055Z T=std::function 2022-11-23T03:00:18.0034121Z ] 2022-11-23T03:00:18.0034441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0034496Z with 2022-11-23T03:00:18.0034558Z [ 2022-11-23T03:00:18.0034725Z T=std::function 2022-11-23T03:00:18.0034787Z ] 2022-11-23T03:00:18.0035145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0035211Z with 2022-11-23T03:00:18.0035273Z [ 2022-11-23T03:00:18.0035437Z T=std::function 2022-11-23T03:00:18.0035558Z ] 2022-11-23T03:00:18.0035946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0036012Z with 2022-11-23T03:00:18.0036074Z [ 2022-11-23T03:00:18.0036240Z T=std::function 2022-11-23T03:00:18.0036303Z ] 2022-11-23T03:00:18.0037189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0037748Z 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-23T03:00:18.0038322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0038459Z with 2022-11-23T03:00:18.0038668Z [ 2022-11-23T03:00:18.0038841Z T=std::function 2022-11-23T03:00:18.0038905Z ] 2022-11-23T03:00:18.0039202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0039269Z with 2022-11-23T03:00:18.0039333Z [ 2022-11-23T03:00:18.0039525Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0039592Z ] 2022-11-23T03:00:18.0039915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0039981Z with 2022-11-23T03:00:18.0040044Z [ 2022-11-23T03:00:18.0040234Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0040296Z ] 2022-11-23T03:00:18.0040663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0040728Z with 2022-11-23T03:00:18.0040791Z [ 2022-11-23T03:00:18.0040981Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0041043Z ] 2022-11-23T03:00:18.0041437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0041503Z with 2022-11-23T03:00:18.0041552Z [ 2022-11-23T03:00:18.0041741Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0041805Z ] 2022-11-23T03:00:18.0042225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0042679Z 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-23T03:00:18.0044131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0044258Z with 2022-11-23T03:00:18.0044324Z [ 2022-11-23T03:00:18.0044762Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0044891Z ] 2022-11-23T03:00:18.0045278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0045346Z with 2022-11-23T03:00:18.0045409Z [ 2022-11-23T03:00:18.0045538Z T=std::vector> 2022-11-23T03:00:18.0045603Z ] 2022-11-23T03:00:18.0045927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0045995Z with 2022-11-23T03:00:18.0046058Z [ 2022-11-23T03:00:18.0046185Z T=std::vector> 2022-11-23T03:00:18.0046235Z ] 2022-11-23T03:00:18.0046672Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0046739Z with 2022-11-23T03:00:18.0046801Z [ 2022-11-23T03:00:18.0046927Z T=std::vector> 2022-11-23T03:00:18.0046990Z ] 2022-11-23T03:00:18.0047382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0047452Z with 2022-11-23T03:00:18.0047515Z [ 2022-11-23T03:00:18.0047641Z T=std::vector> 2022-11-23T03:00:18.0047704Z ] 2022-11-23T03:00:18.0048062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0048127Z with 2022-11-23T03:00:18.0048190Z [ 2022-11-23T03:00:18.0048262Z T=double 2022-11-23T03:00:18.0048326Z ] 2022-11-23T03:00:18.0048705Z 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-23T03:00:18.0048773Z with 2022-11-23T03:00:18.0048835Z [ 2022-11-23T03:00:18.0048907Z T=double 2022-11-23T03:00:18.0048970Z ] 2022-11-23T03:00:18.0049318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0049385Z with 2022-11-23T03:00:18.0049448Z [ 2022-11-23T03:00:18.0049644Z T=std::vector> 2022-11-23T03:00:18.0049768Z ] 2022-11-23T03:00:18.0050524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0050620Z with 2022-11-23T03:00:18.0050691Z [ 2022-11-23T03:00:18.0050956Z T=std::tuple 2022-11-23T03:00:18.0051185Z ] 2022-11-23T03:00:18.0051611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0051665Z with 2022-11-23T03:00:18.0051730Z [ 2022-11-23T03:00:18.0051843Z T=std::tuple 2022-11-23T03:00:18.0051908Z ] 2022-11-23T03:00:18.0052271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0052339Z with 2022-11-23T03:00:18.0052402Z [ 2022-11-23T03:00:18.0052512Z T=std::tuple 2022-11-23T03:00:18.0052576Z ] 2022-11-23T03:00:18.0052968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0053039Z with 2022-11-23T03:00:18.0053101Z [ 2022-11-23T03:00:18.0053211Z T=std::tuple 2022-11-23T03:00:18.0053274Z ] 2022-11-23T03:00:18.0053685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0054076Z 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-23T03:00:18.0054415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0054484Z with 2022-11-23T03:00:18.0054533Z [ 2022-11-23T03:00:18.0054644Z T=std::tuple 2022-11-23T03:00:18.0054708Z ] 2022-11-23T03:00:18.0055016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0055082Z with 2022-11-23T03:00:18.0055146Z [ 2022-11-23T03:00:18.0055283Z T=std::vector> 2022-11-23T03:00:18.0055347Z ] 2022-11-23T03:00:18.0055673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0055742Z with 2022-11-23T03:00:18.0055804Z [ 2022-11-23T03:00:18.0056050Z T=std::vector> 2022-11-23T03:00:18.0056171Z ] 2022-11-23T03:00:18.0057023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0057158Z with 2022-11-23T03:00:18.0057285Z [ 2022-11-23T03:00:18.0057566Z T=std::vector> 2022-11-23T03:00:18.0057663Z ] 2022-11-23T03:00:18.0058055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0058123Z with 2022-11-23T03:00:18.0058259Z [ 2022-11-23T03:00:18.0058393Z T=std::vector> 2022-11-23T03:00:18.0058456Z ] 2022-11-23T03:00:18.0058829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0059229Z 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-23T03:00:18.0059572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0059637Z with 2022-11-23T03:00:18.0059703Z [ 2022-11-23T03:00:18.0059836Z T=std::vector> 2022-11-23T03:00:18.0059900Z ] 2022-11-23T03:00:18.0060430Z [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-23T03:00:18.0060603Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-11-23T03:00:18.0060728Z Loading extension module inline_jit_extension... 2022-11-23T03:00:18.0060799Z ok (13.417s) 2022-11-23T03:00:18.0061089Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-11-23T03:00:18.0061432Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.0061720Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension_with_functions_dict... 2022-11-23T03:00:18.0062016Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension_with_functions_dict\build.ninja... 2022-11-23T03:00:18.0062234Z Building extension module inline_jit_extension_with_functions_dict... 2022-11-23T03:00:18.0062691Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.0064399Z [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_cu117\inline_jit_extension_with_functions_dict\main.cpp /Fomain.o 2022-11-23T03:00:18.0064554Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.0064700Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.0064712Z 2022-11-23T03:00:18.0065027Z 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-23T03:00:18.0065345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0065478Z with 2022-11-23T03:00:18.0065544Z [ 2022-11-23T03:00:18.0065613Z T=c10::SymInt 2022-11-23T03:00:18.0065676Z ] 2022-11-23T03:00:18.0066004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0066072Z with 2022-11-23T03:00:18.0066136Z [ 2022-11-23T03:00:18.0066216Z T=c10::SymInt 2022-11-23T03:00:18.0066279Z ] 2022-11-23T03:00:18.0066643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0066708Z with 2022-11-23T03:00:18.0066773Z [ 2022-11-23T03:00:18.0066852Z T=c10::SymInt 2022-11-23T03:00:18.0066915Z ] 2022-11-23T03:00:18.0067306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0067421Z with 2022-11-23T03:00:18.0067485Z [ 2022-11-23T03:00:18.0067550Z T=c10::SymInt 2022-11-23T03:00:18.0067614Z ] 2022-11-23T03:00:18.0067945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0068273Z 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-23T03:00:18.0069001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0069140Z with 2022-11-23T03:00:18.0069273Z [ 2022-11-23T03:00:18.0069424Z T=c10::SymInt 2022-11-23T03:00:18.0069507Z ] 2022-11-23T03:00:18.0070197Z 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-23T03:00:18.0070513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0070580Z with 2022-11-23T03:00:18.0070643Z [ 2022-11-23T03:00:18.0070730Z T=at::TensorBase 2022-11-23T03:00:18.0070798Z ] 2022-11-23T03:00:18.0071122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0071188Z with 2022-11-23T03:00:18.0071237Z [ 2022-11-23T03:00:18.0071321Z T=at::TensorBase 2022-11-23T03:00:18.0071386Z ] 2022-11-23T03:00:18.0071746Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0071812Z with 2022-11-23T03:00:18.0071878Z [ 2022-11-23T03:00:18.0071961Z T=at::TensorBase 2022-11-23T03:00:18.0072024Z ] 2022-11-23T03:00:18.0072413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0072549Z with 2022-11-23T03:00:18.0072612Z [ 2022-11-23T03:00:18.0072696Z T=at::TensorBase 2022-11-23T03:00:18.0072760Z ] 2022-11-23T03:00:18.0073094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0073431Z 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-23T03:00:18.0073777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0073846Z with 2022-11-23T03:00:18.0073910Z [ 2022-11-23T03:00:18.0073982Z T=at::TensorBase 2022-11-23T03:00:18.0074045Z ] 2022-11-23T03:00:18.0074400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0074467Z with 2022-11-23T03:00:18.0074529Z [ 2022-11-23T03:00:18.0074610Z T=at::Tensor 2022-11-23T03:00:18.0074701Z ] 2022-11-23T03:00:18.0075466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0075596Z with 2022-11-23T03:00:18.0075703Z [ 2022-11-23T03:00:18.0075841Z T=at::Tensor 2022-11-23T03:00:18.0075960Z ] 2022-11-23T03:00:18.0076616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0076684Z with 2022-11-23T03:00:18.0076734Z [ 2022-11-23T03:00:18.0076814Z T=at::Tensor 2022-11-23T03:00:18.0076880Z ] 2022-11-23T03:00:18.0077268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0077334Z with 2022-11-23T03:00:18.0077398Z [ 2022-11-23T03:00:18.0077477Z T=at::Tensor 2022-11-23T03:00:18.0077540Z ] 2022-11-23T03:00:18.0077872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0078202Z 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-23T03:00:18.0078543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0078610Z with 2022-11-23T03:00:18.0078675Z [ 2022-11-23T03:00:18.0078755Z T=at::Tensor 2022-11-23T03:00:18.0078819Z ] 2022-11-23T03:00:18.0079120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0079185Z with 2022-11-23T03:00:18.0079302Z [ 2022-11-23T03:00:18.0079388Z T=at::Generator 2022-11-23T03:00:18.0079452Z ] 2022-11-23T03:00:18.0079780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0079846Z with 2022-11-23T03:00:18.0079911Z [ 2022-11-23T03:00:18.0079994Z T=at::Generator 2022-11-23T03:00:18.0080057Z ] 2022-11-23T03:00:18.0080419Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0080485Z with 2022-11-23T03:00:18.0080547Z [ 2022-11-23T03:00:18.0080629Z T=at::Generator 2022-11-23T03:00:18.0080691Z ] 2022-11-23T03:00:18.0081268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0081443Z with 2022-11-23T03:00:18.0081554Z [ 2022-11-23T03:00:18.0081721Z T=at::Generator 2022-11-23T03:00:18.0081849Z ] 2022-11-23T03:00:18.0083406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0083785Z 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-23T03:00:18.0084135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0084207Z with 2022-11-23T03:00:18.0084272Z [ 2022-11-23T03:00:18.0084356Z T=at::Generator 2022-11-23T03:00:18.0084419Z ] 2022-11-23T03:00:18.0084732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0084802Z with 2022-11-23T03:00:18.0084866Z [ 2022-11-23T03:00:18.0084947Z T=c10::Scalar 2022-11-23T03:00:18.0085010Z ] 2022-11-23T03:00:18.0085335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0085401Z with 2022-11-23T03:00:18.0085450Z [ 2022-11-23T03:00:18.0085532Z T=c10::Scalar 2022-11-23T03:00:18.0085599Z ] 2022-11-23T03:00:18.0086053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0086157Z with 2022-11-23T03:00:18.0086253Z [ 2022-11-23T03:00:18.0086375Z T=c10::Scalar 2022-11-23T03:00:18.0086465Z ] 2022-11-23T03:00:18.0087036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0087144Z with 2022-11-23T03:00:18.0087242Z [ 2022-11-23T03:00:18.0087372Z T=c10::Scalar 2022-11-23T03:00:18.0087482Z ] 2022-11-23T03:00:18.0088419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0088936Z 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-23T03:00:18.0089467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0089564Z with 2022-11-23T03:00:18.0089646Z [ 2022-11-23T03:00:18.0089761Z T=c10::Scalar 2022-11-23T03:00:18.0089855Z ] 2022-11-23T03:00:18.0090320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0090417Z with 2022-11-23T03:00:18.0090506Z [ 2022-11-23T03:00:18.0090621Z T=std::string 2022-11-23T03:00:18.0090713Z ] 2022-11-23T03:00:18.0091282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0091384Z with 2022-11-23T03:00:18.0091477Z [ 2022-11-23T03:00:18.0091597Z T=std::string 2022-11-23T03:00:18.0091682Z ] 2022-11-23T03:00:18.0092297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0092432Z with 2022-11-23T03:00:18.0092542Z [ 2022-11-23T03:00:18.0092708Z T=std::string 2022-11-23T03:00:18.0092810Z ] 2022-11-23T03:00:18.0093207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0093276Z with 2022-11-23T03:00:18.0093338Z [ 2022-11-23T03:00:18.0093421Z T=std::string 2022-11-23T03:00:18.0093482Z ] 2022-11-23T03:00:18.0093817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0094147Z 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-23T03:00:18.0094494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0094564Z with 2022-11-23T03:00:18.0094629Z [ 2022-11-23T03:00:18.0094709Z T=std::string 2022-11-23T03:00:18.0094774Z ] 2022-11-23T03:00:18.0095088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0095154Z with 2022-11-23T03:00:18.0095203Z [ 2022-11-23T03:00:18.0095296Z T=c10::QualifiedName 2022-11-23T03:00:18.0095359Z ] 2022-11-23T03:00:18.0095678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0095817Z with 2022-11-23T03:00:18.0095880Z [ 2022-11-23T03:00:18.0095971Z T=c10::QualifiedName 2022-11-23T03:00:18.0096034Z ] 2022-11-23T03:00:18.0096399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0096464Z with 2022-11-23T03:00:18.0096527Z [ 2022-11-23T03:00:18.0096614Z T=c10::QualifiedName 2022-11-23T03:00:18.0096677Z ] 2022-11-23T03:00:18.0097068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0097135Z with 2022-11-23T03:00:18.0097196Z [ 2022-11-23T03:00:18.0097354Z T=c10::QualifiedName 2022-11-23T03:00:18.0097468Z ] 2022-11-23T03:00:18.0098286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0099119Z 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-23T03:00:18.0099473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0099539Z with 2022-11-23T03:00:18.0099606Z [ 2022-11-23T03:00:18.0099697Z T=c10::QualifiedName 2022-11-23T03:00:18.0099761Z ] 2022-11-23T03:00:18.0100068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0100135Z with 2022-11-23T03:00:18.0100199Z [ 2022-11-23T03:00:18.0100333Z T=std::shared_ptr 2022-11-23T03:00:18.0100396Z ] 2022-11-23T03:00:18.0100721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0100786Z with 2022-11-23T03:00:18.0100849Z [ 2022-11-23T03:00:18.0101058Z T=std::shared_ptr 2022-11-23T03:00:18.0101124Z ] 2022-11-23T03:00:18.0101487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0101556Z with 2022-11-23T03:00:18.0101619Z [ 2022-11-23T03:00:18.0101749Z T=std::shared_ptr 2022-11-23T03:00:18.0101811Z ] 2022-11-23T03:00:18.0102209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0102275Z with 2022-11-23T03:00:18.0102337Z [ 2022-11-23T03:00:18.0102469Z T=std::shared_ptr 2022-11-23T03:00:18.0102531Z ] 2022-11-23T03:00:18.0102898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0103323Z 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-23T03:00:18.0103785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0103910Z with 2022-11-23T03:00:18.0104070Z [ 2022-11-23T03:00:18.0104360Z T=std::shared_ptr 2022-11-23T03:00:18.0104472Z ] 2022-11-23T03:00:18.0105063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0105194Z with 2022-11-23T03:00:18.0105324Z [ 2022-11-23T03:00:18.0105492Z T=std::weak_ptr 2022-11-23T03:00:18.0105559Z ] 2022-11-23T03:00:18.0105884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0105953Z with 2022-11-23T03:00:18.0106080Z [ 2022-11-23T03:00:18.0106212Z T=std::weak_ptr 2022-11-23T03:00:18.0106275Z ] 2022-11-23T03:00:18.0106640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0106706Z with 2022-11-23T03:00:18.0106769Z [ 2022-11-23T03:00:18.0106894Z T=std::weak_ptr 2022-11-23T03:00:18.0106959Z ] 2022-11-23T03:00:18.0107347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0107400Z with 2022-11-23T03:00:18.0107462Z [ 2022-11-23T03:00:18.0107592Z T=std::weak_ptr 2022-11-23T03:00:18.0107656Z ] 2022-11-23T03:00:18.0108028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0108384Z 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-23T03:00:18.0108726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0108794Z with 2022-11-23T03:00:18.0108857Z [ 2022-11-23T03:00:18.0108984Z T=std::weak_ptr 2022-11-23T03:00:18.0109049Z ] 2022-11-23T03:00:18.0109360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0109425Z with 2022-11-23T03:00:18.0109487Z [ 2022-11-23T03:00:18.0109643Z T=std::vector> 2022-11-23T03:00:18.0109707Z ] 2022-11-23T03:00:18.0110262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0110495Z with 2022-11-23T03:00:18.0110601Z [ 2022-11-23T03:00:18.0110926Z T=std::vector> 2022-11-23T03:00:18.0111048Z ] 2022-11-23T03:00:18.0111783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0111851Z with 2022-11-23T03:00:18.0111915Z [ 2022-11-23T03:00:18.0112071Z T=std::vector> 2022-11-23T03:00:18.0112133Z ] 2022-11-23T03:00:18.0112525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0112594Z with 2022-11-23T03:00:18.0112658Z [ 2022-11-23T03:00:18.0112812Z T=std::vector> 2022-11-23T03:00:18.0112876Z ] 2022-11-23T03:00:18.0113403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0113792Z 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-23T03:00:18.0114140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0114208Z with 2022-11-23T03:00:18.0114273Z [ 2022-11-23T03:00:18.0114430Z T=std::vector> 2022-11-23T03:00:18.0114493Z ] 2022-11-23T03:00:18.0114792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0114858Z with 2022-11-23T03:00:18.0114923Z [ 2022-11-23T03:00:18.0115045Z T=std::vector> 2022-11-23T03:00:18.0115108Z ] 2022-11-23T03:00:18.0115431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0115501Z with 2022-11-23T03:00:18.0115563Z [ 2022-11-23T03:00:18.0115685Z T=std::vector> 2022-11-23T03:00:18.0115749Z ] 2022-11-23T03:00:18.0116120Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0116242Z with 2022-11-23T03:00:18.0116362Z [ 2022-11-23T03:00:18.0116643Z T=std::vector> 2022-11-23T03:00:18.0116775Z ] 2022-11-23T03:00:18.0117518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0117636Z with 2022-11-23T03:00:18.0117865Z [ 2022-11-23T03:00:18.0118023Z T=std::vector> 2022-11-23T03:00:18.0118088Z ] 2022-11-23T03:00:18.0118447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0118802Z 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-23T03:00:18.0119145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0119213Z with 2022-11-23T03:00:18.0119278Z [ 2022-11-23T03:00:18.0119399Z T=std::vector> 2022-11-23T03:00:18.0119464Z ] 2022-11-23T03:00:18.0119775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0119841Z with 2022-11-23T03:00:18.0119904Z [ 2022-11-23T03:00:18.0120125Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0120188Z ] 2022-11-23T03:00:18.0120516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0120582Z with 2022-11-23T03:00:18.0120632Z [ 2022-11-23T03:00:18.0120801Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0120867Z ] 2022-11-23T03:00:18.0121232Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0121297Z with 2022-11-23T03:00:18.0121359Z [ 2022-11-23T03:00:18.0121526Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0121592Z ] 2022-11-23T03:00:18.0121981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0122047Z with 2022-11-23T03:00:18.0122109Z [ 2022-11-23T03:00:18.0122278Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0122343Z ] 2022-11-23T03:00:18.0123237Z C:\actions-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-23T03:00:18.0124076Z 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-23T03:00:18.0124457Z 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-23T03:00:18.0124802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0124933Z with 2022-11-23T03:00:18.0124997Z [ 2022-11-23T03:00:18.0125167Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0125231Z ] 2022-11-23T03:00:18.0125542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0125608Z with 2022-11-23T03:00:18.0125658Z [ 2022-11-23T03:00:18.0125820Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0125883Z ] 2022-11-23T03:00:18.0126208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0126276Z with 2022-11-23T03:00:18.0126339Z [ 2022-11-23T03:00:18.0126500Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0126562Z ] 2022-11-23T03:00:18.0126973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0127039Z with 2022-11-23T03:00:18.0127103Z [ 2022-11-23T03:00:18.0127262Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0127325Z ] 2022-11-23T03:00:18.0127715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0127783Z with 2022-11-23T03:00:18.0127846Z [ 2022-11-23T03:00:18.0128006Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0128056Z ] 2022-11-23T03:00:18.0128448Z C:\actions-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-23T03:00:18.0129116Z 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-23T03:00:18.0129829Z 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-23T03:00:18.0130511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0130584Z with 2022-11-23T03:00:18.0130648Z [ 2022-11-23T03:00:18.0130813Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0130878Z ] 2022-11-23T03:00:18.0131191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0131257Z with 2022-11-23T03:00:18.0131320Z [ 2022-11-23T03:00:18.0131448Z T=std::vector> 2022-11-23T03:00:18.0131512Z ] 2022-11-23T03:00:18.0131838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0131964Z with 2022-11-23T03:00:18.0132026Z [ 2022-11-23T03:00:18.0132157Z T=std::vector> 2022-11-23T03:00:18.0132220Z ] 2022-11-23T03:00:18.0132584Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0132649Z with 2022-11-23T03:00:18.0132698Z [ 2022-11-23T03:00:18.0132825Z T=std::vector> 2022-11-23T03:00:18.0132887Z ] 2022-11-23T03:00:18.0133276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0133344Z with 2022-11-23T03:00:18.0133410Z [ 2022-11-23T03:00:18.0133533Z T=std::vector> 2022-11-23T03:00:18.0133596Z ] 2022-11-23T03:00:18.0133994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0134358Z 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-23T03:00:18.0134698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0134766Z with 2022-11-23T03:00:18.0134829Z [ 2022-11-23T03:00:18.0135053Z T=std::vector> 2022-11-23T03:00:18.0135165Z ] 2022-11-23T03:00:18.0135914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0136044Z with 2022-11-23T03:00:18.0136168Z [ 2022-11-23T03:00:18.0136494Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0136620Z ] 2022-11-23T03:00:18.0136961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0137028Z with 2022-11-23T03:00:18.0137091Z [ 2022-11-23T03:00:18.0137248Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0137310Z ] 2022-11-23T03:00:18.0137677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0137745Z with 2022-11-23T03:00:18.0137809Z [ 2022-11-23T03:00:18.0137960Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0138023Z ] 2022-11-23T03:00:18.0138418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0138483Z with 2022-11-23T03:00:18.0138546Z [ 2022-11-23T03:00:18.0138764Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0138814Z ] 2022-11-23T03:00:18.0139202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0139608Z 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-23T03:00:18.0140012Z 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-23T03:00:18.0140356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0140412Z with 2022-11-23T03:00:18.0140476Z [ 2022-11-23T03:00:18.0140631Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0140694Z ] 2022-11-23T03:00:18.0141147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0141272Z with 2022-11-23T03:00:18.0141386Z [ 2022-11-23T03:00:18.0141755Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0141877Z ] 2022-11-23T03:00:18.0142532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0142676Z with 2022-11-23T03:00:18.0142804Z [ 2022-11-23T03:00:18.0143016Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0143081Z ] 2022-11-23T03:00:18.0143449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0143514Z with 2022-11-23T03:00:18.0143563Z [ 2022-11-23T03:00:18.0143718Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0143781Z ] 2022-11-23T03:00:18.0144171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0144239Z with 2022-11-23T03:00:18.0144303Z [ 2022-11-23T03:00:18.0144453Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0144515Z ] 2022-11-23T03:00:18.0144903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0145301Z 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-23T03:00:18.0145683Z 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-23T03:00:18.0146090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0146158Z with 2022-11-23T03:00:18.0146223Z [ 2022-11-23T03:00:18.0146377Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0146440Z ] 2022-11-23T03:00:18.0146748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0146815Z with 2022-11-23T03:00:18.0146878Z [ 2022-11-23T03:00:18.0146986Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0147036Z ] 2022-11-23T03:00:18.0147355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0147476Z with 2022-11-23T03:00:18.0147601Z [ 2022-11-23T03:00:18.0147837Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0147968Z ] 2022-11-23T03:00:18.0148814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0148953Z with 2022-11-23T03:00:18.0149079Z [ 2022-11-23T03:00:18.0149232Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0149296Z ] 2022-11-23T03:00:18.0149685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0149753Z with 2022-11-23T03:00:18.0149820Z [ 2022-11-23T03:00:18.0149924Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0149989Z ] 2022-11-23T03:00:18.0150343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0150677Z 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-23T03:00:18.0150730Z with 2022-11-23T03:00:18.0150794Z [ 2022-11-23T03:00:18.0150898Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0150963Z ] 2022-11-23T03:00:18.0151347Z 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-23T03:00:18.0151691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0151759Z with 2022-11-23T03:00:18.0151822Z [ 2022-11-23T03:00:18.0151927Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0151991Z ] 2022-11-23T03:00:18.0152301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0152367Z with 2022-11-23T03:00:18.0152429Z [ 2022-11-23T03:00:18.0152622Z T=std::vector> 2022-11-23T03:00:18.0152736Z ] 2022-11-23T03:00:18.0153062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0153127Z with 2022-11-23T03:00:18.0153176Z [ 2022-11-23T03:00:18.0153371Z T=std::vector> 2022-11-23T03:00:18.0153435Z ] 2022-11-23T03:00:18.0154014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0154145Z with 2022-11-23T03:00:18.0154272Z [ 2022-11-23T03:00:18.0154687Z T=std::vector> 2022-11-23T03:00:18.0154776Z ] 2022-11-23T03:00:18.0155571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0155640Z with 2022-11-23T03:00:18.0155703Z [ 2022-11-23T03:00:18.0155953Z T=std::vector> 2022-11-23T03:00:18.0156016Z ] 2022-11-23T03:00:18.0156439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0156859Z 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-23T03:00:18.0157213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0157281Z with 2022-11-23T03:00:18.0157344Z [ 2022-11-23T03:00:18.0157535Z T=std::vector> 2022-11-23T03:00:18.0157598Z ] 2022-11-23T03:00:18.0157907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0157974Z with 2022-11-23T03:00:18.0158024Z [ 2022-11-23T03:00:18.0158127Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0158191Z ] 2022-11-23T03:00:18.0158510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0158576Z with 2022-11-23T03:00:18.0158638Z [ 2022-11-23T03:00:18.0158741Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0158804Z ] 2022-11-23T03:00:18.0159166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0159233Z with 2022-11-23T03:00:18.0159297Z [ 2022-11-23T03:00:18.0159395Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0159457Z ] 2022-11-23T03:00:18.0159844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0160849Z with 2022-11-23T03:00:18.0160937Z [ 2022-11-23T03:00:18.0161136Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0161265Z ] 2022-11-23T03:00:18.0161867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0162231Z 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-23T03:00:18.0162573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0162642Z with 2022-11-23T03:00:18.0162707Z [ 2022-11-23T03:00:18.0162805Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0162869Z ] 2022-11-23T03:00:18.0163241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0163309Z with 2022-11-23T03:00:18.0163373Z [ 2022-11-23T03:00:18.0163455Z T=c10::IValue 2022-11-23T03:00:18.0163518Z ] 2022-11-23T03:00:18.0163840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0163907Z with 2022-11-23T03:00:18.0163958Z [ 2022-11-23T03:00:18.0164038Z T=c10::IValue 2022-11-23T03:00:18.0164101Z ] 2022-11-23T03:00:18.0164467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0164533Z with 2022-11-23T03:00:18.0164599Z [ 2022-11-23T03:00:18.0164677Z T=c10::IValue 2022-11-23T03:00:18.0164740Z ] 2022-11-23T03:00:18.0165125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0165190Z with 2022-11-23T03:00:18.0165253Z [ 2022-11-23T03:00:18.0165331Z T=c10::IValue 2022-11-23T03:00:18.0165396Z ] 2022-11-23T03:00:18.0165725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0166059Z 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-23T03:00:18.0166805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0166943Z with 2022-11-23T03:00:18.0167070Z [ 2022-11-23T03:00:18.0167199Z T=c10::IValue 2022-11-23T03:00:18.0167280Z ] 2022-11-23T03:00:18.0167987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0168129Z with 2022-11-23T03:00:18.0168192Z [ 2022-11-23T03:00:18.0168277Z T=c10::AliasInfo 2022-11-23T03:00:18.0168341Z ] 2022-11-23T03:00:18.0168669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0168735Z with 2022-11-23T03:00:18.0168798Z [ 2022-11-23T03:00:18.0168883Z T=c10::AliasInfo 2022-11-23T03:00:18.0168946Z ] 2022-11-23T03:00:18.0169308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0169373Z with 2022-11-23T03:00:18.0169425Z [ 2022-11-23T03:00:18.0169508Z T=c10::AliasInfo 2022-11-23T03:00:18.0169571Z ] 2022-11-23T03:00:18.0169964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0170032Z with 2022-11-23T03:00:18.0170139Z [ 2022-11-23T03:00:18.0170224Z T=c10::AliasInfo 2022-11-23T03:00:18.0170286Z ] 2022-11-23T03:00:18.0170615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0170955Z 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-23T03:00:18.0171297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0171364Z with 2022-11-23T03:00:18.0171427Z [ 2022-11-23T03:00:18.0171511Z T=c10::AliasInfo 2022-11-23T03:00:18.0171576Z ] 2022-11-23T03:00:18.0171885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0171950Z with 2022-11-23T03:00:18.0171998Z [ 2022-11-23T03:00:18.0172135Z T=std::vector> 2022-11-23T03:00:18.0172198Z ] 2022-11-23T03:00:18.0172612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0172739Z with 2022-11-23T03:00:18.0172893Z [ 2022-11-23T03:00:18.0173184Z T=std::vector> 2022-11-23T03:00:18.0173311Z ] 2022-11-23T03:00:18.0174083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0174203Z with 2022-11-23T03:00:18.0174268Z [ 2022-11-23T03:00:18.0174404Z T=std::vector> 2022-11-23T03:00:18.0174467Z ] 2022-11-23T03:00:18.0174857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0174983Z with 2022-11-23T03:00:18.0175046Z [ 2022-11-23T03:00:18.0175176Z T=std::vector> 2022-11-23T03:00:18.0175226Z ] 2022-11-23T03:00:18.0175581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0175647Z with 2022-11-23T03:00:18.0175709Z [ 2022-11-23T03:00:18.0175792Z T=c10::SymInt 2022-11-23T03:00:18.0175855Z ] 2022-11-23T03:00:18.0176201Z 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-23T03:00:18.0176266Z with 2022-11-23T03:00:18.0176330Z [ 2022-11-23T03:00:18.0176410Z T=c10::SymInt 2022-11-23T03:00:18.0176473Z ] 2022-11-23T03:00:18.0176846Z 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-23T03:00:18.0177324Z 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-23T03:00:18.0177670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0177736Z with 2022-11-23T03:00:18.0177799Z [ 2022-11-23T03:00:18.0177935Z T=std::vector> 2022-11-23T03:00:18.0177999Z ] 2022-11-23T03:00:18.0178309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0178361Z with 2022-11-23T03:00:18.0178425Z [ 2022-11-23T03:00:18.0178568Z T=c10::either 2022-11-23T03:00:18.0178630Z ] 2022-11-23T03:00:18.0179368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0179504Z with 2022-11-23T03:00:18.0179632Z [ 2022-11-23T03:00:18.0179866Z T=c10::either 2022-11-23T03:00:18.0179991Z ] 2022-11-23T03:00:18.0180628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0180696Z with 2022-11-23T03:00:18.0180759Z [ 2022-11-23T03:00:18.0180901Z T=c10::either 2022-11-23T03:00:18.0181054Z ] 2022-11-23T03:00:18.0181451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0181516Z with 2022-11-23T03:00:18.0181565Z [ 2022-11-23T03:00:18.0181706Z T=c10::either 2022-11-23T03:00:18.0181769Z ] 2022-11-23T03:00:18.0182147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0182619Z 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-23T03:00:18.0182965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0183034Z with 2022-11-23T03:00:18.0183098Z [ 2022-11-23T03:00:18.0183235Z T=c10::either 2022-11-23T03:00:18.0183302Z ] 2022-11-23T03:00:18.0183611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0183680Z with 2022-11-23T03:00:18.0183743Z [ 2022-11-23T03:00:18.0183836Z T=at::StepCallbacks 2022-11-23T03:00:18.0183898Z ] 2022-11-23T03:00:18.0184269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0184335Z with 2022-11-23T03:00:18.0184399Z [ 2022-11-23T03:00:18.0184477Z T=at::StepCallbacks 2022-11-23T03:00:18.0184540Z ] 2022-11-23T03:00:18.0184897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0185001Z with 2022-11-23T03:00:18.0185118Z [ 2022-11-23T03:00:18.0185282Z T=at::StepCallbacks 2022-11-23T03:00:18.0185439Z ] 2022-11-23T03:00:18.0186277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0186417Z with 2022-11-23T03:00:18.0186541Z [ 2022-11-23T03:00:18.0186734Z T=at::StepCallbacks 2022-11-23T03:00:18.0186809Z ] 2022-11-23T03:00:18.0187152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0187504Z 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-23T03:00:18.0187848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0187914Z with 2022-11-23T03:00:18.0187979Z [ 2022-11-23T03:00:18.0188069Z T=at::StepCallbacks 2022-11-23T03:00:18.0188118Z ] 2022-11-23T03:00:18.0188424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0188490Z with 2022-11-23T03:00:18.0188552Z [ 2022-11-23T03:00:18.0188635Z T=c10::DimVector 2022-11-23T03:00:18.0188699Z ] 2022-11-23T03:00:18.0189021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0189144Z with 2022-11-23T03:00:18.0189206Z [ 2022-11-23T03:00:18.0189289Z T=c10::DimVector 2022-11-23T03:00:18.0189351Z ] 2022-11-23T03:00:18.0189719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0189784Z with 2022-11-23T03:00:18.0189846Z [ 2022-11-23T03:00:18.0189914Z T=c10::DimVector 2022-11-23T03:00:18.0189976Z ] 2022-11-23T03:00:18.0190363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0190432Z with 2022-11-23T03:00:18.0190494Z [ 2022-11-23T03:00:18.0190576Z T=c10::DimVector 2022-11-23T03:00:18.0190638Z ] 2022-11-23T03:00:18.0191008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0191467Z 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-23T03:00:18.0192277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0192415Z with 2022-11-23T03:00:18.0192544Z [ 2022-11-23T03:00:18.0192713Z T=c10::DimVector 2022-11-23T03:00:18.0192841Z ] 2022-11-23T03:00:18.0193237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0193304Z with 2022-11-23T03:00:18.0193367Z [ 2022-11-23T03:00:18.0193462Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0193525Z ] 2022-11-23T03:00:18.0193846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0193913Z with 2022-11-23T03:00:18.0193975Z [ 2022-11-23T03:00:18.0194079Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0194142Z ] 2022-11-23T03:00:18.0194504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0194572Z with 2022-11-23T03:00:18.0194635Z [ 2022-11-23T03:00:18.0194738Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0194801Z ] 2022-11-23T03:00:18.0195189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0195254Z with 2022-11-23T03:00:18.0195316Z [ 2022-11-23T03:00:18.0195418Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0195468Z ] 2022-11-23T03:00:18.0195818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0196248Z 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-23T03:00:18.0196594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0196659Z with 2022-11-23T03:00:18.0196722Z [ 2022-11-23T03:00:18.0196824Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0196887Z ] 2022-11-23T03:00:18.0197198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0197266Z with 2022-11-23T03:00:18.0197329Z [ 2022-11-23T03:00:18.0197491Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0197608Z ] 2022-11-23T03:00:18.0198401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0199134Z with 2022-11-23T03:00:18.0199272Z [ 2022-11-23T03:00:18.0199544Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0199610Z ] 2022-11-23T03:00:18.0199965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0200032Z with 2022-11-23T03:00:18.0200095Z [ 2022-11-23T03:00:18.0200236Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0200303Z ] 2022-11-23T03:00:18.0200695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0200760Z with 2022-11-23T03:00:18.0200825Z [ 2022-11-23T03:00:18.0200965Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0201028Z ] 2022-11-23T03:00:18.0201409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0201810Z 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-23T03:00:18.0202155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0202223Z with 2022-11-23T03:00:18.0202286Z [ 2022-11-23T03:00:18.0202430Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0202494Z ] 2022-11-23T03:00:18.0202805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0202870Z with 2022-11-23T03:00:18.0202919Z [ 2022-11-23T03:00:18.0203038Z T=std::tuple 2022-11-23T03:00:18.0203102Z ] 2022-11-23T03:00:18.0203425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0203555Z with 2022-11-23T03:00:18.0203618Z [ 2022-11-23T03:00:18.0203739Z T=std::tuple 2022-11-23T03:00:18.0203802Z ] 2022-11-23T03:00:18.0204458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0204599Z with 2022-11-23T03:00:18.0204718Z [ 2022-11-23T03:00:18.0204972Z T=std::tuple 2022-11-23T03:00:18.0205063Z ] 2022-11-23T03:00:18.0205890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0205962Z with 2022-11-23T03:00:18.0206025Z [ 2022-11-23T03:00:18.0206130Z T=std::tuple 2022-11-23T03:00:18.0206193Z ] 2022-11-23T03:00:18.0206611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0206993Z 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-23T03:00:18.0207337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0207406Z with 2022-11-23T03:00:18.0207468Z [ 2022-11-23T03:00:18.0207586Z T=std::tuple 2022-11-23T03:00:18.0226657Z ] 2022-11-23T03:00:18.0227126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0227188Z with 2022-11-23T03:00:18.0227250Z [ 2022-11-23T03:00:18.0227355Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0227420Z ] 2022-11-23T03:00:18.0227759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0227827Z with 2022-11-23T03:00:18.0227890Z [ 2022-11-23T03:00:18.0227983Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0228049Z ] 2022-11-23T03:00:18.0228417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0228485Z with 2022-11-23T03:00:18.0228546Z [ 2022-11-23T03:00:18.0228645Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0228708Z ] 2022-11-23T03:00:18.0229108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0229176Z with 2022-11-23T03:00:18.0229238Z [ 2022-11-23T03:00:18.0229333Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0229395Z ] 2022-11-23T03:00:18.0230375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0231106Z 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-23T03:00:18.0231612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0231680Z with 2022-11-23T03:00:18.0231745Z [ 2022-11-23T03:00:18.0231842Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0231891Z ] 2022-11-23T03:00:18.0232204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0232277Z with 2022-11-23T03:00:18.0232342Z [ 2022-11-23T03:00:18.0232460Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0232524Z ] 2022-11-23T03:00:18.0232942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0233013Z with 2022-11-23T03:00:18.0233078Z [ 2022-11-23T03:00:18.0233196Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0233261Z ] 2022-11-23T03:00:18.0233631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0233701Z with 2022-11-23T03:00:18.0233766Z [ 2022-11-23T03:00:18.0233883Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0233948Z ] 2022-11-23T03:00:18.0234331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0234401Z with 2022-11-23T03:00:18.0234467Z [ 2022-11-23T03:00:18.0234581Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0234647Z ] 2022-11-23T03:00:18.0235007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0235370Z 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-23T03:00:18.0235717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0235789Z with 2022-11-23T03:00:18.0235862Z [ 2022-11-23T03:00:18.0236093Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0236212Z ] 2022-11-23T03:00:18.0236950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0237103Z with 2022-11-23T03:00:18.0237233Z [ 2022-11-23T03:00:18.0237481Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0237608Z ] 2022-11-23T03:00:18.0238038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0238090Z with 2022-11-23T03:00:18.0238153Z [ 2022-11-23T03:00:18.0238269Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0238334Z ] 2022-11-23T03:00:18.0238706Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0238775Z with 2022-11-23T03:00:18.0238840Z [ 2022-11-23T03:00:18.0238956Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0239021Z ] 2022-11-23T03:00:18.0239416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0239486Z with 2022-11-23T03:00:18.0239550Z [ 2022-11-23T03:00:18.0239662Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0239726Z ] 2022-11-23T03:00:18.0240124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0240487Z 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-23T03:00:18.0240829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0240896Z with 2022-11-23T03:00:18.0240946Z [ 2022-11-23T03:00:18.0241058Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0241126Z ] 2022-11-23T03:00:18.0241439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0241504Z with 2022-11-23T03:00:18.0241568Z [ 2022-11-23T03:00:18.0241662Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0241725Z ] 2022-11-23T03:00:18.0242049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0242120Z with 2022-11-23T03:00:18.0242229Z [ 2022-11-23T03:00:18.0242407Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0242559Z ] 2022-11-23T03:00:18.0243369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0243510Z with 2022-11-23T03:00:18.0243621Z [ 2022-11-23T03:00:18.0243820Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0243932Z ] 2022-11-23T03:00:18.0244326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0244397Z with 2022-11-23T03:00:18.0244461Z [ 2022-11-23T03:00:18.0244554Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0244619Z ] 2022-11-23T03:00:18.0244957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0245376Z 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-23T03:00:18.0245719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0245788Z with 2022-11-23T03:00:18.0245851Z [ 2022-11-23T03:00:18.0245941Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0246006Z ] 2022-11-23T03:00:18.0246316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0246386Z with 2022-11-23T03:00:18.0246451Z [ 2022-11-23T03:00:18.0246533Z T=at::ThreadLocalState 2022-11-23T03:00:18.0246598Z ] 2022-11-23T03:00:18.0246966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0247036Z with 2022-11-23T03:00:18.0247099Z [ 2022-11-23T03:00:18.0247195Z T=at::ThreadLocalState 2022-11-23T03:00:18.0247259Z ] 2022-11-23T03:00:18.0247622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0247687Z with 2022-11-23T03:00:18.0247753Z [ 2022-11-23T03:00:18.0247849Z T=at::ThreadLocalState 2022-11-23T03:00:18.0247911Z ] 2022-11-23T03:00:18.0248300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0248368Z with 2022-11-23T03:00:18.0248477Z [ 2022-11-23T03:00:18.0248647Z T=at::ThreadLocalState 2022-11-23T03:00:18.0248796Z ] 2022-11-23T03:00:18.0249564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0250287Z 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-23T03:00:18.0250641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0250709Z with 2022-11-23T03:00:18.0250774Z [ 2022-11-23T03:00:18.0250875Z T=at::ThreadLocalState 2022-11-23T03:00:18.0250942Z ] 2022-11-23T03:00:18.0251251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0251319Z with 2022-11-23T03:00:18.0251385Z [ 2022-11-23T03:00:18.0251503Z T=std::shared_ptr 2022-11-23T03:00:18.0251568Z ] 2022-11-23T03:00:18.0251897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0252024Z with 2022-11-23T03:00:18.0252087Z [ 2022-11-23T03:00:18.0252188Z T=std::shared_ptr 2022-11-23T03:00:18.0252252Z ] 2022-11-23T03:00:18.0252614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0252687Z with 2022-11-23T03:00:18.0252750Z [ 2022-11-23T03:00:18.0252866Z T=std::shared_ptr 2022-11-23T03:00:18.0252930Z ] 2022-11-23T03:00:18.0253317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0253388Z with 2022-11-23T03:00:18.0253452Z [ 2022-11-23T03:00:18.0253569Z T=std::shared_ptr 2022-11-23T03:00:18.0253633Z ] 2022-11-23T03:00:18.0254039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0254387Z 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-23T03:00:18.0254891Z 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-23T03:00:18.0255703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0255866Z with 2022-11-23T03:00:18.0255999Z [ 2022-11-23T03:00:18.0256247Z T=std::shared_ptr 2022-11-23T03:00:18.0256381Z ] 2022-11-23T03:00:18.0256690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0256758Z with 2022-11-23T03:00:18.0256823Z [ 2022-11-23T03:00:18.0256927Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0256992Z ] 2022-11-23T03:00:18.0257317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0257386Z with 2022-11-23T03:00:18.0257451Z [ 2022-11-23T03:00:18.0257554Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0257620Z ] 2022-11-23T03:00:18.0257985Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0258054Z with 2022-11-23T03:00:18.0258117Z [ 2022-11-23T03:00:18.0258217Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0258280Z ] 2022-11-23T03:00:18.0258667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0258781Z with 2022-11-23T03:00:18.0258843Z [ 2022-11-23T03:00:18.0258944Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0259009Z ] 2022-11-23T03:00:18.0259359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0259701Z 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-23T03:00:18.0260076Z 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-23T03:00:18.0260423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0260494Z with 2022-11-23T03:00:18.0260560Z [ 2022-11-23T03:00:18.0260663Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0260728Z ] 2022-11-23T03:00:18.0261481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0261625Z with 2022-11-23T03:00:18.0261755Z [ 2022-11-23T03:00:18.0261940Z T=torch::jit::Method 2022-11-23T03:00:18.0262023Z ] 2022-11-23T03:00:18.0262776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0262851Z with 2022-11-23T03:00:18.0262900Z [ 2022-11-23T03:00:18.0262993Z T=torch::jit::Method 2022-11-23T03:00:18.0263059Z ] 2022-11-23T03:00:18.0263424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0263495Z with 2022-11-23T03:00:18.0263559Z [ 2022-11-23T03:00:18.0263650Z T=torch::jit::Method 2022-11-23T03:00:18.0263714Z ] 2022-11-23T03:00:18.0264104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0264172Z with 2022-11-23T03:00:18.0264235Z [ 2022-11-23T03:00:18.0264324Z T=torch::jit::Method 2022-11-23T03:00:18.0264389Z ] 2022-11-23T03:00:18.0264730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0265072Z 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-23T03:00:18.0265419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0265487Z with 2022-11-23T03:00:18.0265537Z [ 2022-11-23T03:00:18.0265626Z T=torch::jit::Method 2022-11-23T03:00:18.0265689Z ] 2022-11-23T03:00:18.0265994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0266117Z with 2022-11-23T03:00:18.0266184Z [ 2022-11-23T03:00:18.0266325Z T=std::vector> 2022-11-23T03:00:18.0266389Z ] 2022-11-23T03:00:18.0266716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0266783Z with 2022-11-23T03:00:18.0266847Z [ 2022-11-23T03:00:18.0266983Z T=std::vector> 2022-11-23T03:00:18.0267051Z ] 2022-11-23T03:00:18.0267712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0267852Z with 2022-11-23T03:00:18.0267980Z [ 2022-11-23T03:00:18.0268249Z T=std::vector> 2022-11-23T03:00:18.0268335Z ] 2022-11-23T03:00:18.0269186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0269258Z with 2022-11-23T03:00:18.0269323Z [ 2022-11-23T03:00:18.0269460Z T=std::vector> 2022-11-23T03:00:18.0269526Z ] 2022-11-23T03:00:18.0269906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0270287Z 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-23T03:00:18.0270633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0270703Z with 2022-11-23T03:00:18.0270768Z [ 2022-11-23T03:00:18.0270906Z T=std::vector> 2022-11-23T03:00:18.0270971Z ] 2022-11-23T03:00:18.0271283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0271353Z with 2022-11-23T03:00:18.0271417Z [ 2022-11-23T03:00:18.0271587Z T=std::function 2022-11-23T03:00:18.0271653Z ] 2022-11-23T03:00:18.0271962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0272029Z with 2022-11-23T03:00:18.0272094Z [ 2022-11-23T03:00:18.0272262Z T=std::function 2022-11-23T03:00:18.0272327Z ] 2022-11-23T03:00:18.0272691Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0272758Z with 2022-11-23T03:00:18.0272867Z [ 2022-11-23T03:00:18.0273031Z T=std::function 2022-11-23T03:00:18.0273094Z ] 2022-11-23T03:00:18.0273511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0273640Z with 2022-11-23T03:00:18.0273752Z [ 2022-11-23T03:00:18.0274154Z T=std::function 2022-11-23T03:00:18.0274282Z ] 2022-11-23T03:00:18.0275111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0275604Z 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-23T03:00:18.0276009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0276077Z with 2022-11-23T03:00:18.0276141Z [ 2022-11-23T03:00:18.0276306Z T=std::function 2022-11-23T03:00:18.0276355Z ] 2022-11-23T03:00:18.0276669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0276736Z with 2022-11-23T03:00:18.0276803Z [ 2022-11-23T03:00:18.0276998Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0277063Z ] 2022-11-23T03:00:18.0277392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0277462Z with 2022-11-23T03:00:18.0277527Z [ 2022-11-23T03:00:18.0277719Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0277781Z ] 2022-11-23T03:00:18.0278147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0278212Z with 2022-11-23T03:00:18.0278276Z [ 2022-11-23T03:00:18.0278470Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0278533Z ] 2022-11-23T03:00:18.0278924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0278980Z with 2022-11-23T03:00:18.0279042Z [ 2022-11-23T03:00:18.0279227Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0279290Z ] 2022-11-23T03:00:18.0279714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0280775Z 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-23T03:00:18.0281616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0281688Z with 2022-11-23T03:00:18.0281754Z [ 2022-11-23T03:00:18.0281946Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0282011Z ] 2022-11-23T03:00:18.0282327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0282394Z with 2022-11-23T03:00:18.0282460Z [ 2022-11-23T03:00:18.0282592Z T=std::vector> 2022-11-23T03:00:18.0282658Z ] 2022-11-23T03:00:18.0282984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0283051Z with 2022-11-23T03:00:18.0283116Z [ 2022-11-23T03:00:18.0283287Z T=std::vector> 2022-11-23T03:00:18.0283352Z ] 2022-11-23T03:00:18.0283717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0283784Z with 2022-11-23T03:00:18.0283847Z [ 2022-11-23T03:00:18.0283973Z T=std::vector> 2022-11-23T03:00:18.0284040Z ] 2022-11-23T03:00:18.0284432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0284500Z with 2022-11-23T03:00:18.0284564Z [ 2022-11-23T03:00:18.0284695Z T=std::vector> 2022-11-23T03:00:18.0284760Z ] 2022-11-23T03:00:18.0285115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0285183Z with 2022-11-23T03:00:18.0285251Z [ 2022-11-23T03:00:18.0285326Z T=double 2022-11-23T03:00:18.0285375Z ] 2022-11-23T03:00:18.0285771Z 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-23T03:00:18.0285842Z with 2022-11-23T03:00:18.0285905Z [ 2022-11-23T03:00:18.0285977Z T=double 2022-11-23T03:00:18.0286065Z ] 2022-11-23T03:00:18.0286897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0287025Z with 2022-11-23T03:00:18.0287102Z [ 2022-11-23T03:00:18.0287400Z T=std::vector> 2022-11-23T03:00:18.0287524Z ] 2022-11-23T03:00:18.0287983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0288116Z with 2022-11-23T03:00:18.0288177Z [ 2022-11-23T03:00:18.0288292Z T=std::tuple 2022-11-23T03:00:18.0288341Z ] 2022-11-23T03:00:18.0288666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0288737Z with 2022-11-23T03:00:18.0288801Z [ 2022-11-23T03:00:18.0288916Z T=std::tuple 2022-11-23T03:00:18.0288980Z ] 2022-11-23T03:00:18.0289340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0289408Z with 2022-11-23T03:00:18.0289472Z [ 2022-11-23T03:00:18.0289587Z T=std::tuple 2022-11-23T03:00:18.0289652Z ] 2022-11-23T03:00:18.0290044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0290112Z with 2022-11-23T03:00:18.0290222Z [ 2022-11-23T03:00:18.0290337Z T=std::tuple 2022-11-23T03:00:18.0290400Z ] 2022-11-23T03:00:18.0290738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0291138Z 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-23T03:00:18.0291483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0291536Z with 2022-11-23T03:00:18.0291597Z [ 2022-11-23T03:00:18.0291712Z T=std::tuple 2022-11-23T03:00:18.0291776Z ] 2022-11-23T03:00:18.0292084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0292149Z with 2022-11-23T03:00:18.0292215Z [ 2022-11-23T03:00:18.0292466Z T=std::vector> 2022-11-23T03:00:18.0292589Z ] 2022-11-23T03:00:18.0293346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0293497Z with 2022-11-23T03:00:18.0293624Z [ 2022-11-23T03:00:18.0293921Z T=std::vector> 2022-11-23T03:00:18.0294052Z ] 2022-11-23T03:00:18.0294427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0294494Z with 2022-11-23T03:00:18.0294543Z [ 2022-11-23T03:00:18.0294676Z T=std::vector> 2022-11-23T03:00:18.0294741Z ] 2022-11-23T03:00:18.0295129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0295789Z with 2022-11-23T03:00:18.0295854Z [ 2022-11-23T03:00:18.0295997Z T=std::vector> 2022-11-23T03:00:18.0296062Z ] 2022-11-23T03:00:18.0296445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0296846Z 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-23T03:00:18.0297195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0297269Z with 2022-11-23T03:00:18.0297335Z [ 2022-11-23T03:00:18.0297473Z T=std::vector> 2022-11-23T03:00:18.0297538Z ] 2022-11-23T03:00:18.0298096Z [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-23T03:00:18.0298313Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-11-23T03:00:18.0298468Z Loading extension module inline_jit_extension_with_functions_dict... 2022-11-23T03:00:18.0298557Z ok (13.340s) 2022-11-23T03:00:18.0299363Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.0299906Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension_with_functions_list... 2022-11-23T03:00:18.0300475Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\inline_jit_extension_with_functions_list\build.ninja... 2022-11-23T03:00:18.0300633Z Building extension module inline_jit_extension_with_functions_list... 2022-11-23T03:00:18.0300825Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.0301929Z [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_cu117\inline_jit_extension_with_functions_list\main.cpp /Fomain.o 2022-11-23T03:00:18.0302084Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.0302233Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.0302246Z 2022-11-23T03:00:18.0302563Z 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-23T03:00:18.0302954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0303028Z with 2022-11-23T03:00:18.0303094Z [ 2022-11-23T03:00:18.0303164Z T=c10::SymInt 2022-11-23T03:00:18.0303233Z ] 2022-11-23T03:00:18.0303562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0303633Z with 2022-11-23T03:00:18.0303700Z [ 2022-11-23T03:00:18.0303782Z T=c10::SymInt 2022-11-23T03:00:18.0303848Z ] 2022-11-23T03:00:18.0304217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0304289Z with 2022-11-23T03:00:18.0304357Z [ 2022-11-23T03:00:18.0304437Z T=c10::SymInt 2022-11-23T03:00:18.0304503Z ] 2022-11-23T03:00:18.0305026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0305163Z with 2022-11-23T03:00:18.0305319Z [ 2022-11-23T03:00:18.0305464Z T=c10::SymInt 2022-11-23T03:00:18.0305593Z ] 2022-11-23T03:00:18.0306252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0306795Z 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-23T03:00:18.0307152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0307219Z with 2022-11-23T03:00:18.0307284Z [ 2022-11-23T03:00:18.0307363Z T=c10::SymInt 2022-11-23T03:00:18.0307427Z ] 2022-11-23T03:00:18.0307721Z 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-23T03:00:18.0308032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0308104Z with 2022-11-23T03:00:18.0308169Z [ 2022-11-23T03:00:18.0308256Z T=at::TensorBase 2022-11-23T03:00:18.0308320Z ] 2022-11-23T03:00:18.0308643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0308709Z with 2022-11-23T03:00:18.0308760Z [ 2022-11-23T03:00:18.0308851Z T=at::TensorBase 2022-11-23T03:00:18.0308914Z ] 2022-11-23T03:00:18.0309278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0309344Z with 2022-11-23T03:00:18.0309408Z [ 2022-11-23T03:00:18.0309492Z T=at::TensorBase 2022-11-23T03:00:18.0309556Z ] 2022-11-23T03:00:18.0310007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0310073Z with 2022-11-23T03:00:18.0310136Z [ 2022-11-23T03:00:18.0310220Z T=at::TensorBase 2022-11-23T03:00:18.0310286Z ] 2022-11-23T03:00:18.0310621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0310956Z 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-23T03:00:18.0311609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0311756Z with 2022-11-23T03:00:18.0311884Z [ 2022-11-23T03:00:18.0312044Z T=at::TensorBase 2022-11-23T03:00:18.0312147Z ] 2022-11-23T03:00:18.0312939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0313014Z with 2022-11-23T03:00:18.0313080Z [ 2022-11-23T03:00:18.0313166Z T=at::Tensor 2022-11-23T03:00:18.0313232Z ] 2022-11-23T03:00:18.0313556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0313624Z with 2022-11-23T03:00:18.0313691Z [ 2022-11-23T03:00:18.0313778Z T=at::Tensor 2022-11-23T03:00:18.0313843Z ] 2022-11-23T03:00:18.0314205Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0314273Z with 2022-11-23T03:00:18.0314325Z [ 2022-11-23T03:00:18.0314408Z T=at::Tensor 2022-11-23T03:00:18.0314473Z ] 2022-11-23T03:00:18.0314864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0314931Z with 2022-11-23T03:00:18.0314998Z [ 2022-11-23T03:00:18.0315080Z T=at::Tensor 2022-11-23T03:00:18.0315143Z ] 2022-11-23T03:00:18.0315478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0315808Z 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-23T03:00:18.0316154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0316220Z with 2022-11-23T03:00:18.0316284Z [ 2022-11-23T03:00:18.0316366Z T=at::Tensor 2022-11-23T03:00:18.0316432Z ] 2022-11-23T03:00:18.0316747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0316863Z with 2022-11-23T03:00:18.0316911Z [ 2022-11-23T03:00:18.0316998Z T=at::Generator 2022-11-23T03:00:18.0317063Z ] 2022-11-23T03:00:18.0317421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0317547Z with 2022-11-23T03:00:18.0317662Z [ 2022-11-23T03:00:18.0317861Z T=at::Generator 2022-11-23T03:00:18.0317990Z ] 2022-11-23T03:00:18.0318730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0318865Z with 2022-11-23T03:00:18.0318996Z [ 2022-11-23T03:00:18.0319172Z T=at::Generator 2022-11-23T03:00:18.0319239Z ] 2022-11-23T03:00:18.0319632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0319700Z with 2022-11-23T03:00:18.0319763Z [ 2022-11-23T03:00:18.0319893Z T=at::Generator 2022-11-23T03:00:18.0319958Z ] 2022-11-23T03:00:18.0320290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0320627Z 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-23T03:00:18.0320977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0321045Z with 2022-11-23T03:00:18.0321109Z [ 2022-11-23T03:00:18.0321193Z T=at::Generator 2022-11-23T03:00:18.0321256Z ] 2022-11-23T03:00:18.0321570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0321642Z with 2022-11-23T03:00:18.0321707Z [ 2022-11-23T03:00:18.0321789Z T=c10::Scalar 2022-11-23T03:00:18.0321853Z ] 2022-11-23T03:00:18.0322177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0322246Z with 2022-11-23T03:00:18.0322294Z [ 2022-11-23T03:00:18.0322376Z T=c10::Scalar 2022-11-23T03:00:18.0322440Z ] 2022-11-23T03:00:18.0322803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0322872Z with 2022-11-23T03:00:18.0322935Z [ 2022-11-23T03:00:18.0323013Z T=c10::Scalar 2022-11-23T03:00:18.0323076Z ] 2022-11-23T03:00:18.0323463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0323529Z with 2022-11-23T03:00:18.0323592Z [ 2022-11-23T03:00:18.0323804Z T=c10::Scalar 2022-11-23T03:00:18.0323919Z ] 2022-11-23T03:00:18.0324702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0325458Z 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-23T03:00:18.0325811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0325880Z with 2022-11-23T03:00:18.0325945Z [ 2022-11-23T03:00:18.0326010Z T=c10::Scalar 2022-11-23T03:00:18.0326076Z ] 2022-11-23T03:00:18.0326384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0326455Z with 2022-11-23T03:00:18.0326520Z [ 2022-11-23T03:00:18.0326600Z T=std::string 2022-11-23T03:00:18.0326665Z ] 2022-11-23T03:00:18.0327048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0327115Z with 2022-11-23T03:00:18.0327178Z [ 2022-11-23T03:00:18.0327257Z T=std::string 2022-11-23T03:00:18.0327319Z ] 2022-11-23T03:00:18.0327681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0327749Z with 2022-11-23T03:00:18.0327797Z [ 2022-11-23T03:00:18.0327878Z T=std::string 2022-11-23T03:00:18.0327942Z ] 2022-11-23T03:00:18.0328332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0328402Z with 2022-11-23T03:00:18.0328467Z [ 2022-11-23T03:00:18.0328549Z T=std::string 2022-11-23T03:00:18.0328613Z ] 2022-11-23T03:00:18.0328945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0329272Z 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-23T03:00:18.0329619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0329685Z with 2022-11-23T03:00:18.0329749Z [ 2022-11-23T03:00:18.0329832Z T=std::string 2022-11-23T03:00:18.0329908Z ] 2022-11-23T03:00:18.0330623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0330760Z with 2022-11-23T03:00:18.0330872Z [ 2022-11-23T03:00:18.0330989Z T=c10::QualifiedName 2022-11-23T03:00:18.0331054Z ] 2022-11-23T03:00:18.0331446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0331675Z with 2022-11-23T03:00:18.0331804Z [ 2022-11-23T03:00:18.0331996Z T=c10::QualifiedName 2022-11-23T03:00:18.0332086Z ] 2022-11-23T03:00:18.0332453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0332522Z with 2022-11-23T03:00:18.0332587Z [ 2022-11-23T03:00:18.0332680Z T=c10::QualifiedName 2022-11-23T03:00:18.0332746Z ] 2022-11-23T03:00:18.0333137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0333208Z with 2022-11-23T03:00:18.0333273Z [ 2022-11-23T03:00:18.0333348Z T=c10::QualifiedName 2022-11-23T03:00:18.0333413Z ] 2022-11-23T03:00:18.0333746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0334625Z 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-23T03:00:18.0334989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0335058Z with 2022-11-23T03:00:18.0335123Z [ 2022-11-23T03:00:18.0335216Z T=c10::QualifiedName 2022-11-23T03:00:18.0335284Z ] 2022-11-23T03:00:18.0335591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0335658Z with 2022-11-23T03:00:18.0335725Z [ 2022-11-23T03:00:18.0335862Z T=std::shared_ptr 2022-11-23T03:00:18.0335928Z ] 2022-11-23T03:00:18.0336260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0336328Z with 2022-11-23T03:00:18.0336394Z [ 2022-11-23T03:00:18.0336533Z T=std::shared_ptr 2022-11-23T03:00:18.0336640Z ] 2022-11-23T03:00:18.0337517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0337628Z with 2022-11-23T03:00:18.0337749Z [ 2022-11-23T03:00:18.0338027Z T=std::shared_ptr 2022-11-23T03:00:18.0338157Z ] 2022-11-23T03:00:18.0338663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0338732Z with 2022-11-23T03:00:18.0338796Z [ 2022-11-23T03:00:18.0338924Z T=std::shared_ptr 2022-11-23T03:00:18.0338987Z ] 2022-11-23T03:00:18.0339356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0339797Z 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-23T03:00:18.0340143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0340211Z with 2022-11-23T03:00:18.0340276Z [ 2022-11-23T03:00:18.0340412Z T=std::shared_ptr 2022-11-23T03:00:18.0340462Z ] 2022-11-23T03:00:18.0340777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0340847Z with 2022-11-23T03:00:18.0340912Z [ 2022-11-23T03:00:18.0341155Z T=std::weak_ptr 2022-11-23T03:00:18.0341223Z ] 2022-11-23T03:00:18.0341601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0341669Z with 2022-11-23T03:00:18.0341736Z [ 2022-11-23T03:00:18.0341868Z T=std::weak_ptr 2022-11-23T03:00:18.0341932Z ] 2022-11-23T03:00:18.0342294Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0342360Z with 2022-11-23T03:00:18.0342427Z [ 2022-11-23T03:00:18.0342558Z T=std::weak_ptr 2022-11-23T03:00:18.0342619Z ] 2022-11-23T03:00:18.0343247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0343368Z with 2022-11-23T03:00:18.0343498Z [ 2022-11-23T03:00:18.0343775Z T=std::weak_ptr 2022-11-23T03:00:18.0343892Z ] 2022-11-23T03:00:18.0344695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0345059Z 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-23T03:00:18.0345404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0345473Z with 2022-11-23T03:00:18.0345542Z [ 2022-11-23T03:00:18.0345675Z T=std::weak_ptr 2022-11-23T03:00:18.0345739Z ] 2022-11-23T03:00:18.0346051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0346122Z with 2022-11-23T03:00:18.0346189Z [ 2022-11-23T03:00:18.0346350Z T=std::vector> 2022-11-23T03:00:18.0346414Z ] 2022-11-23T03:00:18.0346808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0346876Z with 2022-11-23T03:00:18.0346924Z [ 2022-11-23T03:00:18.0347085Z T=std::vector> 2022-11-23T03:00:18.0347152Z ] 2022-11-23T03:00:18.0347514Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0347579Z with 2022-11-23T03:00:18.0347644Z [ 2022-11-23T03:00:18.0347802Z T=std::vector> 2022-11-23T03:00:18.0347866Z ] 2022-11-23T03:00:18.0348263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0348333Z with 2022-11-23T03:00:18.0348399Z [ 2022-11-23T03:00:18.0348554Z T=std::vector> 2022-11-23T03:00:18.0348668Z ] 2022-11-23T03:00:18.0349051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0349925Z 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-23T03:00:18.0350620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0350755Z with 2022-11-23T03:00:18.0350880Z [ 2022-11-23T03:00:18.0351049Z T=std::vector> 2022-11-23T03:00:18.0351119Z ] 2022-11-23T03:00:18.0351412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0351479Z with 2022-11-23T03:00:18.0351542Z [ 2022-11-23T03:00:18.0351664Z T=std::vector> 2022-11-23T03:00:18.0351727Z ] 2022-11-23T03:00:18.0352049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0352118Z with 2022-11-23T03:00:18.0352181Z [ 2022-11-23T03:00:18.0352302Z T=std::vector> 2022-11-23T03:00:18.0352365Z ] 2022-11-23T03:00:18.0352733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0352799Z with 2022-11-23T03:00:18.0352861Z [ 2022-11-23T03:00:18.0352982Z T=std::vector> 2022-11-23T03:00:18.0353043Z ] 2022-11-23T03:00:18.0353430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0353549Z with 2022-11-23T03:00:18.0353612Z [ 2022-11-23T03:00:18.0353732Z T=std::vector> 2022-11-23T03:00:18.0353796Z ] 2022-11-23T03:00:18.0354153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0354504Z 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-23T03:00:18.0354852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0354922Z with 2022-11-23T03:00:18.0354991Z [ 2022-11-23T03:00:18.0355113Z T=std::vector> 2022-11-23T03:00:18.0355178Z ] 2022-11-23T03:00:18.0355609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0355736Z with 2022-11-23T03:00:18.0355983Z [ 2022-11-23T03:00:18.0356373Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0356467Z ] 2022-11-23T03:00:18.0357214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0357284Z with 2022-11-23T03:00:18.0357333Z [ 2022-11-23T03:00:18.0357507Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0357574Z ] 2022-11-23T03:00:18.0357937Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0358004Z with 2022-11-23T03:00:18.0358069Z [ 2022-11-23T03:00:18.0358239Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0358302Z ] 2022-11-23T03:00:18.0358693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0358759Z with 2022-11-23T03:00:18.0358822Z [ 2022-11-23T03:00:18.0358988Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0359054Z ] 2022-11-23T03:00:18.0359453Z C:\actions-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-23T03:00:18.0359851Z 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-23T03:00:18.0360183Z 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-23T03:00:18.0360526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0360654Z with 2022-11-23T03:00:18.0360718Z [ 2022-11-23T03:00:18.0360890Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0360955Z ] 2022-11-23T03:00:18.0361268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0361334Z with 2022-11-23T03:00:18.0361384Z [ 2022-11-23T03:00:18.0361549Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0361612Z ] 2022-11-23T03:00:18.0362328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0362468Z with 2022-11-23T03:00:18.0362597Z [ 2022-11-23T03:00:18.0362832Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0362973Z ] 2022-11-23T03:00:18.0363726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0363796Z with 2022-11-23T03:00:18.0363862Z [ 2022-11-23T03:00:18.0364027Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0364092Z ] 2022-11-23T03:00:18.0364488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0364558Z with 2022-11-23T03:00:18.0364625Z [ 2022-11-23T03:00:18.0364788Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0364837Z ] 2022-11-23T03:00:18.0365233Z C:\actions-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-23T03:00:18.0365619Z 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-23T03:00:18.0365944Z 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-23T03:00:18.0366288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0366357Z with 2022-11-23T03:00:18.0366426Z [ 2022-11-23T03:00:18.0366588Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0366653Z ] 2022-11-23T03:00:18.0366964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0367031Z with 2022-11-23T03:00:18.0367094Z [ 2022-11-23T03:00:18.0367223Z T=std::vector> 2022-11-23T03:00:18.0367337Z ] 2022-11-23T03:00:18.0367668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0367735Z with 2022-11-23T03:00:18.0367799Z [ 2022-11-23T03:00:18.0367928Z T=std::vector> 2022-11-23T03:00:18.0368012Z ] 2022-11-23T03:00:18.0368852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0368990Z with 2022-11-23T03:00:18.0369057Z [ 2022-11-23T03:00:18.0369318Z T=std::vector> 2022-11-23T03:00:18.0369446Z ] 2022-11-23T03:00:18.0370038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0370111Z with 2022-11-23T03:00:18.0370176Z [ 2022-11-23T03:00:18.0370302Z T=std::vector> 2022-11-23T03:00:18.0370366Z ] 2022-11-23T03:00:18.0370788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0371148Z 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-23T03:00:18.0371494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0371563Z with 2022-11-23T03:00:18.0371626Z [ 2022-11-23T03:00:18.0371751Z T=std::vector> 2022-11-23T03:00:18.0371815Z ] 2022-11-23T03:00:18.0372125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0372192Z with 2022-11-23T03:00:18.0372257Z [ 2022-11-23T03:00:18.0372400Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0372470Z ] 2022-11-23T03:00:18.0372793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0372862Z with 2022-11-23T03:00:18.0372928Z [ 2022-11-23T03:00:18.0373083Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0373149Z ] 2022-11-23T03:00:18.0373516Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0373583Z with 2022-11-23T03:00:18.0373645Z [ 2022-11-23T03:00:18.0373797Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0373860Z ] 2022-11-23T03:00:18.0374255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0374457Z with 2022-11-23T03:00:18.0374580Z [ 2022-11-23T03:00:18.0374947Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0375076Z ] 2022-11-23T03:00:18.0375862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0376380Z 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-23T03:00:18.0376775Z 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-23T03:00:18.0377122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0377192Z with 2022-11-23T03:00:18.0377242Z [ 2022-11-23T03:00:18.0377456Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0377520Z ] 2022-11-23T03:00:18.0377833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0377900Z with 2022-11-23T03:00:18.0377964Z [ 2022-11-23T03:00:18.0378116Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0378180Z ] 2022-11-23T03:00:18.0378505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0378574Z with 2022-11-23T03:00:18.0378639Z [ 2022-11-23T03:00:18.0378793Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0378859Z ] 2022-11-23T03:00:18.0379222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0379290Z with 2022-11-23T03:00:18.0379339Z [ 2022-11-23T03:00:18.0379490Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0379556Z ] 2022-11-23T03:00:18.0379948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0380018Z with 2022-11-23T03:00:18.0380086Z [ 2022-11-23T03:00:18.0380239Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0380305Z ] 2022-11-23T03:00:18.0380869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0381876Z 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-23T03:00:18.0382575Z 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-23T03:00:18.0382996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0383067Z with 2022-11-23T03:00:18.0383134Z [ 2022-11-23T03:00:18.0383288Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0383353Z ] 2022-11-23T03:00:18.0383669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0383740Z with 2022-11-23T03:00:18.0383807Z [ 2022-11-23T03:00:18.0383916Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0383983Z ] 2022-11-23T03:00:18.0384292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0384361Z with 2022-11-23T03:00:18.0384427Z [ 2022-11-23T03:00:18.0384536Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0384604Z ] 2022-11-23T03:00:18.0385016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0385086Z with 2022-11-23T03:00:18.0385149Z [ 2022-11-23T03:00:18.0385251Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0385314Z ] 2022-11-23T03:00:18.0385704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0385772Z with 2022-11-23T03:00:18.0385838Z [ 2022-11-23T03:00:18.0385942Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0386005Z ] 2022-11-23T03:00:18.0386364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0386695Z 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-23T03:00:18.0386747Z with 2022-11-23T03:00:18.0386812Z [ 2022-11-23T03:00:18.0386919Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0386985Z ] 2022-11-23T03:00:18.0387375Z 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-23T03:00:18.0387720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0387786Z with 2022-11-23T03:00:18.0387850Z [ 2022-11-23T03:00:18.0387953Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0388016Z ] 2022-11-23T03:00:18.0388324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0388391Z with 2022-11-23T03:00:18.0388453Z [ 2022-11-23T03:00:18.0388691Z T=std::vector> 2022-11-23T03:00:18.0388754Z ] 2022-11-23T03:00:18.0389081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0389147Z with 2022-11-23T03:00:18.0389198Z [ 2022-11-23T03:00:18.0389390Z T=std::vector> 2022-11-23T03:00:18.0389454Z ] 2022-11-23T03:00:18.0389820Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0389887Z with 2022-11-23T03:00:18.0389952Z [ 2022-11-23T03:00:18.0390142Z T=std::vector> 2022-11-23T03:00:18.0390207Z ] 2022-11-23T03:00:18.0390648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0390716Z with 2022-11-23T03:00:18.0390780Z [ 2022-11-23T03:00:18.0390967Z T=std::vector> 2022-11-23T03:00:18.0391031Z ] 2022-11-23T03:00:18.0391452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0391880Z 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-23T03:00:18.0392684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0392823Z with 2022-11-23T03:00:18.0392947Z [ 2022-11-23T03:00:18.0393242Z T=std::vector> 2022-11-23T03:00:18.0393377Z ] 2022-11-23T03:00:18.0393926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0393999Z with 2022-11-23T03:00:18.0394048Z [ 2022-11-23T03:00:18.0394153Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0394218Z ] 2022-11-23T03:00:18.0394544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0394618Z with 2022-11-23T03:00:18.0394683Z [ 2022-11-23T03:00:18.0394784Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0394848Z ] 2022-11-23T03:00:18.0395217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0395285Z with 2022-11-23T03:00:18.0395354Z [ 2022-11-23T03:00:18.0395455Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0395586Z ] 2022-11-23T03:00:18.0395979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0396045Z with 2022-11-23T03:00:18.0396095Z [ 2022-11-23T03:00:18.0396197Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0396266Z ] 2022-11-23T03:00:18.0396616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0396975Z 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-23T03:00:18.0397324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0397395Z with 2022-11-23T03:00:18.0397462Z [ 2022-11-23T03:00:18.0397564Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0397678Z ] 2022-11-23T03:00:18.0397991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0398056Z with 2022-11-23T03:00:18.0398120Z [ 2022-11-23T03:00:18.0398201Z T=c10::IValue 2022-11-23T03:00:18.0398263Z ] 2022-11-23T03:00:18.0398581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0398654Z with 2022-11-23T03:00:18.0398703Z [ 2022-11-23T03:00:18.0398785Z T=c10::IValue 2022-11-23T03:00:18.0398850Z ] 2022-11-23T03:00:18.0399221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0399290Z with 2022-11-23T03:00:18.0399357Z [ 2022-11-23T03:00:18.0399438Z T=c10::IValue 2022-11-23T03:00:18.0399502Z ] 2022-11-23T03:00:18.0399894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0399963Z with 2022-11-23T03:00:18.0400029Z [ 2022-11-23T03:00:18.0400113Z T=c10::IValue 2022-11-23T03:00:18.0400180Z ] 2022-11-23T03:00:18.0400510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0400842Z 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-23T03:00:18.0401185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0401252Z with 2022-11-23T03:00:18.0401315Z [ 2022-11-23T03:00:18.0401381Z T=c10::IValue 2022-11-23T03:00:18.0401445Z ] 2022-11-23T03:00:18.0401800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0401865Z with 2022-11-23T03:00:18.0401928Z [ 2022-11-23T03:00:18.0402015Z T=c10::AliasInfo 2022-11-23T03:00:18.0402078Z ] 2022-11-23T03:00:18.0402405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0402472Z with 2022-11-23T03:00:18.0402536Z [ 2022-11-23T03:00:18.0402620Z T=c10::AliasInfo 2022-11-23T03:00:18.0402683Z ] 2022-11-23T03:00:18.0403041Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0403113Z with 2022-11-23T03:00:18.0403179Z [ 2022-11-23T03:00:18.0403248Z T=c10::AliasInfo 2022-11-23T03:00:18.0403316Z ] 2022-11-23T03:00:18.0403757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0403827Z with 2022-11-23T03:00:18.0403892Z [ 2022-11-23T03:00:18.0403974Z T=c10::AliasInfo 2022-11-23T03:00:18.0404037Z ] 2022-11-23T03:00:18.0404367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0404705Z 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-23T03:00:18.0405048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0405114Z with 2022-11-23T03:00:18.0405180Z [ 2022-11-23T03:00:18.0405263Z T=c10::AliasInfo 2022-11-23T03:00:18.0405329Z ] 2022-11-23T03:00:18.0405645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0405712Z with 2022-11-23T03:00:18.0405777Z [ 2022-11-23T03:00:18.0405900Z T=std::vector> 2022-11-23T03:00:18.0405965Z ] 2022-11-23T03:00:18.0406293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0406360Z with 2022-11-23T03:00:18.0406422Z [ 2022-11-23T03:00:18.0406556Z T=std::vector> 2022-11-23T03:00:18.0406618Z ] 2022-11-23T03:00:18.0406985Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0407051Z with 2022-11-23T03:00:18.0407113Z [ 2022-11-23T03:00:18.0407245Z T=std::vector> 2022-11-23T03:00:18.0407312Z ] 2022-11-23T03:00:18.0407699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0408428Z with 2022-11-23T03:00:18.0408545Z [ 2022-11-23T03:00:18.0408842Z T=std::vector> 2022-11-23T03:00:18.0408951Z ] 2022-11-23T03:00:18.0409712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0409859Z with 2022-11-23T03:00:18.0409982Z [ 2022-11-23T03:00:18.0410148Z T=c10::SymInt 2022-11-23T03:00:18.0410270Z ] 2022-11-23T03:00:18.0410622Z 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-23T03:00:18.0410691Z with 2022-11-23T03:00:18.0410755Z [ 2022-11-23T03:00:18.0410836Z T=c10::SymInt 2022-11-23T03:00:18.0410902Z ] 2022-11-23T03:00:18.0411353Z 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-23T03:00:18.0411791Z 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-23T03:00:18.0412137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0412208Z with 2022-11-23T03:00:18.0412274Z [ 2022-11-23T03:00:18.0412410Z T=std::vector> 2022-11-23T03:00:18.0412475Z ] 2022-11-23T03:00:18.0412791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0412844Z with 2022-11-23T03:00:18.0412913Z [ 2022-11-23T03:00:18.0413059Z T=c10::either 2022-11-23T03:00:18.0413125Z ] 2022-11-23T03:00:18.0413452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0413520Z with 2022-11-23T03:00:18.0413585Z [ 2022-11-23T03:00:18.0413731Z T=c10::either 2022-11-23T03:00:18.0413799Z ] 2022-11-23T03:00:18.0414168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0414234Z with 2022-11-23T03:00:18.0414300Z [ 2022-11-23T03:00:18.0414441Z T=c10::either 2022-11-23T03:00:18.0414507Z ] 2022-11-23T03:00:18.0414900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0414968Z with 2022-11-23T03:00:18.0415017Z [ 2022-11-23T03:00:18.0415159Z T=c10::either 2022-11-23T03:00:18.0415277Z ] 2022-11-23T03:00:18.0415654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0416057Z 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-23T03:00:18.0416401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0416468Z with 2022-11-23T03:00:18.0416534Z [ 2022-11-23T03:00:18.0416674Z T=c10::either 2022-11-23T03:00:18.0416740Z ] 2022-11-23T03:00:18.0417046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0417112Z with 2022-11-23T03:00:18.0417177Z [ 2022-11-23T03:00:18.0417270Z T=at::StepCallbacks 2022-11-23T03:00:18.0417381Z ] 2022-11-23T03:00:18.0417711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0417778Z with 2022-11-23T03:00:18.0417841Z [ 2022-11-23T03:00:18.0417918Z T=at::StepCallbacks 2022-11-23T03:00:18.0417980Z ] 2022-11-23T03:00:18.0418340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0418410Z with 2022-11-23T03:00:18.0418473Z [ 2022-11-23T03:00:18.0418564Z T=at::StepCallbacks 2022-11-23T03:00:18.0418628Z ] 2022-11-23T03:00:18.0419017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0419082Z with 2022-11-23T03:00:18.0419145Z [ 2022-11-23T03:00:18.0419238Z T=at::StepCallbacks 2022-11-23T03:00:18.0419301Z ] 2022-11-23T03:00:18.0419643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0419995Z 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-23T03:00:18.0420336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0420401Z with 2022-11-23T03:00:18.0420463Z [ 2022-11-23T03:00:18.0420552Z T=at::StepCallbacks 2022-11-23T03:00:18.0420601Z ] 2022-11-23T03:00:18.0420908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0421062Z with 2022-11-23T03:00:18.0421131Z [ 2022-11-23T03:00:18.0421217Z T=c10::DimVector 2022-11-23T03:00:18.0421332Z ] 2022-11-23T03:00:18.0421660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0421728Z with 2022-11-23T03:00:18.0421792Z [ 2022-11-23T03:00:18.0421879Z T=c10::DimVector 2022-11-23T03:00:18.0421945Z ] 2022-11-23T03:00:18.0422304Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0422370Z with 2022-11-23T03:00:18.0422431Z [ 2022-11-23T03:00:18.0422498Z T=c10::DimVector 2022-11-23T03:00:18.0422560Z ] 2022-11-23T03:00:18.0422954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0423022Z with 2022-11-23T03:00:18.0423084Z [ 2022-11-23T03:00:18.0423167Z T=c10::DimVector 2022-11-23T03:00:18.0423232Z ] 2022-11-23T03:00:18.0423612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0423949Z 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-23T03:00:18.0424295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0424365Z with 2022-11-23T03:00:18.0424428Z [ 2022-11-23T03:00:18.0424510Z T=c10::DimVector 2022-11-23T03:00:18.0424573Z ] 2022-11-23T03:00:18.0424877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0424945Z with 2022-11-23T03:00:18.0425008Z [ 2022-11-23T03:00:18.0425111Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0425161Z ] 2022-11-23T03:00:18.0425486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0425552Z with 2022-11-23T03:00:18.0425616Z [ 2022-11-23T03:00:18.0425720Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0425786Z ] 2022-11-23T03:00:18.0426147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0426213Z with 2022-11-23T03:00:18.0426275Z [ 2022-11-23T03:00:18.0426377Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0426442Z ] 2022-11-23T03:00:18.0426827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0426893Z with 2022-11-23T03:00:18.0426956Z [ 2022-11-23T03:00:18.0427057Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0427106Z ] 2022-11-23T03:00:18.0427458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0427876Z 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-23T03:00:18.0428225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0428294Z with 2022-11-23T03:00:18.0428358Z [ 2022-11-23T03:00:18.0428461Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0428527Z ] 2022-11-23T03:00:18.0428833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0428902Z with 2022-11-23T03:00:18.0428965Z [ 2022-11-23T03:00:18.0429112Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0429178Z ] 2022-11-23T03:00:18.0429551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0429618Z with 2022-11-23T03:00:18.0429681Z [ 2022-11-23T03:00:18.0429825Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0429889Z ] 2022-11-23T03:00:18.0430240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0430307Z with 2022-11-23T03:00:18.0430371Z [ 2022-11-23T03:00:18.0430511Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0430573Z ] 2022-11-23T03:00:18.0430967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0431033Z with 2022-11-23T03:00:18.0431098Z [ 2022-11-23T03:00:18.0431236Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0431299Z ] 2022-11-23T03:00:18.0431680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0432076Z 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-23T03:00:18.0432428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0432497Z with 2022-11-23T03:00:18.0432562Z [ 2022-11-23T03:00:18.0432704Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0432767Z ] 2022-11-23T03:00:18.0433079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0433146Z with 2022-11-23T03:00:18.0433195Z [ 2022-11-23T03:00:18.0433314Z T=std::tuple 2022-11-23T03:00:18.0433425Z ] 2022-11-23T03:00:18.0433749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0433816Z with 2022-11-23T03:00:18.0433881Z [ 2022-11-23T03:00:18.0434000Z T=std::tuple 2022-11-23T03:00:18.0434064Z ] 2022-11-23T03:00:18.0434422Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0434488Z with 2022-11-23T03:00:18.0434551Z [ 2022-11-23T03:00:18.0434667Z T=std::tuple 2022-11-23T03:00:18.0434730Z ] 2022-11-23T03:00:18.0435121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0435190Z with 2022-11-23T03:00:18.0435253Z [ 2022-11-23T03:00:18.0435354Z T=std::tuple 2022-11-23T03:00:18.0435416Z ] 2022-11-23T03:00:18.0435813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0436189Z 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-23T03:00:18.0436531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0436601Z with 2022-11-23T03:00:18.0436668Z [ 2022-11-23T03:00:18.0436786Z T=std::tuple 2022-11-23T03:00:18.0436850Z ] 2022-11-23T03:00:18.0437162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0437228Z with 2022-11-23T03:00:18.0437291Z [ 2022-11-23T03:00:18.0437388Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0437452Z ] 2022-11-23T03:00:18.0437771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0437840Z with 2022-11-23T03:00:18.0437903Z [ 2022-11-23T03:00:18.0437999Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0438049Z ] 2022-11-23T03:00:18.0438414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0438480Z with 2022-11-23T03:00:18.0438545Z [ 2022-11-23T03:00:18.0438641Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0438706Z ] 2022-11-23T03:00:18.0439091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0439163Z with 2022-11-23T03:00:18.0439225Z [ 2022-11-23T03:00:18.0439362Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0439426Z ] 2022-11-23T03:00:18.0439797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0440616Z 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-23T03:00:18.0441275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0441415Z with 2022-11-23T03:00:18.0441543Z [ 2022-11-23T03:00:18.0441748Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0441824Z ] 2022-11-23T03:00:18.0442124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0442191Z with 2022-11-23T03:00:18.0442256Z [ 2022-11-23T03:00:18.0442377Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0442442Z ] 2022-11-23T03:00:18.0443310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0443389Z with 2022-11-23T03:00:18.0443455Z [ 2022-11-23T03:00:18.0443577Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0443643Z ] 2022-11-23T03:00:18.0444013Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0444087Z with 2022-11-23T03:00:18.0444152Z [ 2022-11-23T03:00:18.0444271Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0444336Z ] 2022-11-23T03:00:18.0444720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0444789Z with 2022-11-23T03:00:18.0444856Z [ 2022-11-23T03:00:18.0444971Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0445037Z ] 2022-11-23T03:00:18.0445400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0445764Z 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-23T03:00:18.0446110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0446178Z with 2022-11-23T03:00:18.0446241Z [ 2022-11-23T03:00:18.0446358Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0446421Z ] 2022-11-23T03:00:18.0446734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0446803Z with 2022-11-23T03:00:18.0446865Z [ 2022-11-23T03:00:18.0447032Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0447095Z ] 2022-11-23T03:00:18.0447418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0447486Z with 2022-11-23T03:00:18.0447536Z [ 2022-11-23T03:00:18.0447654Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0447718Z ] 2022-11-23T03:00:18.0448084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0448152Z with 2022-11-23T03:00:18.0448218Z [ 2022-11-23T03:00:18.0448331Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0448396Z ] 2022-11-23T03:00:18.0448788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0448857Z with 2022-11-23T03:00:18.0448925Z [ 2022-11-23T03:00:18.0449036Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0449478Z ] 2022-11-23T03:00:18.0449845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0450208Z 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-23T03:00:18.0450553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0450625Z with 2022-11-23T03:00:18.0450675Z [ 2022-11-23T03:00:18.0450791Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0450857Z ] 2022-11-23T03:00:18.0451174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0451242Z with 2022-11-23T03:00:18.0451308Z [ 2022-11-23T03:00:18.0451404Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0451469Z ] 2022-11-23T03:00:18.0451792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0451862Z with 2022-11-23T03:00:18.0451927Z [ 2022-11-23T03:00:18.0452019Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0452083Z ] 2022-11-23T03:00:18.0452448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0452515Z with 2022-11-23T03:00:18.0452564Z [ 2022-11-23T03:00:18.0452656Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0452719Z ] 2022-11-23T03:00:18.0453106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0453172Z with 2022-11-23T03:00:18.0453233Z [ 2022-11-23T03:00:18.0453325Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0453440Z ] 2022-11-23T03:00:18.0453781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0454135Z 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-23T03:00:18.0454481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0454548Z with 2022-11-23T03:00:18.0454614Z [ 2022-11-23T03:00:18.0454707Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0454773Z ] 2022-11-23T03:00:18.0455082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0455153Z with 2022-11-23T03:00:18.0455220Z [ 2022-11-23T03:00:18.0455302Z T=at::ThreadLocalState 2022-11-23T03:00:18.0455366Z ] 2022-11-23T03:00:18.0456029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0456103Z with 2022-11-23T03:00:18.0456168Z [ 2022-11-23T03:00:18.0456267Z T=at::ThreadLocalState 2022-11-23T03:00:18.0456333Z ] 2022-11-23T03:00:18.0456700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0456770Z with 2022-11-23T03:00:18.0456835Z [ 2022-11-23T03:00:18.0456931Z T=at::ThreadLocalState 2022-11-23T03:00:18.0456997Z ] 2022-11-23T03:00:18.0457389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0457458Z with 2022-11-23T03:00:18.0457523Z [ 2022-11-23T03:00:18.0457604Z T=at::ThreadLocalState 2022-11-23T03:00:18.0457668Z ] 2022-11-23T03:00:18.0458015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0458377Z 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-23T03:00:18.0458728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0458798Z with 2022-11-23T03:00:18.0458865Z [ 2022-11-23T03:00:18.0458962Z T=at::ThreadLocalState 2022-11-23T03:00:18.0459028Z ] 2022-11-23T03:00:18.0459338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0459405Z with 2022-11-23T03:00:18.0459469Z [ 2022-11-23T03:00:18.0459586Z T=std::shared_ptr 2022-11-23T03:00:18.0459651Z ] 2022-11-23T03:00:18.0460024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0460092Z with 2022-11-23T03:00:18.0460156Z [ 2022-11-23T03:00:18.0460272Z T=std::shared_ptr 2022-11-23T03:00:18.0460320Z ] 2022-11-23T03:00:18.0460688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0460757Z with 2022-11-23T03:00:18.0460819Z [ 2022-11-23T03:00:18.0460934Z T=std::shared_ptr 2022-11-23T03:00:18.0461100Z ] 2022-11-23T03:00:18.0461490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0461560Z with 2022-11-23T03:00:18.0461626Z [ 2022-11-23T03:00:18.0461742Z T=std::shared_ptr 2022-11-23T03:00:18.0461807Z ] 2022-11-23T03:00:18.0462211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0462560Z 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-23T03:00:18.0462937Z 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-23T03:00:18.0463287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0463355Z with 2022-11-23T03:00:18.0463417Z [ 2022-11-23T03:00:18.0463533Z T=std::shared_ptr 2022-11-23T03:00:18.0463596Z ] 2022-11-23T03:00:18.0463889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0463955Z with 2022-11-23T03:00:18.0464018Z [ 2022-11-23T03:00:18.0464119Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0464183Z ] 2022-11-23T03:00:18.0464504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0464573Z with 2022-11-23T03:00:18.0464634Z [ 2022-11-23T03:00:18.0464735Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0464796Z ] 2022-11-23T03:00:18.0465161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0465226Z with 2022-11-23T03:00:18.0465289Z [ 2022-11-23T03:00:18.0465388Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0465450Z ] 2022-11-23T03:00:18.0465844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0465941Z with 2022-11-23T03:00:18.0466003Z [ 2022-11-23T03:00:18.0466105Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0466168Z ] 2022-11-23T03:00:18.0466523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0466865Z 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-23T03:00:18.0467240Z 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-23T03:00:18.0467588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0467656Z with 2022-11-23T03:00:18.0467719Z [ 2022-11-23T03:00:18.0467819Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0467925Z ] 2022-11-23T03:00:18.0468236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0468302Z with 2022-11-23T03:00:18.0468366Z [ 2022-11-23T03:00:18.0468458Z T=torch::jit::Method 2022-11-23T03:00:18.0468520Z ] 2022-11-23T03:00:18.0468842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0468909Z with 2022-11-23T03:00:18.0468960Z [ 2022-11-23T03:00:18.0469050Z T=torch::jit::Method 2022-11-23T03:00:18.0469112Z ] 2022-11-23T03:00:18.0469473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0469539Z with 2022-11-23T03:00:18.0469601Z [ 2022-11-23T03:00:18.0469690Z T=torch::jit::Method 2022-11-23T03:00:18.0469751Z ] 2022-11-23T03:00:18.0470140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0470206Z with 2022-11-23T03:00:18.0470273Z [ 2022-11-23T03:00:18.0470360Z T=torch::jit::Method 2022-11-23T03:00:18.0470423Z ] 2022-11-23T03:00:18.0470760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0471099Z 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-23T03:00:18.0471448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0471516Z with 2022-11-23T03:00:18.0471565Z [ 2022-11-23T03:00:18.0471655Z T=torch::jit::Method 2022-11-23T03:00:18.0471762Z ] 2022-11-23T03:00:18.0472071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0472138Z with 2022-11-23T03:00:18.0472202Z [ 2022-11-23T03:00:18.0472340Z T=std::vector> 2022-11-23T03:00:18.0472405Z ] 2022-11-23T03:00:18.0472729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0472795Z with 2022-11-23T03:00:18.0472858Z [ 2022-11-23T03:00:18.0472994Z T=std::vector> 2022-11-23T03:00:18.0473060Z ] 2022-11-23T03:00:18.0473424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0473492Z with 2022-11-23T03:00:18.0473559Z [ 2022-11-23T03:00:18.0473682Z T=std::vector> 2022-11-23T03:00:18.0473744Z ] 2022-11-23T03:00:18.0474177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0474245Z with 2022-11-23T03:00:18.0474307Z [ 2022-11-23T03:00:18.0474443Z T=std::vector> 2022-11-23T03:00:18.0474505Z ] 2022-11-23T03:00:18.0474873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0475250Z 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-23T03:00:18.0475594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0475662Z with 2022-11-23T03:00:18.0475726Z [ 2022-11-23T03:00:18.0475862Z T=std::vector> 2022-11-23T03:00:18.0475926Z ] 2022-11-23T03:00:18.0476235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0476303Z with 2022-11-23T03:00:18.0476365Z [ 2022-11-23T03:00:18.0476534Z T=std::function 2022-11-23T03:00:18.0476597Z ] 2022-11-23T03:00:18.0476904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0476970Z with 2022-11-23T03:00:18.0477034Z [ 2022-11-23T03:00:18.0477202Z T=std::function 2022-11-23T03:00:18.0477266Z ] 2022-11-23T03:00:18.0477628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0477743Z with 2022-11-23T03:00:18.0477806Z [ 2022-11-23T03:00:18.0477970Z T=std::function 2022-11-23T03:00:18.0478032Z ] 2022-11-23T03:00:18.0478418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0478485Z with 2022-11-23T03:00:18.0478547Z [ 2022-11-23T03:00:18.0478713Z T=std::function 2022-11-23T03:00:18.0478776Z ] 2022-11-23T03:00:18.0479177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0479592Z 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-23T03:00:18.0479980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0480048Z with 2022-11-23T03:00:18.0480111Z [ 2022-11-23T03:00:18.0480277Z T=std::function 2022-11-23T03:00:18.0480325Z ] 2022-11-23T03:00:18.0480640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0480707Z with 2022-11-23T03:00:18.0480770Z [ 2022-11-23T03:00:18.0480962Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0481026Z ] 2022-11-23T03:00:18.0481352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0481418Z with 2022-11-23T03:00:18.0481480Z [ 2022-11-23T03:00:18.0481670Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0481737Z ] 2022-11-23T03:00:18.0482105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0482174Z with 2022-11-23T03:00:18.0482239Z [ 2022-11-23T03:00:18.0482430Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0482496Z ] 2022-11-23T03:00:18.0482892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0482958Z with 2022-11-23T03:00:18.0483007Z [ 2022-11-23T03:00:18.0483195Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0483259Z ] 2022-11-23T03:00:18.0483680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0484183Z 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-23T03:00:18.0484531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0484597Z with 2022-11-23T03:00:18.0484661Z [ 2022-11-23T03:00:18.0484850Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0484913Z ] 2022-11-23T03:00:18.0485221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0485288Z with 2022-11-23T03:00:18.0485351Z [ 2022-11-23T03:00:18.0485480Z T=std::vector> 2022-11-23T03:00:18.0485545Z ] 2022-11-23T03:00:18.0485911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0485977Z with 2022-11-23T03:00:18.0486039Z [ 2022-11-23T03:00:18.0486166Z T=std::vector> 2022-11-23T03:00:18.0486215Z ] 2022-11-23T03:00:18.0486576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0486642Z with 2022-11-23T03:00:18.0486704Z [ 2022-11-23T03:00:18.0486833Z T=std::vector> 2022-11-23T03:00:18.0486897Z ] 2022-11-23T03:00:18.0487287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0487353Z with 2022-11-23T03:00:18.0487417Z [ 2022-11-23T03:00:18.0487545Z T=std::vector> 2022-11-23T03:00:18.0487608Z ] 2022-11-23T03:00:18.0487964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0488029Z with 2022-11-23T03:00:18.0488092Z [ 2022-11-23T03:00:18.0488164Z T=double 2022-11-23T03:00:18.0488213Z ] 2022-11-23T03:00:18.0488608Z 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-23T03:00:18.0488674Z with 2022-11-23T03:00:18.0488737Z [ 2022-11-23T03:00:18.0488810Z T=double 2022-11-23T03:00:18.0488876Z ] 2022-11-23T03:00:18.0489220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0489287Z with 2022-11-23T03:00:18.0489349Z [ 2022-11-23T03:00:18.0489477Z T=std::vector> 2022-11-23T03:00:18.0489540Z ] 2022-11-23T03:00:18.0489851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0489960Z with 2022-11-23T03:00:18.0490022Z [ 2022-11-23T03:00:18.0490136Z T=std::tuple 2022-11-23T03:00:18.0490186Z ] 2022-11-23T03:00:18.0490513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0490580Z with 2022-11-23T03:00:18.0490644Z [ 2022-11-23T03:00:18.0490758Z T=std::tuple 2022-11-23T03:00:18.0490822Z ] 2022-11-23T03:00:18.0491181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0491249Z with 2022-11-23T03:00:18.0491311Z [ 2022-11-23T03:00:18.0491421Z T=std::tuple 2022-11-23T03:00:18.0491485Z ] 2022-11-23T03:00:18.0491921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0491987Z with 2022-11-23T03:00:18.0492051Z [ 2022-11-23T03:00:18.0492162Z T=std::tuple 2022-11-23T03:00:18.0492226Z ] 2022-11-23T03:00:18.0492578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0492966Z 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-23T03:00:18.0493315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0493385Z with 2022-11-23T03:00:18.0493436Z [ 2022-11-23T03:00:18.0493548Z T=std::tuple 2022-11-23T03:00:18.0493610Z ] 2022-11-23T03:00:18.0493915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0493981Z with 2022-11-23T03:00:18.0494043Z [ 2022-11-23T03:00:18.0494180Z T=std::vector> 2022-11-23T03:00:18.0494244Z ] 2022-11-23T03:00:18.0494566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0494632Z with 2022-11-23T03:00:18.0494696Z [ 2022-11-23T03:00:18.0494830Z T=std::vector> 2022-11-23T03:00:18.0494895Z ] 2022-11-23T03:00:18.0495255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0495321Z with 2022-11-23T03:00:18.0495369Z [ 2022-11-23T03:00:18.0495506Z T=std::vector> 2022-11-23T03:00:18.0495570Z ] 2022-11-23T03:00:18.0495958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0496069Z with 2022-11-23T03:00:18.0496132Z [ 2022-11-23T03:00:18.0496305Z T=std::vector> 2022-11-23T03:00:18.0496412Z ] 2022-11-23T03:00:18.0497265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0498091Z 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-23T03:00:18.0498602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0498673Z with 2022-11-23T03:00:18.0498738Z [ 2022-11-23T03:00:18.0498878Z T=std::vector> 2022-11-23T03:00:18.0498943Z ] 2022-11-23T03:00:18.0499530Z [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-23T03:00:18.0499747Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-11-23T03:00:18.0499904Z Loading extension module inline_jit_extension_with_functions_list... 2022-11-23T03:00:18.0499977Z ok (13.335s) 2022-11-23T03:00:18.0500291Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.0500549Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\jit_extension... 2022-11-23T03:00:18.0500812Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\jit_extension\build.ninja... 2022-11-23T03:00:18.0500929Z Building extension module jit_extension... 2022-11-23T03:00:18.0501198Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.0502245Z [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-23T03:00:18.0502400Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.0502550Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.0502564Z 2022-11-23T03:00:18.0502708Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T03:00:18.0503025Z 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-23T03:00:18.0503396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0503464Z with 2022-11-23T03:00:18.0503516Z [ 2022-11-23T03:00:18.0503602Z T=c10::SymInt 2022-11-23T03:00:18.0503670Z ] 2022-11-23T03:00:18.0503996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0504063Z with 2022-11-23T03:00:18.0504129Z [ 2022-11-23T03:00:18.0504212Z T=c10::SymInt 2022-11-23T03:00:18.0504277Z ] 2022-11-23T03:00:18.0504643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0504711Z with 2022-11-23T03:00:18.0504777Z [ 2022-11-23T03:00:18.0504858Z T=c10::SymInt 2022-11-23T03:00:18.0504922Z ] 2022-11-23T03:00:18.0505351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0505416Z with 2022-11-23T03:00:18.0505464Z [ 2022-11-23T03:00:18.0505544Z T=c10::SymInt 2022-11-23T03:00:18.0505607Z ] 2022-11-23T03:00:18.0505937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0506263Z 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-23T03:00:18.0506612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0506678Z with 2022-11-23T03:00:18.0506742Z [ 2022-11-23T03:00:18.0506820Z T=c10::SymInt 2022-11-23T03:00:18.0506883Z ] 2022-11-23T03:00:18.0507181Z 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-23T03:00:18.0507490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0507560Z with 2022-11-23T03:00:18.0507622Z [ 2022-11-23T03:00:18.0507710Z T=at::TensorBase 2022-11-23T03:00:18.0507773Z ] 2022-11-23T03:00:18.0508098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0508150Z with 2022-11-23T03:00:18.0508213Z [ 2022-11-23T03:00:18.0508297Z T=at::TensorBase 2022-11-23T03:00:18.0508361Z ] 2022-11-23T03:00:18.0508724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0508791Z with 2022-11-23T03:00:18.0508853Z [ 2022-11-23T03:00:18.0508936Z T=at::TensorBase 2022-11-23T03:00:18.0509535Z ] 2022-11-23T03:00:18.0509936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0510004Z with 2022-11-23T03:00:18.0510068Z [ 2022-11-23T03:00:18.0510158Z T=at::TensorBase 2022-11-23T03:00:18.0510222Z ] 2022-11-23T03:00:18.0510561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0510896Z 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-23T03:00:18.0511246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0511317Z with 2022-11-23T03:00:18.0511368Z [ 2022-11-23T03:00:18.0511456Z T=at::TensorBase 2022-11-23T03:00:18.0511523Z ] 2022-11-23T03:00:18.0511882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0511951Z with 2022-11-23T03:00:18.0512014Z [ 2022-11-23T03:00:18.0512095Z T=at::Tensor 2022-11-23T03:00:18.0512158Z ] 2022-11-23T03:00:18.0512481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0512550Z with 2022-11-23T03:00:18.0512614Z [ 2022-11-23T03:00:18.0512695Z T=at::Tensor 2022-11-23T03:00:18.0512759Z ] 2022-11-23T03:00:18.0513121Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0513174Z with 2022-11-23T03:00:18.0513238Z [ 2022-11-23T03:00:18.0513317Z T=at::Tensor 2022-11-23T03:00:18.0513382Z ] 2022-11-23T03:00:18.0513770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0513838Z with 2022-11-23T03:00:18.0513902Z [ 2022-11-23T03:00:18.0513985Z T=at::Tensor 2022-11-23T03:00:18.0514053Z ] 2022-11-23T03:00:18.0514381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0514708Z 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-23T03:00:18.0515052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0515119Z with 2022-11-23T03:00:18.0515183Z [ 2022-11-23T03:00:18.0515262Z T=at::Tensor 2022-11-23T03:00:18.0515325Z ] 2022-11-23T03:00:18.0515637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0515733Z with 2022-11-23T03:00:18.0515794Z [ 2022-11-23T03:00:18.0515879Z T=at::Generator 2022-11-23T03:00:18.0515943Z ] 2022-11-23T03:00:18.0516268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0516335Z with 2022-11-23T03:00:18.0516397Z [ 2022-11-23T03:00:18.0516481Z T=at::Generator 2022-11-23T03:00:18.0516543Z ] 2022-11-23T03:00:18.0516903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0516968Z with 2022-11-23T03:00:18.0517033Z [ 2022-11-23T03:00:18.0517114Z T=at::Generator 2022-11-23T03:00:18.0517176Z ] 2022-11-23T03:00:18.0517569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0517671Z with 2022-11-23T03:00:18.0521248Z [ 2022-11-23T03:00:18.0521354Z T=at::Generator 2022-11-23T03:00:18.0521420Z ] 2022-11-23T03:00:18.0521769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0522120Z 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-23T03:00:18.0522475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0522546Z with 2022-11-23T03:00:18.0522611Z [ 2022-11-23T03:00:18.0522697Z T=at::Generator 2022-11-23T03:00:18.0522765Z ] 2022-11-23T03:00:18.0523081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0523146Z with 2022-11-23T03:00:18.0523210Z [ 2022-11-23T03:00:18.0523290Z T=c10::Scalar 2022-11-23T03:00:18.0523353Z ] 2022-11-23T03:00:18.0523663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0523732Z with 2022-11-23T03:00:18.0523797Z [ 2022-11-23T03:00:18.0523877Z T=c10::Scalar 2022-11-23T03:00:18.0523940Z ] 2022-11-23T03:00:18.0524306Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0524373Z with 2022-11-23T03:00:18.0524435Z [ 2022-11-23T03:00:18.0524513Z T=c10::Scalar 2022-11-23T03:00:18.0524575Z ] 2022-11-23T03:00:18.0524963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0525028Z with 2022-11-23T03:00:18.0525178Z [ 2022-11-23T03:00:18.0525257Z T=c10::Scalar 2022-11-23T03:00:18.0525324Z ] 2022-11-23T03:00:18.0525650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0525987Z 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-23T03:00:18.0526337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0526391Z with 2022-11-23T03:00:18.0526458Z [ 2022-11-23T03:00:18.0526538Z T=c10::Scalar 2022-11-23T03:00:18.0526606Z ] 2022-11-23T03:00:18.0526916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0526984Z with 2022-11-23T03:00:18.0527049Z [ 2022-11-23T03:00:18.0527130Z T=std::string 2022-11-23T03:00:18.0527194Z ] 2022-11-23T03:00:18.0527567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0527634Z with 2022-11-23T03:00:18.0527698Z [ 2022-11-23T03:00:18.0527780Z T=std::string 2022-11-23T03:00:18.0527843Z ] 2022-11-23T03:00:18.0528189Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0528257Z with 2022-11-23T03:00:18.0528321Z [ 2022-11-23T03:00:18.0528398Z T=std::string 2022-11-23T03:00:18.0528462Z ] 2022-11-23T03:00:18.0528849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0528918Z with 2022-11-23T03:00:18.0528983Z [ 2022-11-23T03:00:18.0529063Z T=std::string 2022-11-23T03:00:18.0529127Z ] 2022-11-23T03:00:18.0529458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0529785Z 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-23T03:00:18.0530131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0530197Z with 2022-11-23T03:00:18.0530263Z [ 2022-11-23T03:00:18.0530345Z T=std::string 2022-11-23T03:00:18.0530409Z ] 2022-11-23T03:00:18.0530722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0530775Z with 2022-11-23T03:00:18.0530838Z [ 2022-11-23T03:00:18.0530932Z T=c10::QualifiedName 2022-11-23T03:00:18.0530995Z ] 2022-11-23T03:00:18.0531313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0531429Z with 2022-11-23T03:00:18.0531492Z [ 2022-11-23T03:00:18.0531585Z T=c10::QualifiedName 2022-11-23T03:00:18.0531649Z ] 2022-11-23T03:00:18.0532014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0532079Z with 2022-11-23T03:00:18.0532141Z [ 2022-11-23T03:00:18.0532230Z T=c10::QualifiedName 2022-11-23T03:00:18.0532293Z ] 2022-11-23T03:00:18.0532677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0532731Z with 2022-11-23T03:00:18.0532795Z [ 2022-11-23T03:00:18.0532883Z T=c10::QualifiedName 2022-11-23T03:00:18.0532947Z ] 2022-11-23T03:00:18.0533332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0533676Z 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-23T03:00:18.0534022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0534093Z with 2022-11-23T03:00:18.0534159Z [ 2022-11-23T03:00:18.0534250Z T=c10::QualifiedName 2022-11-23T03:00:18.0534314Z ] 2022-11-23T03:00:18.0534623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0534688Z with 2022-11-23T03:00:18.0534751Z [ 2022-11-23T03:00:18.0534887Z T=std::shared_ptr 2022-11-23T03:00:18.0534949Z ] 2022-11-23T03:00:18.0535269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0535323Z with 2022-11-23T03:00:18.0535385Z [ 2022-11-23T03:00:18.0535518Z T=std::shared_ptr 2022-11-23T03:00:18.0535584Z ] 2022-11-23T03:00:18.0535951Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0536017Z with 2022-11-23T03:00:18.0536082Z [ 2022-11-23T03:00:18.0536216Z T=std::shared_ptr 2022-11-23T03:00:18.0536281Z ] 2022-11-23T03:00:18.0536675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0536742Z with 2022-11-23T03:00:18.0536807Z [ 2022-11-23T03:00:18.0536938Z T=std::shared_ptr 2022-11-23T03:00:18.0537000Z ] 2022-11-23T03:00:18.0537365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0537784Z 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-23T03:00:18.0538130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0538195Z with 2022-11-23T03:00:18.0538259Z [ 2022-11-23T03:00:18.0538378Z T=std::shared_ptr 2022-11-23T03:00:18.0538441Z ] 2022-11-23T03:00:18.0538749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0538816Z with 2022-11-23T03:00:18.0538879Z [ 2022-11-23T03:00:18.0539011Z T=std::weak_ptr 2022-11-23T03:00:18.0539074Z ] 2022-11-23T03:00:18.0539441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0539510Z with 2022-11-23T03:00:18.0539575Z [ 2022-11-23T03:00:18.0539708Z T=std::weak_ptr 2022-11-23T03:00:18.0539773Z ] 2022-11-23T03:00:18.0540138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0540208Z with 2022-11-23T03:00:18.0540270Z [ 2022-11-23T03:00:18.0540401Z T=std::weak_ptr 2022-11-23T03:00:18.0540450Z ] 2022-11-23T03:00:18.0540838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0540904Z with 2022-11-23T03:00:18.0541089Z [ 2022-11-23T03:00:18.0541224Z T=std::weak_ptr 2022-11-23T03:00:18.0541287Z ] 2022-11-23T03:00:18.0541658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0542018Z 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-23T03:00:18.0542363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0542438Z with 2022-11-23T03:00:18.0542503Z [ 2022-11-23T03:00:18.0542634Z T=std::weak_ptr 2022-11-23T03:00:18.0542699Z ] 2022-11-23T03:00:18.0543011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0543078Z with 2022-11-23T03:00:18.0543143Z [ 2022-11-23T03:00:18.0543305Z T=std::vector> 2022-11-23T03:00:18.0543425Z ] 2022-11-23T03:00:18.0543735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0543800Z with 2022-11-23T03:00:18.0543863Z [ 2022-11-23T03:00:18.0544023Z T=std::vector> 2022-11-23T03:00:18.0544088Z ] 2022-11-23T03:00:18.0544451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0544517Z with 2022-11-23T03:00:18.0544580Z [ 2022-11-23T03:00:18.0544735Z T=std::vector> 2022-11-23T03:00:18.0544805Z ] 2022-11-23T03:00:18.0545199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0545268Z with 2022-11-23T03:00:18.0545333Z [ 2022-11-23T03:00:18.0545562Z T=std::vector> 2022-11-23T03:00:18.0545627Z ] 2022-11-23T03:00:18.0546005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0546390Z 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-23T03:00:18.0546739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0546809Z with 2022-11-23T03:00:18.0546873Z [ 2022-11-23T03:00:18.0547017Z T=std::vector> 2022-11-23T03:00:18.0547082Z ] 2022-11-23T03:00:18.0547392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0547460Z with 2022-11-23T03:00:18.0547525Z [ 2022-11-23T03:00:18.0547648Z T=std::vector> 2022-11-23T03:00:18.0547714Z ] 2022-11-23T03:00:18.0548042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0548111Z with 2022-11-23T03:00:18.0548173Z [ 2022-11-23T03:00:18.0548292Z T=std::vector> 2022-11-23T03:00:18.0548355Z ] 2022-11-23T03:00:18.0548718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0548784Z with 2022-11-23T03:00:18.0548848Z [ 2022-11-23T03:00:18.0548968Z T=std::vector> 2022-11-23T03:00:18.0549016Z ] 2022-11-23T03:00:18.0549405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0549514Z with 2022-11-23T03:00:18.0549576Z [ 2022-11-23T03:00:18.0549697Z T=std::vector> 2022-11-23T03:00:18.0549761Z ] 2022-11-23T03:00:18.0550121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0550475Z 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-23T03:00:18.0550822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0550892Z with 2022-11-23T03:00:18.0550956Z [ 2022-11-23T03:00:18.0551077Z T=std::vector> 2022-11-23T03:00:18.0551142Z ] 2022-11-23T03:00:18.0551497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0551565Z with 2022-11-23T03:00:18.0551629Z [ 2022-11-23T03:00:18.0551800Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0551864Z ] 2022-11-23T03:00:18.0552190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0552242Z with 2022-11-23T03:00:18.0552306Z [ 2022-11-23T03:00:18.0552483Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0552550Z ] 2022-11-23T03:00:18.0552912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0552981Z with 2022-11-23T03:00:18.0553047Z [ 2022-11-23T03:00:18.0553214Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0553278Z ] 2022-11-23T03:00:18.0553666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0553733Z with 2022-11-23T03:00:18.0553800Z [ 2022-11-23T03:00:18.0553969Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0554033Z ] 2022-11-23T03:00:18.0554435Z C:\actions-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-23T03:00:18.0554831Z 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-23T03:00:18.0555165Z 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-23T03:00:18.0555552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0555622Z with 2022-11-23T03:00:18.0555687Z [ 2022-11-23T03:00:18.0555859Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0555923Z ] 2022-11-23T03:00:18.0556219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0556286Z with 2022-11-23T03:00:18.0556352Z [ 2022-11-23T03:00:18.0556515Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0556580Z ] 2022-11-23T03:00:18.0556900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0556969Z with 2022-11-23T03:00:18.0557032Z [ 2022-11-23T03:00:18.0557193Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0557258Z ] 2022-11-23T03:00:18.0557670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0557738Z with 2022-11-23T03:00:18.0557801Z [ 2022-11-23T03:00:18.0557962Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0558024Z ] 2022-11-23T03:00:18.0558414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0558481Z with 2022-11-23T03:00:18.0558530Z [ 2022-11-23T03:00:18.0558690Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0558755Z ] 2022-11-23T03:00:18.0559145Z C:\actions-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-23T03:00:18.0559526Z 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-23T03:00:18.0559853Z 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-23T03:00:18.0560190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0560259Z with 2022-11-23T03:00:18.0560324Z [ 2022-11-23T03:00:18.0560485Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0560549Z ] 2022-11-23T03:00:18.0560859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0560924Z with 2022-11-23T03:00:18.0560988Z [ 2022-11-23T03:00:18.0561167Z T=std::vector> 2022-11-23T03:00:18.0561231Z ] 2022-11-23T03:00:18.0561554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0561621Z with 2022-11-23T03:00:18.0561684Z [ 2022-11-23T03:00:18.0561813Z T=std::vector> 2022-11-23T03:00:18.0561862Z ] 2022-11-23T03:00:18.0562223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0562290Z with 2022-11-23T03:00:18.0562353Z [ 2022-11-23T03:00:18.0562475Z T=std::vector> 2022-11-23T03:00:18.0562538Z ] 2022-11-23T03:00:18.0562934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0563002Z with 2022-11-23T03:00:18.0563066Z [ 2022-11-23T03:00:18.0563237Z T=std::vector> 2022-11-23T03:00:18.0563301Z ] 2022-11-23T03:00:18.0563663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0564017Z 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-23T03:00:18.0564362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0564428Z with 2022-11-23T03:00:18.0564492Z [ 2022-11-23T03:00:18.0564618Z T=std::vector> 2022-11-23T03:00:18.0564683Z ] 2022-11-23T03:00:18.0564987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0565051Z with 2022-11-23T03:00:18.0565102Z [ 2022-11-23T03:00:18.0565258Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0565323Z ] 2022-11-23T03:00:18.0565642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0565712Z with 2022-11-23T03:00:18.0565775Z [ 2022-11-23T03:00:18.0565928Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0565991Z ] 2022-11-23T03:00:18.0566351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0566418Z with 2022-11-23T03:00:18.0566482Z [ 2022-11-23T03:00:18.0566634Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0566696Z ] 2022-11-23T03:00:18.0567083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0567196Z with 2022-11-23T03:00:18.0567259Z [ 2022-11-23T03:00:18.0567398Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0567462Z ] 2022-11-23T03:00:18.0567850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0568255Z 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-23T03:00:18.0568647Z 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-23T03:00:18.0568995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0569061Z with 2022-11-23T03:00:18.0569126Z [ 2022-11-23T03:00:18.0569326Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0569392Z ] 2022-11-23T03:00:18.0569706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0569774Z with 2022-11-23T03:00:18.0569840Z [ 2022-11-23T03:00:18.0569994Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0570058Z ] 2022-11-23T03:00:18.0570386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0570451Z with 2022-11-23T03:00:18.0570514Z [ 2022-11-23T03:00:18.0570667Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0570737Z ] 2022-11-23T03:00:18.0571086Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0571152Z with 2022-11-23T03:00:18.0571215Z [ 2022-11-23T03:00:18.0571367Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0571430Z ] 2022-11-23T03:00:18.0571821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0571890Z with 2022-11-23T03:00:18.0571955Z [ 2022-11-23T03:00:18.0572107Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0572170Z ] 2022-11-23T03:00:18.0572559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0572960Z 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-23T03:00:18.0573351Z 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-23T03:00:18.0573749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0573816Z with 2022-11-23T03:00:18.0573881Z [ 2022-11-23T03:00:18.0574033Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0574098Z ] 2022-11-23T03:00:18.0574408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0574473Z with 2022-11-23T03:00:18.0574536Z [ 2022-11-23T03:00:18.0574634Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0574697Z ] 2022-11-23T03:00:18.0575019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0575086Z with 2022-11-23T03:00:18.0575148Z [ 2022-11-23T03:00:18.0575303Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0575368Z ] 2022-11-23T03:00:18.0575730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0575795Z with 2022-11-23T03:00:18.0575857Z [ 2022-11-23T03:00:18.0575961Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0576024Z ] 2022-11-23T03:00:18.0576411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0576478Z with 2022-11-23T03:00:18.0576539Z [ 2022-11-23T03:00:18.0576642Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0576691Z ] 2022-11-23T03:00:18.0577046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0577375Z 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-23T03:00:18.0577445Z with 2022-11-23T03:00:18.0577511Z [ 2022-11-23T03:00:18.0577617Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0577684Z ] 2022-11-23T03:00:18.0578068Z 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-23T03:00:18.0578420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0578490Z with 2022-11-23T03:00:18.0578554Z [ 2022-11-23T03:00:18.0578657Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0578721Z ] 2022-11-23T03:00:18.0579030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0579140Z with 2022-11-23T03:00:18.0579203Z [ 2022-11-23T03:00:18.0579396Z T=std::vector> 2022-11-23T03:00:18.0579459Z ] 2022-11-23T03:00:18.0579774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0579840Z with 2022-11-23T03:00:18.0579904Z [ 2022-11-23T03:00:18.0580093Z T=std::vector> 2022-11-23T03:00:18.0580155Z ] 2022-11-23T03:00:18.0580521Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0580589Z with 2022-11-23T03:00:18.0580651Z [ 2022-11-23T03:00:18.0580841Z T=std::vector> 2022-11-23T03:00:18.0580903Z ] 2022-11-23T03:00:18.0581448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0581520Z with 2022-11-23T03:00:18.0581587Z [ 2022-11-23T03:00:18.0581775Z T=std::vector> 2022-11-23T03:00:18.0581841Z ] 2022-11-23T03:00:18.0582260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0582683Z 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-23T03:00:18.0583034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0583102Z with 2022-11-23T03:00:18.0583168Z [ 2022-11-23T03:00:18.0583365Z T=std::vector> 2022-11-23T03:00:18.0583429Z ] 2022-11-23T03:00:18.0583726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0583796Z with 2022-11-23T03:00:18.0583862Z [ 2022-11-23T03:00:18.0583966Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0584032Z ] 2022-11-23T03:00:18.0584358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0584424Z with 2022-11-23T03:00:18.0584488Z [ 2022-11-23T03:00:18.0584586Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0584650Z ] 2022-11-23T03:00:18.0585014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0585080Z with 2022-11-23T03:00:18.0585186Z [ 2022-11-23T03:00:18.0585285Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0585348Z ] 2022-11-23T03:00:18.0585722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0585790Z with 2022-11-23T03:00:18.0585853Z [ 2022-11-23T03:00:18.0585951Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0586013Z ] 2022-11-23T03:00:18.0586363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0586717Z 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-23T03:00:18.0587064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0587129Z with 2022-11-23T03:00:18.0587193Z [ 2022-11-23T03:00:18.0587334Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0587398Z ] 2022-11-23T03:00:18.0587705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0587771Z with 2022-11-23T03:00:18.0587835Z [ 2022-11-23T03:00:18.0587917Z T=c10::IValue 2022-11-23T03:00:18.0587981Z ] 2022-11-23T03:00:18.0588307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0588362Z with 2022-11-23T03:00:18.0588425Z [ 2022-11-23T03:00:18.0588506Z T=c10::IValue 2022-11-23T03:00:18.0588568Z ] 2022-11-23T03:00:18.0588934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0589001Z with 2022-11-23T03:00:18.0589064Z [ 2022-11-23T03:00:18.0589143Z T=c10::IValue 2022-11-23T03:00:18.0589206Z ] 2022-11-23T03:00:18.0589597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0589664Z with 2022-11-23T03:00:18.0589727Z [ 2022-11-23T03:00:18.0589805Z T=c10::IValue 2022-11-23T03:00:18.0589868Z ] 2022-11-23T03:00:18.0590198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0590532Z 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-23T03:00:18.0590876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0590929Z with 2022-11-23T03:00:18.0590993Z [ 2022-11-23T03:00:18.0591073Z T=c10::IValue 2022-11-23T03:00:18.0591181Z ] 2022-11-23T03:00:18.0591488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0591554Z with 2022-11-23T03:00:18.0591616Z [ 2022-11-23T03:00:18.0591704Z T=c10::AliasInfo 2022-11-23T03:00:18.0591770Z ] 2022-11-23T03:00:18.0592095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0592161Z with 2022-11-23T03:00:18.0592223Z [ 2022-11-23T03:00:18.0592305Z T=c10::AliasInfo 2022-11-23T03:00:18.0592367Z ] 2022-11-23T03:00:18.0592728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0592782Z with 2022-11-23T03:00:18.0592845Z [ 2022-11-23T03:00:18.0592929Z T=c10::AliasInfo 2022-11-23T03:00:18.0592993Z ] 2022-11-23T03:00:18.0593423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0593491Z with 2022-11-23T03:00:18.0593556Z [ 2022-11-23T03:00:18.0593639Z T=c10::AliasInfo 2022-11-23T03:00:18.0593703Z ] 2022-11-23T03:00:18.0594033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0594374Z 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-23T03:00:18.0594719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0594787Z with 2022-11-23T03:00:18.0594850Z [ 2022-11-23T03:00:18.0594934Z T=c10::AliasInfo 2022-11-23T03:00:18.0594998Z ] 2022-11-23T03:00:18.0595308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0595359Z with 2022-11-23T03:00:18.0595422Z [ 2022-11-23T03:00:18.0595559Z T=std::vector> 2022-11-23T03:00:18.0595627Z ] 2022-11-23T03:00:18.0595952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0596020Z with 2022-11-23T03:00:18.0596084Z [ 2022-11-23T03:00:18.0596222Z T=std::vector> 2022-11-23T03:00:18.0596287Z ] 2022-11-23T03:00:18.0596649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0596717Z with 2022-11-23T03:00:18.0596780Z [ 2022-11-23T03:00:18.0596915Z T=std::vector> 2022-11-23T03:00:18.0596981Z ] 2022-11-23T03:00:18.0597366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0597479Z with 2022-11-23T03:00:18.0597529Z [ 2022-11-23T03:00:18.0597664Z T=std::vector> 2022-11-23T03:00:18.0597733Z ] 2022-11-23T03:00:18.0598324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0598432Z with 2022-11-23T03:00:18.0598522Z [ 2022-11-23T03:00:18.0598652Z T=c10::SymInt 2022-11-23T03:00:18.0598818Z ] 2022-11-23T03:00:18.0599564Z 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-23T03:00:18.0600470Z with 2022-11-23T03:00:18.0600641Z [ 2022-11-23T03:00:18.0600812Z T=c10::SymInt 2022-11-23T03:00:18.0600993Z ] 2022-11-23T03:00:18.0601548Z 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-23T03:00:18.0602373Z 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-23T03:00:18.0603133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0603550Z with 2022-11-23T03:00:18.0603720Z [ 2022-11-23T03:00:18.0603959Z T=std::vector> 2022-11-23T03:00:18.0604175Z ] 2022-11-23T03:00:18.0604582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0605092Z with 2022-11-23T03:00:18.0605478Z [ 2022-11-23T03:00:18.0605941Z T=c10::either 2022-11-23T03:00:18.0606172Z ] 2022-11-23T03:00:18.0606998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0607407Z with 2022-11-23T03:00:18.0607573Z [ 2022-11-23T03:00:18.0607816Z T=c10::either 2022-11-23T03:00:18.0608045Z ] 2022-11-23T03:00:18.0608509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0608944Z with 2022-11-23T03:00:18.0609092Z [ 2022-11-23T03:00:18.0609327Z T=c10::either 2022-11-23T03:00:18.0609552Z ] 2022-11-23T03:00:18.0610105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0610560Z with 2022-11-23T03:00:18.0610764Z [ 2022-11-23T03:00:18.0611145Z T=c10::either 2022-11-23T03:00:18.0611424Z ] 2022-11-23T03:00:18.0612595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0613830Z 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-23T03:00:18.0614582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0614998Z with 2022-11-23T03:00:18.0615162Z [ 2022-11-23T03:00:18.0615386Z T=c10::either 2022-11-23T03:00:18.0615615Z ] 2022-11-23T03:00:18.0616025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0616421Z with 2022-11-23T03:00:18.0616593Z [ 2022-11-23T03:00:18.0616870Z T=at::StepCallbacks 2022-11-23T03:00:18.0617047Z ] 2022-11-23T03:00:18.0617472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0617978Z with 2022-11-23T03:00:18.0618343Z [ 2022-11-23T03:00:18.0618744Z T=at::StepCallbacks 2022-11-23T03:00:18.0619055Z ] 2022-11-23T03:00:18.0619772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0620198Z with 2022-11-23T03:00:18.0620358Z [ 2022-11-23T03:00:18.0620542Z T=at::StepCallbacks 2022-11-23T03:00:18.0620722Z ] 2022-11-23T03:00:18.0621304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0621744Z with 2022-11-23T03:00:18.0621908Z [ 2022-11-23T03:00:18.0622093Z T=at::StepCallbacks 2022-11-23T03:00:18.0622275Z ] 2022-11-23T03:00:18.0622710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0623404Z 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-23T03:00:18.0624159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0625077Z with 2022-11-23T03:00:18.0625439Z [ 2022-11-23T03:00:18.0625831Z T=at::StepCallbacks 2022-11-23T03:00:18.0626021Z ] 2022-11-23T03:00:18.0626430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0626802Z with 2022-11-23T03:00:18.0627625Z [ 2022-11-23T03:00:18.0627836Z T=c10::DimVector 2022-11-23T03:00:18.0628015Z ] 2022-11-23T03:00:18.0628447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0628838Z with 2022-11-23T03:00:18.0628999Z [ 2022-11-23T03:00:18.0629168Z T=c10::DimVector 2022-11-23T03:00:18.0629342Z ] 2022-11-23T03:00:18.0629808Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0630237Z with 2022-11-23T03:00:18.0630542Z [ 2022-11-23T03:00:18.0630953Z T=c10::DimVector 2022-11-23T03:00:18.0631311Z ] 2022-11-23T03:00:18.0632269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0632728Z with 2022-11-23T03:00:18.0632889Z [ 2022-11-23T03:00:18.0633068Z T=c10::DimVector 2022-11-23T03:00:18.0633241Z ] 2022-11-23T03:00:18.0633748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0634428Z 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-23T03:00:18.0635106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0635545Z with 2022-11-23T03:00:18.0635729Z [ 2022-11-23T03:00:18.0635927Z T=c10::DimVector 2022-11-23T03:00:18.0636120Z ] 2022-11-23T03:00:18.0636552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0637359Z with 2022-11-23T03:00:18.0637688Z [ 2022-11-23T03:00:18.0638091Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0638468Z ] 2022-11-23T03:00:18.0638900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0639300Z with 2022-11-23T03:00:18.0639456Z [ 2022-11-23T03:00:18.0639660Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0639858Z ] 2022-11-23T03:00:18.0640324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0640752Z with 2022-11-23T03:00:18.0640926Z [ 2022-11-23T03:00:18.0641116Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0641314Z ] 2022-11-23T03:00:18.0641808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0642271Z with 2022-11-23T03:00:18.0642431Z [ 2022-11-23T03:00:18.0642618Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0642819Z ] 2022-11-23T03:00:18.0644009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0645193Z 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-23T03:00:18.0645915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0646330Z with 2022-11-23T03:00:18.0646505Z [ 2022-11-23T03:00:18.0646703Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0646885Z ] 2022-11-23T03:00:18.0647293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0647692Z with 2022-11-23T03:00:18.0647864Z [ 2022-11-23T03:00:18.0648112Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0648350Z ] 2022-11-23T03:00:18.0648855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0649345Z with 2022-11-23T03:00:18.0649709Z [ 2022-11-23T03:00:18.0650216Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0650711Z ] 2022-11-23T03:00:18.0651318Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0651752Z with 2022-11-23T03:00:18.0651903Z [ 2022-11-23T03:00:18.0652139Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0652368Z ] 2022-11-23T03:00:18.0652861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0653315Z with 2022-11-23T03:00:18.0653475Z [ 2022-11-23T03:00:18.0653696Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0653920Z ] 2022-11-23T03:00:18.0654395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0655179Z 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-23T03:00:18.0656527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0657382Z with 2022-11-23T03:00:18.0657548Z [ 2022-11-23T03:00:18.0657796Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0658018Z ] 2022-11-23T03:00:18.0658427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0658807Z with 2022-11-23T03:00:18.0659066Z [ 2022-11-23T03:00:18.0659282Z T=std::tuple 2022-11-23T03:00:18.0659491Z ] 2022-11-23T03:00:18.0659906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0660301Z with 2022-11-23T03:00:18.0660470Z [ 2022-11-23T03:00:18.0660684Z T=std::tuple 2022-11-23T03:00:18.0660885Z ] 2022-11-23T03:00:18.0661566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0662360Z with 2022-11-23T03:00:18.0662714Z [ 2022-11-23T03:00:18.0663118Z T=std::tuple 2022-11-23T03:00:18.0663588Z ] 2022-11-23T03:00:18.0664133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0664592Z with 2022-11-23T03:00:18.0664742Z [ 2022-11-23T03:00:18.0665046Z T=std::tuple 2022-11-23T03:00:18.0665257Z ] 2022-11-23T03:00:18.0665717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0666442Z 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-23T03:00:18.0667157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0667566Z with 2022-11-23T03:00:18.0667719Z [ 2022-11-23T03:00:18.0667932Z T=std::tuple 2022-11-23T03:00:18.0668152Z ] 2022-11-23T03:00:18.0669117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0669917Z with 2022-11-23T03:00:18.0670087Z [ 2022-11-23T03:00:18.0670271Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0670466Z ] 2022-11-23T03:00:18.0670895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0671291Z with 2022-11-23T03:00:18.0671450Z [ 2022-11-23T03:00:18.0671649Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0671824Z ] 2022-11-23T03:00:18.0672287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0672711Z with 2022-11-23T03:00:18.0672871Z [ 2022-11-23T03:00:18.0673093Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0673339Z ] 2022-11-23T03:00:18.0673896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0674520Z with 2022-11-23T03:00:18.0674878Z [ 2022-11-23T03:00:18.0675305Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0675678Z ] 2022-11-23T03:00:18.0676443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0677172Z 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-23T03:00:18.0677941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0678350Z with 2022-11-23T03:00:18.0678515Z [ 2022-11-23T03:00:18.0678710Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0678898Z ] 2022-11-23T03:00:18.0679302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0679662Z with 2022-11-23T03:00:18.0679822Z [ 2022-11-23T03:00:18.0680120Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0680327Z ] 2022-11-23T03:00:18.0680765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0681676Z with 2022-11-23T03:00:18.0681943Z [ 2022-11-23T03:00:18.0682408Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0682689Z ] 2022-11-23T03:00:18.0683149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0683578Z with 2022-11-23T03:00:18.0683729Z [ 2022-11-23T03:00:18.0683943Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0684146Z ] 2022-11-23T03:00:18.0684644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0685104Z with 2022-11-23T03:00:18.0685274Z [ 2022-11-23T03:00:18.0685475Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0685686Z ] 2022-11-23T03:00:18.0686149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0686879Z 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-23T03:00:18.0688330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0689074Z with 2022-11-23T03:00:18.0689307Z [ 2022-11-23T03:00:18.0689627Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0689908Z ] 2022-11-23T03:00:18.0690332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0691096Z with 2022-11-23T03:00:18.0691276Z [ 2022-11-23T03:00:18.0691499Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0691701Z ] 2022-11-23T03:00:18.0692139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0692544Z with 2022-11-23T03:00:18.0692727Z [ 2022-11-23T03:00:18.0692994Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0693202Z ] 2022-11-23T03:00:18.0694241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0695041Z with 2022-11-23T03:00:18.0695342Z [ 2022-11-23T03:00:18.0695559Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0695764Z ] 2022-11-23T03:00:18.0696261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0696708Z with 2022-11-23T03:00:18.0696870Z [ 2022-11-23T03:00:18.0697184Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0697396Z ] 2022-11-23T03:00:18.0697850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0698567Z 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-23T03:00:18.0699267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0699674Z with 2022-11-23T03:00:18.0699885Z [ 2022-11-23T03:00:18.0700356Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0700806Z ] 2022-11-23T03:00:18.0701726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0702110Z with 2022-11-23T03:00:18.0702263Z [ 2022-11-23T03:00:18.0702451Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0702641Z ] 2022-11-23T03:00:18.0703064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0703472Z with 2022-11-23T03:00:18.0703690Z [ 2022-11-23T03:00:18.0703866Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0704047Z ] 2022-11-23T03:00:18.0704509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0704938Z with 2022-11-23T03:00:18.0705102Z [ 2022-11-23T03:00:18.0705288Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0705458Z ] 2022-11-23T03:00:18.0705940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0706748Z with 2022-11-23T03:00:18.0707223Z [ 2022-11-23T03:00:18.0707625Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0707969Z ] 2022-11-23T03:00:18.0708417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0709106Z 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-23T03:00:18.0709792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0710190Z with 2022-11-23T03:00:18.0710352Z [ 2022-11-23T03:00:18.0710537Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0710724Z ] 2022-11-23T03:00:18.0711111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0711484Z with 2022-11-23T03:00:18.0711643Z [ 2022-11-23T03:00:18.0711833Z T=at::ThreadLocalState 2022-11-23T03:00:18.0712021Z ] 2022-11-23T03:00:18.0713411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0714280Z with 2022-11-23T03:00:18.0714447Z [ 2022-11-23T03:00:18.0714647Z T=at::ThreadLocalState 2022-11-23T03:00:18.0714833Z ] 2022-11-23T03:00:18.0715298Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0715709Z with 2022-11-23T03:00:18.0715870Z [ 2022-11-23T03:00:18.0716062Z T=at::ThreadLocalState 2022-11-23T03:00:18.0716248Z ] 2022-11-23T03:00:18.0716735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0717179Z with 2022-11-23T03:00:18.0717326Z [ 2022-11-23T03:00:18.0717515Z T=at::ThreadLocalState 2022-11-23T03:00:18.0717721Z ] 2022-11-23T03:00:18.0718387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0719877Z 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-23T03:00:18.0720996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0721416Z with 2022-11-23T03:00:18.0721568Z [ 2022-11-23T03:00:18.0721768Z T=at::ThreadLocalState 2022-11-23T03:00:18.0721957Z ] 2022-11-23T03:00:18.0722367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0722738Z with 2022-11-23T03:00:18.0722898Z [ 2022-11-23T03:00:18.0723098Z T=std::shared_ptr 2022-11-23T03:00:18.0723431Z ] 2022-11-23T03:00:18.0723856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0724249Z with 2022-11-23T03:00:18.0724416Z [ 2022-11-23T03:00:18.0724631Z T=std::shared_ptr 2022-11-23T03:00:18.0724822Z ] 2022-11-23T03:00:18.0725285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0726284Z with 2022-11-23T03:00:18.0726567Z [ 2022-11-23T03:00:18.0727030Z T=std::shared_ptr 2022-11-23T03:00:18.0727289Z ] 2022-11-23T03:00:18.0727767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0728227Z with 2022-11-23T03:00:18.0728386Z [ 2022-11-23T03:00:18.0728593Z T=std::shared_ptr 2022-11-23T03:00:18.0728792Z ] 2022-11-23T03:00:18.0729331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0730016Z 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-23T03:00:18.0730737Z 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-23T03:00:18.0731463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0732272Z with 2022-11-23T03:00:18.0732620Z [ 2022-11-23T03:00:18.0733025Z T=std::shared_ptr 2022-11-23T03:00:18.0733435Z ] 2022-11-23T03:00:18.0733847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0734212Z with 2022-11-23T03:00:18.0734376Z [ 2022-11-23T03:00:18.0734571Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0734766Z ] 2022-11-23T03:00:18.0735185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0735576Z with 2022-11-23T03:00:18.0735723Z [ 2022-11-23T03:00:18.0735918Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0736108Z ] 2022-11-23T03:00:18.0736572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0736996Z with 2022-11-23T03:00:18.0737143Z [ 2022-11-23T03:00:18.0737335Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0737526Z ] 2022-11-23T03:00:18.0738177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0739322Z with 2022-11-23T03:00:18.0739654Z [ 2022-11-23T03:00:18.0739845Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0740047Z ] 2022-11-23T03:00:18.0740566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0741337Z 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-23T03:00:18.0742053Z 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-23T03:00:18.0742765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0743180Z with 2022-11-23T03:00:18.0743351Z [ 2022-11-23T03:00:18.0743623Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0743826Z ] 2022-11-23T03:00:18.0744383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0745279Z with 2022-11-23T03:00:18.0745628Z [ 2022-11-23T03:00:18.0745952Z T=torch::jit::Method 2022-11-23T03:00:18.0746130Z ] 2022-11-23T03:00:18.0746557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0746961Z with 2022-11-23T03:00:18.0747128Z [ 2022-11-23T03:00:18.0747319Z T=torch::jit::Method 2022-11-23T03:00:18.0747493Z ] 2022-11-23T03:00:18.0747960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0748396Z with 2022-11-23T03:00:18.0748561Z [ 2022-11-23T03:00:18.0748738Z T=torch::jit::Method 2022-11-23T03:00:18.0748918Z ] 2022-11-23T03:00:18.0749394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0749846Z with 2022-11-23T03:00:18.0750010Z [ 2022-11-23T03:00:18.0750191Z T=torch::jit::Method 2022-11-23T03:00:18.0750404Z ] 2022-11-23T03:00:18.0751420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0752562Z 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-23T03:00:18.0753252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0753644Z with 2022-11-23T03:00:18.0753807Z [ 2022-11-23T03:00:18.0754097Z T=torch::jit::Method 2022-11-23T03:00:18.0754283Z ] 2022-11-23T03:00:18.0754695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0755077Z with 2022-11-23T03:00:18.0755225Z [ 2022-11-23T03:00:18.0755468Z T=std::vector> 2022-11-23T03:00:18.0755692Z ] 2022-11-23T03:00:18.0756116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0756505Z with 2022-11-23T03:00:18.0756736Z [ 2022-11-23T03:00:18.0757256Z T=std::vector> 2022-11-23T03:00:18.0757689Z ] 2022-11-23T03:00:18.0758554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0758977Z with 2022-11-23T03:00:18.0759138Z [ 2022-11-23T03:00:18.0759363Z T=std::vector> 2022-11-23T03:00:18.0759670Z ] 2022-11-23T03:00:18.0760167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0760613Z with 2022-11-23T03:00:18.0760780Z [ 2022-11-23T03:00:18.0761018Z T=std::vector> 2022-11-23T03:00:18.0761226Z ] 2022-11-23T03:00:18.0761696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0762441Z 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-23T03:00:18.0763606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0764444Z with 2022-11-23T03:00:18.0764760Z [ 2022-11-23T03:00:18.0765083Z T=std::vector> 2022-11-23T03:00:18.0765307Z ] 2022-11-23T03:00:18.0765710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0766099Z with 2022-11-23T03:00:18.0766263Z [ 2022-11-23T03:00:18.0766531Z T=std::function 2022-11-23T03:00:18.0766779Z ] 2022-11-23T03:00:18.0767250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0767622Z with 2022-11-23T03:00:18.0767784Z [ 2022-11-23T03:00:18.0768046Z T=std::function 2022-11-23T03:00:18.0768294Z ] 2022-11-23T03:00:18.0768755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0769431Z with 2022-11-23T03:00:18.0769774Z [ 2022-11-23T03:00:18.0770283Z T=std::function 2022-11-23T03:00:18.0770848Z ] 2022-11-23T03:00:18.0771618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0772060Z with 2022-11-23T03:00:18.0772220Z [ 2022-11-23T03:00:18.0772483Z T=std::function 2022-11-23T03:00:18.0772716Z ] 2022-11-23T03:00:18.0773211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0774101Z 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-23T03:00:18.0774850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0775257Z with 2022-11-23T03:00:18.0775422Z [ 2022-11-23T03:00:18.0775997Z T=std::function 2022-11-23T03:00:18.0776519Z ] 2022-11-23T03:00:18.0777333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0777713Z with 2022-11-23T03:00:18.0777877Z [ 2022-11-23T03:00:18.0778164Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0778434Z ] 2022-11-23T03:00:18.0778858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0779237Z with 2022-11-23T03:00:18.0779398Z [ 2022-11-23T03:00:18.0779680Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0779946Z ] 2022-11-23T03:00:18.0780409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0780829Z with 2022-11-23T03:00:18.0781054Z [ 2022-11-23T03:00:18.0781345Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0781614Z ] 2022-11-23T03:00:18.0782673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0783638Z with 2022-11-23T03:00:18.0783811Z [ 2022-11-23T03:00:18.0784114Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0784384Z ] 2022-11-23T03:00:18.0784906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0785878Z 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-23T03:00:18.0786675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0787084Z with 2022-11-23T03:00:18.0787248Z [ 2022-11-23T03:00:18.0787534Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.0787789Z ] 2022-11-23T03:00:18.0788550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0789389Z with 2022-11-23T03:00:18.0789738Z [ 2022-11-23T03:00:18.0789981Z T=std::vector> 2022-11-23T03:00:18.0790193Z ] 2022-11-23T03:00:18.0790684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0791081Z with 2022-11-23T03:00:18.0791245Z [ 2022-11-23T03:00:18.0791466Z T=std::vector> 2022-11-23T03:00:18.0791675Z ] 2022-11-23T03:00:18.0792133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0792543Z with 2022-11-23T03:00:18.0792704Z [ 2022-11-23T03:00:18.0792922Z T=std::vector> 2022-11-23T03:00:18.0793134Z ] 2022-11-23T03:00:18.0793621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0794072Z with 2022-11-23T03:00:18.0794223Z [ 2022-11-23T03:00:18.0794720Z T=std::vector> 2022-11-23T03:00:18.0795186Z ] 2022-11-23T03:00:18.0796098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0796519Z with 2022-11-23T03:00:18.0796679Z [ 2022-11-23T03:00:18.0796836Z T=double 2022-11-23T03:00:18.0797006Z ] 2022-11-23T03:00:18.0797496Z 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-23T03:00:18.0797948Z with 2022-11-23T03:00:18.0798107Z [ 2022-11-23T03:00:18.0798262Z T=double 2022-11-23T03:00:18.0798325Z ] 2022-11-23T03:00:18.0798669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0798737Z with 2022-11-23T03:00:18.0798799Z [ 2022-11-23T03:00:18.0798926Z T=std::vector> 2022-11-23T03:00:18.0798989Z ] 2022-11-23T03:00:18.0799297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0799450Z with 2022-11-23T03:00:18.0799512Z [ 2022-11-23T03:00:18.0799624Z T=std::tuple 2022-11-23T03:00:18.0799686Z ] 2022-11-23T03:00:18.0800012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0800076Z with 2022-11-23T03:00:18.0800138Z [ 2022-11-23T03:00:18.0800249Z T=std::tuple 2022-11-23T03:00:18.0800300Z ] 2022-11-23T03:00:18.0800930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0801070Z with 2022-11-23T03:00:18.0801193Z [ 2022-11-23T03:00:18.0801435Z T=std::tuple 2022-11-23T03:00:18.0801545Z ] 2022-11-23T03:00:18.0802467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0802541Z with 2022-11-23T03:00:18.0802602Z [ 2022-11-23T03:00:18.0802716Z T=std::tuple 2022-11-23T03:00:18.0802778Z ] 2022-11-23T03:00:18.0803136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0803528Z 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-23T03:00:18.0803874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0803941Z with 2022-11-23T03:00:18.0804006Z [ 2022-11-23T03:00:18.0804117Z T=std::tuple 2022-11-23T03:00:18.0804179Z ] 2022-11-23T03:00:18.0804476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0804541Z with 2022-11-23T03:00:18.0804605Z [ 2022-11-23T03:00:18.0804745Z T=std::vector> 2022-11-23T03:00:18.0804808Z ] 2022-11-23T03:00:18.0805129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0805194Z with 2022-11-23T03:00:18.0805258Z [ 2022-11-23T03:00:18.0805396Z T=std::vector> 2022-11-23T03:00:18.0805458Z ] 2022-11-23T03:00:18.0805817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0805880Z with 2022-11-23T03:00:18.0805943Z [ 2022-11-23T03:00:18.0806077Z T=std::vector> 2022-11-23T03:00:18.0806193Z ] 2022-11-23T03:00:18.0806577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0806642Z with 2022-11-23T03:00:18.0806691Z [ 2022-11-23T03:00:18.0806853Z T=std::vector> 2022-11-23T03:00:18.0806976Z ] 2022-11-23T03:00:18.0807863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0808703Z 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-23T03:00:18.0809056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0809127Z with 2022-11-23T03:00:18.0809191Z [ 2022-11-23T03:00:18.0809386Z T=std::vector> 2022-11-23T03:00:18.0809450Z ] 2022-11-23T03:00:18.0810467Z [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-23T03:00:18.0810618Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.0810765Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.0810777Z 2022-11-23T03:00:18.0810915Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T03:00:18.0811230Z 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-23T03:00:18.0811541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0811608Z with 2022-11-23T03:00:18.0811674Z [ 2022-11-23T03:00:18.0811758Z T=c10::SymInt 2022-11-23T03:00:18.0811822Z ] 2022-11-23T03:00:18.0812142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0812207Z with 2022-11-23T03:00:18.0812272Z [ 2022-11-23T03:00:18.0812350Z T=c10::SymInt 2022-11-23T03:00:18.0812399Z ] 2022-11-23T03:00:18.0812765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0812830Z with 2022-11-23T03:00:18.0812891Z [ 2022-11-23T03:00:18.0812969Z T=c10::SymInt 2022-11-23T03:00:18.0813031Z ] 2022-11-23T03:00:18.0813935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0814123Z with 2022-11-23T03:00:18.0814256Z [ 2022-11-23T03:00:18.0814415Z T=c10::SymInt 2022-11-23T03:00:18.0814538Z ] 2022-11-23T03:00:18.0815045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0815374Z 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-23T03:00:18.0815716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0815784Z with 2022-11-23T03:00:18.0815847Z [ 2022-11-23T03:00:18.0815926Z T=c10::SymInt 2022-11-23T03:00:18.0815976Z ] 2022-11-23T03:00:18.0816331Z 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-23T03:00:18.0816643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0816708Z with 2022-11-23T03:00:18.0816770Z [ 2022-11-23T03:00:18.0816857Z T=at::TensorBase 2022-11-23T03:00:18.0816923Z ] 2022-11-23T03:00:18.0817245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0817313Z with 2022-11-23T03:00:18.0817377Z [ 2022-11-23T03:00:18.0817462Z T=at::TensorBase 2022-11-23T03:00:18.0817523Z ] 2022-11-23T03:00:18.0817894Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0817959Z with 2022-11-23T03:00:18.0818021Z [ 2022-11-23T03:00:18.0818104Z T=at::TensorBase 2022-11-23T03:00:18.0818153Z ] 2022-11-23T03:00:18.0829123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0829281Z with 2022-11-23T03:00:18.0829348Z [ 2022-11-23T03:00:18.0829468Z T=at::TensorBase 2022-11-23T03:00:18.0829531Z ] 2022-11-23T03:00:18.0829889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0830239Z 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-23T03:00:18.0830590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0830659Z with 2022-11-23T03:00:18.0830723Z [ 2022-11-23T03:00:18.0830811Z T=at::TensorBase 2022-11-23T03:00:18.0831019Z ] 2022-11-23T03:00:18.0831337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0831405Z with 2022-11-23T03:00:18.0831468Z [ 2022-11-23T03:00:18.0831549Z T=at::Tensor 2022-11-23T03:00:18.0831614Z ] 2022-11-23T03:00:18.0831938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0832013Z with 2022-11-23T03:00:18.0832110Z [ 2022-11-23T03:00:18.0832247Z T=at::Tensor 2022-11-23T03:00:18.0832357Z ] 2022-11-23T03:00:18.0833210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0833304Z with 2022-11-23T03:00:18.0833366Z [ 2022-11-23T03:00:18.0833448Z T=at::Tensor 2022-11-23T03:00:18.0833498Z ] 2022-11-23T03:00:18.0834354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0834432Z with 2022-11-23T03:00:18.0834495Z [ 2022-11-23T03:00:18.0834578Z T=at::Tensor 2022-11-23T03:00:18.0834642Z ] 2022-11-23T03:00:18.0834977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0835305Z 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-23T03:00:18.0835647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0835717Z with 2022-11-23T03:00:18.0835780Z [ 2022-11-23T03:00:18.0835861Z T=at::Tensor 2022-11-23T03:00:18.0835924Z ] 2022-11-23T03:00:18.0836237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0836302Z with 2022-11-23T03:00:18.0836365Z [ 2022-11-23T03:00:18.0836450Z T=at::Generator 2022-11-23T03:00:18.0836499Z ] 2022-11-23T03:00:18.0836825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0836892Z with 2022-11-23T03:00:18.0836956Z [ 2022-11-23T03:00:18.0837041Z T=at::Generator 2022-11-23T03:00:18.0837103Z ] 2022-11-23T03:00:18.0837468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0837536Z with 2022-11-23T03:00:18.0837598Z [ 2022-11-23T03:00:18.0837679Z T=at::Generator 2022-11-23T03:00:18.0837741Z ] 2022-11-23T03:00:18.0838130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0838251Z with 2022-11-23T03:00:18.0838313Z [ 2022-11-23T03:00:18.0838394Z T=at::Generator 2022-11-23T03:00:18.0838443Z ] 2022-11-23T03:00:18.0838774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0839514Z 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-23T03:00:18.0840227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0840367Z with 2022-11-23T03:00:18.0840499Z [ 2022-11-23T03:00:18.0840642Z T=at::Generator 2022-11-23T03:00:18.0840706Z ] 2022-11-23T03:00:18.0841015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0841081Z with 2022-11-23T03:00:18.0841143Z [ 2022-11-23T03:00:18.0841289Z T=c10::Scalar 2022-11-23T03:00:18.0841353Z ] 2022-11-23T03:00:18.0841677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0841742Z with 2022-11-23T03:00:18.0841806Z [ 2022-11-23T03:00:18.0841883Z T=c10::Scalar 2022-11-23T03:00:18.0841933Z ] 2022-11-23T03:00:18.0842295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0842364Z with 2022-11-23T03:00:18.0842427Z [ 2022-11-23T03:00:18.0842505Z T=c10::Scalar 2022-11-23T03:00:18.0842569Z ] 2022-11-23T03:00:18.0842959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0843025Z with 2022-11-23T03:00:18.0843087Z [ 2022-11-23T03:00:18.0843163Z T=c10::Scalar 2022-11-23T03:00:18.0843225Z ] 2022-11-23T03:00:18.0843555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0843883Z 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-23T03:00:18.0844228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0844297Z with 2022-11-23T03:00:18.0844359Z [ 2022-11-23T03:00:18.0844437Z T=c10::Scalar 2022-11-23T03:00:18.0844486Z ] 2022-11-23T03:00:18.0844795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0844860Z with 2022-11-23T03:00:18.0844922Z [ 2022-11-23T03:00:18.0845001Z T=std::string 2022-11-23T03:00:18.0846062Z ] 2022-11-23T03:00:18.0846815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0846912Z with 2022-11-23T03:00:18.0846975Z [ 2022-11-23T03:00:18.0847057Z T=std::string 2022-11-23T03:00:18.0847124Z ] 2022-11-23T03:00:18.0847492Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0847557Z with 2022-11-23T03:00:18.0847618Z [ 2022-11-23T03:00:18.0847696Z T=std::string 2022-11-23T03:00:18.0847745Z ] 2022-11-23T03:00:18.0848135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0848204Z with 2022-11-23T03:00:18.0848266Z [ 2022-11-23T03:00:18.0848344Z T=std::string 2022-11-23T03:00:18.0848406Z ] 2022-11-23T03:00:18.0848808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0849137Z 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-23T03:00:18.0849477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0849547Z with 2022-11-23T03:00:18.0849610Z [ 2022-11-23T03:00:18.0849691Z T=std::string 2022-11-23T03:00:18.0849753Z ] 2022-11-23T03:00:18.0850065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0850132Z with 2022-11-23T03:00:18.0850196Z [ 2022-11-23T03:00:18.0850290Z T=c10::QualifiedName 2022-11-23T03:00:18.0850339Z ] 2022-11-23T03:00:18.0850659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0850726Z with 2022-11-23T03:00:18.0850788Z [ 2022-11-23T03:00:18.0850879Z T=c10::QualifiedName 2022-11-23T03:00:18.0850943Z ] 2022-11-23T03:00:18.0851308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0851396Z with 2022-11-23T03:00:18.0851512Z [ 2022-11-23T03:00:18.0851685Z T=c10::QualifiedName 2022-11-23T03:00:18.0851838Z ] 2022-11-23T03:00:18.0852694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0852826Z with 2022-11-23T03:00:18.0852948Z [ 2022-11-23T03:00:18.0853137Z T=c10::QualifiedName 2022-11-23T03:00:18.0853198Z ] 2022-11-23T03:00:18.0853545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0853957Z 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-23T03:00:18.0854304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0854371Z with 2022-11-23T03:00:18.0854435Z [ 2022-11-23T03:00:18.0854525Z T=c10::QualifiedName 2022-11-23T03:00:18.0854587Z ] 2022-11-23T03:00:18.0854896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0854963Z with 2022-11-23T03:00:18.0855027Z [ 2022-11-23T03:00:18.0855162Z T=std::shared_ptr 2022-11-23T03:00:18.0855226Z ] 2022-11-23T03:00:18.0855599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0855665Z with 2022-11-23T03:00:18.0855728Z [ 2022-11-23T03:00:18.0855862Z T=std::shared_ptr 2022-11-23T03:00:18.0855911Z ] 2022-11-23T03:00:18.0856273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0856340Z with 2022-11-23T03:00:18.0856406Z [ 2022-11-23T03:00:18.0856539Z T=std::shared_ptr 2022-11-23T03:00:18.0856604Z ] 2022-11-23T03:00:18.0856994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0857060Z with 2022-11-23T03:00:18.0857124Z [ 2022-11-23T03:00:18.0857253Z T=std::shared_ptr 2022-11-23T03:00:18.0857315Z ] 2022-11-23T03:00:18.0857732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0858609Z 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-23T03:00:18.0859402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0859472Z with 2022-11-23T03:00:18.0859534Z [ 2022-11-23T03:00:18.0859670Z T=std::shared_ptr 2022-11-23T03:00:18.0859732Z ] 2022-11-23T03:00:18.0860041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0860107Z with 2022-11-23T03:00:18.0860155Z [ 2022-11-23T03:00:18.0860285Z T=std::weak_ptr 2022-11-23T03:00:18.0860347Z ] 2022-11-23T03:00:18.0860734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0860801Z with 2022-11-23T03:00:18.0860864Z [ 2022-11-23T03:00:18.0861090Z T=std::weak_ptr 2022-11-23T03:00:18.0861155Z ] 2022-11-23T03:00:18.0861526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0861592Z with 2022-11-23T03:00:18.0861653Z [ 2022-11-23T03:00:18.0861781Z T=std::weak_ptr 2022-11-23T03:00:18.0861844Z ] 2022-11-23T03:00:18.0862233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0862302Z with 2022-11-23T03:00:18.0862364Z [ 2022-11-23T03:00:18.0862479Z T=std::weak_ptr 2022-11-23T03:00:18.0862541Z ] 2022-11-23T03:00:18.0862962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0863323Z 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-23T03:00:18.0863661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0863730Z with 2022-11-23T03:00:18.0863793Z [ 2022-11-23T03:00:18.0863970Z T=std::weak_ptr 2022-11-23T03:00:18.0864084Z ] 2022-11-23T03:00:18.0864845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0864943Z with 2022-11-23T03:00:18.0865058Z [ 2022-11-23T03:00:18.0865396Z T=std::vector> 2022-11-23T03:00:18.0865523Z ] 2022-11-23T03:00:18.0865921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0865989Z with 2022-11-23T03:00:18.0866056Z [ 2022-11-23T03:00:18.0866213Z T=std::vector> 2022-11-23T03:00:18.0866264Z ] 2022-11-23T03:00:18.0866628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0866695Z with 2022-11-23T03:00:18.0866757Z [ 2022-11-23T03:00:18.0866913Z T=std::vector> 2022-11-23T03:00:18.0866975Z ] 2022-11-23T03:00:18.0867359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0867424Z with 2022-11-23T03:00:18.0867551Z [ 2022-11-23T03:00:18.0867706Z T=std::vector> 2022-11-23T03:00:18.0867767Z ] 2022-11-23T03:00:18.0868148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0868529Z 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-23T03:00:18.0868874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0868941Z with 2022-11-23T03:00:18.0869005Z [ 2022-11-23T03:00:18.0869159Z T=std::vector> 2022-11-23T03:00:18.0869221Z ] 2022-11-23T03:00:18.0869526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0869642Z with 2022-11-23T03:00:18.0869693Z [ 2022-11-23T03:00:18.0869815Z T=std::vector> 2022-11-23T03:00:18.0869879Z ] 2022-11-23T03:00:18.0870266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0870389Z with 2022-11-23T03:00:18.0870537Z [ 2022-11-23T03:00:18.0870798Z T=std::vector> 2022-11-23T03:00:18.0870926Z ] 2022-11-23T03:00:18.0871652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0871790Z with 2022-11-23T03:00:18.0871917Z [ 2022-11-23T03:00:18.0872061Z T=std::vector> 2022-11-23T03:00:18.0872126Z ] 2022-11-23T03:00:18.0872517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0872584Z with 2022-11-23T03:00:18.0872646Z [ 2022-11-23T03:00:18.0872752Z T=std::vector> 2022-11-23T03:00:18.0872815Z ] 2022-11-23T03:00:18.0873171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0873528Z 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-23T03:00:18.0873871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0873940Z with 2022-11-23T03:00:18.0874003Z [ 2022-11-23T03:00:18.0874122Z T=std::vector> 2022-11-23T03:00:18.0874184Z ] 2022-11-23T03:00:18.0874491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0874633Z with 2022-11-23T03:00:18.0874695Z [ 2022-11-23T03:00:18.0874865Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0874928Z ] 2022-11-23T03:00:18.0875254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0875319Z with 2022-11-23T03:00:18.0875382Z [ 2022-11-23T03:00:18.0875553Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0875602Z ] 2022-11-23T03:00:18.0875965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0876033Z with 2022-11-23T03:00:18.0876096Z [ 2022-11-23T03:00:18.0876260Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0876324Z ] 2022-11-23T03:00:18.0877288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0877420Z with 2022-11-23T03:00:18.0877495Z [ 2022-11-23T03:00:18.0877889Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0878016Z ] 2022-11-23T03:00:18.0878495Z C:\actions-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-23T03:00:18.0878897Z 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-23T03:00:18.0879234Z 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-23T03:00:18.0879580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0879648Z with 2022-11-23T03:00:18.0879715Z [ 2022-11-23T03:00:18.0879885Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0879949Z ] 2022-11-23T03:00:18.0880256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0880322Z with 2022-11-23T03:00:18.0880387Z [ 2022-11-23T03:00:18.0880548Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0880598Z ] 2022-11-23T03:00:18.0880922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0880987Z with 2022-11-23T03:00:18.0881049Z [ 2022-11-23T03:00:18.0881210Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0881340Z ] 2022-11-23T03:00:18.0881793Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0881896Z with 2022-11-23T03:00:18.0881995Z [ 2022-11-23T03:00:18.0882236Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0882331Z ] 2022-11-23T03:00:18.0883031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0883198Z with 2022-11-23T03:00:18.0883324Z [ 2022-11-23T03:00:18.0883683Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0883787Z ] 2022-11-23T03:00:18.0884362Z C:\actions-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-23T03:00:18.0885761Z 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-23T03:00:18.0886264Z 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-23T03:00:18.0886776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0886881Z with 2022-11-23T03:00:18.0886968Z [ 2022-11-23T03:00:18.0887205Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.0887304Z ] 2022-11-23T03:00:18.0887747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0887901Z with 2022-11-23T03:00:18.0888008Z [ 2022-11-23T03:00:18.0888279Z T=std::vector> 2022-11-23T03:00:18.0888405Z ] 2022-11-23T03:00:18.0888822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0888896Z with 2022-11-23T03:00:18.0888959Z [ 2022-11-23T03:00:18.0889088Z T=std::vector> 2022-11-23T03:00:18.0889150Z ] 2022-11-23T03:00:18.0889519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0889587Z with 2022-11-23T03:00:18.0889649Z [ 2022-11-23T03:00:18.0889759Z T=std::vector> 2022-11-23T03:00:18.0889820Z ] 2022-11-23T03:00:18.0890214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0890280Z with 2022-11-23T03:00:18.0890439Z [ 2022-11-23T03:00:18.0890562Z T=std::vector> 2022-11-23T03:00:18.0890626Z ] 2022-11-23T03:00:18.0890989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0891348Z 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-23T03:00:18.0891697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0891764Z with 2022-11-23T03:00:18.0891827Z [ 2022-11-23T03:00:18.0891955Z T=std::vector> 2022-11-23T03:00:18.0892018Z ] 2022-11-23T03:00:18.0892392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0892485Z with 2022-11-23T03:00:18.0892579Z [ 2022-11-23T03:00:18.0892816Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0892880Z ] 2022-11-23T03:00:18.0893437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0893619Z with 2022-11-23T03:00:18.0893747Z [ 2022-11-23T03:00:18.0894089Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0894184Z ] 2022-11-23T03:00:18.0894988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0895093Z with 2022-11-23T03:00:18.0895159Z [ 2022-11-23T03:00:18.0895316Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0895385Z ] 2022-11-23T03:00:18.0895781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0895850Z with 2022-11-23T03:00:18.0895913Z [ 2022-11-23T03:00:18.0896067Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0896130Z ] 2022-11-23T03:00:18.0896520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0896930Z 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-23T03:00:18.0897317Z 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-23T03:00:18.0897665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0897803Z with 2022-11-23T03:00:18.0897867Z [ 2022-11-23T03:00:18.0898020Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.0898083Z ] 2022-11-23T03:00:18.0898379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0898445Z with 2022-11-23T03:00:18.0898510Z [ 2022-11-23T03:00:18.0898662Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0898729Z ] 2022-11-23T03:00:18.0899050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0899116Z with 2022-11-23T03:00:18.0899178Z [ 2022-11-23T03:00:18.0899331Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0899396Z ] 2022-11-23T03:00:18.0900237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0900377Z with 2022-11-23T03:00:18.0900551Z [ 2022-11-23T03:00:18.0900920Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0901125Z ] 2022-11-23T03:00:18.0901594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0901661Z with 2022-11-23T03:00:18.0901712Z [ 2022-11-23T03:00:18.0901867Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0901932Z ] 2022-11-23T03:00:18.0902322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0902727Z 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-23T03:00:18.0903121Z 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-23T03:00:18.0903465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0903539Z with 2022-11-23T03:00:18.0903604Z [ 2022-11-23T03:00:18.0903755Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.0903818Z ] 2022-11-23T03:00:18.0904125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0904190Z with 2022-11-23T03:00:18.0904252Z [ 2022-11-23T03:00:18.0904359Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0904423Z ] 2022-11-23T03:00:18.0904747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0904875Z with 2022-11-23T03:00:18.0904937Z [ 2022-11-23T03:00:18.0905044Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0905095Z ] 2022-11-23T03:00:18.0905461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0905529Z with 2022-11-23T03:00:18.0905592Z [ 2022-11-23T03:00:18.0905723Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0905841Z ] 2022-11-23T03:00:18.0906757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0906898Z with 2022-11-23T03:00:18.0907028Z [ 2022-11-23T03:00:18.0907258Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0907383Z ] 2022-11-23T03:00:18.0907794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0908189Z 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-23T03:00:18.0908257Z with 2022-11-23T03:00:18.0908321Z [ 2022-11-23T03:00:18.0908426Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0908476Z ] 2022-11-23T03:00:18.0908861Z 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-23T03:00:18.0909206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0909274Z with 2022-11-23T03:00:18.0909338Z [ 2022-11-23T03:00:18.0909442Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.0909506Z ] 2022-11-23T03:00:18.0909819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0909886Z with 2022-11-23T03:00:18.0909948Z [ 2022-11-23T03:00:18.0910144Z T=std::vector> 2022-11-23T03:00:18.0910208Z ] 2022-11-23T03:00:18.0910537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0910605Z with 2022-11-23T03:00:18.0910668Z [ 2022-11-23T03:00:18.0910861Z T=std::vector> 2022-11-23T03:00:18.0910925Z ] 2022-11-23T03:00:18.0911288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0911356Z with 2022-11-23T03:00:18.0911406Z [ 2022-11-23T03:00:18.0911597Z T=std::vector> 2022-11-23T03:00:18.0911663Z ] 2022-11-23T03:00:18.0912155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0912398Z with 2022-11-23T03:00:18.0912524Z [ 2022-11-23T03:00:18.0912957Z T=std::vector> 2022-11-23T03:00:18.0913029Z ] 2022-11-23T03:00:18.0913889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0914318Z 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-23T03:00:18.0914668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0914734Z with 2022-11-23T03:00:18.0914799Z [ 2022-11-23T03:00:18.0915049Z T=std::vector> 2022-11-23T03:00:18.0915114Z ] 2022-11-23T03:00:18.0915427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0915496Z with 2022-11-23T03:00:18.0915557Z [ 2022-11-23T03:00:18.0915657Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0915721Z ] 2022-11-23T03:00:18.0916044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0916100Z with 2022-11-23T03:00:18.0916161Z [ 2022-11-23T03:00:18.0916262Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0916327Z ] 2022-11-23T03:00:18.0916694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0916762Z with 2022-11-23T03:00:18.0916825Z [ 2022-11-23T03:00:18.0916921Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0916984Z ] 2022-11-23T03:00:18.0917369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0917437Z with 2022-11-23T03:00:18.0917500Z [ 2022-11-23T03:00:18.0917598Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0917660Z ] 2022-11-23T03:00:18.0918013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0918516Z 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-23T03:00:18.0919320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0919579Z with 2022-11-23T03:00:18.0919693Z [ 2022-11-23T03:00:18.0919906Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.0920016Z ] 2022-11-23T03:00:18.0920330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0920396Z with 2022-11-23T03:00:18.0920461Z [ 2022-11-23T03:00:18.0920543Z T=c10::IValue 2022-11-23T03:00:18.0920606Z ] 2022-11-23T03:00:18.0920930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0920996Z with 2022-11-23T03:00:18.0921057Z [ 2022-11-23T03:00:18.0921139Z T=c10::IValue 2022-11-23T03:00:18.0921202Z ] 2022-11-23T03:00:18.0921571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0921641Z with 2022-11-23T03:00:18.0921691Z [ 2022-11-23T03:00:18.0921772Z T=c10::IValue 2022-11-23T03:00:18.0921836Z ] 2022-11-23T03:00:18.0922292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0922363Z with 2022-11-23T03:00:18.0922429Z [ 2022-11-23T03:00:18.0922514Z T=c10::IValue 2022-11-23T03:00:18.0922576Z ] 2022-11-23T03:00:18.0922906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0923238Z 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-23T03:00:18.0923586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0923654Z with 2022-11-23T03:00:18.0923718Z [ 2022-11-23T03:00:18.0923800Z T=c10::IValue 2022-11-23T03:00:18.0923865Z ] 2022-11-23T03:00:18.0924179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0924246Z with 2022-11-23T03:00:18.0924298Z [ 2022-11-23T03:00:18.0924383Z T=c10::AliasInfo 2022-11-23T03:00:18.0924447Z ] 2022-11-23T03:00:18.0925212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0925347Z with 2022-11-23T03:00:18.0925465Z [ 2022-11-23T03:00:18.0925583Z T=c10::AliasInfo 2022-11-23T03:00:18.0925731Z ] 2022-11-23T03:00:18.0926400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0926467Z with 2022-11-23T03:00:18.0926529Z [ 2022-11-23T03:00:18.0926612Z T=c10::AliasInfo 2022-11-23T03:00:18.0926674Z ] 2022-11-23T03:00:18.0927061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0927200Z with 2022-11-23T03:00:18.0927250Z [ 2022-11-23T03:00:18.0927334Z T=c10::AliasInfo 2022-11-23T03:00:18.0927397Z ] 2022-11-23T03:00:18.0927729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0928067Z 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-23T03:00:18.0928407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0928476Z with 2022-11-23T03:00:18.0928540Z [ 2022-11-23T03:00:18.0928623Z T=c10::AliasInfo 2022-11-23T03:00:18.0928686Z ] 2022-11-23T03:00:18.0929044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0929112Z with 2022-11-23T03:00:18.0929173Z [ 2022-11-23T03:00:18.0929311Z T=std::vector> 2022-11-23T03:00:18.0929373Z ] 2022-11-23T03:00:18.0929700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0929766Z with 2022-11-23T03:00:18.0929815Z [ 2022-11-23T03:00:18.0929950Z T=std::vector> 2022-11-23T03:00:18.0930012Z ] 2022-11-23T03:00:18.0930376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0930443Z with 2022-11-23T03:00:18.0930506Z [ 2022-11-23T03:00:18.0930639Z T=std::vector> 2022-11-23T03:00:18.0930700Z ] 2022-11-23T03:00:18.0931638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0931747Z with 2022-11-23T03:00:18.0931829Z [ 2022-11-23T03:00:18.0932150Z T=std::vector> 2022-11-23T03:00:18.0932274Z ] 2022-11-23T03:00:18.0932734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.0932801Z with 2022-11-23T03:00:18.0932866Z [ 2022-11-23T03:00:18.0932935Z T=c10::SymInt 2022-11-23T03:00:18.0932999Z ] 2022-11-23T03:00:18.0933348Z 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-23T03:00:18.0933414Z with 2022-11-23T03:00:18.0933476Z [ 2022-11-23T03:00:18.0933554Z T=c10::SymInt 2022-11-23T03:00:18.0933617Z ] 2022-11-23T03:00:18.0933988Z 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-23T03:00:18.0934485Z 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-23T03:00:18.0934834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0934899Z with 2022-11-23T03:00:18.0934961Z [ 2022-11-23T03:00:18.0935097Z T=std::vector> 2022-11-23T03:00:18.0935162Z ] 2022-11-23T03:00:18.0935474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0935541Z with 2022-11-23T03:00:18.0935604Z [ 2022-11-23T03:00:18.0935748Z T=c10::either 2022-11-23T03:00:18.0935810Z ] 2022-11-23T03:00:18.0936171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0936236Z with 2022-11-23T03:00:18.0936299Z [ 2022-11-23T03:00:18.0936441Z T=c10::either 2022-11-23T03:00:18.0936503Z ] 2022-11-23T03:00:18.0936868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0936937Z with 2022-11-23T03:00:18.0937046Z [ 2022-11-23T03:00:18.0937358Z T=c10::either 2022-11-23T03:00:18.0937483Z ] 2022-11-23T03:00:18.0938317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0938450Z with 2022-11-23T03:00:18.0938583Z [ 2022-11-23T03:00:18.0938808Z T=c10::either 2022-11-23T03:00:18.0938874Z ] 2022-11-23T03:00:18.0939257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0939658Z 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-23T03:00:18.0940004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0940076Z with 2022-11-23T03:00:18.0940126Z [ 2022-11-23T03:00:18.0940261Z T=c10::either 2022-11-23T03:00:18.0940324Z ] 2022-11-23T03:00:18.0940630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0940768Z with 2022-11-23T03:00:18.0940832Z [ 2022-11-23T03:00:18.0940925Z T=at::StepCallbacks 2022-11-23T03:00:18.0941088Z ] 2022-11-23T03:00:18.0941419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0941488Z with 2022-11-23T03:00:18.0941550Z [ 2022-11-23T03:00:18.0941641Z T=at::StepCallbacks 2022-11-23T03:00:18.0941704Z ] 2022-11-23T03:00:18.0942068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0942135Z with 2022-11-23T03:00:18.0942184Z [ 2022-11-23T03:00:18.0942274Z T=at::StepCallbacks 2022-11-23T03:00:18.0942339Z ] 2022-11-23T03:00:18.0942726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0942797Z with 2022-11-23T03:00:18.0942859Z [ 2022-11-23T03:00:18.0943001Z T=at::StepCallbacks 2022-11-23T03:00:18.0943064Z ] 2022-11-23T03:00:18.0943712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0944484Z 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-23T03:00:18.0945118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0945192Z with 2022-11-23T03:00:18.0945255Z [ 2022-11-23T03:00:18.0945345Z T=at::StepCallbacks 2022-11-23T03:00:18.0945407Z ] 2022-11-23T03:00:18.0945715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0945782Z with 2022-11-23T03:00:18.0945844Z [ 2022-11-23T03:00:18.0945915Z T=c10::DimVector 2022-11-23T03:00:18.0945977Z ] 2022-11-23T03:00:18.0946302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0946370Z with 2022-11-23T03:00:18.0946433Z [ 2022-11-23T03:00:18.0946515Z T=c10::DimVector 2022-11-23T03:00:18.0946577Z ] 2022-11-23T03:00:18.0946940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0947009Z with 2022-11-23T03:00:18.0947072Z [ 2022-11-23T03:00:18.0947153Z T=c10::DimVector 2022-11-23T03:00:18.0947214Z ] 2022-11-23T03:00:18.0947603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0947669Z with 2022-11-23T03:00:18.0947730Z [ 2022-11-23T03:00:18.0947796Z T=c10::DimVector 2022-11-23T03:00:18.0947923Z ] 2022-11-23T03:00:18.0948254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0948587Z 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-23T03:00:18.0948930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0948997Z with 2022-11-23T03:00:18.0949059Z [ 2022-11-23T03:00:18.0949142Z T=c10::DimVector 2022-11-23T03:00:18.0949204Z ] 2022-11-23T03:00:18.0949567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0949693Z with 2022-11-23T03:00:18.0949841Z [ 2022-11-23T03:00:18.0950061Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0950182Z ] 2022-11-23T03:00:18.0950921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0951057Z with 2022-11-23T03:00:18.0951186Z [ 2022-11-23T03:00:18.0951296Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0951360Z ] 2022-11-23T03:00:18.0951726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0951796Z with 2022-11-23T03:00:18.0951859Z [ 2022-11-23T03:00:18.0951959Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0952022Z ] 2022-11-23T03:00:18.0952410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0952475Z with 2022-11-23T03:00:18.0952537Z [ 2022-11-23T03:00:18.0952640Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0952704Z ] 2022-11-23T03:00:18.0953056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0953423Z 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-23T03:00:18.0953768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0953837Z with 2022-11-23T03:00:18.0953901Z [ 2022-11-23T03:00:18.0954002Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.0954053Z ] 2022-11-23T03:00:18.0954362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0954429Z with 2022-11-23T03:00:18.0954493Z [ 2022-11-23T03:00:18.0954636Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0954754Z ] 2022-11-23T03:00:18.0955077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0955141Z with 2022-11-23T03:00:18.0955204Z [ 2022-11-23T03:00:18.0955347Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0955414Z ] 2022-11-23T03:00:18.0955775Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0955839Z with 2022-11-23T03:00:18.0955901Z [ 2022-11-23T03:00:18.0956041Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0956091Z ] 2022-11-23T03:00:18.0956478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0956548Z with 2022-11-23T03:00:18.0956610Z [ 2022-11-23T03:00:18.0956750Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0956811Z ] 2022-11-23T03:00:18.0957232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0957633Z 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-23T03:00:18.0957978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0958046Z with 2022-11-23T03:00:18.0958111Z [ 2022-11-23T03:00:18.0958253Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.0958315Z ] 2022-11-23T03:00:18.0958625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0958692Z with 2022-11-23T03:00:18.0958753Z [ 2022-11-23T03:00:18.0958871Z T=std::tuple 2022-11-23T03:00:18.0958934Z ] 2022-11-23T03:00:18.0959252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0959319Z with 2022-11-23T03:00:18.0959368Z [ 2022-11-23T03:00:18.0959485Z T=std::tuple 2022-11-23T03:00:18.0959547Z ] 2022-11-23T03:00:18.0959908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0959974Z with 2022-11-23T03:00:18.0960035Z [ 2022-11-23T03:00:18.0960151Z T=std::tuple 2022-11-23T03:00:18.0960214Z ] 2022-11-23T03:00:18.0960601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0960668Z with 2022-11-23T03:00:18.0961733Z [ 2022-11-23T03:00:18.0961918Z T=std::tuple 2022-11-23T03:00:18.0962055Z ] 2022-11-23T03:00:18.0962775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0963163Z 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-23T03:00:18.0963511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0963579Z with 2022-11-23T03:00:18.0963643Z [ 2022-11-23T03:00:18.0963751Z T=std::tuple 2022-11-23T03:00:18.0963813Z ] 2022-11-23T03:00:18.0964123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0964189Z with 2022-11-23T03:00:18.0964252Z [ 2022-11-23T03:00:18.0964425Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0964490Z ] 2022-11-23T03:00:18.0964812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0964877Z with 2022-11-23T03:00:18.0964939Z [ 2022-11-23T03:00:18.0965034Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0965097Z ] 2022-11-23T03:00:18.0965464Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0965533Z with 2022-11-23T03:00:18.0965595Z [ 2022-11-23T03:00:18.0965678Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0965739Z ] 2022-11-23T03:00:18.0966128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0966199Z with 2022-11-23T03:00:18.0966261Z [ 2022-11-23T03:00:18.0966358Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0966420Z ] 2022-11-23T03:00:18.0966766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0967129Z 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-23T03:00:18.0967471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0967541Z with 2022-11-23T03:00:18.0967603Z [ 2022-11-23T03:00:18.0967698Z T=torch::jit::SourceRange 2022-11-23T03:00:18.0967760Z ] 2022-11-23T03:00:18.0968067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0968131Z with 2022-11-23T03:00:18.0968240Z [ 2022-11-23T03:00:18.0968359Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0968408Z ] 2022-11-23T03:00:18.0968731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0968796Z with 2022-11-23T03:00:18.0968860Z [ 2022-11-23T03:00:18.0968973Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0969037Z ] 2022-11-23T03:00:18.0969397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0969461Z with 2022-11-23T03:00:18.0969523Z [ 2022-11-23T03:00:18.0969636Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0969701Z ] 2022-11-23T03:00:18.0970094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0970160Z with 2022-11-23T03:00:18.0970220Z [ 2022-11-23T03:00:18.0970383Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0970435Z ] 2022-11-23T03:00:18.0970794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0971153Z 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-23T03:00:18.0971498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0971564Z with 2022-11-23T03:00:18.0971625Z [ 2022-11-23T03:00:18.0971739Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.0971801Z ] 2022-11-23T03:00:18.0972115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0972181Z with 2022-11-23T03:00:18.0972243Z [ 2022-11-23T03:00:18.0972355Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0972417Z ] 2022-11-23T03:00:18.0972737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0972804Z with 2022-11-23T03:00:18.0972865Z [ 2022-11-23T03:00:18.0972976Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0973039Z ] 2022-11-23T03:00:18.0973390Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0973456Z with 2022-11-23T03:00:18.0973519Z [ 2022-11-23T03:00:18.0973629Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0973691Z ] 2022-11-23T03:00:18.0974080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0974195Z with 2022-11-23T03:00:18.0974257Z [ 2022-11-23T03:00:18.0974368Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0974429Z ] 2022-11-23T03:00:18.0974783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0975143Z 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-23T03:00:18.0975483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0975549Z with 2022-11-23T03:00:18.0975609Z [ 2022-11-23T03:00:18.0975722Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.0975784Z ] 2022-11-23T03:00:18.0976092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0976156Z with 2022-11-23T03:00:18.0976204Z [ 2022-11-23T03:00:18.0976339Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0976404Z ] 2022-11-23T03:00:18.0976727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0976792Z with 2022-11-23T03:00:18.0976854Z [ 2022-11-23T03:00:18.0976944Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0977006Z ] 2022-11-23T03:00:18.0977724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0977869Z with 2022-11-23T03:00:18.0977989Z [ 2022-11-23T03:00:18.0978185Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0978300Z ] 2022-11-23T03:00:18.0979143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0979213Z with 2022-11-23T03:00:18.0979263Z [ 2022-11-23T03:00:18.0979353Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0979415Z ] 2022-11-23T03:00:18.0979755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0980106Z 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-23T03:00:18.0980449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0980516Z with 2022-11-23T03:00:18.0980578Z [ 2022-11-23T03:00:18.0980668Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.0980732Z ] 2022-11-23T03:00:18.0981133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0981200Z with 2022-11-23T03:00:18.0981262Z [ 2022-11-23T03:00:18.0981434Z T=at::ThreadLocalState 2022-11-23T03:00:18.0981496Z ] 2022-11-23T03:00:18.0981816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0981882Z with 2022-11-23T03:00:18.0981931Z [ 2022-11-23T03:00:18.0982027Z T=at::ThreadLocalState 2022-11-23T03:00:18.0982089Z ] 2022-11-23T03:00:18.0982450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0982518Z with 2022-11-23T03:00:18.0982580Z [ 2022-11-23T03:00:18.0982672Z T=at::ThreadLocalState 2022-11-23T03:00:18.0982737Z ] 2022-11-23T03:00:18.0983128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0983198Z with 2022-11-23T03:00:18.0983259Z [ 2022-11-23T03:00:18.0983352Z T=at::ThreadLocalState 2022-11-23T03:00:18.0983415Z ] 2022-11-23T03:00:18.0983802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0984167Z 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-23T03:00:18.0984506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0984575Z with 2022-11-23T03:00:18.0984636Z [ 2022-11-23T03:00:18.0984718Z T=at::ThreadLocalState 2022-11-23T03:00:18.0984781Z ] 2022-11-23T03:00:18.0985090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0985156Z with 2022-11-23T03:00:18.0985220Z [ 2022-11-23T03:00:18.0985334Z T=std::shared_ptr 2022-11-23T03:00:18.0985395Z ] 2022-11-23T03:00:18.0985718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0985784Z with 2022-11-23T03:00:18.0985850Z [ 2022-11-23T03:00:18.0985963Z T=std::shared_ptr 2022-11-23T03:00:18.0986025Z ] 2022-11-23T03:00:18.0986385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0986453Z with 2022-11-23T03:00:18.0986519Z [ 2022-11-23T03:00:18.0986620Z T=std::shared_ptr 2022-11-23T03:00:18.0986683Z ] 2022-11-23T03:00:18.0987069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0987135Z with 2022-11-23T03:00:18.0987197Z [ 2022-11-23T03:00:18.0987308Z T=std::shared_ptr 2022-11-23T03:00:18.0987415Z ] 2022-11-23T03:00:18.0987768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.0988114Z 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-23T03:00:18.0988491Z 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-23T03:00:18.0988840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0988907Z with 2022-11-23T03:00:18.0988969Z [ 2022-11-23T03:00:18.0989081Z T=std::shared_ptr 2022-11-23T03:00:18.0989142Z ] 2022-11-23T03:00:18.0989490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0989558Z with 2022-11-23T03:00:18.0989620Z [ 2022-11-23T03:00:18.0989721Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0989770Z ] 2022-11-23T03:00:18.0990091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0990157Z with 2022-11-23T03:00:18.0990218Z [ 2022-11-23T03:00:18.0990319Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0990381Z ] 2022-11-23T03:00:18.0990744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0990810Z with 2022-11-23T03:00:18.0990873Z [ 2022-11-23T03:00:18.0990973Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0991036Z ] 2022-11-23T03:00:18.0991426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0991493Z with 2022-11-23T03:00:18.0991555Z [ 2022-11-23T03:00:18.0991654Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0991716Z ] 2022-11-23T03:00:18.0992056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0992399Z 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-23T03:00:18.0992772Z 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-23T03:00:18.0993130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0993232Z with 2022-11-23T03:00:18.0993295Z [ 2022-11-23T03:00:18.0993397Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.0993460Z ] 2022-11-23T03:00:18.0993767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0993833Z with 2022-11-23T03:00:18.0993895Z [ 2022-11-23T03:00:18.0993986Z T=torch::jit::Method 2022-11-23T03:00:18.0994048Z ] 2022-11-23T03:00:18.0994369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0994435Z with 2022-11-23T03:00:18.0994496Z [ 2022-11-23T03:00:18.0994585Z T=torch::jit::Method 2022-11-23T03:00:18.0994646Z ] 2022-11-23T03:00:18.0995012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0995064Z with 2022-11-23T03:00:18.0995127Z [ 2022-11-23T03:00:18.0995214Z T=torch::jit::Method 2022-11-23T03:00:18.0995276Z ] 2022-11-23T03:00:18.0996199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.0996274Z with 2022-11-23T03:00:18.0996337Z [ 2022-11-23T03:00:18.0996429Z T=torch::jit::Method 2022-11-23T03:00:18.0996492Z ] 2022-11-23T03:00:18.0996830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.0997174Z 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-23T03:00:18.0997520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0997586Z with 2022-11-23T03:00:18.0997648Z [ 2022-11-23T03:00:18.0997737Z T=torch::jit::Method 2022-11-23T03:00:18.0997801Z ] 2022-11-23T03:00:18.0998111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.0998168Z with 2022-11-23T03:00:18.0998230Z [ 2022-11-23T03:00:18.0998369Z T=std::vector> 2022-11-23T03:00:18.0998433Z ] 2022-11-23T03:00:18.0998762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.0998834Z with 2022-11-23T03:00:18.0998900Z [ 2022-11-23T03:00:18.0999035Z T=std::vector> 2022-11-23T03:00:18.0999098Z ] 2022-11-23T03:00:18.0999460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.0999529Z with 2022-11-23T03:00:18.0999590Z [ 2022-11-23T03:00:18.0999786Z T=std::vector> 2022-11-23T03:00:18.0999848Z ] 2022-11-23T03:00:18.1000241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1000308Z with 2022-11-23T03:00:18.1000359Z [ 2022-11-23T03:00:18.1000494Z T=std::vector> 2022-11-23T03:00:18.1000556Z ] 2022-11-23T03:00:18.1000931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1001307Z 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-23T03:00:18.1001649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1001716Z with 2022-11-23T03:00:18.1001820Z [ 2022-11-23T03:00:18.1001958Z T=std::vector> 2022-11-23T03:00:18.1002022Z ] 2022-11-23T03:00:18.1002330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1002399Z with 2022-11-23T03:00:18.1002460Z [ 2022-11-23T03:00:18.1002628Z T=std::function 2022-11-23T03:00:18.1002694Z ] 2022-11-23T03:00:18.1003013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1003078Z with 2022-11-23T03:00:18.1003140Z [ 2022-11-23T03:00:18.1003314Z T=std::function 2022-11-23T03:00:18.1003376Z ] 2022-11-23T03:00:18.1003727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1003791Z with 2022-11-23T03:00:18.1003853Z [ 2022-11-23T03:00:18.1004015Z T=std::function 2022-11-23T03:00:18.1004079Z ] 2022-11-23T03:00:18.1004468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1004534Z with 2022-11-23T03:00:18.1004598Z [ 2022-11-23T03:00:18.1004765Z T=std::function 2022-11-23T03:00:18.1004828Z ] 2022-11-23T03:00:18.1005222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1005639Z 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-23T03:00:18.1006030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1006096Z with 2022-11-23T03:00:18.1006159Z [ 2022-11-23T03:00:18.1006329Z T=std::function 2022-11-23T03:00:18.1006392Z ] 2022-11-23T03:00:18.1006703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1006769Z with 2022-11-23T03:00:18.1006833Z [ 2022-11-23T03:00:18.1007024Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1007075Z ] 2022-11-23T03:00:18.1007402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1007472Z with 2022-11-23T03:00:18.1007533Z [ 2022-11-23T03:00:18.1007776Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1007840Z ] 2022-11-23T03:00:18.1008199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1008263Z with 2022-11-23T03:00:18.1008325Z [ 2022-11-23T03:00:18.1008514Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1008601Z ] 2022-11-23T03:00:18.1009491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1009628Z with 2022-11-23T03:00:18.1009757Z [ 2022-11-23T03:00:18.1010084Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1010215Z ] 2022-11-23T03:00:18.1010858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1011321Z 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-23T03:00:18.1011666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1011733Z with 2022-11-23T03:00:18.1011785Z [ 2022-11-23T03:00:18.1011976Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1012040Z ] 2022-11-23T03:00:18.1012347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1012414Z with 2022-11-23T03:00:18.1012476Z [ 2022-11-23T03:00:18.1012604Z T=std::vector> 2022-11-23T03:00:18.1012669Z ] 2022-11-23T03:00:18.1012989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1013137Z with 2022-11-23T03:00:18.1013198Z [ 2022-11-23T03:00:18.1013325Z T=std::vector> 2022-11-23T03:00:18.1013386Z ] 2022-11-23T03:00:18.1013752Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1013818Z with 2022-11-23T03:00:18.1013880Z [ 2022-11-23T03:00:18.1013995Z T=std::vector> 2022-11-23T03:00:18.1014060Z ] 2022-11-23T03:00:18.1014448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1014519Z with 2022-11-23T03:00:18.1014580Z [ 2022-11-23T03:00:18.1014706Z T=std::vector> 2022-11-23T03:00:18.1014769Z ] 2022-11-23T03:00:18.1015176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1015243Z with 2022-11-23T03:00:18.1015308Z [ 2022-11-23T03:00:18.1015381Z T=double 2022-11-23T03:00:18.1015444Z ] 2022-11-23T03:00:18.1015835Z 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-23T03:00:18.1015902Z with 2022-11-23T03:00:18.1015964Z [ 2022-11-23T03:00:18.1016023Z T=double 2022-11-23T03:00:18.1016086Z ] 2022-11-23T03:00:18.1016427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1016494Z with 2022-11-23T03:00:18.1016556Z [ 2022-11-23T03:00:18.1016685Z T=std::vector> 2022-11-23T03:00:18.1016748Z ] 2022-11-23T03:00:18.1017063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1017127Z with 2022-11-23T03:00:18.1017189Z [ 2022-11-23T03:00:18.1017301Z T=std::tuple 2022-11-23T03:00:18.1017366Z ] 2022-11-23T03:00:18.1017687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1017753Z with 2022-11-23T03:00:18.1017814Z [ 2022-11-23T03:00:18.1017923Z T=std::tuple 2022-11-23T03:00:18.1017974Z ] 2022-11-23T03:00:18.1018339Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1018405Z with 2022-11-23T03:00:18.1018466Z [ 2022-11-23T03:00:18.1018574Z T=std::tuple 2022-11-23T03:00:18.1018637Z ] 2022-11-23T03:00:18.1019022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1019136Z with 2022-11-23T03:00:18.1019199Z [ 2022-11-23T03:00:18.1019310Z T=std::tuple 2022-11-23T03:00:18.1019373Z ] 2022-11-23T03:00:18.1019731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1020118Z 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-23T03:00:18.1020458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1020524Z with 2022-11-23T03:00:18.1020587Z [ 2022-11-23T03:00:18.1020696Z T=std::tuple 2022-11-23T03:00:18.1020760Z ] 2022-11-23T03:00:18.1021182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1021253Z with 2022-11-23T03:00:18.1021319Z [ 2022-11-23T03:00:18.1021458Z T=std::vector> 2022-11-23T03:00:18.1021522Z ] 2022-11-23T03:00:18.1021839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1021906Z with 2022-11-23T03:00:18.1021967Z [ 2022-11-23T03:00:18.1022105Z T=std::vector> 2022-11-23T03:00:18.1022169Z ] 2022-11-23T03:00:18.1022537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1022605Z with 2022-11-23T03:00:18.1022668Z [ 2022-11-23T03:00:18.1022802Z T=std::vector> 2022-11-23T03:00:18.1022866Z ] 2022-11-23T03:00:18.1023251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1023319Z with 2022-11-23T03:00:18.1023370Z [ 2022-11-23T03:00:18.1023506Z T=std::vector> 2022-11-23T03:00:18.1023568Z ] 2022-11-23T03:00:18.1023941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1024339Z 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-23T03:00:18.1024686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1024751Z with 2022-11-23T03:00:18.1024865Z [ 2022-11-23T03:00:18.1025001Z T=std::vector> 2022-11-23T03:00:18.1025062Z ] 2022-11-23T03:00:18.1025574Z [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-23T03:00:18.1025726Z Creating library jit_extension.lib and object jit_extension.exp 2022-11-23T03:00:18.1025837Z Loading extension module jit_extension... 2022-11-23T03:00:18.1025904Z ok (14.647s) 2022-11-23T03:00:18.1026082Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-11-23T03:00:18.1026257Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-11-23T03:00:18.1026433Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.000s) 2022-11-23T03:00:18.1026764Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1027086Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\lenient_flag_handling_extension... 2022-11-23T03:00:18.1027368Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\lenient_flag_handling_extension\build.ninja... 2022-11-23T03:00:18.1027511Z Building extension module lenient_flag_handling_extension... 2022-11-23T03:00:18.1027716Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.1028815Z [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_cu117\lenient_flag_handling_extension\main.cpp /Fomain.o 2022-11-23T03:00:18.1028962Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.1029109Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.1029121Z 2022-11-23T03:00:18.1029262Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T03:00:18.1029403Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-11-23T03:00:18.1029539Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-11-23T03:00:18.1029676Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-11-23T03:00:18.1029797Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-11-23T03:00:18.1029931Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-11-23T03:00:18.1030063Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T03:00:18.1030195Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T03:00:18.1030512Z 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-23T03:00:18.1030825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1030943Z with 2022-11-23T03:00:18.1031008Z [ 2022-11-23T03:00:18.1031090Z T=c10::SymInt 2022-11-23T03:00:18.1031155Z ] 2022-11-23T03:00:18.1031482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1031549Z with 2022-11-23T03:00:18.1031611Z [ 2022-11-23T03:00:18.1031689Z T=c10::SymInt 2022-11-23T03:00:18.1031750Z ] 2022-11-23T03:00:18.1032113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1032179Z with 2022-11-23T03:00:18.1032229Z [ 2022-11-23T03:00:18.1032308Z T=c10::SymInt 2022-11-23T03:00:18.1032371Z ] 2022-11-23T03:00:18.1032756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1032823Z with 2022-11-23T03:00:18.1032930Z [ 2022-11-23T03:00:18.1033011Z T=c10::SymInt 2022-11-23T03:00:18.1033074Z ] 2022-11-23T03:00:18.1033404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1033729Z 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-23T03:00:18.1034076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1034143Z with 2022-11-23T03:00:18.1034205Z [ 2022-11-23T03:00:18.1034283Z T=c10::SymInt 2022-11-23T03:00:18.1034346Z ] 2022-11-23T03:00:18.1034641Z 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-23T03:00:18.1034946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1035011Z with 2022-11-23T03:00:18.1035061Z [ 2022-11-23T03:00:18.1035148Z T=at::TensorBase 2022-11-23T03:00:18.1035212Z ] 2022-11-23T03:00:18.1035536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1035602Z with 2022-11-23T03:00:18.1035665Z [ 2022-11-23T03:00:18.1035749Z T=at::TensorBase 2022-11-23T03:00:18.1035811Z ] 2022-11-23T03:00:18.1036177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1036242Z with 2022-11-23T03:00:18.1036302Z [ 2022-11-23T03:00:18.1036386Z T=at::TensorBase 2022-11-23T03:00:18.1036446Z ] 2022-11-23T03:00:18.1036833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1036945Z with 2022-11-23T03:00:18.1036993Z [ 2022-11-23T03:00:18.1037076Z T=at::TensorBase 2022-11-23T03:00:18.1037139Z ] 2022-11-23T03:00:18.1037468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1037805Z 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-23T03:00:18.1038150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1038218Z with 2022-11-23T03:00:18.1038282Z [ 2022-11-23T03:00:18.1038365Z T=at::TensorBase 2022-11-23T03:00:18.1038428Z ] 2022-11-23T03:00:18.1038737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1038803Z with 2022-11-23T03:00:18.1038907Z [ 2022-11-23T03:00:18.1038988Z T=at::Tensor 2022-11-23T03:00:18.1039050Z ] 2022-11-23T03:00:18.1039370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1039434Z with 2022-11-23T03:00:18.1039483Z [ 2022-11-23T03:00:18.1039562Z T=at::Tensor 2022-11-23T03:00:18.1039624Z ] 2022-11-23T03:00:18.1039988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1040057Z with 2022-11-23T03:00:18.1040120Z [ 2022-11-23T03:00:18.1040197Z T=at::Tensor 2022-11-23T03:00:18.1040259Z ] 2022-11-23T03:00:18.1040648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1040714Z with 2022-11-23T03:00:18.1040775Z [ 2022-11-23T03:00:18.1040853Z T=at::Tensor 2022-11-23T03:00:18.1040914Z ] 2022-11-23T03:00:18.1041240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1041573Z 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-23T03:00:18.1041914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1041980Z with 2022-11-23T03:00:18.1042029Z [ 2022-11-23T03:00:18.1042107Z T=at::Tensor 2022-11-23T03:00:18.1042169Z ] 2022-11-23T03:00:18.1042474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1042540Z with 2022-11-23T03:00:18.1042602Z [ 2022-11-23T03:00:18.1042733Z T=at::Generator 2022-11-23T03:00:18.1042796Z ] 2022-11-23T03:00:18.1043118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1043182Z with 2022-11-23T03:00:18.1043243Z [ 2022-11-23T03:00:18.1043328Z T=at::Generator 2022-11-23T03:00:18.1043390Z ] 2022-11-23T03:00:18.1043751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1043803Z with 2022-11-23T03:00:18.1043865Z [ 2022-11-23T03:00:18.1043948Z T=at::Generator 2022-11-23T03:00:18.1044010Z ] 2022-11-23T03:00:18.1044402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1044470Z with 2022-11-23T03:00:18.1044532Z [ 2022-11-23T03:00:18.1044614Z T=at::Generator 2022-11-23T03:00:18.1044676Z ] 2022-11-23T03:00:18.1045054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1045390Z 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-23T03:00:18.1045733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1045802Z with 2022-11-23T03:00:18.1045865Z [ 2022-11-23T03:00:18.1045946Z T=at::Generator 2022-11-23T03:00:18.1046008Z ] 2022-11-23T03:00:18.1046317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1046381Z with 2022-11-23T03:00:18.1046430Z [ 2022-11-23T03:00:18.1046510Z T=c10::Scalar 2022-11-23T03:00:18.1046573Z ] 2022-11-23T03:00:18.1046891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1046956Z with 2022-11-23T03:00:18.1047019Z [ 2022-11-23T03:00:18.1047097Z T=c10::Scalar 2022-11-23T03:00:18.1047162Z ] 2022-11-23T03:00:18.1047524Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1047588Z with 2022-11-23T03:00:18.1047649Z [ 2022-11-23T03:00:18.1047726Z T=c10::Scalar 2022-11-23T03:00:18.1047787Z ] 2022-11-23T03:00:18.1048173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1048237Z with 2022-11-23T03:00:18.1048286Z [ 2022-11-23T03:00:18.1048362Z T=c10::Scalar 2022-11-23T03:00:18.1048425Z ] 2022-11-23T03:00:18.1048752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1049127Z 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-23T03:00:18.1049473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1049539Z with 2022-11-23T03:00:18.1049603Z [ 2022-11-23T03:00:18.1049684Z T=c10::Scalar 2022-11-23T03:00:18.1049746Z ] 2022-11-23T03:00:18.1050054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1050120Z with 2022-11-23T03:00:18.1050183Z [ 2022-11-23T03:00:18.1050262Z T=std::string 2022-11-23T03:00:18.1050326Z ] 2022-11-23T03:00:18.1050644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1050738Z with 2022-11-23T03:00:18.1050801Z [ 2022-11-23T03:00:18.1050880Z T=std::string 2022-11-23T03:00:18.1050941Z ] 2022-11-23T03:00:18.1051300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1051366Z with 2022-11-23T03:00:18.1051428Z [ 2022-11-23T03:00:18.1051506Z T=std::string 2022-11-23T03:00:18.1051570Z ] 2022-11-23T03:00:18.1051959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1052025Z with 2022-11-23T03:00:18.1052087Z [ 2022-11-23T03:00:18.1052167Z T=std::string 2022-11-23T03:00:18.1052233Z ] 2022-11-23T03:00:18.1052563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1052886Z 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-23T03:00:18.1053226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1053295Z with 2022-11-23T03:00:18.1053344Z [ 2022-11-23T03:00:18.1053422Z T=std::string 2022-11-23T03:00:18.1053484Z ] 2022-11-23T03:00:18.1053792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1053858Z with 2022-11-23T03:00:18.1053919Z [ 2022-11-23T03:00:18.1054012Z T=c10::QualifiedName 2022-11-23T03:00:18.1054076Z ] 2022-11-23T03:00:18.1054394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1054459Z with 2022-11-23T03:00:18.1054571Z [ 2022-11-23T03:00:18.1054661Z T=c10::QualifiedName 2022-11-23T03:00:18.1054724Z ] 2022-11-23T03:00:18.1055088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1055144Z with 2022-11-23T03:00:18.1055206Z [ 2022-11-23T03:00:18.1055296Z T=c10::QualifiedName 2022-11-23T03:00:18.1055356Z ] 2022-11-23T03:00:18.1055747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1055812Z with 2022-11-23T03:00:18.1055875Z [ 2022-11-23T03:00:18.1055963Z T=c10::QualifiedName 2022-11-23T03:00:18.1056028Z ] 2022-11-23T03:00:18.1056367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1056751Z 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-23T03:00:18.1057094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1057160Z with 2022-11-23T03:00:18.1057223Z [ 2022-11-23T03:00:18.1057311Z T=c10::QualifiedName 2022-11-23T03:00:18.1057373Z ] 2022-11-23T03:00:18.1057677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1057743Z with 2022-11-23T03:00:18.1057792Z [ 2022-11-23T03:00:18.1057925Z T=std::shared_ptr 2022-11-23T03:00:18.1057987Z ] 2022-11-23T03:00:18.1058310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1058375Z with 2022-11-23T03:00:18.1058436Z [ 2022-11-23T03:00:18.1058569Z T=std::shared_ptr 2022-11-23T03:00:18.1058632Z ] 2022-11-23T03:00:18.1058999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1059066Z with 2022-11-23T03:00:18.1059128Z [ 2022-11-23T03:00:18.1059259Z T=std::shared_ptr 2022-11-23T03:00:18.1059321Z ] 2022-11-23T03:00:18.1059713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1059779Z with 2022-11-23T03:00:18.1059841Z [ 2022-11-23T03:00:18.1059955Z T=std::shared_ptr 2022-11-23T03:00:18.1060017Z ] 2022-11-23T03:00:18.1060386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1061441Z 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-23T03:00:18.1061788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1061857Z with 2022-11-23T03:00:18.1061921Z [ 2022-11-23T03:00:18.1062054Z T=std::shared_ptr 2022-11-23T03:00:18.1062117Z ] 2022-11-23T03:00:18.1062426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1062492Z with 2022-11-23T03:00:18.1062556Z [ 2022-11-23T03:00:18.1062689Z T=std::weak_ptr 2022-11-23T03:00:18.1062751Z ] 2022-11-23T03:00:18.1063075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1063140Z with 2022-11-23T03:00:18.1063203Z [ 2022-11-23T03:00:18.1063391Z T=std::weak_ptr 2022-11-23T03:00:18.1063442Z ] 2022-11-23T03:00:18.1063802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1063868Z with 2022-11-23T03:00:18.1063930Z [ 2022-11-23T03:00:18.1064056Z T=std::weak_ptr 2022-11-23T03:00:18.1064119Z ] 2022-11-23T03:00:18.1064508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1064578Z with 2022-11-23T03:00:18.1064643Z [ 2022-11-23T03:00:18.1064772Z T=std::weak_ptr 2022-11-23T03:00:18.1064834Z ] 2022-11-23T03:00:18.1065292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1066132Z 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-23T03:00:18.1066775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1066908Z with 2022-11-23T03:00:18.1067036Z [ 2022-11-23T03:00:18.1067215Z T=std::weak_ptr 2022-11-23T03:00:18.1067279Z ] 2022-11-23T03:00:18.1067594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1067646Z with 2022-11-23T03:00:18.1067710Z [ 2022-11-23T03:00:18.1067867Z T=std::vector> 2022-11-23T03:00:18.1067928Z ] 2022-11-23T03:00:18.1068254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1068386Z with 2022-11-23T03:00:18.1068449Z [ 2022-11-23T03:00:18.1068607Z T=std::vector> 2022-11-23T03:00:18.1068670Z ] 2022-11-23T03:00:18.1069036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1069100Z with 2022-11-23T03:00:18.1069164Z [ 2022-11-23T03:00:18.1069319Z T=std::vector> 2022-11-23T03:00:18.1069382Z ] 2022-11-23T03:00:18.1069768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1069835Z with 2022-11-23T03:00:18.1069884Z [ 2022-11-23T03:00:18.1070034Z T=std::vector> 2022-11-23T03:00:18.1070096Z ] 2022-11-23T03:00:18.1070516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1070899Z 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-23T03:00:18.1071239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1071307Z with 2022-11-23T03:00:18.1071369Z [ 2022-11-23T03:00:18.1071523Z T=std::vector> 2022-11-23T03:00:18.1071596Z ] 2022-11-23T03:00:18.1072329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1072469Z with 2022-11-23T03:00:18.1072594Z [ 2022-11-23T03:00:18.1072791Z T=std::vector> 2022-11-23T03:00:18.1072918Z ] 2022-11-23T03:00:18.1073536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1073605Z with 2022-11-23T03:00:18.1073670Z [ 2022-11-23T03:00:18.1073789Z T=std::vector> 2022-11-23T03:00:18.1073839Z ] 2022-11-23T03:00:18.1074202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1074269Z with 2022-11-23T03:00:18.1074332Z [ 2022-11-23T03:00:18.1074452Z T=std::vector> 2022-11-23T03:00:18.1074514Z ] 2022-11-23T03:00:18.1074904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1074969Z with 2022-11-23T03:00:18.1075031Z [ 2022-11-23T03:00:18.1075150Z T=std::vector> 2022-11-23T03:00:18.1075276Z ] 2022-11-23T03:00:18.1075635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1075985Z 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-23T03:00:18.1076330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1076396Z with 2022-11-23T03:00:18.1076459Z [ 2022-11-23T03:00:18.1076578Z T=std::vector> 2022-11-23T03:00:18.1076643Z ] 2022-11-23T03:00:18.1076951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1077003Z with 2022-11-23T03:00:18.1077066Z [ 2022-11-23T03:00:18.1077279Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1077343Z ] 2022-11-23T03:00:18.1077665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1077731Z with 2022-11-23T03:00:18.1077794Z [ 2022-11-23T03:00:18.1078062Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1078175Z ] 2022-11-23T03:00:18.1079039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1079173Z with 2022-11-23T03:00:18.1079301Z [ 2022-11-23T03:00:18.1079668Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1079736Z ] 2022-11-23T03:00:18.1080127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1080193Z with 2022-11-23T03:00:18.1080256Z [ 2022-11-23T03:00:18.1080411Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1080474Z ] 2022-11-23T03:00:18.1080875Z C:\actions-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-23T03:00:18.1081265Z 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-23T03:00:18.1081600Z 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-23T03:00:18.1081945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1082077Z with 2022-11-23T03:00:18.1082141Z [ 2022-11-23T03:00:18.1082311Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1082374Z ] 2022-11-23T03:00:18.1082686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1082752Z with 2022-11-23T03:00:18.1082817Z [ 2022-11-23T03:00:18.1082979Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1083041Z ] 2022-11-23T03:00:18.1083367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1083434Z with 2022-11-23T03:00:18.1083500Z [ 2022-11-23T03:00:18.1083657Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1083721Z ] 2022-11-23T03:00:18.1084141Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1084266Z with 2022-11-23T03:00:18.1084363Z [ 2022-11-23T03:00:18.1084752Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1084886Z ] 2022-11-23T03:00:18.1085693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1085829Z with 2022-11-23T03:00:18.1085929Z [ 2022-11-23T03:00:18.1086094Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1086155Z ] 2022-11-23T03:00:18.1086546Z C:\actions-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-23T03:00:18.1086924Z 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-23T03:00:18.1087243Z 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-23T03:00:18.1087583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1087651Z with 2022-11-23T03:00:18.1087714Z [ 2022-11-23T03:00:18.1087874Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1087941Z ] 2022-11-23T03:00:18.1088252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1088317Z with 2022-11-23T03:00:18.1088380Z [ 2022-11-23T03:00:18.1088508Z T=std::vector> 2022-11-23T03:00:18.1088558Z ] 2022-11-23T03:00:18.1088887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1089015Z with 2022-11-23T03:00:18.1089078Z [ 2022-11-23T03:00:18.1089202Z T=std::vector> 2022-11-23T03:00:18.1089263Z ] 2022-11-23T03:00:18.1089630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1089696Z with 2022-11-23T03:00:18.1089762Z [ 2022-11-23T03:00:18.1089884Z T=std::vector> 2022-11-23T03:00:18.1089946Z ] 2022-11-23T03:00:18.1090334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1090427Z with 2022-11-23T03:00:18.1090546Z [ 2022-11-23T03:00:18.1090821Z T=std::vector> 2022-11-23T03:00:18.1090950Z ] 2022-11-23T03:00:18.1091804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1092374Z 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-23T03:00:18.1092718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1092788Z with 2022-11-23T03:00:18.1092838Z [ 2022-11-23T03:00:18.1092961Z T=std::vector> 2022-11-23T03:00:18.1093025Z ] 2022-11-23T03:00:18.1093334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1093401Z with 2022-11-23T03:00:18.1093465Z [ 2022-11-23T03:00:18.1093619Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1093683Z ] 2022-11-23T03:00:18.1094004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1094070Z with 2022-11-23T03:00:18.1094132Z [ 2022-11-23T03:00:18.1094288Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1094354Z ] 2022-11-23T03:00:18.1094719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1094785Z with 2022-11-23T03:00:18.1094847Z [ 2022-11-23T03:00:18.1094986Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1095047Z ] 2022-11-23T03:00:18.1095431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1095497Z with 2022-11-23T03:00:18.1095559Z [ 2022-11-23T03:00:18.1095712Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1095833Z ] 2022-11-23T03:00:18.1096223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1096634Z 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-23T03:00:18.1097565Z 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-23T03:00:18.1098326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1098437Z with 2022-11-23T03:00:18.1098502Z [ 2022-11-23T03:00:18.1098658Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1098723Z ] 2022-11-23T03:00:18.1099612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1099694Z with 2022-11-23T03:00:18.1099756Z [ 2022-11-23T03:00:18.1099914Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1099977Z ] 2022-11-23T03:00:18.1100305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1100362Z with 2022-11-23T03:00:18.1100427Z [ 2022-11-23T03:00:18.1100581Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1100644Z ] 2022-11-23T03:00:18.1101119Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1101188Z with 2022-11-23T03:00:18.1101251Z [ 2022-11-23T03:00:18.1101405Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1101467Z ] 2022-11-23T03:00:18.1101858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1101926Z with 2022-11-23T03:00:18.1101988Z [ 2022-11-23T03:00:18.1102142Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1102204Z ] 2022-11-23T03:00:18.1102595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1103080Z 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-23T03:00:18.1104008Z 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-23T03:00:18.1104863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1104934Z with 2022-11-23T03:00:18.1104998Z [ 2022-11-23T03:00:18.1105153Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1105206Z ] 2022-11-23T03:00:18.1105517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1105582Z with 2022-11-23T03:00:18.1105646Z [ 2022-11-23T03:00:18.1105754Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1105817Z ] 2022-11-23T03:00:18.1106138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1106207Z with 2022-11-23T03:00:18.1106270Z [ 2022-11-23T03:00:18.1106374Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1106437Z ] 2022-11-23T03:00:18.1106857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1106924Z with 2022-11-23T03:00:18.1106987Z [ 2022-11-23T03:00:18.1107091Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1107141Z ] 2022-11-23T03:00:18.1107528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1107597Z with 2022-11-23T03:00:18.1107657Z [ 2022-11-23T03:00:18.1107761Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1107823Z ] 2022-11-23T03:00:18.1108178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1108511Z 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-23T03:00:18.1108578Z with 2022-11-23T03:00:18.1108640Z [ 2022-11-23T03:00:18.1108744Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1108807Z ] 2022-11-23T03:00:18.1109196Z 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-23T03:00:18.1110007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1110148Z with 2022-11-23T03:00:18.1110267Z [ 2022-11-23T03:00:18.1110443Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1110565Z ] 2022-11-23T03:00:18.1111149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1111217Z with 2022-11-23T03:00:18.1111281Z [ 2022-11-23T03:00:18.1111473Z T=std::vector> 2022-11-23T03:00:18.1111606Z ] 2022-11-23T03:00:18.1111932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1111997Z with 2022-11-23T03:00:18.1112064Z [ 2022-11-23T03:00:18.1112259Z T=std::vector> 2022-11-23T03:00:18.1112323Z ] 2022-11-23T03:00:18.1112682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1112748Z with 2022-11-23T03:00:18.1112810Z [ 2022-11-23T03:00:18.1112999Z T=std::vector> 2022-11-23T03:00:18.1113062Z ] 2022-11-23T03:00:18.1113456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1113521Z with 2022-11-23T03:00:18.1113585Z [ 2022-11-23T03:00:18.1113807Z T=std::vector> 2022-11-23T03:00:18.1113870Z ] 2022-11-23T03:00:18.1114286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1114702Z 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-23T03:00:18.1115049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1115119Z with 2022-11-23T03:00:18.1115183Z [ 2022-11-23T03:00:18.1115372Z T=std::vector> 2022-11-23T03:00:18.1115435Z ] 2022-11-23T03:00:18.1116097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1116231Z with 2022-11-23T03:00:18.1116340Z [ 2022-11-23T03:00:18.1116556Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1116659Z ] 2022-11-23T03:00:18.1117373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1117485Z with 2022-11-23T03:00:18.1117549Z [ 2022-11-23T03:00:18.1117648Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1117712Z ] 2022-11-23T03:00:18.1118079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1118132Z with 2022-11-23T03:00:18.1118196Z [ 2022-11-23T03:00:18.1118293Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1118355Z ] 2022-11-23T03:00:18.1118744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1118882Z with 2022-11-23T03:00:18.1118944Z [ 2022-11-23T03:00:18.1119043Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1119190Z ] 2022-11-23T03:00:18.1119579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1119980Z 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-23T03:00:18.1120356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1120455Z with 2022-11-23T03:00:18.1120552Z [ 2022-11-23T03:00:18.1120680Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1120773Z ] 2022-11-23T03:00:18.1121166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1121264Z with 2022-11-23T03:00:18.1121313Z [ 2022-11-23T03:00:18.1121422Z T=c10::IValue 2022-11-23T03:00:18.1121514Z ] 2022-11-23T03:00:18.1121860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1121976Z with 2022-11-23T03:00:18.1129160Z [ 2022-11-23T03:00:18.1129393Z T=c10::IValue 2022-11-23T03:00:18.1129541Z ] 2022-11-23T03:00:18.1130264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1130339Z with 2022-11-23T03:00:18.1130407Z [ 2022-11-23T03:00:18.1130498Z T=c10::IValue 2022-11-23T03:00:18.1130562Z ] 2022-11-23T03:00:18.1130967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1131035Z with 2022-11-23T03:00:18.1131086Z [ 2022-11-23T03:00:18.1131166Z T=c10::IValue 2022-11-23T03:00:18.1131231Z ] 2022-11-23T03:00:18.1131572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1131907Z 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-23T03:00:18.1132260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1132327Z with 2022-11-23T03:00:18.1132394Z [ 2022-11-23T03:00:18.1132477Z T=c10::IValue 2022-11-23T03:00:18.1132541Z ] 2022-11-23T03:00:18.1132855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1133082Z with 2022-11-23T03:00:18.1133146Z [ 2022-11-23T03:00:18.1133234Z T=c10::AliasInfo 2022-11-23T03:00:18.1133300Z ] 2022-11-23T03:00:18.1133629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1133682Z with 2022-11-23T03:00:18.1133747Z [ 2022-11-23T03:00:18.1133834Z T=c10::AliasInfo 2022-11-23T03:00:18.1133900Z ] 2022-11-23T03:00:18.1134265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1134333Z with 2022-11-23T03:00:18.1134398Z [ 2022-11-23T03:00:18.1134488Z T=c10::AliasInfo 2022-11-23T03:00:18.1134553Z ] 2022-11-23T03:00:18.1135469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1135610Z with 2022-11-23T03:00:18.1135698Z [ 2022-11-23T03:00:18.1135987Z T=c10::AliasInfo 2022-11-23T03:00:18.1136118Z ] 2022-11-23T03:00:18.1136621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1136968Z 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-23T03:00:18.1137317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1137388Z with 2022-11-23T03:00:18.1137438Z [ 2022-11-23T03:00:18.1137524Z T=c10::AliasInfo 2022-11-23T03:00:18.1137591Z ] 2022-11-23T03:00:18.1137909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1137978Z with 2022-11-23T03:00:18.1138044Z [ 2022-11-23T03:00:18.1138185Z T=std::vector> 2022-11-23T03:00:18.1138251Z ] 2022-11-23T03:00:18.1138578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1138651Z with 2022-11-23T03:00:18.1138719Z [ 2022-11-23T03:00:18.1138857Z T=std::vector> 2022-11-23T03:00:18.1138921Z ] 2022-11-23T03:00:18.1139284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1139351Z with 2022-11-23T03:00:18.1139401Z [ 2022-11-23T03:00:18.1139535Z T=std::vector> 2022-11-23T03:00:18.1139598Z ] 2022-11-23T03:00:18.1139991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1140114Z with 2022-11-23T03:00:18.1140178Z [ 2022-11-23T03:00:18.1140312Z T=std::vector> 2022-11-23T03:00:18.1140377Z ] 2022-11-23T03:00:18.1140733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1140800Z with 2022-11-23T03:00:18.1140863Z [ 2022-11-23T03:00:18.1141057Z T=c10::SymInt 2022-11-23T03:00:18.1141175Z ] 2022-11-23T03:00:18.1142013Z 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-23T03:00:18.1142095Z with 2022-11-23T03:00:18.1142236Z [ 2022-11-23T03:00:18.1142392Z T=c10::SymInt 2022-11-23T03:00:18.1142514Z ] 2022-11-23T03:00:18.1143031Z 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-23T03:00:18.1143537Z 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-23T03:00:18.1143885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1143953Z with 2022-11-23T03:00:18.1144018Z [ 2022-11-23T03:00:18.1144155Z T=std::vector> 2022-11-23T03:00:18.1144223Z ] 2022-11-23T03:00:18.1144540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1144609Z with 2022-11-23T03:00:18.1144674Z [ 2022-11-23T03:00:18.1144822Z T=c10::either 2022-11-23T03:00:18.1144887Z ] 2022-11-23T03:00:18.1145218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1145286Z with 2022-11-23T03:00:18.1145351Z [ 2022-11-23T03:00:18.1145495Z T=c10::either 2022-11-23T03:00:18.1145544Z ] 2022-11-23T03:00:18.1145913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1145982Z with 2022-11-23T03:00:18.1146045Z [ 2022-11-23T03:00:18.1146184Z T=c10::either 2022-11-23T03:00:18.1146246Z ] 2022-11-23T03:00:18.1146637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1146704Z with 2022-11-23T03:00:18.1146770Z [ 2022-11-23T03:00:18.1146909Z T=c10::either 2022-11-23T03:00:18.1146973Z ] 2022-11-23T03:00:18.1147437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1148471Z 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-23T03:00:18.1149166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1149241Z with 2022-11-23T03:00:18.1149307Z [ 2022-11-23T03:00:18.1149451Z T=c10::either 2022-11-23T03:00:18.1149517Z ] 2022-11-23T03:00:18.1149824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1149894Z with 2022-11-23T03:00:18.1149944Z [ 2022-11-23T03:00:18.1150038Z T=at::StepCallbacks 2022-11-23T03:00:18.1150105Z ] 2022-11-23T03:00:18.1150501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1150569Z with 2022-11-23T03:00:18.1150633Z [ 2022-11-23T03:00:18.1150724Z T=at::StepCallbacks 2022-11-23T03:00:18.1150787Z ] 2022-11-23T03:00:18.1151152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1151220Z with 2022-11-23T03:00:18.1151283Z [ 2022-11-23T03:00:18.1151374Z T=at::StepCallbacks 2022-11-23T03:00:18.1151437Z ] 2022-11-23T03:00:18.1151826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1151894Z with 2022-11-23T03:00:18.1151943Z [ 2022-11-23T03:00:18.1152040Z T=at::StepCallbacks 2022-11-23T03:00:18.1152104Z ] 2022-11-23T03:00:18.1152450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1152803Z 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-23T03:00:18.1153149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1153218Z with 2022-11-23T03:00:18.1153284Z [ 2022-11-23T03:00:18.1153379Z T=at::StepCallbacks 2022-11-23T03:00:18.1153444Z ] 2022-11-23T03:00:18.1154108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1154245Z with 2022-11-23T03:00:18.1154376Z [ 2022-11-23T03:00:18.1154543Z T=c10::DimVector 2022-11-23T03:00:18.1154622Z ] 2022-11-23T03:00:18.1155361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1155499Z with 2022-11-23T03:00:18.1155548Z [ 2022-11-23T03:00:18.1155634Z T=c10::DimVector 2022-11-23T03:00:18.1155698Z ] 2022-11-23T03:00:18.1156066Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1156135Z with 2022-11-23T03:00:18.1156200Z [ 2022-11-23T03:00:18.1156284Z T=c10::DimVector 2022-11-23T03:00:18.1156349Z ] 2022-11-23T03:00:18.1156744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1156815Z with 2022-11-23T03:00:18.1156880Z [ 2022-11-23T03:00:18.1156962Z T=c10::DimVector 2022-11-23T03:00:18.1157026Z ] 2022-11-23T03:00:18.1157356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1157748Z 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-23T03:00:18.1158097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1158164Z with 2022-11-23T03:00:18.1158228Z [ 2022-11-23T03:00:18.1158297Z T=c10::DimVector 2022-11-23T03:00:18.1158363Z ] 2022-11-23T03:00:18.1158672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1158739Z with 2022-11-23T03:00:18.1158803Z [ 2022-11-23T03:00:18.1158909Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1158974Z ] 2022-11-23T03:00:18.1159298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1159366Z with 2022-11-23T03:00:18.1159430Z [ 2022-11-23T03:00:18.1159535Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1159601Z ] 2022-11-23T03:00:18.1160201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1160347Z with 2022-11-23T03:00:18.1160473Z [ 2022-11-23T03:00:18.1160669Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1160797Z ] 2022-11-23T03:00:18.1161654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1161728Z with 2022-11-23T03:00:18.1161793Z [ 2022-11-23T03:00:18.1161898Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1161962Z ] 2022-11-23T03:00:18.1162314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1162752Z 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-23T03:00:18.1163098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1163167Z with 2022-11-23T03:00:18.1163233Z [ 2022-11-23T03:00:18.1163338Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1163403Z ] 2022-11-23T03:00:18.1163714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1163784Z with 2022-11-23T03:00:18.1163849Z [ 2022-11-23T03:00:18.1163983Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1164050Z ] 2022-11-23T03:00:18.1164375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1164444Z with 2022-11-23T03:00:18.1164555Z [ 2022-11-23T03:00:18.1164701Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1164765Z ] 2022-11-23T03:00:18.1165129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1165196Z with 2022-11-23T03:00:18.1165260Z [ 2022-11-23T03:00:18.1165403Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1165471Z ] 2022-11-23T03:00:18.1165864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1165933Z with 2022-11-23T03:00:18.1165999Z [ 2022-11-23T03:00:18.1166229Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1166341Z ] 2022-11-23T03:00:18.1167219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1167984Z 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-23T03:00:18.1168349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1168402Z with 2022-11-23T03:00:18.1168466Z [ 2022-11-23T03:00:18.1168613Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1168681Z ] 2022-11-23T03:00:18.1168992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1169060Z with 2022-11-23T03:00:18.1169124Z [ 2022-11-23T03:00:18.1169244Z T=std::tuple 2022-11-23T03:00:18.1169308Z ] 2022-11-23T03:00:18.1169635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1169764Z with 2022-11-23T03:00:18.1169828Z [ 2022-11-23T03:00:18.1169944Z T=std::tuple 2022-11-23T03:00:18.1170009Z ] 2022-11-23T03:00:18.1170375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1170444Z with 2022-11-23T03:00:18.1170494Z [ 2022-11-23T03:00:18.1170613Z T=std::tuple 2022-11-23T03:00:18.1170677Z ] 2022-11-23T03:00:18.1171071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1171143Z with 2022-11-23T03:00:18.1171209Z [ 2022-11-23T03:00:18.1171326Z T=std::tuple 2022-11-23T03:00:18.1171392Z ] 2022-11-23T03:00:18.1171794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1172170Z 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-23T03:00:18.1172812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1172965Z with 2022-11-23T03:00:18.1173094Z [ 2022-11-23T03:00:18.1173347Z T=std::tuple 2022-11-23T03:00:18.1173430Z ] 2022-11-23T03:00:18.1174151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1174221Z with 2022-11-23T03:00:18.1174286Z [ 2022-11-23T03:00:18.1174372Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1174439Z ] 2022-11-23T03:00:18.1174764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1174830Z with 2022-11-23T03:00:18.1174894Z [ 2022-11-23T03:00:18.1174990Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1175055Z ] 2022-11-23T03:00:18.1175416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1175482Z with 2022-11-23T03:00:18.1175545Z [ 2022-11-23T03:00:18.1175643Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1175706Z ] 2022-11-23T03:00:18.1176098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1176164Z with 2022-11-23T03:00:18.1176226Z [ 2022-11-23T03:00:18.1176307Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1176371Z ] 2022-11-23T03:00:18.1176713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1177140Z 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-23T03:00:18.1177480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1177549Z with 2022-11-23T03:00:18.1177613Z [ 2022-11-23T03:00:18.1177710Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1177776Z ] 2022-11-23T03:00:18.1178088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1178159Z with 2022-11-23T03:00:18.1178225Z [ 2022-11-23T03:00:18.1178346Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1178411Z ] 2022-11-23T03:00:18.1179036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1179189Z with 2022-11-23T03:00:18.1179310Z [ 2022-11-23T03:00:18.1179564Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1179642Z ] 2022-11-23T03:00:18.1180431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1180502Z with 2022-11-23T03:00:18.1180569Z [ 2022-11-23T03:00:18.1180685Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1180750Z ] 2022-11-23T03:00:18.1181224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1181297Z with 2022-11-23T03:00:18.1181368Z [ 2022-11-23T03:00:18.1181486Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1181550Z ] 2022-11-23T03:00:18.1181915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1182280Z 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-23T03:00:18.1182626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1182697Z with 2022-11-23T03:00:18.1182764Z [ 2022-11-23T03:00:18.1182885Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1182950Z ] 2022-11-23T03:00:18.1183251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1183320Z with 2022-11-23T03:00:18.1183384Z [ 2022-11-23T03:00:18.1183499Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1183561Z ] 2022-11-23T03:00:18.1183881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1184574Z with 2022-11-23T03:00:18.1184639Z [ 2022-11-23T03:00:18.1184757Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1184823Z ] 2022-11-23T03:00:18.1185675Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1185819Z with 2022-11-23T03:00:18.1185942Z [ 2022-11-23T03:00:18.1186135Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1186267Z ] 2022-11-23T03:00:18.1186904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1186977Z with 2022-11-23T03:00:18.1187041Z [ 2022-11-23T03:00:18.1187154Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1187217Z ] 2022-11-23T03:00:18.1187636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1187997Z 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-23T03:00:18.1188341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1188414Z with 2022-11-23T03:00:18.1188478Z [ 2022-11-23T03:00:18.1188594Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1188659Z ] 2022-11-23T03:00:18.1188974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1189044Z with 2022-11-23T03:00:18.1189109Z [ 2022-11-23T03:00:18.1189207Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1189271Z ] 2022-11-23T03:00:18.1189600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1189653Z with 2022-11-23T03:00:18.1189719Z [ 2022-11-23T03:00:18.1189812Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1189880Z ] 2022-11-23T03:00:18.1190242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1190311Z with 2022-11-23T03:00:18.1190374Z [ 2022-11-23T03:00:18.1190465Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1190530Z ] 2022-11-23T03:00:18.1190913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1190979Z with 2022-11-23T03:00:18.1191042Z [ 2022-11-23T03:00:18.1191131Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1191204Z ] 2022-11-23T03:00:18.1191999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1192507Z 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-23T03:00:18.1193257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1193338Z with 2022-11-23T03:00:18.1193389Z [ 2022-11-23T03:00:18.1193483Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1193547Z ] 2022-11-23T03:00:18.1193854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1193924Z with 2022-11-23T03:00:18.1193986Z [ 2022-11-23T03:00:18.1194083Z T=at::ThreadLocalState 2022-11-23T03:00:18.1194148Z ] 2022-11-23T03:00:18.1194534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1194604Z with 2022-11-23T03:00:18.1194668Z [ 2022-11-23T03:00:18.1194764Z T=at::ThreadLocalState 2022-11-23T03:00:18.1194828Z ] 2022-11-23T03:00:18.1195193Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1195259Z with 2022-11-23T03:00:18.1195308Z [ 2022-11-23T03:00:18.1195403Z T=at::ThreadLocalState 2022-11-23T03:00:18.1195470Z ] 2022-11-23T03:00:18.1195858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1195927Z with 2022-11-23T03:00:18.1195990Z [ 2022-11-23T03:00:18.1196088Z T=at::ThreadLocalState 2022-11-23T03:00:18.1196153Z ] 2022-11-23T03:00:18.1196497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1196863Z 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-23T03:00:18.1197209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1197277Z with 2022-11-23T03:00:18.1197340Z [ 2022-11-23T03:00:18.1197434Z T=at::ThreadLocalState 2022-11-23T03:00:18.1197498Z ] 2022-11-23T03:00:18.1197844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1197969Z with 2022-11-23T03:00:18.1198066Z [ 2022-11-23T03:00:18.1198353Z T=std::shared_ptr 2022-11-23T03:00:18.1198483Z ] 2022-11-23T03:00:18.1199129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1199367Z with 2022-11-23T03:00:18.1199498Z [ 2022-11-23T03:00:18.1199648Z T=std::shared_ptr 2022-11-23T03:00:18.1199714Z ] 2022-11-23T03:00:18.1200084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1200152Z with 2022-11-23T03:00:18.1200217Z [ 2022-11-23T03:00:18.1200332Z T=std::shared_ptr 2022-11-23T03:00:18.1200400Z ] 2022-11-23T03:00:18.1200788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1200859Z with 2022-11-23T03:00:18.1200926Z [ 2022-11-23T03:00:18.1201027Z T=std::shared_ptr 2022-11-23T03:00:18.1201097Z ] 2022-11-23T03:00:18.1201507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1201857Z 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-23T03:00:18.1202233Z 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-23T03:00:18.1202579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1202650Z with 2022-11-23T03:00:18.1202717Z [ 2022-11-23T03:00:18.1202833Z T=std::shared_ptr 2022-11-23T03:00:18.1202898Z ] 2022-11-23T03:00:18.1203210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1203277Z with 2022-11-23T03:00:18.1203339Z [ 2022-11-23T03:00:18.1203442Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1203505Z ] 2022-11-23T03:00:18.1203828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1203898Z with 2022-11-23T03:00:18.1203963Z [ 2022-11-23T03:00:18.1204083Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1204179Z ] 2022-11-23T03:00:18.1205059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1205140Z with 2022-11-23T03:00:18.1205284Z [ 2022-11-23T03:00:18.1205500Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1205627Z ] 2022-11-23T03:00:18.1206122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1206192Z with 2022-11-23T03:00:18.1206336Z [ 2022-11-23T03:00:18.1206440Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1206506Z ] 2022-11-23T03:00:18.1206861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1207210Z 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-23T03:00:18.1207585Z 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-23T03:00:18.1207932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1208003Z with 2022-11-23T03:00:18.1208070Z [ 2022-11-23T03:00:18.1208171Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1208237Z ] 2022-11-23T03:00:18.1208584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1208652Z with 2022-11-23T03:00:18.1208716Z [ 2022-11-23T03:00:18.1208809Z T=torch::jit::Method 2022-11-23T03:00:18.1208875Z ] 2022-11-23T03:00:18.1209203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1209270Z with 2022-11-23T03:00:18.1209333Z [ 2022-11-23T03:00:18.1209426Z T=torch::jit::Method 2022-11-23T03:00:18.1209490Z ] 2022-11-23T03:00:18.1209852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1209921Z with 2022-11-23T03:00:18.1209988Z [ 2022-11-23T03:00:18.1210078Z T=torch::jit::Method 2022-11-23T03:00:18.1210142Z ] 2022-11-23T03:00:18.1210872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1210994Z with 2022-11-23T03:00:18.1211120Z [ 2022-11-23T03:00:18.1211310Z T=torch::jit::Method 2022-11-23T03:00:18.1211401Z ] 2022-11-23T03:00:18.1212198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1212581Z 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-23T03:00:18.1212932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1213003Z with 2022-11-23T03:00:18.1213069Z [ 2022-11-23T03:00:18.1213159Z T=torch::jit::Method 2022-11-23T03:00:18.1213224Z ] 2022-11-23T03:00:18.1213528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1213662Z with 2022-11-23T03:00:18.1213727Z [ 2022-11-23T03:00:18.1213867Z T=std::vector> 2022-11-23T03:00:18.1213932Z ] 2022-11-23T03:00:18.1214264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1214316Z with 2022-11-23T03:00:18.1214381Z [ 2022-11-23T03:00:18.1214519Z T=std::vector> 2022-11-23T03:00:18.1214584Z ] 2022-11-23T03:00:18.1214947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1215016Z with 2022-11-23T03:00:18.1215081Z [ 2022-11-23T03:00:18.1215220Z T=std::vector> 2022-11-23T03:00:18.1215284Z ] 2022-11-23T03:00:18.1215722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1215791Z with 2022-11-23T03:00:18.1215856Z [ 2022-11-23T03:00:18.1215997Z T=std::vector> 2022-11-23T03:00:18.1216062Z ] 2022-11-23T03:00:18.1216436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1216873Z 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-23T03:00:18.1217716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1217812Z with 2022-11-23T03:00:18.1217946Z [ 2022-11-23T03:00:18.1218232Z T=std::vector> 2022-11-23T03:00:18.1218366Z ] 2022-11-23T03:00:18.1218758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1218829Z with 2022-11-23T03:00:18.1218895Z [ 2022-11-23T03:00:18.1219065Z T=std::function 2022-11-23T03:00:18.1219128Z ] 2022-11-23T03:00:18.1219452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1219521Z with 2022-11-23T03:00:18.1219584Z [ 2022-11-23T03:00:18.1219751Z T=std::function 2022-11-23T03:00:18.1219815Z ] 2022-11-23T03:00:18.1220176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1220245Z with 2022-11-23T03:00:18.1220307Z [ 2022-11-23T03:00:18.1220535Z T=std::function 2022-11-23T03:00:18.1220598Z ] 2022-11-23T03:00:18.1221072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1221129Z with 2022-11-23T03:00:18.1221193Z [ 2022-11-23T03:00:18.1221362Z T=std::function 2022-11-23T03:00:18.1221430Z ] 2022-11-23T03:00:18.1221831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1222255Z 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-23T03:00:18.1223279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1223419Z with 2022-11-23T03:00:18.1223588Z [ 2022-11-23T03:00:18.1223976Z T=std::function 2022-11-23T03:00:18.1224103Z ] 2022-11-23T03:00:18.1224812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1224919Z with 2022-11-23T03:00:18.1224985Z [ 2022-11-23T03:00:18.1225183Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1225249Z ] 2022-11-23T03:00:18.1225579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1225645Z with 2022-11-23T03:00:18.1225711Z [ 2022-11-23T03:00:18.1225903Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1225952Z ] 2022-11-23T03:00:18.1226315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1226381Z with 2022-11-23T03:00:18.1226443Z [ 2022-11-23T03:00:18.1226632Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1226697Z ] 2022-11-23T03:00:18.1227089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1227156Z with 2022-11-23T03:00:18.1227222Z [ 2022-11-23T03:00:18.1227411Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1227476Z ] 2022-11-23T03:00:18.1227901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1228358Z 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-23T03:00:18.1228784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1228858Z with 2022-11-23T03:00:18.1228923Z [ 2022-11-23T03:00:18.1229114Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1229179Z ] 2022-11-23T03:00:18.1229617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1229777Z with 2022-11-23T03:00:18.1229885Z [ 2022-11-23T03:00:18.1230172Z T=std::vector> 2022-11-23T03:00:18.1230303Z ] 2022-11-23T03:00:18.1230985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1231116Z with 2022-11-23T03:00:18.1231209Z [ 2022-11-23T03:00:18.1231823Z T=std::vector> 2022-11-23T03:00:18.1231897Z ] 2022-11-23T03:00:18.1232269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1232339Z with 2022-11-23T03:00:18.1232404Z [ 2022-11-23T03:00:18.1232533Z T=std::vector> 2022-11-23T03:00:18.1232598Z ] 2022-11-23T03:00:18.1232993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1233062Z with 2022-11-23T03:00:18.1233129Z [ 2022-11-23T03:00:18.1233243Z T=std::vector> 2022-11-23T03:00:18.1233312Z ] 2022-11-23T03:00:18.1233669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1233740Z with 2022-11-23T03:00:18.1233803Z [ 2022-11-23T03:00:18.1233876Z T=double 2022-11-23T03:00:18.1233940Z ] 2022-11-23T03:00:18.1234335Z 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-23T03:00:18.1234404Z with 2022-11-23T03:00:18.1234467Z [ 2022-11-23T03:00:18.1234542Z T=double 2022-11-23T03:00:18.1234605Z ] 2022-11-23T03:00:18.1234956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1235022Z with 2022-11-23T03:00:18.1235086Z [ 2022-11-23T03:00:18.1235197Z T=std::vector> 2022-11-23T03:00:18.1235262Z ] 2022-11-23T03:00:18.1235574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1235744Z with 2022-11-23T03:00:18.1235861Z [ 2022-11-23T03:00:18.1236115Z T=std::tuple 2022-11-23T03:00:18.1236242Z ] 2022-11-23T03:00:18.1236951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1237091Z with 2022-11-23T03:00:18.1237222Z [ 2022-11-23T03:00:18.1237472Z T=std::tuple 2022-11-23T03:00:18.1237556Z ] 2022-11-23T03:00:18.1237932Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1238000Z with 2022-11-23T03:00:18.1238063Z [ 2022-11-23T03:00:18.1238176Z T=std::tuple 2022-11-23T03:00:18.1238228Z ] 2022-11-23T03:00:18.1238617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1238685Z with 2022-11-23T03:00:18.1238747Z [ 2022-11-23T03:00:18.1239325Z T=std::tuple 2022-11-23T03:00:18.1239399Z ] 2022-11-23T03:00:18.1239765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1240152Z 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-23T03:00:18.1240499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1240571Z with 2022-11-23T03:00:18.1240639Z [ 2022-11-23T03:00:18.1240753Z T=std::tuple 2022-11-23T03:00:18.1240820Z ] 2022-11-23T03:00:18.1241129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1241198Z with 2022-11-23T03:00:18.1241262Z [ 2022-11-23T03:00:18.1241401Z T=std::vector> 2022-11-23T03:00:18.1241468Z ] 2022-11-23T03:00:18.1241776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1241846Z with 2022-11-23T03:00:18.1241911Z [ 2022-11-23T03:00:18.1242116Z T=std::vector> 2022-11-23T03:00:18.1242235Z ] 2022-11-23T03:00:18.1243092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1243230Z with 2022-11-23T03:00:18.1243356Z [ 2022-11-23T03:00:18.1243662Z T=std::vector> 2022-11-23T03:00:18.1243798Z ] 2022-11-23T03:00:18.1244217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1244366Z with 2022-11-23T03:00:18.1244432Z [ 2022-11-23T03:00:18.1244570Z T=std::vector> 2022-11-23T03:00:18.1244635Z ] 2022-11-23T03:00:18.1245015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1245413Z 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-23T03:00:18.1245760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1245831Z with 2022-11-23T03:00:18.1245882Z [ 2022-11-23T03:00:18.1246019Z T=std::vector> 2022-11-23T03:00:18.1246085Z ] 2022-11-23T03:00:18.1247012Z [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-23T03:00:18.1247228Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-11-23T03:00:18.1247376Z Loading extension module lenient_flag_handling_extension... 2022-11-23T03:00:18.1247448Z ok (13.424s) 2022-11-23T03:00:18.1247761Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1248030Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\reloaded_jit_extension... 2022-11-23T03:00:18.1248322Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\reloaded_jit_extension\build.ninja... 2022-11-23T03:00:18.1248589Z Building extension module reloaded_jit_extension... 2022-11-23T03:00:18.1249102Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.1250663Z [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_cu117\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T03:00:18.1250822Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.1250971Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.1250985Z 2022-11-23T03:00:18.1251303Z 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-23T03:00:18.1251626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1251769Z with 2022-11-23T03:00:18.1251836Z [ 2022-11-23T03:00:18.1251925Z T=c10::SymInt 2022-11-23T03:00:18.1251992Z ] 2022-11-23T03:00:18.1252321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1252393Z with 2022-11-23T03:00:18.1252460Z [ 2022-11-23T03:00:18.1252542Z T=c10::SymInt 2022-11-23T03:00:18.1252608Z ] 2022-11-23T03:00:18.1252961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1253030Z with 2022-11-23T03:00:18.1253098Z [ 2022-11-23T03:00:18.1253178Z T=c10::SymInt 2022-11-23T03:00:18.1253246Z ] 2022-11-23T03:00:18.1253634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1253702Z with 2022-11-23T03:00:18.1253766Z [ 2022-11-23T03:00:18.1254274Z T=c10::SymInt 2022-11-23T03:00:18.1254348Z ] 2022-11-23T03:00:18.1254774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1255582Z 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-23T03:00:18.1256362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1256461Z with 2022-11-23T03:00:18.1256529Z [ 2022-11-23T03:00:18.1256614Z T=c10::SymInt 2022-11-23T03:00:18.1256681Z ] 2022-11-23T03:00:18.1256982Z 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-23T03:00:18.1257280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1257349Z with 2022-11-23T03:00:18.1257415Z [ 2022-11-23T03:00:18.1257505Z T=at::TensorBase 2022-11-23T03:00:18.1257571Z ] 2022-11-23T03:00:18.1257896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1257967Z with 2022-11-23T03:00:18.1258032Z [ 2022-11-23T03:00:18.1258120Z T=at::TensorBase 2022-11-23T03:00:18.1258185Z ] 2022-11-23T03:00:18.1258553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1258621Z with 2022-11-23T03:00:18.1258684Z [ 2022-11-23T03:00:18.1258770Z T=at::TensorBase 2022-11-23T03:00:18.1258833Z ] 2022-11-23T03:00:18.1259211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1259358Z with 2022-11-23T03:00:18.1259423Z [ 2022-11-23T03:00:18.1259511Z T=at::TensorBase 2022-11-23T03:00:18.1259575Z ] 2022-11-23T03:00:18.1259912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1260254Z 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-23T03:00:18.1260602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1260671Z with 2022-11-23T03:00:18.1260740Z [ 2022-11-23T03:00:18.1260830Z T=at::TensorBase 2022-11-23T03:00:18.1260911Z ] 2022-11-23T03:00:18.1261711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1261851Z with 2022-11-23T03:00:18.1261972Z [ 2022-11-23T03:00:18.1262201Z T=at::Tensor 2022-11-23T03:00:18.1262334Z ] 2022-11-23T03:00:18.1262894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1262963Z with 2022-11-23T03:00:18.1263030Z [ 2022-11-23T03:00:18.1263114Z T=at::Tensor 2022-11-23T03:00:18.1263180Z ] 2022-11-23T03:00:18.1263548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1263621Z with 2022-11-23T03:00:18.1263686Z [ 2022-11-23T03:00:18.1263768Z T=at::Tensor 2022-11-23T03:00:18.1263833Z ] 2022-11-23T03:00:18.1264224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1264293Z with 2022-11-23T03:00:18.1264357Z [ 2022-11-23T03:00:18.1264440Z T=at::Tensor 2022-11-23T03:00:18.1264503Z ] 2022-11-23T03:00:18.1264818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1265149Z 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-23T03:00:18.1265498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1265567Z with 2022-11-23T03:00:18.1265632Z [ 2022-11-23T03:00:18.1265712Z T=at::Tensor 2022-11-23T03:00:18.1265777Z ] 2022-11-23T03:00:18.1266089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1266158Z with 2022-11-23T03:00:18.1266222Z [ 2022-11-23T03:00:18.1266307Z T=at::Generator 2022-11-23T03:00:18.1266430Z ] 2022-11-23T03:00:18.1266757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1266824Z with 2022-11-23T03:00:18.1266889Z [ 2022-11-23T03:00:18.1266977Z T=at::Generator 2022-11-23T03:00:18.1267044Z ] 2022-11-23T03:00:18.1267636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1267776Z with 2022-11-23T03:00:18.1267901Z [ 2022-11-23T03:00:18.1268077Z T=at::Generator 2022-11-23T03:00:18.1268206Z ] 2022-11-23T03:00:18.1269063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1269137Z with 2022-11-23T03:00:18.1269201Z [ 2022-11-23T03:00:18.1269287Z T=at::Generator 2022-11-23T03:00:18.1269351Z ] 2022-11-23T03:00:18.1269744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1270081Z 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-23T03:00:18.1270429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1270499Z with 2022-11-23T03:00:18.1270564Z [ 2022-11-23T03:00:18.1270648Z T=at::Generator 2022-11-23T03:00:18.1270711Z ] 2022-11-23T03:00:18.1271004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1271071Z with 2022-11-23T03:00:18.1271140Z [ 2022-11-23T03:00:18.1271221Z T=c10::Scalar 2022-11-23T03:00:18.1271286Z ] 2022-11-23T03:00:18.1271608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1271676Z with 2022-11-23T03:00:18.1271740Z [ 2022-11-23T03:00:18.1271825Z T=c10::Scalar 2022-11-23T03:00:18.1271894Z ] 2022-11-23T03:00:18.1272260Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1272328Z with 2022-11-23T03:00:18.1272393Z [ 2022-11-23T03:00:18.1272471Z T=c10::Scalar 2022-11-23T03:00:18.1272533Z ] 2022-11-23T03:00:18.1272908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1272974Z with 2022-11-23T03:00:18.1273038Z [ 2022-11-23T03:00:18.1273115Z T=c10::Scalar 2022-11-23T03:00:18.1273179Z ] 2022-11-23T03:00:18.1273508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1274356Z 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-23T03:00:18.1275066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1275208Z with 2022-11-23T03:00:18.1275313Z [ 2022-11-23T03:00:18.1275396Z T=c10::Scalar 2022-11-23T03:00:18.1275461Z ] 2022-11-23T03:00:18.1275769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1275834Z with 2022-11-23T03:00:18.1275900Z [ 2022-11-23T03:00:18.1275980Z T=std::string 2022-11-23T03:00:18.1276042Z ] 2022-11-23T03:00:18.1276350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1276417Z with 2022-11-23T03:00:18.1276480Z [ 2022-11-23T03:00:18.1276622Z T=std::string 2022-11-23T03:00:18.1276688Z ] 2022-11-23T03:00:18.1277051Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1277118Z with 2022-11-23T03:00:18.1277182Z [ 2022-11-23T03:00:18.1277261Z T=std::string 2022-11-23T03:00:18.1277324Z ] 2022-11-23T03:00:18.1277721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1277791Z with 2022-11-23T03:00:18.1277854Z [ 2022-11-23T03:00:18.1277933Z T=std::string 2022-11-23T03:00:18.1277996Z ] 2022-11-23T03:00:18.1278313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1278644Z 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-23T03:00:18.1278989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1279060Z with 2022-11-23T03:00:18.1279125Z [ 2022-11-23T03:00:18.1279207Z T=std::string 2022-11-23T03:00:18.1279273Z ] 2022-11-23T03:00:18.1279585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1279652Z with 2022-11-23T03:00:18.1279714Z [ 2022-11-23T03:00:18.1279857Z T=c10::QualifiedName 2022-11-23T03:00:18.1279980Z ] 2022-11-23T03:00:18.1280767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1280858Z with 2022-11-23T03:00:18.1281007Z [ 2022-11-23T03:00:18.1281316Z T=c10::QualifiedName 2022-11-23T03:00:18.1281420Z ] 2022-11-23T03:00:18.1281852Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1281922Z with 2022-11-23T03:00:18.1281989Z [ 2022-11-23T03:00:18.1282084Z T=c10::QualifiedName 2022-11-23T03:00:18.1282149Z ] 2022-11-23T03:00:18.1282539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1282608Z with 2022-11-23T03:00:18.1282673Z [ 2022-11-23T03:00:18.1282766Z T=c10::QualifiedName 2022-11-23T03:00:18.1282833Z ] 2022-11-23T03:00:18.1283179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1283577Z 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-23T03:00:18.1283924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1283991Z with 2022-11-23T03:00:18.1284054Z [ 2022-11-23T03:00:18.1284147Z T=c10::QualifiedName 2022-11-23T03:00:18.1284209Z ] 2022-11-23T03:00:18.1284503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1284571Z with 2022-11-23T03:00:18.1284637Z [ 2022-11-23T03:00:18.1284774Z T=std::shared_ptr 2022-11-23T03:00:18.1284837Z ] 2022-11-23T03:00:18.1285160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1285228Z with 2022-11-23T03:00:18.1285293Z [ 2022-11-23T03:00:18.1285430Z T=std::shared_ptr 2022-11-23T03:00:18.1285496Z ] 2022-11-23T03:00:18.1285860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1285929Z with 2022-11-23T03:00:18.1285993Z [ 2022-11-23T03:00:18.1286261Z T=std::shared_ptr 2022-11-23T03:00:18.1286411Z ] 2022-11-23T03:00:18.1287284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1287424Z with 2022-11-23T03:00:18.1287529Z [ 2022-11-23T03:00:18.1287808Z T=std::shared_ptr 2022-11-23T03:00:18.1287875Z ] 2022-11-23T03:00:18.1288245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1288605Z 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-23T03:00:18.1289011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1289082Z with 2022-11-23T03:00:18.1289145Z [ 2022-11-23T03:00:18.1289283Z T=std::shared_ptr 2022-11-23T03:00:18.1289348Z ] 2022-11-23T03:00:18.1289665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1289734Z with 2022-11-23T03:00:18.1289799Z [ 2022-11-23T03:00:18.1289932Z T=std::weak_ptr 2022-11-23T03:00:18.1290000Z ] 2022-11-23T03:00:18.1290328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1290398Z with 2022-11-23T03:00:18.1290462Z [ 2022-11-23T03:00:18.1290578Z T=std::weak_ptr 2022-11-23T03:00:18.1290692Z ] 2022-11-23T03:00:18.1291056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1291123Z with 2022-11-23T03:00:18.1291186Z [ 2022-11-23T03:00:18.1291314Z T=std::weak_ptr 2022-11-23T03:00:18.1291377Z ] 2022-11-23T03:00:18.1291765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1291835Z with 2022-11-23T03:00:18.1291898Z [ 2022-11-23T03:00:18.1292024Z T=std::weak_ptr 2022-11-23T03:00:18.1292091Z ] 2022-11-23T03:00:18.1292741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1293531Z 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-23T03:00:18.1294168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1294242Z with 2022-11-23T03:00:18.1294307Z [ 2022-11-23T03:00:18.1294440Z T=std::weak_ptr 2022-11-23T03:00:18.1294489Z ] 2022-11-23T03:00:18.1294804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1294874Z with 2022-11-23T03:00:18.1294940Z [ 2022-11-23T03:00:18.1295100Z T=std::vector> 2022-11-23T03:00:18.1295168Z ] 2022-11-23T03:00:18.1295495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1295630Z with 2022-11-23T03:00:18.1295695Z [ 2022-11-23T03:00:18.1295852Z T=std::vector> 2022-11-23T03:00:18.1295917Z ] 2022-11-23T03:00:18.1296279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1296348Z with 2022-11-23T03:00:18.1296413Z [ 2022-11-23T03:00:18.1296573Z T=std::vector> 2022-11-23T03:00:18.1296639Z ] 2022-11-23T03:00:18.1297031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1297100Z with 2022-11-23T03:00:18.1297149Z [ 2022-11-23T03:00:18.1297304Z T=std::vector> 2022-11-23T03:00:18.1297369Z ] 2022-11-23T03:00:18.1297794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1298183Z 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-23T03:00:18.1298564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1298698Z with 2022-11-23T03:00:18.1298820Z [ 2022-11-23T03:00:18.1299188Z T=std::vector> 2022-11-23T03:00:18.1299317Z ] 2022-11-23T03:00:18.1299922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1300059Z with 2022-11-23T03:00:18.1300184Z [ 2022-11-23T03:00:18.1300367Z T=std::vector> 2022-11-23T03:00:18.1300432Z ] 2022-11-23T03:00:18.1300759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1300826Z with 2022-11-23T03:00:18.1300889Z [ 2022-11-23T03:00:18.1301078Z T=std::vector> 2022-11-23T03:00:18.1301145Z ] 2022-11-23T03:00:18.1301508Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1301576Z with 2022-11-23T03:00:18.1301641Z [ 2022-11-23T03:00:18.1301761Z T=std::vector> 2022-11-23T03:00:18.1301826Z ] 2022-11-23T03:00:18.1302214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1302280Z with 2022-11-23T03:00:18.1302343Z [ 2022-11-23T03:00:18.1302464Z T=std::vector> 2022-11-23T03:00:18.1303068Z ] 2022-11-23T03:00:18.1303433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1303796Z 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-23T03:00:18.1304141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1304213Z with 2022-11-23T03:00:18.1304280Z [ 2022-11-23T03:00:18.1304402Z T=std::vector> 2022-11-23T03:00:18.1304452Z ] 2022-11-23T03:00:18.1304768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1304884Z with 2022-11-23T03:00:18.1305000Z [ 2022-11-23T03:00:18.1305390Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1305513Z ] 2022-11-23T03:00:18.1306279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1306415Z with 2022-11-23T03:00:18.1306541Z [ 2022-11-23T03:00:18.1306762Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1306833Z ] 2022-11-23T03:00:18.1307202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1307274Z with 2022-11-23T03:00:18.1307339Z [ 2022-11-23T03:00:18.1307507Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1307571Z ] 2022-11-23T03:00:18.1307963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1308032Z with 2022-11-23T03:00:18.1308080Z [ 2022-11-23T03:00:18.1308254Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1308320Z ] 2022-11-23T03:00:18.1308721Z C:\actions-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-23T03:00:18.1309118Z 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-23T03:00:18.1309452Z 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-23T03:00:18.1309799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1309922Z with 2022-11-23T03:00:18.1309986Z [ 2022-11-23T03:00:18.1310154Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1310217Z ] 2022-11-23T03:00:18.1310530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1310598Z with 2022-11-23T03:00:18.1310661Z [ 2022-11-23T03:00:18.1310825Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1310891Z ] 2022-11-23T03:00:18.1311303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1311430Z with 2022-11-23T03:00:18.1311577Z [ 2022-11-23T03:00:18.1311953Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1312074Z ] 2022-11-23T03:00:18.1312875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1312953Z with 2022-11-23T03:00:18.1313079Z [ 2022-11-23T03:00:18.1313245Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1313313Z ] 2022-11-23T03:00:18.1313709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1313777Z with 2022-11-23T03:00:18.1313841Z [ 2022-11-23T03:00:18.1314006Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1314070Z ] 2022-11-23T03:00:18.1314462Z C:\actions-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-23T03:00:18.1314850Z 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-23T03:00:18.1315173Z 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-23T03:00:18.1315519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1315590Z with 2022-11-23T03:00:18.1315657Z [ 2022-11-23T03:00:18.1315818Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1315885Z ] 2022-11-23T03:00:18.1316199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1316267Z with 2022-11-23T03:00:18.1316331Z [ 2022-11-23T03:00:18.1316462Z T=std::vector> 2022-11-23T03:00:18.1316512Z ] 2022-11-23T03:00:18.1316839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1316958Z with 2022-11-23T03:00:18.1317022Z [ 2022-11-23T03:00:18.1317152Z T=std::vector> 2022-11-23T03:00:18.1317216Z ] 2022-11-23T03:00:18.1317869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1318010Z with 2022-11-23T03:00:18.1318133Z [ 2022-11-23T03:00:18.1318409Z T=std::vector> 2022-11-23T03:00:18.1318489Z ] 2022-11-23T03:00:18.1319300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1319378Z with 2022-11-23T03:00:18.1319445Z [ 2022-11-23T03:00:18.1319571Z T=std::vector> 2022-11-23T03:00:18.1319635Z ] 2022-11-23T03:00:18.1320041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1320406Z 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-23T03:00:18.1320766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1320818Z with 2022-11-23T03:00:18.1320886Z [ 2022-11-23T03:00:18.1321011Z T=std::vector> 2022-11-23T03:00:18.1321077Z ] 2022-11-23T03:00:18.1321387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1321458Z with 2022-11-23T03:00:18.1321523Z [ 2022-11-23T03:00:18.1321681Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1321746Z ] 2022-11-23T03:00:18.1322068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1322135Z with 2022-11-23T03:00:18.1322198Z [ 2022-11-23T03:00:18.1322352Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1322418Z ] 2022-11-23T03:00:18.1322778Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1322845Z with 2022-11-23T03:00:18.1322893Z [ 2022-11-23T03:00:18.1323049Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1323113Z ] 2022-11-23T03:00:18.1323511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1323578Z with 2022-11-23T03:00:18.1323655Z [ 2022-11-23T03:00:18.1323971Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1324222Z ] 2022-11-23T03:00:18.1325041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1325660Z 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-23T03:00:18.1326058Z 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-23T03:00:18.1326403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1326475Z with 2022-11-23T03:00:18.1326541Z [ 2022-11-23T03:00:18.1326697Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1326763Z ] 2022-11-23T03:00:18.1327128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1327196Z with 2022-11-23T03:00:18.1327260Z [ 2022-11-23T03:00:18.1327415Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1327465Z ] 2022-11-23T03:00:18.1327787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1327855Z with 2022-11-23T03:00:18.1327922Z [ 2022-11-23T03:00:18.1328075Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1328140Z ] 2022-11-23T03:00:18.1328502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1328572Z with 2022-11-23T03:00:18.1328636Z [ 2022-11-23T03:00:18.1328789Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1328855Z ] 2022-11-23T03:00:18.1329246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1329315Z with 2022-11-23T03:00:18.1329380Z [ 2022-11-23T03:00:18.1329534Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1329600Z ] 2022-11-23T03:00:18.1330069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1331003Z 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-23T03:00:18.1331804Z 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-23T03:00:18.1332154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1332286Z with 2022-11-23T03:00:18.1332337Z [ 2022-11-23T03:00:18.1332492Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1332556Z ] 2022-11-23T03:00:18.1332871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1332939Z with 2022-11-23T03:00:18.1333002Z [ 2022-11-23T03:00:18.1333110Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1333175Z ] 2022-11-23T03:00:18.1333501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1333571Z with 2022-11-23T03:00:18.1333635Z [ 2022-11-23T03:00:18.1333743Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1333809Z ] 2022-11-23T03:00:18.1334221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1334290Z with 2022-11-23T03:00:18.1334352Z [ 2022-11-23T03:00:18.1334445Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1334507Z ] 2022-11-23T03:00:18.1334893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1334960Z with 2022-11-23T03:00:18.1335026Z [ 2022-11-23T03:00:18.1335130Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1335195Z ] 2022-11-23T03:00:18.1335544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1335881Z 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-23T03:00:18.1335949Z with 2022-11-23T03:00:18.1336011Z [ 2022-11-23T03:00:18.1336116Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1336222Z ] 2022-11-23T03:00:18.1337142Z 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-23T03:00:18.1337933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1338005Z with 2022-11-23T03:00:18.1338069Z [ 2022-11-23T03:00:18.1338180Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1338230Z ] 2022-11-23T03:00:18.1338539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1338607Z with 2022-11-23T03:00:18.1338670Z [ 2022-11-23T03:00:18.1338863Z T=std::vector> 2022-11-23T03:00:18.1338930Z ] 2022-11-23T03:00:18.1339258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1339387Z with 2022-11-23T03:00:18.1339451Z [ 2022-11-23T03:00:18.1339643Z T=std::vector> 2022-11-23T03:00:18.1339709Z ] 2022-11-23T03:00:18.1340074Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1340143Z with 2022-11-23T03:00:18.1340207Z [ 2022-11-23T03:00:18.1340394Z T=std::vector> 2022-11-23T03:00:18.1340459Z ] 2022-11-23T03:00:18.1340849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1340919Z with 2022-11-23T03:00:18.1341048Z [ 2022-11-23T03:00:18.1341294Z T=std::vector> 2022-11-23T03:00:18.1341360Z ] 2022-11-23T03:00:18.1341785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1342204Z 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-23T03:00:18.1342753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1342923Z with 2022-11-23T03:00:18.1343054Z [ 2022-11-23T03:00:18.1343469Z T=std::vector> 2022-11-23T03:00:18.1343591Z ] 2022-11-23T03:00:18.1344261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1344332Z with 2022-11-23T03:00:18.1344396Z [ 2022-11-23T03:00:18.1344497Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1344561Z ] 2022-11-23T03:00:18.1344889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1344956Z with 2022-11-23T03:00:18.1345019Z [ 2022-11-23T03:00:18.1345119Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1345167Z ] 2022-11-23T03:00:18.1345534Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1345601Z with 2022-11-23T03:00:18.1345666Z [ 2022-11-23T03:00:18.1345766Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1345834Z ] 2022-11-23T03:00:18.1346220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1346353Z with 2022-11-23T03:00:18.1346418Z [ 2022-11-23T03:00:18.1346517Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1346581Z ] 2022-11-23T03:00:18.1346936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1347297Z 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-23T03:00:18.1347639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1347708Z with 2022-11-23T03:00:18.1347773Z [ 2022-11-23T03:00:18.1347875Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1347940Z ] 2022-11-23T03:00:18.1348281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1348349Z with 2022-11-23T03:00:18.1348414Z [ 2022-11-23T03:00:18.1348497Z T=c10::IValue 2022-11-23T03:00:18.1348562Z ] 2022-11-23T03:00:18.1349198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1349335Z with 2022-11-23T03:00:18.1349470Z [ 2022-11-23T03:00:18.1349640Z T=c10::IValue 2022-11-23T03:00:18.1349761Z ] 2022-11-23T03:00:18.1350557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1350629Z with 2022-11-23T03:00:18.1350692Z [ 2022-11-23T03:00:18.1350773Z T=c10::IValue 2022-11-23T03:00:18.1350839Z ] 2022-11-23T03:00:18.1351213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1351280Z with 2022-11-23T03:00:18.1351345Z [ 2022-11-23T03:00:18.1351424Z T=c10::IValue 2022-11-23T03:00:18.1351488Z ] 2022-11-23T03:00:18.1351820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1352153Z 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-23T03:00:18.1352496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1352563Z with 2022-11-23T03:00:18.1352627Z [ 2022-11-23T03:00:18.1352708Z T=c10::IValue 2022-11-23T03:00:18.1352772Z ] 2022-11-23T03:00:18.1353081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1353218Z with 2022-11-23T03:00:18.1353281Z [ 2022-11-23T03:00:18.1353366Z T=c10::AliasInfo 2022-11-23T03:00:18.1353429Z ] 2022-11-23T03:00:18.1353735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1353804Z with 2022-11-23T03:00:18.1353871Z [ 2022-11-23T03:00:18.1353956Z T=c10::AliasInfo 2022-11-23T03:00:18.1354024Z ] 2022-11-23T03:00:18.1354389Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1354457Z with 2022-11-23T03:00:18.1354523Z [ 2022-11-23T03:00:18.1354607Z T=c10::AliasInfo 2022-11-23T03:00:18.1354674Z ] 2022-11-23T03:00:18.1355134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1355255Z with 2022-11-23T03:00:18.1355408Z [ 2022-11-23T03:00:18.1355578Z T=c10::AliasInfo 2022-11-23T03:00:18.1355798Z ] 2022-11-23T03:00:18.1356439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1356978Z 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-23T03:00:18.1357324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1357380Z with 2022-11-23T03:00:18.1357446Z [ 2022-11-23T03:00:18.1357532Z T=c10::AliasInfo 2022-11-23T03:00:18.1357597Z ] 2022-11-23T03:00:18.1357913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1357983Z with 2022-11-23T03:00:18.1358046Z [ 2022-11-23T03:00:18.1358184Z T=std::vector> 2022-11-23T03:00:18.1358250Z ] 2022-11-23T03:00:18.1358572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1358642Z with 2022-11-23T03:00:18.1358706Z [ 2022-11-23T03:00:18.1358841Z T=std::vector> 2022-11-23T03:00:18.1358905Z ] 2022-11-23T03:00:18.1359273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1359338Z with 2022-11-23T03:00:18.1359387Z [ 2022-11-23T03:00:18.1359522Z T=std::vector> 2022-11-23T03:00:18.1359585Z ] 2022-11-23T03:00:18.1359977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1360044Z with 2022-11-23T03:00:18.1360173Z [ 2022-11-23T03:00:18.1360307Z T=std::vector> 2022-11-23T03:00:18.1360371Z ] 2022-11-23T03:00:18.1360724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1360793Z with 2022-11-23T03:00:18.1360857Z [ 2022-11-23T03:00:18.1360939Z T=c10::SymInt 2022-11-23T03:00:18.1361002Z ] 2022-11-23T03:00:18.1361431Z 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-23T03:00:18.1361550Z with 2022-11-23T03:00:18.1361685Z [ 2022-11-23T03:00:18.1361848Z T=c10::SymInt 2022-11-23T03:00:18.1361977Z ] 2022-11-23T03:00:18.1362746Z 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-23T03:00:18.1363405Z 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-23T03:00:18.1363756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1363825Z with 2022-11-23T03:00:18.1363890Z [ 2022-11-23T03:00:18.1364030Z T=std::vector> 2022-11-23T03:00:18.1364096Z ] 2022-11-23T03:00:18.1364407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1364477Z with 2022-11-23T03:00:18.1364541Z [ 2022-11-23T03:00:18.1364686Z T=c10::either 2022-11-23T03:00:18.1364753Z ] 2022-11-23T03:00:18.1365081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1365154Z with 2022-11-23T03:00:18.1365221Z [ 2022-11-23T03:00:18.1365363Z T=c10::either 2022-11-23T03:00:18.1365413Z ] 2022-11-23T03:00:18.1365777Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1365849Z with 2022-11-23T03:00:18.1365913Z [ 2022-11-23T03:00:18.1366057Z T=c10::either 2022-11-23T03:00:18.1366123Z ] 2022-11-23T03:00:18.1366518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1366586Z with 2022-11-23T03:00:18.1366651Z [ 2022-11-23T03:00:18.1366790Z T=c10::either 2022-11-23T03:00:18.1366855Z ] 2022-11-23T03:00:18.1367231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1367923Z 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-23T03:00:18.1368696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1368836Z with 2022-11-23T03:00:18.1368960Z [ 2022-11-23T03:00:18.1369266Z T=c10::either 2022-11-23T03:00:18.1369348Z ] 2022-11-23T03:00:18.1369662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1369718Z with 2022-11-23T03:00:18.1369784Z [ 2022-11-23T03:00:18.1369882Z T=at::StepCallbacks 2022-11-23T03:00:18.1369947Z ] 2022-11-23T03:00:18.1370331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1370403Z with 2022-11-23T03:00:18.1370468Z [ 2022-11-23T03:00:18.1370562Z T=at::StepCallbacks 2022-11-23T03:00:18.1370625Z ] 2022-11-23T03:00:18.1370988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1371055Z with 2022-11-23T03:00:18.1371118Z [ 2022-11-23T03:00:18.1371212Z T=at::StepCallbacks 2022-11-23T03:00:18.1371275Z ] 2022-11-23T03:00:18.1371663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1371731Z with 2022-11-23T03:00:18.1371782Z [ 2022-11-23T03:00:18.1371874Z T=at::StepCallbacks 2022-11-23T03:00:18.1371937Z ] 2022-11-23T03:00:18.1372274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1372625Z 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-23T03:00:18.1372966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1373035Z with 2022-11-23T03:00:18.1373098Z [ 2022-11-23T03:00:18.1373189Z T=at::StepCallbacks 2022-11-23T03:00:18.1373254Z ] 2022-11-23T03:00:18.1373561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1373626Z with 2022-11-23T03:00:18.1373689Z [ 2022-11-23T03:00:18.1373785Z T=c10::DimVector 2022-11-23T03:00:18.1373900Z ] 2022-11-23T03:00:18.1374684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1374862Z with 2022-11-23T03:00:18.1374986Z [ 2022-11-23T03:00:18.1375161Z T=c10::DimVector 2022-11-23T03:00:18.1375289Z ] 2022-11-23T03:00:18.1375814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1375884Z with 2022-11-23T03:00:18.1375948Z [ 2022-11-23T03:00:18.1376031Z T=c10::DimVector 2022-11-23T03:00:18.1376094Z ] 2022-11-23T03:00:18.1376486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1376554Z with 2022-11-23T03:00:18.1376619Z [ 2022-11-23T03:00:18.1376702Z T=c10::DimVector 2022-11-23T03:00:18.1376765Z ] 2022-11-23T03:00:18.1377095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1377488Z 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-23T03:00:18.1377834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1377900Z with 2022-11-23T03:00:18.1377949Z [ 2022-11-23T03:00:18.1378031Z T=c10::DimVector 2022-11-23T03:00:18.1378094Z ] 2022-11-23T03:00:18.1378403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1378471Z with 2022-11-23T03:00:18.1378534Z [ 2022-11-23T03:00:18.1378640Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1378706Z ] 2022-11-23T03:00:18.1379030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1379099Z with 2022-11-23T03:00:18.1379164Z [ 2022-11-23T03:00:18.1379269Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1379333Z ] 2022-11-23T03:00:18.1379695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1379765Z with 2022-11-23T03:00:18.1379814Z [ 2022-11-23T03:00:18.1379917Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1379980Z ] 2022-11-23T03:00:18.1380866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1381093Z with 2022-11-23T03:00:18.1381182Z [ 2022-11-23T03:00:18.1381405Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1381540Z ] 2022-11-23T03:00:18.1382113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1382561Z 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-23T03:00:18.1382910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1382980Z with 2022-11-23T03:00:18.1383046Z [ 2022-11-23T03:00:18.1383150Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1383216Z ] 2022-11-23T03:00:18.1383529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1383597Z with 2022-11-23T03:00:18.1383648Z [ 2022-11-23T03:00:18.1383797Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1383864Z ] 2022-11-23T03:00:18.1384194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1384263Z with 2022-11-23T03:00:18.1384326Z [ 2022-11-23T03:00:18.1384520Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1384585Z ] 2022-11-23T03:00:18.1384949Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1385016Z with 2022-11-23T03:00:18.1385079Z [ 2022-11-23T03:00:18.1385222Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1385286Z ] 2022-11-23T03:00:18.1385678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1385745Z with 2022-11-23T03:00:18.1385809Z [ 2022-11-23T03:00:18.1385952Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1386004Z ] 2022-11-23T03:00:18.1386392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1387349Z 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-23T03:00:18.1388150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1388226Z with 2022-11-23T03:00:18.1388292Z [ 2022-11-23T03:00:18.1388434Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1388502Z ] 2022-11-23T03:00:18.1388811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1388879Z with 2022-11-23T03:00:18.1388942Z [ 2022-11-23T03:00:18.1389061Z T=std::tuple 2022-11-23T03:00:18.1389125Z ] 2022-11-23T03:00:18.1389451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1389589Z with 2022-11-23T03:00:18.1389652Z [ 2022-11-23T03:00:18.1389770Z T=std::tuple 2022-11-23T03:00:18.1389837Z ] 2022-11-23T03:00:18.1390188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1390258Z with 2022-11-23T03:00:18.1390326Z [ 2022-11-23T03:00:18.1390445Z T=std::tuple 2022-11-23T03:00:18.1390510Z ] 2022-11-23T03:00:18.1390902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1390974Z with 2022-11-23T03:00:18.1391041Z [ 2022-11-23T03:00:18.1391159Z T=std::tuple 2022-11-23T03:00:18.1391224Z ] 2022-11-23T03:00:18.1391630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1392008Z 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-23T03:00:18.1392351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1392420Z with 2022-11-23T03:00:18.1392484Z [ 2022-11-23T03:00:18.1392603Z T=std::tuple 2022-11-23T03:00:18.1392693Z ] 2022-11-23T03:00:18.1393419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1393564Z with 2022-11-23T03:00:18.1393664Z [ 2022-11-23T03:00:18.1393830Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1393950Z ] 2022-11-23T03:00:18.1394574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1394644Z with 2022-11-23T03:00:18.1394708Z [ 2022-11-23T03:00:18.1394808Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1394871Z ] 2022-11-23T03:00:18.1395238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1395304Z with 2022-11-23T03:00:18.1395367Z [ 2022-11-23T03:00:18.1395462Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1395527Z ] 2022-11-23T03:00:18.1395916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1395982Z with 2022-11-23T03:00:18.1396032Z [ 2022-11-23T03:00:18.1396126Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1396190Z ] 2022-11-23T03:00:18.1396536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1396972Z 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-23T03:00:18.1397321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1397391Z with 2022-11-23T03:00:18.1397458Z [ 2022-11-23T03:00:18.1397560Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1397625Z ] 2022-11-23T03:00:18.1397938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1398009Z with 2022-11-23T03:00:18.1398074Z [ 2022-11-23T03:00:18.1398194Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1398259Z ] 2022-11-23T03:00:18.1398640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1398707Z with 2022-11-23T03:00:18.1398772Z [ 2022-11-23T03:00:18.1398873Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1398965Z ] 2022-11-23T03:00:18.1399822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1399951Z with 2022-11-23T03:00:18.1400028Z [ 2022-11-23T03:00:18.1400306Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1400435Z ] 2022-11-23T03:00:18.1400980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1401049Z with 2022-11-23T03:00:18.1401115Z [ 2022-11-23T03:00:18.1401229Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1401293Z ] 2022-11-23T03:00:18.1401651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1402012Z 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-23T03:00:18.1402359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1402427Z with 2022-11-23T03:00:18.1402492Z [ 2022-11-23T03:00:18.1402609Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1402658Z ] 2022-11-23T03:00:18.1402968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1403035Z with 2022-11-23T03:00:18.1403099Z [ 2022-11-23T03:00:18.1403214Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1403278Z ] 2022-11-23T03:00:18.1403599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1403730Z with 2022-11-23T03:00:18.1403793Z [ 2022-11-23T03:00:18.1403906Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1403970Z ] 2022-11-23T03:00:18.1404333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1404399Z with 2022-11-23T03:00:18.1404463Z [ 2022-11-23T03:00:18.1404573Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1404622Z ] 2022-11-23T03:00:18.1405013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1405085Z with 2022-11-23T03:00:18.1405150Z [ 2022-11-23T03:00:18.1405353Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1405471Z ] 2022-11-23T03:00:18.1406404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1407096Z 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-23T03:00:18.1407444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1407514Z with 2022-11-23T03:00:18.1407586Z [ 2022-11-23T03:00:18.1407700Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1407766Z ] 2022-11-23T03:00:18.1408081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1408150Z with 2022-11-23T03:00:18.1408219Z [ 2022-11-23T03:00:18.1408314Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1408379Z ] 2022-11-23T03:00:18.1408686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1408754Z with 2022-11-23T03:00:18.1408821Z [ 2022-11-23T03:00:18.1408915Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1408980Z ] 2022-11-23T03:00:18.1409348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1409418Z with 2022-11-23T03:00:18.1409481Z [ 2022-11-23T03:00:18.1409574Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1409637Z ] 2022-11-23T03:00:18.1410024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1410090Z with 2022-11-23T03:00:18.1410154Z [ 2022-11-23T03:00:18.1410245Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1410310Z ] 2022-11-23T03:00:18.1410654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1411060Z 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-23T03:00:18.1411400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1411491Z with 2022-11-23T03:00:18.1411613Z [ 2022-11-23T03:00:18.1411828Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1411953Z ] 2022-11-23T03:00:18.1412636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1412777Z with 2022-11-23T03:00:18.1412900Z [ 2022-11-23T03:00:18.1413109Z T=at::ThreadLocalState 2022-11-23T03:00:18.1413230Z ] 2022-11-23T03:00:18.1413555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1413622Z with 2022-11-23T03:00:18.1413755Z [ 2022-11-23T03:00:18.1413852Z T=at::ThreadLocalState 2022-11-23T03:00:18.1413917Z ] 2022-11-23T03:00:18.1414281Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1414332Z with 2022-11-23T03:00:18.1414397Z [ 2022-11-23T03:00:18.1414494Z T=at::ThreadLocalState 2022-11-23T03:00:18.1414564Z ] 2022-11-23T03:00:18.1414956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1415025Z with 2022-11-23T03:00:18.1415090Z [ 2022-11-23T03:00:18.1415186Z T=at::ThreadLocalState 2022-11-23T03:00:18.1415254Z ] 2022-11-23T03:00:18.1415600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1415967Z 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-23T03:00:18.1416314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1416383Z with 2022-11-23T03:00:18.1416448Z [ 2022-11-23T03:00:18.1416544Z T=at::ThreadLocalState 2022-11-23T03:00:18.1416609Z ] 2022-11-23T03:00:18.1416920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1416989Z with 2022-11-23T03:00:18.1417038Z [ 2022-11-23T03:00:18.1417157Z T=std::shared_ptr 2022-11-23T03:00:18.1417221Z ] 2022-11-23T03:00:18.1417546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1418693Z with 2022-11-23T03:00:18.1418771Z [ 2022-11-23T03:00:18.1419057Z T=std::shared_ptr 2022-11-23T03:00:18.1419183Z ] 2022-11-23T03:00:18.1419727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1419801Z with 2022-11-23T03:00:18.1419865Z [ 2022-11-23T03:00:18.1419983Z T=std::shared_ptr 2022-11-23T03:00:18.1420048Z ] 2022-11-23T03:00:18.1420438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1420507Z with 2022-11-23T03:00:18.1420558Z [ 2022-11-23T03:00:18.1420674Z T=std::shared_ptr 2022-11-23T03:00:18.1420739Z ] 2022-11-23T03:00:18.1421175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1421605Z 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-23T03:00:18.1421988Z 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-23T03:00:18.1422332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1422404Z with 2022-11-23T03:00:18.1422472Z [ 2022-11-23T03:00:18.1422588Z T=std::shared_ptr 2022-11-23T03:00:18.1422654Z ] 2022-11-23T03:00:18.1422967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1423037Z with 2022-11-23T03:00:18.1423103Z [ 2022-11-23T03:00:18.1423208Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1423273Z ] 2022-11-23T03:00:18.1423595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1423666Z with 2022-11-23T03:00:18.1423730Z [ 2022-11-23T03:00:18.1423817Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1423882Z ] 2022-11-23T03:00:18.1424676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1424819Z with 2022-11-23T03:00:18.1424951Z [ 2022-11-23T03:00:18.1425093Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1425237Z ] 2022-11-23T03:00:18.1425960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1426030Z with 2022-11-23T03:00:18.1426092Z [ 2022-11-23T03:00:18.1426193Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1426329Z ] 2022-11-23T03:00:18.1426682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1427025Z 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-23T03:00:18.1427400Z 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-23T03:00:18.1427746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1427816Z with 2022-11-23T03:00:18.1427884Z [ 2022-11-23T03:00:18.1427987Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1428037Z ] 2022-11-23T03:00:18.1428396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1428465Z with 2022-11-23T03:00:18.1428527Z [ 2022-11-23T03:00:18.1428620Z T=torch::jit::Method 2022-11-23T03:00:18.1428685Z ] 2022-11-23T03:00:18.1429011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1429077Z with 2022-11-23T03:00:18.1429141Z [ 2022-11-23T03:00:18.1429231Z T=torch::jit::Method 2022-11-23T03:00:18.1429296Z ] 2022-11-23T03:00:18.1429660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1429732Z with 2022-11-23T03:00:18.1429794Z [ 2022-11-23T03:00:18.1429888Z T=torch::jit::Method 2022-11-23T03:00:18.1429937Z ] 2022-11-23T03:00:18.1430382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1430509Z with 2022-11-23T03:00:18.1430629Z [ 2022-11-23T03:00:18.1430852Z T=torch::jit::Method 2022-11-23T03:00:18.1430978Z ] 2022-11-23T03:00:18.1431652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1432242Z 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-23T03:00:18.1432596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1432664Z with 2022-11-23T03:00:18.1432728Z [ 2022-11-23T03:00:18.1432819Z T=torch::jit::Method 2022-11-23T03:00:18.1432883Z ] 2022-11-23T03:00:18.1433193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1433338Z with 2022-11-23T03:00:18.1433404Z [ 2022-11-23T03:00:18.1433546Z T=std::vector> 2022-11-23T03:00:18.1433612Z ] 2022-11-23T03:00:18.1433928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1434000Z with 2022-11-23T03:00:18.1434067Z [ 2022-11-23T03:00:18.1434205Z T=std::vector> 2022-11-23T03:00:18.1434270Z ] 2022-11-23T03:00:18.1434634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1434702Z with 2022-11-23T03:00:18.1434770Z [ 2022-11-23T03:00:18.1434908Z T=std::vector> 2022-11-23T03:00:18.1434974Z ] 2022-11-23T03:00:18.1435421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1435489Z with 2022-11-23T03:00:18.1435552Z [ 2022-11-23T03:00:18.1435688Z T=std::vector> 2022-11-23T03:00:18.1435751Z ] 2022-11-23T03:00:18.1436123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1436499Z 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-23T03:00:18.1437277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1437415Z with 2022-11-23T03:00:18.1437529Z [ 2022-11-23T03:00:18.1437756Z T=std::vector> 2022-11-23T03:00:18.1437881Z ] 2022-11-23T03:00:18.1438477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1438545Z with 2022-11-23T03:00:18.1438610Z [ 2022-11-23T03:00:18.1438780Z T=std::function 2022-11-23T03:00:18.1438847Z ] 2022-11-23T03:00:18.1439169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1439236Z with 2022-11-23T03:00:18.1439299Z [ 2022-11-23T03:00:18.1439469Z T=std::function 2022-11-23T03:00:18.1439533Z ] 2022-11-23T03:00:18.1439898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1440044Z with 2022-11-23T03:00:18.1447659Z [ 2022-11-23T03:00:18.1447929Z T=std::function 2022-11-23T03:00:18.1448142Z ] 2022-11-23T03:00:18.1448548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1448609Z with 2022-11-23T03:00:18.1448664Z [ 2022-11-23T03:00:18.1448828Z T=std::function 2022-11-23T03:00:18.1448894Z ] 2022-11-23T03:00:18.1449397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1450396Z 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-23T03:00:18.1450865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1451117Z with 2022-11-23T03:00:18.1451251Z [ 2022-11-23T03:00:18.1451501Z T=std::function 2022-11-23T03:00:18.1451569Z ] 2022-11-23T03:00:18.1451890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1451959Z with 2022-11-23T03:00:18.1452026Z [ 2022-11-23T03:00:18.1452223Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1452292Z ] 2022-11-23T03:00:18.1452626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1452696Z with 2022-11-23T03:00:18.1452745Z [ 2022-11-23T03:00:18.1452938Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1453004Z ] 2022-11-23T03:00:18.1453376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1453445Z with 2022-11-23T03:00:18.1453511Z [ 2022-11-23T03:00:18.1453702Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1453768Z ] 2022-11-23T03:00:18.1454162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1454228Z with 2022-11-23T03:00:18.1454291Z [ 2022-11-23T03:00:18.1454484Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1454548Z ] 2022-11-23T03:00:18.1454974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1455432Z 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-23T03:00:18.1455835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1455947Z with 2022-11-23T03:00:18.1456069Z [ 2022-11-23T03:00:18.1456521Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1456648Z ] 2022-11-23T03:00:18.1457255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1457372Z with 2022-11-23T03:00:18.1457500Z [ 2022-11-23T03:00:18.1457715Z T=std::vector> 2022-11-23T03:00:18.1457784Z ] 2022-11-23T03:00:18.1458110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1458177Z with 2022-11-23T03:00:18.1458243Z [ 2022-11-23T03:00:18.1458372Z T=std::vector> 2022-11-23T03:00:18.1458499Z ] 2022-11-23T03:00:18.1458873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1458939Z with 2022-11-23T03:00:18.1459002Z [ 2022-11-23T03:00:18.1459128Z T=std::vector> 2022-11-23T03:00:18.1459191Z ] 2022-11-23T03:00:18.1459583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1459654Z with 2022-11-23T03:00:18.1459702Z [ 2022-11-23T03:00:18.1459832Z T=std::vector> 2022-11-23T03:00:18.1459896Z ] 2022-11-23T03:00:18.1460255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1460323Z with 2022-11-23T03:00:18.1460388Z [ 2022-11-23T03:00:18.1460462Z T=double 2022-11-23T03:00:18.1460527Z ] 2022-11-23T03:00:18.1460921Z 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-23T03:00:18.1461081Z with 2022-11-23T03:00:18.1461149Z [ 2022-11-23T03:00:18.1461224Z T=double 2022-11-23T03:00:18.1461289Z ] 2022-11-23T03:00:18.1461640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1461709Z with 2022-11-23T03:00:18.1461757Z [ 2022-11-23T03:00:18.1461887Z T=std::vector> 2022-11-23T03:00:18.1461951Z ] 2022-11-23T03:00:18.1462402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1462563Z with 2022-11-23T03:00:18.1462695Z [ 2022-11-23T03:00:18.1463042Z T=std::tuple 2022-11-23T03:00:18.1463165Z ] 2022-11-23T03:00:18.1463927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1464010Z with 2022-11-23T03:00:18.1464075Z [ 2022-11-23T03:00:18.1464193Z T=std::tuple 2022-11-23T03:00:18.1464258Z ] 2022-11-23T03:00:18.1464631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1464698Z with 2022-11-23T03:00:18.1464763Z [ 2022-11-23T03:00:18.1464859Z T=std::tuple 2022-11-23T03:00:18.1464925Z ] 2022-11-23T03:00:18.1465319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1465386Z with 2022-11-23T03:00:18.1465449Z [ 2022-11-23T03:00:18.1465559Z T=std::tuple 2022-11-23T03:00:18.1466220Z ] 2022-11-23T03:00:18.1466596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1466987Z 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-23T03:00:18.1467336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1467406Z with 2022-11-23T03:00:18.1467471Z [ 2022-11-23T03:00:18.1467584Z T=std::tuple 2022-11-23T03:00:18.1467649Z ] 2022-11-23T03:00:18.1467960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1468030Z with 2022-11-23T03:00:18.1468096Z [ 2022-11-23T03:00:18.1468236Z T=std::vector> 2022-11-23T03:00:18.1468287Z ] 2022-11-23T03:00:18.1468908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1469052Z with 2022-11-23T03:00:18.1469178Z [ 2022-11-23T03:00:18.1469481Z T=std::vector> 2022-11-23T03:00:18.1469570Z ] 2022-11-23T03:00:18.1470368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1470440Z with 2022-11-23T03:00:18.1470503Z [ 2022-11-23T03:00:18.1470639Z T=std::vector> 2022-11-23T03:00:18.1470701Z ] 2022-11-23T03:00:18.1471095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1471239Z with 2022-11-23T03:00:18.1471305Z [ 2022-11-23T03:00:18.1471445Z T=std::vector> 2022-11-23T03:00:18.1471510Z ] 2022-11-23T03:00:18.1471892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1472295Z 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-23T03:00:18.1472640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1472711Z with 2022-11-23T03:00:18.1472761Z [ 2022-11-23T03:00:18.1472899Z T=std::vector> 2022-11-23T03:00:18.1472965Z ] 2022-11-23T03:00:18.1473508Z [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-23T03:00:18.1473692Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-11-23T03:00:18.1473824Z Loading extension module reloaded_jit_extension... 2022-11-23T03:00:18.1474064Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1474330Z 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-23T03:00:18.1474609Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\reloaded_jit_extension\build.ninja... 2022-11-23T03:00:18.1474751Z Building extension module reloaded_jit_extension_v1... 2022-11-23T03:00:18.1475243Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.1476953Z [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_cu117\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T03:00:18.1477106Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.1477255Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.1477268Z 2022-11-23T03:00:18.1477582Z 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-23T03:00:18.1477900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1477970Z with 2022-11-23T03:00:18.1478036Z [ 2022-11-23T03:00:18.1478118Z T=c10::SymInt 2022-11-23T03:00:18.1478250Z ] 2022-11-23T03:00:18.1478577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1478644Z with 2022-11-23T03:00:18.1478708Z [ 2022-11-23T03:00:18.1478789Z T=c10::SymInt 2022-11-23T03:00:18.1478853Z ] 2022-11-23T03:00:18.1479223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1479291Z with 2022-11-23T03:00:18.1479339Z [ 2022-11-23T03:00:18.1479421Z T=c10::SymInt 2022-11-23T03:00:18.1479485Z ] 2022-11-23T03:00:18.1479877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1479950Z with 2022-11-23T03:00:18.1480018Z [ 2022-11-23T03:00:18.1480099Z T=c10::SymInt 2022-11-23T03:00:18.1480165Z ] 2022-11-23T03:00:18.1480546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1480879Z 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-23T03:00:18.1481582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1481724Z with 2022-11-23T03:00:18.1481852Z [ 2022-11-23T03:00:18.1482008Z T=c10::SymInt 2022-11-23T03:00:18.1482086Z ] 2022-11-23T03:00:18.1482788Z 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-23T03:00:18.1483106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1483175Z with 2022-11-23T03:00:18.1483224Z [ 2022-11-23T03:00:18.1483313Z T=at::TensorBase 2022-11-23T03:00:18.1483376Z ] 2022-11-23T03:00:18.1483704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1483772Z with 2022-11-23T03:00:18.1483836Z [ 2022-11-23T03:00:18.1483920Z T=at::TensorBase 2022-11-23T03:00:18.1483984Z ] 2022-11-23T03:00:18.1484346Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1484414Z with 2022-11-23T03:00:18.1484478Z [ 2022-11-23T03:00:18.1484561Z T=at::TensorBase 2022-11-23T03:00:18.1484624Z ] 2022-11-23T03:00:18.1485013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1485080Z with 2022-11-23T03:00:18.1485130Z [ 2022-11-23T03:00:18.1485213Z T=at::TensorBase 2022-11-23T03:00:18.1485342Z ] 2022-11-23T03:00:18.1485674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1486013Z 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-23T03:00:18.1486357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1486424Z with 2022-11-23T03:00:18.1486489Z [ 2022-11-23T03:00:18.1486574Z T=at::TensorBase 2022-11-23T03:00:18.1486637Z ] 2022-11-23T03:00:18.1486949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1487018Z with 2022-11-23T03:00:18.1487083Z [ 2022-11-23T03:00:18.1487166Z T=at::Tensor 2022-11-23T03:00:18.1487230Z ] 2022-11-23T03:00:18.1488055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1488174Z with 2022-11-23T03:00:18.1488286Z [ 2022-11-23T03:00:18.1488438Z T=at::Tensor 2022-11-23T03:00:18.1488564Z ] 2022-11-23T03:00:18.1489210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1489283Z with 2022-11-23T03:00:18.1489348Z [ 2022-11-23T03:00:18.1489429Z T=at::Tensor 2022-11-23T03:00:18.1489494Z ] 2022-11-23T03:00:18.1489892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1489962Z with 2022-11-23T03:00:18.1490027Z [ 2022-11-23T03:00:18.1490109Z T=at::Tensor 2022-11-23T03:00:18.1490171Z ] 2022-11-23T03:00:18.1490501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1490831Z 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-23T03:00:18.1491179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1491245Z with 2022-11-23T03:00:18.1491294Z [ 2022-11-23T03:00:18.1491376Z T=at::Tensor 2022-11-23T03:00:18.1491442Z ] 2022-11-23T03:00:18.1491753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1491820Z with 2022-11-23T03:00:18.1491882Z [ 2022-11-23T03:00:18.1491967Z T=at::Generator 2022-11-23T03:00:18.1492030Z ] 2022-11-23T03:00:18.1492354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1492477Z with 2022-11-23T03:00:18.1492540Z [ 2022-11-23T03:00:18.1492625Z T=at::Generator 2022-11-23T03:00:18.1492689Z ] 2022-11-23T03:00:18.1493051Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1493104Z with 2022-11-23T03:00:18.1493166Z [ 2022-11-23T03:00:18.1493248Z T=at::Generator 2022-11-23T03:00:18.1493312Z ] 2022-11-23T03:00:18.1493989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1494124Z with 2022-11-23T03:00:18.1494258Z [ 2022-11-23T03:00:18.1494423Z T=at::Generator 2022-11-23T03:00:18.1494539Z ] 2022-11-23T03:00:18.1495299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1495698Z 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-23T03:00:18.1496041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1496108Z with 2022-11-23T03:00:18.1496172Z [ 2022-11-23T03:00:18.1496256Z T=at::Generator 2022-11-23T03:00:18.1496325Z ] 2022-11-23T03:00:18.1496634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1496685Z with 2022-11-23T03:00:18.1496750Z [ 2022-11-23T03:00:18.1496833Z T=c10::Scalar 2022-11-23T03:00:18.1496898Z ] 2022-11-23T03:00:18.1497219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1497287Z with 2022-11-23T03:00:18.1497352Z [ 2022-11-23T03:00:18.1497433Z T=c10::Scalar 2022-11-23T03:00:18.1497500Z ] 2022-11-23T03:00:18.1497863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1497933Z with 2022-11-23T03:00:18.1497996Z [ 2022-11-23T03:00:18.1498076Z T=c10::Scalar 2022-11-23T03:00:18.1498139Z ] 2022-11-23T03:00:18.1498525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1498590Z with 2022-11-23T03:00:18.1498638Z [ 2022-11-23T03:00:18.1498716Z T=c10::Scalar 2022-11-23T03:00:18.1498779Z ] 2022-11-23T03:00:18.1499111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1499437Z 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-23T03:00:18.1499899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1500021Z with 2022-11-23T03:00:18.1500178Z [ 2022-11-23T03:00:18.1500338Z T=c10::Scalar 2022-11-23T03:00:18.1500465Z ] 2022-11-23T03:00:18.1501181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1501315Z with 2022-11-23T03:00:18.1501439Z [ 2022-11-23T03:00:18.1501613Z T=std::string 2022-11-23T03:00:18.1501694Z ] 2022-11-23T03:00:18.1502029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1502085Z with 2022-11-23T03:00:18.1502150Z [ 2022-11-23T03:00:18.1502232Z T=std::string 2022-11-23T03:00:18.1502298Z ] 2022-11-23T03:00:18.1502729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1502798Z with 2022-11-23T03:00:18.1502861Z [ 2022-11-23T03:00:18.1502940Z T=std::string 2022-11-23T03:00:18.1503005Z ] 2022-11-23T03:00:18.1503397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1503468Z with 2022-11-23T03:00:18.1503531Z [ 2022-11-23T03:00:18.1503613Z T=std::string 2022-11-23T03:00:18.1503678Z ] 2022-11-23T03:00:18.1504013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1504343Z 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-23T03:00:18.1504689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1504756Z with 2022-11-23T03:00:18.1504806Z [ 2022-11-23T03:00:18.1504891Z T=std::string 2022-11-23T03:00:18.1504954Z ] 2022-11-23T03:00:18.1505263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1505329Z with 2022-11-23T03:00:18.1505393Z [ 2022-11-23T03:00:18.1505487Z T=c10::QualifiedName 2022-11-23T03:00:18.1505550Z ] 2022-11-23T03:00:18.1505871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1505937Z with 2022-11-23T03:00:18.1506002Z [ 2022-11-23T03:00:18.1506103Z T=c10::QualifiedName 2022-11-23T03:00:18.1506215Z ] 2022-11-23T03:00:18.1507096Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1507308Z with 2022-11-23T03:00:18.1507440Z [ 2022-11-23T03:00:18.1507634Z T=c10::QualifiedName 2022-11-23T03:00:18.1507757Z ] 2022-11-23T03:00:18.1508210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1508281Z with 2022-11-23T03:00:18.1508346Z [ 2022-11-23T03:00:18.1508439Z T=c10::QualifiedName 2022-11-23T03:00:18.1508503Z ] 2022-11-23T03:00:18.1508846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1509191Z 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-23T03:00:18.1509586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1509654Z with 2022-11-23T03:00:18.1509717Z [ 2022-11-23T03:00:18.1509810Z T=c10::QualifiedName 2022-11-23T03:00:18.1509873Z ] 2022-11-23T03:00:18.1510178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1510243Z with 2022-11-23T03:00:18.1510292Z [ 2022-11-23T03:00:18.1510430Z T=std::shared_ptr 2022-11-23T03:00:18.1510493Z ] 2022-11-23T03:00:18.1510818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1510883Z with 2022-11-23T03:00:18.1510948Z [ 2022-11-23T03:00:18.1511085Z T=std::shared_ptr 2022-11-23T03:00:18.1511152Z ] 2022-11-23T03:00:18.1511520Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1511586Z with 2022-11-23T03:00:18.1511654Z [ 2022-11-23T03:00:18.1511785Z T=std::shared_ptr 2022-11-23T03:00:18.1511849Z ] 2022-11-23T03:00:18.1512245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1512311Z with 2022-11-23T03:00:18.1512398Z [ 2022-11-23T03:00:18.1512660Z T=std::shared_ptr 2022-11-23T03:00:18.1512809Z ] 2022-11-23T03:00:18.1513638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1514286Z 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-23T03:00:18.1514693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1514761Z with 2022-11-23T03:00:18.1514826Z [ 2022-11-23T03:00:18.1514957Z T=std::shared_ptr 2022-11-23T03:00:18.1515023Z ] 2022-11-23T03:00:18.1515334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1515400Z with 2022-11-23T03:00:18.1515463Z [ 2022-11-23T03:00:18.1515595Z T=std::weak_ptr 2022-11-23T03:00:18.1515658Z ] 2022-11-23T03:00:18.1515980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1516049Z with 2022-11-23T03:00:18.1516114Z [ 2022-11-23T03:00:18.1516247Z T=std::weak_ptr 2022-11-23T03:00:18.1516297Z ] 2022-11-23T03:00:18.1516709Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1516779Z with 2022-11-23T03:00:18.1516843Z [ 2022-11-23T03:00:18.1516972Z T=std::weak_ptr 2022-11-23T03:00:18.1517036Z ] 2022-11-23T03:00:18.1517424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1517495Z with 2022-11-23T03:00:18.1517557Z [ 2022-11-23T03:00:18.1517685Z T=std::weak_ptr 2022-11-23T03:00:18.1517750Z ] 2022-11-23T03:00:18.1518118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1518480Z 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-23T03:00:18.1519190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1519328Z with 2022-11-23T03:00:18.1519455Z [ 2022-11-23T03:00:18.1519676Z T=std::weak_ptr 2022-11-23T03:00:18.1519820Z ] 2022-11-23T03:00:18.1520453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1520525Z with 2022-11-23T03:00:18.1520587Z [ 2022-11-23T03:00:18.1520748Z T=std::vector> 2022-11-23T03:00:18.1520813Z ] 2022-11-23T03:00:18.1521140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1521207Z with 2022-11-23T03:00:18.1521271Z [ 2022-11-23T03:00:18.1521432Z T=std::vector> 2022-11-23T03:00:18.1521558Z ] 2022-11-23T03:00:18.1521926Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1521994Z with 2022-11-23T03:00:18.1522060Z [ 2022-11-23T03:00:18.1522221Z T=std::vector> 2022-11-23T03:00:18.1522286Z ] 2022-11-23T03:00:18.1522683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1522751Z with 2022-11-23T03:00:18.1522800Z [ 2022-11-23T03:00:18.1522955Z T=std::vector> 2022-11-23T03:00:18.1523023Z ] 2022-11-23T03:00:18.1523403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1523837Z 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-23T03:00:18.1524187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1524256Z with 2022-11-23T03:00:18.1524320Z [ 2022-11-23T03:00:18.1524477Z T=std::vector> 2022-11-23T03:00:18.1524542Z ] 2022-11-23T03:00:18.1524860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1524980Z with 2022-11-23T03:00:18.1525098Z [ 2022-11-23T03:00:18.1525382Z T=std::vector> 2022-11-23T03:00:18.1525510Z ] 2022-11-23T03:00:18.1526180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1526314Z with 2022-11-23T03:00:18.1526435Z [ 2022-11-23T03:00:18.1526675Z T=std::vector> 2022-11-23T03:00:18.1526727Z ] 2022-11-23T03:00:18.1527094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1527163Z with 2022-11-23T03:00:18.1527228Z [ 2022-11-23T03:00:18.1527348Z T=std::vector> 2022-11-23T03:00:18.1527412Z ] 2022-11-23T03:00:18.1527805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1527872Z with 2022-11-23T03:00:18.1527935Z [ 2022-11-23T03:00:18.1528056Z T=std::vector> 2022-11-23T03:00:18.1528119Z ] 2022-11-23T03:00:18.1528477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1528892Z 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-23T03:00:18.1529241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1529309Z with 2022-11-23T03:00:18.1529372Z [ 2022-11-23T03:00:18.1529493Z T=std::vector> 2022-11-23T03:00:18.1529557Z ] 2022-11-23T03:00:18.1529864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1529918Z with 2022-11-23T03:00:18.1529981Z [ 2022-11-23T03:00:18.1530154Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1530218Z ] 2022-11-23T03:00:18.1530589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1530661Z with 2022-11-23T03:00:18.1530725Z [ 2022-11-23T03:00:18.1530894Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1530956Z ] 2022-11-23T03:00:18.1531630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1531770Z with 2022-11-23T03:00:18.1531893Z [ 2022-11-23T03:00:18.1532199Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1532344Z ] 2022-11-23T03:00:18.1533060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1533129Z with 2022-11-23T03:00:18.1533193Z [ 2022-11-23T03:00:18.1533349Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1533413Z ] 2022-11-23T03:00:18.1533812Z C:\actions-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-23T03:00:18.1534208Z 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-23T03:00:18.1534546Z 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-23T03:00:18.1534892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1534961Z with 2022-11-23T03:00:18.1535026Z [ 2022-11-23T03:00:18.1535194Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1535318Z ] 2022-11-23T03:00:18.1535629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1535696Z with 2022-11-23T03:00:18.1535758Z [ 2022-11-23T03:00:18.1535924Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1535988Z ] 2022-11-23T03:00:18.1536315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1536383Z with 2022-11-23T03:00:18.1536447Z [ 2022-11-23T03:00:18.1536610Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1536674Z ] 2022-11-23T03:00:18.1537039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1537108Z with 2022-11-23T03:00:18.1537157Z [ 2022-11-23T03:00:18.1537319Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1537490Z ] 2022-11-23T03:00:18.1538414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1538560Z with 2022-11-23T03:00:18.1538690Z [ 2022-11-23T03:00:18.1539057Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1539155Z ] 2022-11-23T03:00:18.1539552Z C:\actions-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-23T03:00:18.1539941Z 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-23T03:00:18.1540265Z 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-23T03:00:18.1540606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1540679Z with 2022-11-23T03:00:18.1540745Z [ 2022-11-23T03:00:18.1540907Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1541073Z ] 2022-11-23T03:00:18.1541394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1541464Z with 2022-11-23T03:00:18.1541529Z [ 2022-11-23T03:00:18.1541660Z T=std::vector> 2022-11-23T03:00:18.1541710Z ] 2022-11-23T03:00:18.1542040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1542109Z with 2022-11-23T03:00:18.1542174Z [ 2022-11-23T03:00:18.1542300Z T=std::vector> 2022-11-23T03:00:18.1542965Z ] 2022-11-23T03:00:18.1543339Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1543407Z with 2022-11-23T03:00:18.1543473Z [ 2022-11-23T03:00:18.1543618Z T=std::vector> 2022-11-23T03:00:18.1543730Z ] 2022-11-23T03:00:18.1544675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1544764Z with 2022-11-23T03:00:18.1544910Z [ 2022-11-23T03:00:18.1545183Z T=std::vector> 2022-11-23T03:00:18.1545316Z ] 2022-11-23T03:00:18.1545739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1546174Z 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-23T03:00:18.1546520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1546590Z with 2022-11-23T03:00:18.1546639Z [ 2022-11-23T03:00:18.1546766Z T=std::vector> 2022-11-23T03:00:18.1546831Z ] 2022-11-23T03:00:18.1547146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1547213Z with 2022-11-23T03:00:18.1547277Z [ 2022-11-23T03:00:18.1547436Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1547502Z ] 2022-11-23T03:00:18.1547830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1547897Z with 2022-11-23T03:00:18.1547962Z [ 2022-11-23T03:00:18.1548118Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1548181Z ] 2022-11-23T03:00:18.1548548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1548616Z with 2022-11-23T03:00:18.1548680Z [ 2022-11-23T03:00:18.1548817Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1548881Z ] 2022-11-23T03:00:18.1549274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1549340Z with 2022-11-23T03:00:18.1549403Z [ 2022-11-23T03:00:18.1549556Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1549618Z ] 2022-11-23T03:00:18.1550077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1551124Z 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-23T03:00:18.1551858Z 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-23T03:00:18.1552212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1552280Z with 2022-11-23T03:00:18.1552346Z [ 2022-11-23T03:00:18.1552505Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1552571Z ] 2022-11-23T03:00:18.1552884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1552952Z with 2022-11-23T03:00:18.1553021Z [ 2022-11-23T03:00:18.1553232Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1553298Z ] 2022-11-23T03:00:18.1553623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1553675Z with 2022-11-23T03:00:18.1553738Z [ 2022-11-23T03:00:18.1553891Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1553955Z ] 2022-11-23T03:00:18.1554322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1554387Z with 2022-11-23T03:00:18.1554450Z [ 2022-11-23T03:00:18.1554602Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1554669Z ] 2022-11-23T03:00:18.1555062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1555128Z with 2022-11-23T03:00:18.1555191Z [ 2022-11-23T03:00:18.1555343Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1555407Z ] 2022-11-23T03:00:18.1555794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1556231Z 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-23T03:00:18.1557166Z 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-23T03:00:18.1557948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1558083Z with 2022-11-23T03:00:18.1558150Z [ 2022-11-23T03:00:18.1558310Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1558361Z ] 2022-11-23T03:00:18.1558678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1558748Z with 2022-11-23T03:00:18.1558813Z [ 2022-11-23T03:00:18.1558922Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1558988Z ] 2022-11-23T03:00:18.1559315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1559383Z with 2022-11-23T03:00:18.1559448Z [ 2022-11-23T03:00:18.1559555Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1559622Z ] 2022-11-23T03:00:18.1559988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1560054Z with 2022-11-23T03:00:18.1560118Z [ 2022-11-23T03:00:18.1560266Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1560316Z ] 2022-11-23T03:00:18.1560710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1560777Z with 2022-11-23T03:00:18.1560839Z [ 2022-11-23T03:00:18.1560945Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1561009Z ] 2022-11-23T03:00:18.1561362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1561700Z 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-23T03:00:18.1561769Z with 2022-11-23T03:00:18.1561832Z [ 2022-11-23T03:00:18.1561937Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1562000Z ] 2022-11-23T03:00:18.1562388Z 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-23T03:00:18.1563201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1563345Z with 2022-11-23T03:00:18.1563444Z [ 2022-11-23T03:00:18.1563554Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1563617Z ] 2022-11-23T03:00:18.1564036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1564172Z with 2022-11-23T03:00:18.1564298Z [ 2022-11-23T03:00:18.1564616Z T=std::vector> 2022-11-23T03:00:18.1564682Z ] 2022-11-23T03:00:18.1565010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1565140Z with 2022-11-23T03:00:18.1565203Z [ 2022-11-23T03:00:18.1565394Z T=std::vector> 2022-11-23T03:00:18.1565457Z ] 2022-11-23T03:00:18.1565826Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1565894Z with 2022-11-23T03:00:18.1565958Z [ 2022-11-23T03:00:18.1566148Z T=std::vector> 2022-11-23T03:00:18.1566213Z ] 2022-11-23T03:00:18.1566607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1566676Z with 2022-11-23T03:00:18.1566741Z [ 2022-11-23T03:00:18.1566918Z T=std::vector> 2022-11-23T03:00:18.1566982Z ] 2022-11-23T03:00:18.1567449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1567874Z 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-23T03:00:18.1568226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1568296Z with 2022-11-23T03:00:18.1568360Z [ 2022-11-23T03:00:18.1568549Z T=std::vector> 2022-11-23T03:00:18.1568615Z ] 2022-11-23T03:00:18.1568930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1569023Z with 2022-11-23T03:00:18.1569143Z [ 2022-11-23T03:00:18.1569369Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1569496Z ] 2022-11-23T03:00:18.1570146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1570309Z with 2022-11-23T03:00:18.1570436Z [ 2022-11-23T03:00:18.1570647Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1570768Z ] 2022-11-23T03:00:18.1571171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1571224Z with 2022-11-23T03:00:18.1571287Z [ 2022-11-23T03:00:18.1571386Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1571449Z ] 2022-11-23T03:00:18.1571840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1571908Z with 2022-11-23T03:00:18.1572033Z [ 2022-11-23T03:00:18.1572132Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1572196Z ] 2022-11-23T03:00:18.1572543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1572901Z 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-23T03:00:18.1573245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1573314Z with 2022-11-23T03:00:18.1573380Z [ 2022-11-23T03:00:18.1573484Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1573551Z ] 2022-11-23T03:00:18.1573860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1573927Z with 2022-11-23T03:00:18.1573977Z [ 2022-11-23T03:00:18.1574061Z T=c10::IValue 2022-11-23T03:00:18.1574169Z ] 2022-11-23T03:00:18.1574493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1574561Z with 2022-11-23T03:00:18.1574624Z [ 2022-11-23T03:00:18.1574706Z T=c10::IValue 2022-11-23T03:00:18.1574769Z ] 2022-11-23T03:00:18.1575134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1575202Z with 2022-11-23T03:00:18.1575270Z [ 2022-11-23T03:00:18.1575418Z T=c10::IValue 2022-11-23T03:00:18.1575533Z ] 2022-11-23T03:00:18.1576429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1576589Z with 2022-11-23T03:00:18.1576702Z [ 2022-11-23T03:00:18.1576864Z T=c10::IValue 2022-11-23T03:00:18.1576992Z ] 2022-11-23T03:00:18.1577378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1577712Z 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-23T03:00:18.1578061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1578132Z with 2022-11-23T03:00:18.1578199Z [ 2022-11-23T03:00:18.1578280Z T=c10::IValue 2022-11-23T03:00:18.1578345Z ] 2022-11-23T03:00:18.1578657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1578727Z with 2022-11-23T03:00:18.1578791Z [ 2022-11-23T03:00:18.1578880Z T=c10::AliasInfo 2022-11-23T03:00:18.1578944Z ] 2022-11-23T03:00:18.1579332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1579384Z with 2022-11-23T03:00:18.1579447Z [ 2022-11-23T03:00:18.1579531Z T=c10::AliasInfo 2022-11-23T03:00:18.1579593Z ] 2022-11-23T03:00:18.1579962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1580032Z with 2022-11-23T03:00:18.1580096Z [ 2022-11-23T03:00:18.1580182Z T=c10::AliasInfo 2022-11-23T03:00:18.1580246Z ] 2022-11-23T03:00:18.1580639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1580709Z with 2022-11-23T03:00:18.1580774Z [ 2022-11-23T03:00:18.1580859Z T=c10::AliasInfo 2022-11-23T03:00:18.1580924Z ] 2022-11-23T03:00:18.1582022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1582823Z 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-23T03:00:18.1583498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1583573Z with 2022-11-23T03:00:18.1583622Z [ 2022-11-23T03:00:18.1583710Z T=c10::AliasInfo 2022-11-23T03:00:18.1583776Z ] 2022-11-23T03:00:18.1584096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1584165Z with 2022-11-23T03:00:18.1584233Z [ 2022-11-23T03:00:18.1584372Z T=std::vector> 2022-11-23T03:00:18.1584435Z ] 2022-11-23T03:00:18.1584763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1584829Z with 2022-11-23T03:00:18.1584893Z [ 2022-11-23T03:00:18.1585030Z T=std::vector> 2022-11-23T03:00:18.1585096Z ] 2022-11-23T03:00:18.1585464Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1585530Z with 2022-11-23T03:00:18.1585578Z [ 2022-11-23T03:00:18.1585715Z T=std::vector> 2022-11-23T03:00:18.1585779Z ] 2022-11-23T03:00:18.1586167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1586235Z with 2022-11-23T03:00:18.1586299Z [ 2022-11-23T03:00:18.1586433Z T=std::vector> 2022-11-23T03:00:18.1586496Z ] 2022-11-23T03:00:18.1586917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1586985Z with 2022-11-23T03:00:18.1587047Z [ 2022-11-23T03:00:18.1587128Z T=c10::SymInt 2022-11-23T03:00:18.1587195Z ] 2022-11-23T03:00:18.1587545Z 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-23T03:00:18.1587615Z with 2022-11-23T03:00:18.1587679Z [ 2022-11-23T03:00:18.1587744Z T=c10::SymInt 2022-11-23T03:00:18.1587809Z ] 2022-11-23T03:00:18.1588677Z 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-23T03:00:18.1589626Z 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-23T03:00:18.1590041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1590113Z with 2022-11-23T03:00:18.1590176Z [ 2022-11-23T03:00:18.1590313Z T=std::vector> 2022-11-23T03:00:18.1590377Z ] 2022-11-23T03:00:18.1590688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1590757Z with 2022-11-23T03:00:18.1590819Z [ 2022-11-23T03:00:18.1590965Z T=c10::either 2022-11-23T03:00:18.1591029Z ] 2022-11-23T03:00:18.1591358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1591425Z with 2022-11-23T03:00:18.1591487Z [ 2022-11-23T03:00:18.1591629Z T=c10::either 2022-11-23T03:00:18.1591677Z ] 2022-11-23T03:00:18.1592044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1592112Z with 2022-11-23T03:00:18.1592177Z [ 2022-11-23T03:00:18.1592314Z T=c10::either 2022-11-23T03:00:18.1592377Z ] 2022-11-23T03:00:18.1592767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1592833Z with 2022-11-23T03:00:18.1592896Z [ 2022-11-23T03:00:18.1593036Z T=c10::either 2022-11-23T03:00:18.1593098Z ] 2022-11-23T03:00:18.1593475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1593877Z 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-23T03:00:18.1594541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1594686Z with 2022-11-23T03:00:18.1594810Z [ 2022-11-23T03:00:18.1595103Z T=c10::either 2022-11-23T03:00:18.1595182Z ] 2022-11-23T03:00:18.1595901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1595972Z with 2022-11-23T03:00:18.1596021Z [ 2022-11-23T03:00:18.1596119Z T=at::StepCallbacks 2022-11-23T03:00:18.1596184Z ] 2022-11-23T03:00:18.1596515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1596582Z with 2022-11-23T03:00:18.1596644Z [ 2022-11-23T03:00:18.1596796Z T=at::StepCallbacks 2022-11-23T03:00:18.1596861Z ] 2022-11-23T03:00:18.1597230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1597295Z with 2022-11-23T03:00:18.1597357Z [ 2022-11-23T03:00:18.1597448Z T=at::StepCallbacks 2022-11-23T03:00:18.1597512Z ] 2022-11-23T03:00:18.1597908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1597979Z with 2022-11-23T03:00:18.1598027Z [ 2022-11-23T03:00:18.1598121Z T=at::StepCallbacks 2022-11-23T03:00:18.1598186Z ] 2022-11-23T03:00:18.1598531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1598885Z 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-23T03:00:18.1599225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1599299Z with 2022-11-23T03:00:18.1599364Z [ 2022-11-23T03:00:18.1599457Z T=at::StepCallbacks 2022-11-23T03:00:18.1599522Z ] 2022-11-23T03:00:18.1599829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1599896Z with 2022-11-23T03:00:18.1599959Z [ 2022-11-23T03:00:18.1600045Z T=c10::DimVector 2022-11-23T03:00:18.1600107Z ] 2022-11-23T03:00:18.1600514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1600645Z with 2022-11-23T03:00:18.1600776Z [ 2022-11-23T03:00:18.1600952Z T=c10::DimVector 2022-11-23T03:00:18.1601169Z ] 2022-11-23T03:00:18.1601908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1602044Z with 2022-11-23T03:00:18.1602147Z [ 2022-11-23T03:00:18.1602237Z T=c10::DimVector 2022-11-23T03:00:18.1602300Z ] 2022-11-23T03:00:18.1602693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1602759Z with 2022-11-23T03:00:18.1602822Z [ 2022-11-23T03:00:18.1602904Z T=c10::DimVector 2022-11-23T03:00:18.1602966Z ] 2022-11-23T03:00:18.1603296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1603633Z 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-23T03:00:18.1604032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1604099Z with 2022-11-23T03:00:18.1604162Z [ 2022-11-23T03:00:18.1604232Z T=c10::DimVector 2022-11-23T03:00:18.1604295Z ] 2022-11-23T03:00:18.1604604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1604673Z with 2022-11-23T03:00:18.1604737Z [ 2022-11-23T03:00:18.1604843Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1604907Z ] 2022-11-23T03:00:18.1605231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1605297Z with 2022-11-23T03:00:18.1605359Z [ 2022-11-23T03:00:18.1605463Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1605526Z ] 2022-11-23T03:00:18.1605890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1605956Z with 2022-11-23T03:00:18.1606020Z [ 2022-11-23T03:00:18.1606111Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1606174Z ] 2022-11-23T03:00:18.1606563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1606666Z with 2022-11-23T03:00:18.1606790Z [ 2022-11-23T03:00:18.1607028Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1607155Z ] 2022-11-23T03:00:18.1607899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1608544Z 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-23T03:00:18.1608961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1609030Z with 2022-11-23T03:00:18.1609094Z [ 2022-11-23T03:00:18.1609197Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1609263Z ] 2022-11-23T03:00:18.1609574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1609640Z with 2022-11-23T03:00:18.1609706Z [ 2022-11-23T03:00:18.1609837Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1609904Z ] 2022-11-23T03:00:18.1610235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1610305Z with 2022-11-23T03:00:18.1610374Z [ 2022-11-23T03:00:18.1610518Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1610582Z ] 2022-11-23T03:00:18.1610993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1611065Z with 2022-11-23T03:00:18.1611129Z [ 2022-11-23T03:00:18.1611272Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1611335Z ] 2022-11-23T03:00:18.1611726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1611794Z with 2022-11-23T03:00:18.1611857Z [ 2022-11-23T03:00:18.1611997Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1612061Z ] 2022-11-23T03:00:18.1612430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1612833Z 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-23T03:00:18.1613668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1613799Z with 2022-11-23T03:00:18.1613889Z [ 2022-11-23T03:00:18.1614198Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1614327Z ] 2022-11-23T03:00:18.1614804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1614874Z with 2022-11-23T03:00:18.1614937Z [ 2022-11-23T03:00:18.1615058Z T=std::tuple 2022-11-23T03:00:18.1615122Z ] 2022-11-23T03:00:18.1615451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1615517Z with 2022-11-23T03:00:18.1615581Z [ 2022-11-23T03:00:18.1615762Z T=std::tuple 2022-11-23T03:00:18.1615827Z ] 2022-11-23T03:00:18.1616194Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1616260Z with 2022-11-23T03:00:18.1616311Z [ 2022-11-23T03:00:18.1616430Z T=std::tuple 2022-11-23T03:00:18.1616493Z ] 2022-11-23T03:00:18.1616888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1616955Z with 2022-11-23T03:00:18.1617017Z [ 2022-11-23T03:00:18.1617135Z T=std::tuple 2022-11-23T03:00:18.1617202Z ] 2022-11-23T03:00:18.1617563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1617984Z 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-23T03:00:18.1618330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1618396Z with 2022-11-23T03:00:18.1618461Z [ 2022-11-23T03:00:18.1618579Z T=std::tuple 2022-11-23T03:00:18.1618648Z ] 2022-11-23T03:00:18.1618956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1619020Z with 2022-11-23T03:00:18.1619086Z [ 2022-11-23T03:00:18.1619261Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1619379Z ] 2022-11-23T03:00:18.1620150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1620289Z with 2022-11-23T03:00:18.1620422Z [ 2022-11-23T03:00:18.1620629Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1620754Z ] 2022-11-23T03:00:18.1621271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1621345Z with 2022-11-23T03:00:18.1621410Z [ 2022-11-23T03:00:18.1621509Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1621575Z ] 2022-11-23T03:00:18.1621969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1622038Z with 2022-11-23T03:00:18.1622105Z [ 2022-11-23T03:00:18.1622185Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1622250Z ] 2022-11-23T03:00:18.1622600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1622963Z 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-23T03:00:18.1623379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1623450Z with 2022-11-23T03:00:18.1623515Z [ 2022-11-23T03:00:18.1623614Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1623679Z ] 2022-11-23T03:00:18.1623990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1624057Z with 2022-11-23T03:00:18.1624123Z [ 2022-11-23T03:00:18.1624242Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1624312Z ] 2022-11-23T03:00:18.1624639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1624710Z with 2022-11-23T03:00:18.1624775Z [ 2022-11-23T03:00:18.1624893Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1624984Z ] 2022-11-23T03:00:18.1625372Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1625499Z with 2022-11-23T03:00:18.1625615Z [ 2022-11-23T03:00:18.1625892Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1626020Z ] 2022-11-23T03:00:18.1626841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1626984Z with 2022-11-23T03:00:18.1627111Z [ 2022-11-23T03:00:18.1627242Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1627305Z ] 2022-11-23T03:00:18.1627667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1628028Z 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-23T03:00:18.1628369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1628438Z with 2022-11-23T03:00:18.1628501Z [ 2022-11-23T03:00:18.1628618Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1628681Z ] 2022-11-23T03:00:18.1628982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1629048Z with 2022-11-23T03:00:18.1629112Z [ 2022-11-23T03:00:18.1629226Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1629289Z ] 2022-11-23T03:00:18.1629611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1629680Z with 2022-11-23T03:00:18.1629804Z [ 2022-11-23T03:00:18.1629919Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1629982Z ] 2022-11-23T03:00:18.1630348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1630418Z with 2022-11-23T03:00:18.1630481Z [ 2022-11-23T03:00:18.1630595Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1630659Z ] 2022-11-23T03:00:18.1631034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1631104Z with 2022-11-23T03:00:18.1631170Z [ 2022-11-23T03:00:18.1631283Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1631350Z ] 2022-11-23T03:00:18.1631794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1632752Z 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-23T03:00:18.1633470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1633542Z with 2022-11-23T03:00:18.1633607Z [ 2022-11-23T03:00:18.1633722Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1633787Z ] 2022-11-23T03:00:18.1634103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1634171Z with 2022-11-23T03:00:18.1634236Z [ 2022-11-23T03:00:18.1634336Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1634400Z ] 2022-11-23T03:00:18.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-23T03:00:18.1634781Z with 2022-11-23T03:00:18.1634845Z [ 2022-11-23T03:00:18.1634939Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1635003Z ] 2022-11-23T03:00:18.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-23T03:00:18.1635437Z with 2022-11-23T03:00:18.1635499Z [ 2022-11-23T03:00:18.1635591Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1635654Z ] 2022-11-23T03:00:18.1636042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1636109Z with 2022-11-23T03:00:18.1636174Z [ 2022-11-23T03:00:18.1636265Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1636328Z ] 2022-11-23T03:00:18.1636668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1637013Z 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-23T03:00:18.1637414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1637483Z with 2022-11-23T03:00:18.1637532Z [ 2022-11-23T03:00:18.1637625Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1637691Z ] 2022-11-23T03:00:18.1638223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1638352Z with 2022-11-23T03:00:18.1638481Z [ 2022-11-23T03:00:18.1638687Z T=at::ThreadLocalState 2022-11-23T03:00:18.1638815Z ] 2022-11-23T03:00:18.1639531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1639647Z with 2022-11-23T03:00:18.1639714Z [ 2022-11-23T03:00:18.1639811Z T=at::ThreadLocalState 2022-11-23T03:00:18.1639873Z ] 2022-11-23T03:00:18.1640302Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1640370Z with 2022-11-23T03:00:18.1640418Z [ 2022-11-23T03:00:18.1640516Z T=at::ThreadLocalState 2022-11-23T03:00:18.1640580Z ] 2022-11-23T03:00:18.1640970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1641039Z with 2022-11-23T03:00:18.1641101Z [ 2022-11-23T03:00:18.1641198Z T=at::ThreadLocalState 2022-11-23T03:00:18.1641262Z ] 2022-11-23T03:00:18.1641609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1641974Z 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-23T03:00:18.1642316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1642390Z with 2022-11-23T03:00:18.1642456Z [ 2022-11-23T03:00:18.1642555Z T=at::ThreadLocalState 2022-11-23T03:00:18.1642620Z ] 2022-11-23T03:00:18.1642927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1642997Z with 2022-11-23T03:00:18.1643046Z [ 2022-11-23T03:00:18.1643163Z T=std::shared_ptr 2022-11-23T03:00:18.1643226Z ] 2022-11-23T03:00:18.1643547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1643613Z with 2022-11-23T03:00:18.1643676Z [ 2022-11-23T03:00:18.1643791Z T=std::shared_ptr 2022-11-23T03:00:18.1643902Z ] 2022-11-23T03:00:18.1644444Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1644608Z with 2022-11-23T03:00:18.1644737Z [ 2022-11-23T03:00:18.1644989Z T=std::shared_ptr 2022-11-23T03:00:18.1645117Z ] 2022-11-23T03:00:18.1645979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1646050Z with 2022-11-23T03:00:18.1646114Z [ 2022-11-23T03:00:18.1646216Z T=std::shared_ptr 2022-11-23T03:00:18.1646280Z ] 2022-11-23T03:00:18.1646636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1647048Z 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-23T03:00:18.1647424Z 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-23T03:00:18.1647769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1647836Z with 2022-11-23T03:00:18.1647904Z [ 2022-11-23T03:00:18.1648019Z T=std::shared_ptr 2022-11-23T03:00:18.1648081Z ] 2022-11-23T03:00:18.1648388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1648454Z with 2022-11-23T03:00:18.1648518Z [ 2022-11-23T03:00:18.1648624Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1648689Z ] 2022-11-23T03:00:18.1649013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1649083Z with 2022-11-23T03:00:18.1649148Z [ 2022-11-23T03:00:18.1649248Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1649297Z ] 2022-11-23T03:00:18.1649662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1649729Z with 2022-11-23T03:00:18.1649792Z [ 2022-11-23T03:00:18.1649891Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1649956Z ] 2022-11-23T03:00:18.1650347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1650432Z with 2022-11-23T03:00:18.1650543Z [ 2022-11-23T03:00:18.1650741Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1650892Z ] 2022-11-23T03:00:18.1651658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1652357Z 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-23T03:00:18.1652739Z 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-23T03:00:18.1653083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1653151Z with 2022-11-23T03:00:18.1653215Z [ 2022-11-23T03:00:18.1653316Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1653384Z ] 2022-11-23T03:00:18.1653683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1653756Z with 2022-11-23T03:00:18.1653821Z [ 2022-11-23T03:00:18.1653913Z T=torch::jit::Method 2022-11-23T03:00:18.1654031Z ] 2022-11-23T03:00:18.1654362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1654430Z with 2022-11-23T03:00:18.1654493Z [ 2022-11-23T03:00:18.1654583Z T=torch::jit::Method 2022-11-23T03:00:18.1654646Z ] 2022-11-23T03:00:18.1655011Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1655081Z with 2022-11-23T03:00:18.1655143Z [ 2022-11-23T03:00:18.1655232Z T=torch::jit::Method 2022-11-23T03:00:18.1655295Z ] 2022-11-23T03:00:18.1655686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1655738Z with 2022-11-23T03:00:18.1655802Z [ 2022-11-23T03:00:18.1655889Z T=torch::jit::Method 2022-11-23T03:00:18.1655952Z ] 2022-11-23T03:00:18.1656289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1656633Z 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-23T03:00:18.1657414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1657549Z with 2022-11-23T03:00:18.1657679Z [ 2022-11-23T03:00:18.1657804Z T=torch::jit::Method 2022-11-23T03:00:18.1657946Z ] 2022-11-23T03:00:18.1658575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1658643Z with 2022-11-23T03:00:18.1658706Z [ 2022-11-23T03:00:18.1658848Z T=std::vector> 2022-11-23T03:00:18.1659470Z ] 2022-11-23T03:00:18.1659809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1659860Z with 2022-11-23T03:00:18.1659928Z [ 2022-11-23T03:00:18.1660070Z T=std::vector> 2022-11-23T03:00:18.1660135Z ] 2022-11-23T03:00:18.1660504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1660575Z with 2022-11-23T03:00:18.1660640Z [ 2022-11-23T03:00:18.1660782Z T=std::vector> 2022-11-23T03:00:18.1660847Z ] 2022-11-23T03:00:18.1661327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1661397Z with 2022-11-23T03:00:18.1661463Z [ 2022-11-23T03:00:18.1661658Z T=std::vector> 2022-11-23T03:00:18.1661725Z ] 2022-11-23T03:00:18.1662102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1662482Z 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-23T03:00:18.1662828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1662896Z with 2022-11-23T03:00:18.1662967Z [ 2022-11-23T03:00:18.1663227Z T=std::vector> 2022-11-23T03:00:18.1663345Z ] 2022-11-23T03:00:18.1664086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1664224Z with 2022-11-23T03:00:18.1664346Z [ 2022-11-23T03:00:18.1664735Z T=std::function 2022-11-23T03:00:18.1664841Z ] 2022-11-23T03:00:18.1665170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1665241Z with 2022-11-23T03:00:18.1665304Z [ 2022-11-23T03:00:18.1665472Z T=std::function 2022-11-23T03:00:18.1665536Z ] 2022-11-23T03:00:18.1665903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1665970Z with 2022-11-23T03:00:18.1666034Z [ 2022-11-23T03:00:18.1666199Z T=std::function 2022-11-23T03:00:18.1666262Z ] 2022-11-23T03:00:18.1666653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1666776Z with 2022-11-23T03:00:18.1666841Z [ 2022-11-23T03:00:18.1667008Z T=std::function 2022-11-23T03:00:18.1667074Z ] 2022-11-23T03:00:18.1667479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1667899Z 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-23T03:00:18.1668247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1668317Z with 2022-11-23T03:00:18.1668382Z [ 2022-11-23T03:00:18.1668550Z T=std::function 2022-11-23T03:00:18.1668664Z ] 2022-11-23T03:00:18.1668979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1669047Z with 2022-11-23T03:00:18.1669110Z [ 2022-11-23T03:00:18.1669318Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1669426Z ] 2022-11-23T03:00:18.1670217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1670351Z with 2022-11-23T03:00:18.1670424Z [ 2022-11-23T03:00:18.1670876Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1670988Z ] 2022-11-23T03:00:18.1671415Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1671486Z with 2022-11-23T03:00:18.1671550Z [ 2022-11-23T03:00:18.1671740Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1671805Z ] 2022-11-23T03:00:18.1672198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1672269Z with 2022-11-23T03:00:18.1672332Z [ 2022-11-23T03:00:18.1672519Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1672584Z ] 2022-11-23T03:00:18.1673011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1673468Z 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-23T03:00:18.1673812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1673957Z with 2022-11-23T03:00:18.1674022Z [ 2022-11-23T03:00:18.1674215Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1674281Z ] 2022-11-23T03:00:18.1674597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1674665Z with 2022-11-23T03:00:18.1674715Z [ 2022-11-23T03:00:18.1674849Z T=std::vector> 2022-11-23T03:00:18.1674915Z ] 2022-11-23T03:00:18.1675243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1675314Z with 2022-11-23T03:00:18.1675380Z [ 2022-11-23T03:00:18.1675511Z T=std::vector> 2022-11-23T03:00:18.1675589Z ] 2022-11-23T03:00:18.1676518Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1676648Z with 2022-11-23T03:00:18.1676728Z [ 2022-11-23T03:00:18.1677031Z T=std::vector> 2022-11-23T03:00:18.1677165Z ] 2022-11-23T03:00:18.1677684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1677758Z with 2022-11-23T03:00:18.1677822Z [ 2022-11-23T03:00:18.1677935Z T=std::vector> 2022-11-23T03:00:18.1678000Z ] 2022-11-23T03:00:18.1678359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1678429Z with 2022-11-23T03:00:18.1678493Z [ 2022-11-23T03:00:18.1678565Z T=double 2022-11-23T03:00:18.1678629Z ] 2022-11-23T03:00:18.1679027Z 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-23T03:00:18.1679092Z with 2022-11-23T03:00:18.1679156Z [ 2022-11-23T03:00:18.1679230Z T=double 2022-11-23T03:00:18.1679293Z ] 2022-11-23T03:00:18.1679635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1679701Z with 2022-11-23T03:00:18.1679765Z [ 2022-11-23T03:00:18.1679881Z T=std::vector> 2022-11-23T03:00:18.1679946Z ] 2022-11-23T03:00:18.1680257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1680323Z with 2022-11-23T03:00:18.1680389Z [ 2022-11-23T03:00:18.1680503Z T=std::tuple 2022-11-23T03:00:18.1680567Z ] 2022-11-23T03:00:18.1680892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1681021Z with 2022-11-23T03:00:18.1681086Z [ 2022-11-23T03:00:18.1681199Z T=std::tuple 2022-11-23T03:00:18.1681263Z ] 2022-11-23T03:00:18.1681630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1681697Z with 2022-11-23T03:00:18.1681759Z [ 2022-11-23T03:00:18.1681873Z T=std::tuple 2022-11-23T03:00:18.1681962Z ] 2022-11-23T03:00:18.1682897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1682994Z with 2022-11-23T03:00:18.1683140Z [ 2022-11-23T03:00:18.1683384Z T=std::tuple 2022-11-23T03:00:18.1683516Z ] 2022-11-23T03:00:18.1684013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1684410Z 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-23T03:00:18.1684753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1684824Z with 2022-11-23T03:00:18.1684888Z [ 2022-11-23T03:00:18.1685001Z T=std::tuple 2022-11-23T03:00:18.1685065Z ] 2022-11-23T03:00:18.1685378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1685446Z with 2022-11-23T03:00:18.1685511Z [ 2022-11-23T03:00:18.1685650Z T=std::vector> 2022-11-23T03:00:18.1685715Z ] 2022-11-23T03:00:18.1686023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1686091Z with 2022-11-23T03:00:18.1686155Z [ 2022-11-23T03:00:18.1686293Z T=std::vector> 2022-11-23T03:00:18.1686360Z ] 2022-11-23T03:00:18.1686721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1686787Z with 2022-11-23T03:00:18.1686851Z [ 2022-11-23T03:00:18.1686987Z T=std::vector> 2022-11-23T03:00:18.1687051Z ] 2022-11-23T03:00:18.1687438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1687505Z with 2022-11-23T03:00:18.1687568Z [ 2022-11-23T03:00:18.1687704Z T=std::vector> 2022-11-23T03:00:18.1687822Z ] 2022-11-23T03:00:18.1688226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1689176Z 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-23T03:00:18.1689960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1690035Z with 2022-11-23T03:00:18.1690085Z [ 2022-11-23T03:00:18.1690222Z T=std::vector> 2022-11-23T03:00:18.1690288Z ] 2022-11-23T03:00:18.1690781Z [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-23T03:00:18.1691032Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-11-23T03:00:18.1691170Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T03:00:18.1691410Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1691620Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-11-23T03:00:18.1691753Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T03:00:18.1691990Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1692243Z 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-23T03:00:18.1692524Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\reloaded_jit_extension\build.ninja... 2022-11-23T03:00:18.1692741Z Building extension module reloaded_jit_extension_v2... 2022-11-23T03:00:18.1693092Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.1694656Z [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_cu117\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T03:00:18.1694999Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.1695334Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.1695358Z 2022-11-23T03:00:18.1695881Z 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-23T03:00:18.1696352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1696580Z with 2022-11-23T03:00:18.1696681Z [ 2022-11-23T03:00:18.1696811Z T=c10::SymInt 2022-11-23T03:00:18.1696915Z ] 2022-11-23T03:00:18.1697395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1697496Z with 2022-11-23T03:00:18.1697587Z [ 2022-11-23T03:00:18.1697705Z T=c10::SymInt 2022-11-23T03:00:18.1697781Z ] 2022-11-23T03:00:18.1698289Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1698439Z with 2022-11-23T03:00:18.1698568Z [ 2022-11-23T03:00:18.1698727Z T=c10::SymInt 2022-11-23T03:00:18.1698860Z ] 2022-11-23T03:00:18.1699336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1699408Z with 2022-11-23T03:00:18.1699472Z [ 2022-11-23T03:00:18.1700125Z T=c10::SymInt 2022-11-23T03:00:18.1700198Z ] 2022-11-23T03:00:18.1700539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1700873Z 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-23T03:00:18.1701457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1701558Z with 2022-11-23T03:00:18.1701654Z [ 2022-11-23T03:00:18.1701768Z T=c10::SymInt 2022-11-23T03:00:18.1701853Z ] 2022-11-23T03:00:18.1702202Z 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-23T03:00:18.1702518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1702587Z with 2022-11-23T03:00:18.1702651Z [ 2022-11-23T03:00:18.1702738Z T=at::TensorBase 2022-11-23T03:00:18.1702802Z ] 2022-11-23T03:00:18.1703129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1703198Z with 2022-11-23T03:00:18.1703260Z [ 2022-11-23T03:00:18.1703348Z T=at::TensorBase 2022-11-23T03:00:18.1703413Z ] 2022-11-23T03:00:18.1704211Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1704346Z with 2022-11-23T03:00:18.1704474Z [ 2022-11-23T03:00:18.1704648Z T=at::TensorBase 2022-11-23T03:00:18.1704703Z ] 2022-11-23T03:00:18.1705525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1705698Z with 2022-11-23T03:00:18.1705763Z [ 2022-11-23T03:00:18.1705851Z T=at::TensorBase 2022-11-23T03:00:18.1705917Z ] 2022-11-23T03:00:18.1706255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1706594Z 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-23T03:00:18.1706946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1707015Z with 2022-11-23T03:00:18.1707084Z [ 2022-11-23T03:00:18.1707174Z T=at::TensorBase 2022-11-23T03:00:18.1707240Z ] 2022-11-23T03:00:18.1707550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1707617Z with 2022-11-23T03:00:18.1707681Z [ 2022-11-23T03:00:18.1707811Z T=at::Tensor 2022-11-23T03:00:18.1707861Z ] 2022-11-23T03:00:18.1708184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1708254Z with 2022-11-23T03:00:18.1708317Z [ 2022-11-23T03:00:18.1708397Z T=at::Tensor 2022-11-23T03:00:18.1708462Z ] 2022-11-23T03:00:18.1708832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1708901Z with 2022-11-23T03:00:18.1708967Z [ 2022-11-23T03:00:18.1709048Z T=at::Tensor 2022-11-23T03:00:18.1709113Z ] 2022-11-23T03:00:18.1709505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1709576Z with 2022-11-23T03:00:18.1709641Z [ 2022-11-23T03:00:18.1709720Z T=at::Tensor 2022-11-23T03:00:18.1709769Z ] 2022-11-23T03:00:18.1710448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1711152Z 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-23T03:00:18.1711809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1711880Z with 2022-11-23T03:00:18.1711947Z [ 2022-11-23T03:00:18.1712029Z T=at::Tensor 2022-11-23T03:00:18.1712094Z ] 2022-11-23T03:00:18.1712406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1712474Z with 2022-11-23T03:00:18.1712540Z [ 2022-11-23T03:00:18.1712627Z T=at::Generator 2022-11-23T03:00:18.1712756Z ] 2022-11-23T03:00:18.1713082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1713149Z with 2022-11-23T03:00:18.1713213Z [ 2022-11-23T03:00:18.1713283Z T=at::Generator 2022-11-23T03:00:18.1713350Z ] 2022-11-23T03:00:18.1713720Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1713789Z with 2022-11-23T03:00:18.1713854Z [ 2022-11-23T03:00:18.1713940Z T=at::Generator 2022-11-23T03:00:18.1714005Z ] 2022-11-23T03:00:18.1714402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1714472Z with 2022-11-23T03:00:18.1714538Z [ 2022-11-23T03:00:18.1714621Z T=at::Generator 2022-11-23T03:00:18.1714687Z ] 2022-11-23T03:00:18.1715070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1715410Z 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-23T03:00:18.1715755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1715824Z with 2022-11-23T03:00:18.1715888Z [ 2022-11-23T03:00:18.1715971Z T=at::Generator 2022-11-23T03:00:18.1716020Z ] 2022-11-23T03:00:18.1716620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1716762Z with 2022-11-23T03:00:18.1716881Z [ 2022-11-23T03:00:18.1717047Z T=c10::Scalar 2022-11-23T03:00:18.1717170Z ] 2022-11-23T03:00:18.1717915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1717991Z with 2022-11-23T03:00:18.1718055Z [ 2022-11-23T03:00:18.1718137Z T=c10::Scalar 2022-11-23T03:00:18.1718199Z ] 2022-11-23T03:00:18.1718565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1718630Z with 2022-11-23T03:00:18.1718694Z [ 2022-11-23T03:00:18.1718773Z T=c10::Scalar 2022-11-23T03:00:18.1718822Z ] 2022-11-23T03:00:18.1719214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1719281Z with 2022-11-23T03:00:18.1719345Z [ 2022-11-23T03:00:18.1719422Z T=c10::Scalar 2022-11-23T03:00:18.1719486Z ] 2022-11-23T03:00:18.1719813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1720204Z 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-23T03:00:18.1720549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1720616Z with 2022-11-23T03:00:18.1720680Z [ 2022-11-23T03:00:18.1720761Z T=c10::Scalar 2022-11-23T03:00:18.1720827Z ] 2022-11-23T03:00:18.1721139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1721208Z with 2022-11-23T03:00:18.1721276Z [ 2022-11-23T03:00:18.1721358Z T=std::string 2022-11-23T03:00:18.1721407Z ] 2022-11-23T03:00:18.1721734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1721803Z with 2022-11-23T03:00:18.1721912Z [ 2022-11-23T03:00:18.1721996Z T=std::string 2022-11-23T03:00:18.1722060Z ] 2022-11-23T03:00:18.1722443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1722567Z with 2022-11-23T03:00:18.1722686Z [ 2022-11-23T03:00:18.1722875Z T=std::string 2022-11-23T03:00:18.1723002Z ] 2022-11-23T03:00:18.1723776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1723912Z with 2022-11-23T03:00:18.1724039Z [ 2022-11-23T03:00:18.1724214Z T=std::string 2022-11-23T03:00:18.1724280Z ] 2022-11-23T03:00:18.1724621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1724952Z 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-23T03:00:18.1725300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1725370Z with 2022-11-23T03:00:18.1725433Z [ 2022-11-23T03:00:18.1725514Z T=std::string 2022-11-23T03:00:18.1725578Z ] 2022-11-23T03:00:18.1725889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1725956Z with 2022-11-23T03:00:18.1726021Z [ 2022-11-23T03:00:18.1726114Z T=c10::QualifiedName 2022-11-23T03:00:18.1726177Z ] 2022-11-23T03:00:18.1726499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1726565Z with 2022-11-23T03:00:18.1726629Z [ 2022-11-23T03:00:18.1726773Z T=c10::QualifiedName 2022-11-23T03:00:18.1726838Z ] 2022-11-23T03:00:18.1727197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1727266Z with 2022-11-23T03:00:18.1727331Z [ 2022-11-23T03:00:18.1727423Z T=c10::QualifiedName 2022-11-23T03:00:18.1727489Z ] 2022-11-23T03:00:18.1727878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1727946Z with 2022-11-23T03:00:18.1728011Z [ 2022-11-23T03:00:18.1728105Z T=c10::QualifiedName 2022-11-23T03:00:18.1728173Z ] 2022-11-23T03:00:18.1728519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1729172Z 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-23T03:00:18.1729881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1730045Z with 2022-11-23T03:00:18.1730169Z [ 2022-11-23T03:00:18.1730358Z T=c10::QualifiedName 2022-11-23T03:00:18.1730469Z ] 2022-11-23T03:00:18.1730827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1730901Z with 2022-11-23T03:00:18.1730964Z [ 2022-11-23T03:00:18.1731101Z T=std::shared_ptr 2022-11-23T03:00:18.1731164Z ] 2022-11-23T03:00:18.1731492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1731559Z with 2022-11-23T03:00:18.1731623Z [ 2022-11-23T03:00:18.1731754Z T=std::shared_ptr 2022-11-23T03:00:18.1731817Z ] 2022-11-23T03:00:18.1732190Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1732260Z with 2022-11-23T03:00:18.1732322Z [ 2022-11-23T03:00:18.1732456Z T=std::shared_ptr 2022-11-23T03:00:18.1732506Z ] 2022-11-23T03:00:18.1732902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1732969Z with 2022-11-23T03:00:18.1733033Z [ 2022-11-23T03:00:18.1733166Z T=std::shared_ptr 2022-11-23T03:00:18.1733230Z ] 2022-11-23T03:00:18.1733596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1733965Z 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-23T03:00:18.1734374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1734442Z with 2022-11-23T03:00:18.1734506Z [ 2022-11-23T03:00:18.1734638Z T=std::shared_ptr 2022-11-23T03:00:18.1734703Z ] 2022-11-23T03:00:18.1735015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1735124Z with 2022-11-23T03:00:18.1735243Z [ 2022-11-23T03:00:18.1735549Z T=std::weak_ptr 2022-11-23T03:00:18.1735685Z ] 2022-11-23T03:00:18.1736346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1736483Z with 2022-11-23T03:00:18.1736593Z [ 2022-11-23T03:00:18.1736905Z T=std::weak_ptr 2022-11-23T03:00:18.1736974Z ] 2022-11-23T03:00:18.1737340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1737409Z with 2022-11-23T03:00:18.1737471Z [ 2022-11-23T03:00:18.1737601Z T=std::weak_ptr 2022-11-23T03:00:18.1737665Z ] 2022-11-23T03:00:18.1738054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1738123Z with 2022-11-23T03:00:18.1738186Z [ 2022-11-23T03:00:18.1738315Z T=std::weak_ptr 2022-11-23T03:00:18.1738379Z ] 2022-11-23T03:00:18.1738750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1739114Z 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-23T03:00:18.1739459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1739529Z with 2022-11-23T03:00:18.1739593Z [ 2022-11-23T03:00:18.1739707Z T=std::weak_ptr 2022-11-23T03:00:18.1739773Z ] 2022-11-23T03:00:18.1740089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1740159Z with 2022-11-23T03:00:18.1740227Z [ 2022-11-23T03:00:18.1740387Z T=std::vector> 2022-11-23T03:00:18.1740452Z ] 2022-11-23T03:00:18.1740776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1740892Z with 2022-11-23T03:00:18.1740956Z [ 2022-11-23T03:00:18.1741200Z T=std::vector> 2022-11-23T03:00:18.1741266Z ] 2022-11-23T03:00:18.1742107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1742244Z with 2022-11-23T03:00:18.1742354Z [ 2022-11-23T03:00:18.1742681Z T=std::vector> 2022-11-23T03:00:18.1742793Z ] 2022-11-23T03:00:18.1743338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1743413Z with 2022-11-23T03:00:18.1743478Z [ 2022-11-23T03:00:18.1743632Z T=std::vector> 2022-11-23T03:00:18.1743695Z ] 2022-11-23T03:00:18.1744141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1744526Z 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-23T03:00:18.1744873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1744943Z with 2022-11-23T03:00:18.1745006Z [ 2022-11-23T03:00:18.1745163Z T=std::vector> 2022-11-23T03:00:18.1745226Z ] 2022-11-23T03:00:18.1745537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1745605Z with 2022-11-23T03:00:18.1745669Z [ 2022-11-23T03:00:18.1745794Z T=std::vector> 2022-11-23T03:00:18.1745861Z ] 2022-11-23T03:00:18.1746188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1746254Z with 2022-11-23T03:00:18.1746303Z [ 2022-11-23T03:00:18.1746427Z T=std::vector> 2022-11-23T03:00:18.1746490Z ] 2022-11-23T03:00:18.1746855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1746920Z with 2022-11-23T03:00:18.1746986Z [ 2022-11-23T03:00:18.1747107Z T=std::vector> 2022-11-23T03:00:18.1747171Z ] 2022-11-23T03:00:18.1747576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1747697Z with 2022-11-23T03:00:18.1747814Z [ 2022-11-23T03:00:18.1748089Z T=std::vector> 2022-11-23T03:00:18.1748310Z ] 2022-11-23T03:00:18.1749050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1749568Z 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-23T03:00:18.1749923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1749993Z with 2022-11-23T03:00:18.1750058Z [ 2022-11-23T03:00:18.1750165Z T=std::vector> 2022-11-23T03:00:18.1750232Z ] 2022-11-23T03:00:18.1750542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1750610Z with 2022-11-23T03:00:18.1750674Z [ 2022-11-23T03:00:18.1750846Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1750965Z ] 2022-11-23T03:00:18.1751294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1751361Z with 2022-11-23T03:00:18.1751424Z [ 2022-11-23T03:00:18.1751596Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1751658Z ] 2022-11-23T03:00:18.1752022Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1752090Z with 2022-11-23T03:00:18.1752152Z [ 2022-11-23T03:00:18.1752322Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1752384Z ] 2022-11-23T03:00:18.1752762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1752830Z with 2022-11-23T03:00:18.1752894Z [ 2022-11-23T03:00:18.1753065Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1753130Z ] 2022-11-23T03:00:18.1753532Z C:\actions-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-23T03:00:18.1754021Z 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-23T03:00:18.1754826Z 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-23T03:00:18.1755602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1755735Z with 2022-11-23T03:00:18.1755801Z [ 2022-11-23T03:00:18.1755974Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1756039Z ] 2022-11-23T03:00:18.1756350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1756418Z with 2022-11-23T03:00:18.1756481Z [ 2022-11-23T03:00:18.1756643Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1756708Z ] 2022-11-23T03:00:18.1757028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1757095Z with 2022-11-23T03:00:18.1757159Z [ 2022-11-23T03:00:18.1757323Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1757373Z ] 2022-11-23T03:00:18.1757739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1757857Z with 2022-11-23T03:00:18.1757922Z [ 2022-11-23T03:00:18.1758081Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1758144Z ] 2022-11-23T03:00:18.1758535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1758602Z with 2022-11-23T03:00:18.1758665Z [ 2022-11-23T03:00:18.1758827Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1758890Z ] 2022-11-23T03:00:18.1759283Z C:\actions-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-23T03:00:18.1759665Z 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-23T03:00:18.1759987Z 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-23T03:00:18.1760744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1760874Z with 2022-11-23T03:00:18.1760999Z [ 2022-11-23T03:00:18.1761301Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1761453Z ] 2022-11-23T03:00:18.1762083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1762153Z with 2022-11-23T03:00:18.1762203Z [ 2022-11-23T03:00:18.1762333Z T=std::vector> 2022-11-23T03:00:18.1768145Z ] 2022-11-23T03:00:18.1768588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1768793Z with 2022-11-23T03:00:18.1768861Z [ 2022-11-23T03:00:18.1768999Z T=std::vector> 2022-11-23T03:00:18.1769065Z ] 2022-11-23T03:00:18.1769446Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1769515Z with 2022-11-23T03:00:18.1769581Z [ 2022-11-23T03:00:18.1769708Z T=std::vector> 2022-11-23T03:00:18.1769772Z ] 2022-11-23T03:00:18.1770173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1770241Z with 2022-11-23T03:00:18.1770302Z [ 2022-11-23T03:00:18.1770414Z T=std::vector> 2022-11-23T03:00:18.1770478Z ] 2022-11-23T03:00:18.1770893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1771260Z 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-23T03:00:18.1771603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1771674Z with 2022-11-23T03:00:18.1771739Z [ 2022-11-23T03:00:18.1771865Z T=std::vector> 2022-11-23T03:00:18.1771929Z ] 2022-11-23T03:00:18.1772243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1772313Z with 2022-11-23T03:00:18.1772377Z [ 2022-11-23T03:00:18.1772537Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1772601Z ] 2022-11-23T03:00:18.1773123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1773291Z with 2022-11-23T03:00:18.1773422Z [ 2022-11-23T03:00:18.1773769Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1773871Z ] 2022-11-23T03:00:18.1774649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1774719Z with 2022-11-23T03:00:18.1774782Z [ 2022-11-23T03:00:18.1774940Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1775003Z ] 2022-11-23T03:00:18.1775394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1775461Z with 2022-11-23T03:00:18.1775524Z [ 2022-11-23T03:00:18.1775679Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1775813Z ] 2022-11-23T03:00:18.1776207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1776619Z 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-23T03:00:18.1777015Z 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-23T03:00:18.1777361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1777432Z with 2022-11-23T03:00:18.1777498Z [ 2022-11-23T03:00:18.1777654Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1777720Z ] 2022-11-23T03:00:18.1778079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1778145Z with 2022-11-23T03:00:18.1778208Z [ 2022-11-23T03:00:18.1778349Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1778411Z ] 2022-11-23T03:00:18.1778733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1778801Z with 2022-11-23T03:00:18.1778869Z [ 2022-11-23T03:00:18.1779019Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1779103Z ] 2022-11-23T03:00:18.1779950Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1780082Z with 2022-11-23T03:00:18.1780165Z [ 2022-11-23T03:00:18.1780521Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1780654Z ] 2022-11-23T03:00:18.1781245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1781315Z with 2022-11-23T03:00:18.1781383Z [ 2022-11-23T03:00:18.1781538Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1781589Z ] 2022-11-23T03:00:18.1781978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1782383Z 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-23T03:00:18.1782792Z 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-23T03:00:18.1783136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1783768Z with 2022-11-23T03:00:18.1783835Z [ 2022-11-23T03:00:18.1783995Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1784060Z ] 2022-11-23T03:00:18.1784378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1784449Z with 2022-11-23T03:00:18.1784514Z [ 2022-11-23T03:00:18.1784622Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1784688Z ] 2022-11-23T03:00:18.1785012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1785083Z with 2022-11-23T03:00:18.1785148Z [ 2022-11-23T03:00:18.1785258Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1785324Z ] 2022-11-23T03:00:18.1786263Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1786405Z with 2022-11-23T03:00:18.1786474Z [ 2022-11-23T03:00:18.1786700Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1786826Z ] 2022-11-23T03:00:18.1787430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1787504Z with 2022-11-23T03:00:18.1787566Z [ 2022-11-23T03:00:18.1787672Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1787735Z ] 2022-11-23T03:00:18.1788094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1788427Z 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-23T03:00:18.1788492Z with 2022-11-23T03:00:18.1788554Z [ 2022-11-23T03:00:18.1788659Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1788720Z ] 2022-11-23T03:00:18.1789104Z 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-23T03:00:18.1789449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1789514Z with 2022-11-23T03:00:18.1789564Z [ 2022-11-23T03:00:18.1789670Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1789733Z ] 2022-11-23T03:00:18.1790042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1790107Z with 2022-11-23T03:00:18.1790170Z [ 2022-11-23T03:00:18.1790363Z T=std::vector> 2022-11-23T03:00:18.1790427Z ] 2022-11-23T03:00:18.1790818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1790884Z with 2022-11-23T03:00:18.1790946Z [ 2022-11-23T03:00:18.1791137Z T=std::vector> 2022-11-23T03:00:18.1791205Z ] 2022-11-23T03:00:18.1791573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1791639Z with 2022-11-23T03:00:18.1791729Z [ 2022-11-23T03:00:18.1792163Z T=std::vector> 2022-11-23T03:00:18.1792296Z ] 2022-11-23T03:00:18.1793109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1793246Z with 2022-11-23T03:00:18.1793371Z [ 2022-11-23T03:00:18.1793665Z T=std::vector> 2022-11-23T03:00:18.1793731Z ] 2022-11-23T03:00:18.1794150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1794571Z 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-23T03:00:18.1794925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1794994Z with 2022-11-23T03:00:18.1795063Z [ 2022-11-23T03:00:18.1795256Z T=std::vector> 2022-11-23T03:00:18.1795321Z ] 2022-11-23T03:00:18.1795632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1795700Z with 2022-11-23T03:00:18.1795764Z [ 2022-11-23T03:00:18.1795867Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1795934Z ] 2022-11-23T03:00:18.1796260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1796327Z with 2022-11-23T03:00:18.1796389Z [ 2022-11-23T03:00:18.1796475Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1796539Z ] 2022-11-23T03:00:18.1796908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1796979Z with 2022-11-23T03:00:18.1797042Z [ 2022-11-23T03:00:18.1797140Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1797203Z ] 2022-11-23T03:00:18.1797595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1797707Z with 2022-11-23T03:00:18.1797770Z [ 2022-11-23T03:00:18.1797868Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1797931Z ] 2022-11-23T03:00:18.1798282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1798639Z 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-23T03:00:18.1798983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1799052Z with 2022-11-23T03:00:18.1799115Z [ 2022-11-23T03:00:18.1799212Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1799261Z ] 2022-11-23T03:00:18.1799609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1799677Z with 2022-11-23T03:00:18.1799741Z [ 2022-11-23T03:00:18.1799827Z T=c10::IValue 2022-11-23T03:00:18.1799893Z ] 2022-11-23T03:00:18.1800215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1800281Z with 2022-11-23T03:00:18.1800344Z [ 2022-11-23T03:00:18.1800424Z T=c10::IValue 2022-11-23T03:00:18.1800489Z ] 2022-11-23T03:00:18.1800851Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1800915Z with 2022-11-23T03:00:18.1800977Z [ 2022-11-23T03:00:18.1801056Z T=c10::IValue 2022-11-23T03:00:18.1801105Z ] 2022-11-23T03:00:18.1801488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1801553Z with 2022-11-23T03:00:18.1801618Z [ 2022-11-23T03:00:18.1801697Z T=c10::IValue 2022-11-23T03:00:18.1801762Z ] 2022-11-23T03:00:18.1802096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1802432Z 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-23T03:00:18.1802780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1802848Z with 2022-11-23T03:00:18.1802913Z [ 2022-11-23T03:00:18.1803039Z T=c10::IValue 2022-11-23T03:00:18.1803159Z ] 2022-11-23T03:00:18.1803900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1804074Z with 2022-11-23T03:00:18.1804216Z [ 2022-11-23T03:00:18.1804395Z T=c10::AliasInfo 2022-11-23T03:00:18.1804502Z ] 2022-11-23T03:00:18.1804981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1805054Z with 2022-11-23T03:00:18.1805120Z [ 2022-11-23T03:00:18.1805206Z T=c10::AliasInfo 2022-11-23T03:00:18.1805272Z ] 2022-11-23T03:00:18.1805634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1805701Z with 2022-11-23T03:00:18.1805766Z [ 2022-11-23T03:00:18.1805853Z T=c10::AliasInfo 2022-11-23T03:00:18.1805919Z ] 2022-11-23T03:00:18.1806313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1806382Z with 2022-11-23T03:00:18.1806446Z [ 2022-11-23T03:00:18.1806584Z T=c10::AliasInfo 2022-11-23T03:00:18.1806634Z ] 2022-11-23T03:00:18.1806967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1807308Z 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-23T03:00:18.1807656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1807729Z with 2022-11-23T03:00:18.1807794Z [ 2022-11-23T03:00:18.1807879Z T=c10::AliasInfo 2022-11-23T03:00:18.1807944Z ] 2022-11-23T03:00:18.1808255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1808322Z with 2022-11-23T03:00:18.1808388Z [ 2022-11-23T03:00:18.1808530Z T=std::vector> 2022-11-23T03:00:18.1808595Z ] 2022-11-23T03:00:18.1808923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1808993Z with 2022-11-23T03:00:18.1809059Z [ 2022-11-23T03:00:18.1809196Z T=std::vector> 2022-11-23T03:00:18.1809246Z ] 2022-11-23T03:00:18.1809615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1809683Z with 2022-11-23T03:00:18.1809751Z [ 2022-11-23T03:00:18.1809885Z T=std::vector> 2022-11-23T03:00:18.1809948Z ] 2022-11-23T03:00:18.1810338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1810447Z with 2022-11-23T03:00:18.1810510Z [ 2022-11-23T03:00:18.1810642Z T=std::vector> 2022-11-23T03:00:18.1810705Z ] 2022-11-23T03:00:18.1811055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1811121Z with 2022-11-23T03:00:18.1811184Z [ 2022-11-23T03:00:18.1811263Z T=c10::SymInt 2022-11-23T03:00:18.1811324Z ] 2022-11-23T03:00:18.1811668Z 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-23T03:00:18.1811720Z with 2022-11-23T03:00:18.1811782Z [ 2022-11-23T03:00:18.1811862Z T=c10::SymInt 2022-11-23T03:00:18.1811927Z ] 2022-11-23T03:00:18.1812300Z 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-23T03:00:18.1812770Z 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-23T03:00:18.1813116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1813184Z with 2022-11-23T03:00:18.1813246Z [ 2022-11-23T03:00:18.1813380Z T=std::vector> 2022-11-23T03:00:18.1813444Z ] 2022-11-23T03:00:18.1813755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1813820Z with 2022-11-23T03:00:18.1813883Z [ 2022-11-23T03:00:18.1814027Z T=c10::either 2022-11-23T03:00:18.1814089Z ] 2022-11-23T03:00:18.1814412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1814477Z with 2022-11-23T03:00:18.1814527Z [ 2022-11-23T03:00:18.1814666Z T=c10::either 2022-11-23T03:00:18.1814730Z ] 2022-11-23T03:00:18.1815095Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1815165Z with 2022-11-23T03:00:18.1815230Z [ 2022-11-23T03:00:18.1815367Z T=c10::either 2022-11-23T03:00:18.1815431Z ] 2022-11-23T03:00:18.1815824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1815891Z with 2022-11-23T03:00:18.1815953Z [ 2022-11-23T03:00:18.1816089Z T=c10::either 2022-11-23T03:00:18.1816150Z ] 2022-11-23T03:00:18.1816524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1816964Z 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-23T03:00:18.1817306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1817372Z with 2022-11-23T03:00:18.1817433Z [ 2022-11-23T03:00:18.1817573Z T=c10::either 2022-11-23T03:00:18.1817622Z ] 2022-11-23T03:00:18.1817927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1817994Z with 2022-11-23T03:00:18.1818057Z [ 2022-11-23T03:00:18.1818151Z T=at::StepCallbacks 2022-11-23T03:00:18.1818213Z ] 2022-11-23T03:00:18.1819053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1819133Z with 2022-11-23T03:00:18.1819198Z [ 2022-11-23T03:00:18.1819326Z T=at::StepCallbacks 2022-11-23T03:00:18.1819428Z ] 2022-11-23T03:00:18.1820272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1820410Z with 2022-11-23T03:00:18.1820507Z [ 2022-11-23T03:00:18.1820603Z T=at::StepCallbacks 2022-11-23T03:00:18.1820652Z ] 2022-11-23T03:00:18.1821456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1821594Z with 2022-11-23T03:00:18.1821669Z [ 2022-11-23T03:00:18.1821763Z T=at::StepCallbacks 2022-11-23T03:00:18.1821827Z ] 2022-11-23T03:00:18.1822174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1822528Z 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-23T03:00:18.1822869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1822935Z with 2022-11-23T03:00:18.1822999Z [ 2022-11-23T03:00:18.1823089Z T=at::StepCallbacks 2022-11-23T03:00:18.1823153Z ] 2022-11-23T03:00:18.1823461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1823526Z with 2022-11-23T03:00:18.1823589Z [ 2022-11-23T03:00:18.1823674Z T=c10::DimVector 2022-11-23T03:00:18.1823736Z ] 2022-11-23T03:00:18.1824046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1824194Z with 2022-11-23T03:00:18.1824259Z [ 2022-11-23T03:00:18.1824345Z T=c10::DimVector 2022-11-23T03:00:18.1824407Z ] 2022-11-23T03:00:18.1824771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1824841Z with 2022-11-23T03:00:18.1824905Z [ 2022-11-23T03:00:18.1824987Z T=c10::DimVector 2022-11-23T03:00:18.1825051Z ] 2022-11-23T03:00:18.1825443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1825510Z with 2022-11-23T03:00:18.1825574Z [ 2022-11-23T03:00:18.1825656Z T=c10::DimVector 2022-11-23T03:00:18.1825719Z ] 2022-11-23T03:00:18.1826035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1826418Z 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-23T03:00:18.1826765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1826830Z with 2022-11-23T03:00:18.1826893Z [ 2022-11-23T03:00:18.1826976Z T=c10::DimVector 2022-11-23T03:00:18.1827041Z ] 2022-11-23T03:00:18.1827347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1827414Z with 2022-11-23T03:00:18.1827476Z [ 2022-11-23T03:00:18.1827580Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1827642Z ] 2022-11-23T03:00:18.1827959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1828026Z with 2022-11-23T03:00:18.1828090Z [ 2022-11-23T03:00:18.1828194Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1828258Z ] 2022-11-23T03:00:18.1828608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1828678Z with 2022-11-23T03:00:18.1828742Z [ 2022-11-23T03:00:18.1828844Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1828908Z ] 2022-11-23T03:00:18.1829300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1829365Z with 2022-11-23T03:00:18.1829430Z [ 2022-11-23T03:00:18.1829530Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1829592Z ] 2022-11-23T03:00:18.1829945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1830362Z 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-23T03:00:18.1830705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1830772Z with 2022-11-23T03:00:18.1830835Z [ 2022-11-23T03:00:18.1830937Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.1831000Z ] 2022-11-23T03:00:18.1831308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1831361Z with 2022-11-23T03:00:18.1831423Z [ 2022-11-23T03:00:18.1831569Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1831634Z ] 2022-11-23T03:00:18.1831965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1832033Z with 2022-11-23T03:00:18.1832097Z [ 2022-11-23T03:00:18.1832283Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1832346Z ] 2022-11-23T03:00:18.1832713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1832781Z with 2022-11-23T03:00:18.1832843Z [ 2022-11-23T03:00:18.1832983Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1833044Z ] 2022-11-23T03:00:18.1833433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1833497Z with 2022-11-23T03:00:18.1833547Z [ 2022-11-23T03:00:18.1833689Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1833751Z ] 2022-11-23T03:00:18.1834135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1834534Z 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-23T03:00:18.1834882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1834949Z with 2022-11-23T03:00:18.1835013Z [ 2022-11-23T03:00:18.1835157Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.1835222Z ] 2022-11-23T03:00:18.1835531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1835597Z with 2022-11-23T03:00:18.1835660Z [ 2022-11-23T03:00:18.1835780Z T=std::tuple 2022-11-23T03:00:18.1835842Z ] 2022-11-23T03:00:18.1836163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1836271Z with 2022-11-23T03:00:18.1836332Z [ 2022-11-23T03:00:18.1836448Z T=std::tuple 2022-11-23T03:00:18.1836497Z ] 2022-11-23T03:00:18.1836857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1836922Z with 2022-11-23T03:00:18.1836983Z [ 2022-11-23T03:00:18.1837099Z T=std::tuple 2022-11-23T03:00:18.1837161Z ] 2022-11-23T03:00:18.1837552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1837621Z with 2022-11-23T03:00:18.1837684Z [ 2022-11-23T03:00:18.1837800Z T=std::tuple 2022-11-23T03:00:18.1837864Z ] 2022-11-23T03:00:18.1838262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1838643Z 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-23T03:00:18.1838986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1839054Z with 2022-11-23T03:00:18.1839118Z [ 2022-11-23T03:00:18.1839232Z T=std::tuple 2022-11-23T03:00:18.1839295Z ] 2022-11-23T03:00:18.1839590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1839657Z with 2022-11-23T03:00:18.1839723Z [ 2022-11-23T03:00:18.1839821Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1839883Z ] 2022-11-23T03:00:18.1840209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1840274Z with 2022-11-23T03:00:18.1840342Z [ 2022-11-23T03:00:18.1840441Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1840503Z ] 2022-11-23T03:00:18.1840866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1840932Z with 2022-11-23T03:00:18.1840995Z [ 2022-11-23T03:00:18.1841090Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1841155Z ] 2022-11-23T03:00:18.1841547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1841599Z with 2022-11-23T03:00:18.1841659Z [ 2022-11-23T03:00:18.1841752Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1841813Z ] 2022-11-23T03:00:18.1842159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1842565Z 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-23T03:00:18.1842906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1842973Z with 2022-11-23T03:00:18.1843036Z [ 2022-11-23T03:00:18.1843131Z T=torch::jit::SourceRange 2022-11-23T03:00:18.1843195Z ] 2022-11-23T03:00:18.1843503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1843570Z with 2022-11-23T03:00:18.1843632Z [ 2022-11-23T03:00:18.1843750Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1843812Z ] 2022-11-23T03:00:18.1844173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1844238Z with 2022-11-23T03:00:18.1844286Z [ 2022-11-23T03:00:18.1844402Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1844467Z ] 2022-11-23T03:00:18.1844833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1844900Z with 2022-11-23T03:00:18.1844963Z [ 2022-11-23T03:00:18.1845081Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1845145Z ] 2022-11-23T03:00:18.1845536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1845604Z with 2022-11-23T03:00:18.1845671Z [ 2022-11-23T03:00:18.1845785Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1845852Z ] 2022-11-23T03:00:18.1846211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1846572Z 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-23T03:00:18.1846914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1846984Z with 2022-11-23T03:00:18.1847034Z [ 2022-11-23T03:00:18.1847155Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.1847222Z ] 2022-11-23T03:00:18.1847533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1847602Z with 2022-11-23T03:00:18.1847668Z [ 2022-11-23T03:00:18.1847783Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1847850Z ] 2022-11-23T03:00:18.1848175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1848291Z with 2022-11-23T03:00:18.1848357Z [ 2022-11-23T03:00:18.1848473Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1848538Z ] 2022-11-23T03:00:18.1848904Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1848973Z with 2022-11-23T03:00:18.1849037Z [ 2022-11-23T03:00:18.1849136Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1849200Z ] 2022-11-23T03:00:18.1849591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1849662Z with 2022-11-23T03:00:18.1849726Z [ 2022-11-23T03:00:18.1849838Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1849904Z ] 2022-11-23T03:00:18.1850300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1850664Z 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-23T03:00:18.1851010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1851097Z with 2022-11-23T03:00:18.1851197Z [ 2022-11-23T03:00:18.1851404Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.1851505Z ] 2022-11-23T03:00:18.1852272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1852358Z with 2022-11-23T03:00:18.1852490Z [ 2022-11-23T03:00:18.1852691Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1852797Z ] 2022-11-23T03:00:18.1853280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1853350Z with 2022-11-23T03:00:18.1853413Z [ 2022-11-23T03:00:18.1853505Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1853568Z ] 2022-11-23T03:00:18.1853936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1854002Z with 2022-11-23T03:00:18.1854065Z [ 2022-11-23T03:00:18.1854155Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1854217Z ] 2022-11-23T03:00:18.1854606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1854671Z with 2022-11-23T03:00:18.1854733Z [ 2022-11-23T03:00:18.1854823Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1854872Z ] 2022-11-23T03:00:18.1855215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1855636Z 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-23T03:00:18.1855984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1856050Z with 2022-11-23T03:00:18.1856115Z [ 2022-11-23T03:00:18.1856206Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.1856270Z ] 2022-11-23T03:00:18.1856583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1856652Z with 2022-11-23T03:00:18.1856716Z [ 2022-11-23T03:00:18.1856813Z T=at::ThreadLocalState 2022-11-23T03:00:18.1856877Z ] 2022-11-23T03:00:18.1857197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1857309Z with 2022-11-23T03:00:18.1857372Z [ 2022-11-23T03:00:18.1857466Z T=at::ThreadLocalState 2022-11-23T03:00:18.1857515Z ] 2022-11-23T03:00:18.1857874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1857939Z with 2022-11-23T03:00:18.1858001Z [ 2022-11-23T03:00:18.1858095Z T=at::ThreadLocalState 2022-11-23T03:00:18.1858161Z ] 2022-11-23T03:00:18.1858550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1858617Z with 2022-11-23T03:00:18.1858680Z [ 2022-11-23T03:00:18.1858775Z T=at::ThreadLocalState 2022-11-23T03:00:18.1858837Z ] 2022-11-23T03:00:18.1859185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1859541Z 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-23T03:00:18.1859880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1859947Z with 2022-11-23T03:00:18.1860011Z [ 2022-11-23T03:00:18.1860103Z T=at::ThreadLocalState 2022-11-23T03:00:18.1860165Z ] 2022-11-23T03:00:18.1860462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1860526Z with 2022-11-23T03:00:18.1860589Z [ 2022-11-23T03:00:18.1860704Z T=std::shared_ptr 2022-11-23T03:00:18.1860768Z ] 2022-11-23T03:00:18.1861175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1861295Z with 2022-11-23T03:00:18.1861359Z [ 2022-11-23T03:00:18.1861478Z T=std::shared_ptr 2022-11-23T03:00:18.1861542Z ] 2022-11-23T03:00:18.1861908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1861976Z with 2022-11-23T03:00:18.1862042Z [ 2022-11-23T03:00:18.1862159Z T=std::shared_ptr 2022-11-23T03:00:18.1862223Z ] 2022-11-23T03:00:18.1862612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1862665Z with 2022-11-23T03:00:18.1862730Z [ 2022-11-23T03:00:18.1862846Z T=std::shared_ptr 2022-11-23T03:00:18.1862909Z ] 2022-11-23T03:00:18.1863264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1863651Z 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-23T03:00:18.1864031Z 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-23T03:00:18.1864374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1864441Z with 2022-11-23T03:00:18.1864505Z [ 2022-11-23T03:00:18.1864619Z T=std::shared_ptr 2022-11-23T03:00:18.1864681Z ] 2022-11-23T03:00:18.1864989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1865053Z with 2022-11-23T03:00:18.1865116Z [ 2022-11-23T03:00:18.1865219Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1865282Z ] 2022-11-23T03:00:18.1865598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1865665Z with 2022-11-23T03:00:18.1865714Z [ 2022-11-23T03:00:18.1865814Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1865877Z ] 2022-11-23T03:00:18.1866240Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1866308Z with 2022-11-23T03:00:18.1866370Z [ 2022-11-23T03:00:18.1866468Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1866531Z ] 2022-11-23T03:00:18.1866914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1866980Z with 2022-11-23T03:00:18.1867041Z [ 2022-11-23T03:00:18.1867184Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1867244Z ] 2022-11-23T03:00:18.1867594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1867933Z 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-23T03:00:18.1868303Z 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-23T03:00:18.1868650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1868719Z with 2022-11-23T03:00:18.1868780Z [ 2022-11-23T03:00:18.1868865Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.1868928Z ] 2022-11-23T03:00:18.1869279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1869346Z with 2022-11-23T03:00:18.1869408Z [ 2022-11-23T03:00:18.1869499Z T=torch::jit::Method 2022-11-23T03:00:18.1869562Z ] 2022-11-23T03:00:18.1869883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1869949Z with 2022-11-23T03:00:18.1870011Z [ 2022-11-23T03:00:18.1870100Z T=torch::jit::Method 2022-11-23T03:00:18.1870163Z ] 2022-11-23T03:00:18.1870524Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1870589Z with 2022-11-23T03:00:18.1870650Z [ 2022-11-23T03:00:18.1870727Z T=torch::jit::Method 2022-11-23T03:00:18.1870790Z ] 2022-11-23T03:00:18.1871177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1871245Z with 2022-11-23T03:00:18.1871306Z [ 2022-11-23T03:00:18.1871395Z T=torch::jit::Method 2022-11-23T03:00:18.1871458Z ] 2022-11-23T03:00:18.1871795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1872136Z 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-23T03:00:18.1872483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1872549Z with 2022-11-23T03:00:18.1872613Z [ 2022-11-23T03:00:18.1872701Z T=torch::jit::Method 2022-11-23T03:00:18.1872764Z ] 2022-11-23T03:00:18.1873069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1873175Z with 2022-11-23T03:00:18.1873237Z [ 2022-11-23T03:00:18.1873363Z T=std::vector> 2022-11-23T03:00:18.1873427Z ] 2022-11-23T03:00:18.1873754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1873819Z with 2022-11-23T03:00:18.1873880Z [ 2022-11-23T03:00:18.1874018Z T=std::vector> 2022-11-23T03:00:18.1874082Z ] 2022-11-23T03:00:18.1874442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1874510Z with 2022-11-23T03:00:18.1874570Z [ 2022-11-23T03:00:18.1874707Z T=std::vector> 2022-11-23T03:00:18.1874770Z ] 2022-11-23T03:00:18.1875201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1875266Z with 2022-11-23T03:00:18.1875330Z [ 2022-11-23T03:00:18.1875468Z T=std::vector> 2022-11-23T03:00:18.1875531Z ] 2022-11-23T03:00:18.1875890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1876278Z 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-23T03:00:18.1876623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1876677Z with 2022-11-23T03:00:18.1876739Z [ 2022-11-23T03:00:18.1876875Z T=std::vector> 2022-11-23T03:00:18.1876940Z ] 2022-11-23T03:00:18.1877249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1877315Z with 2022-11-23T03:00:18.1877378Z [ 2022-11-23T03:00:18.1877546Z T=std::function 2022-11-23T03:00:18.1877612Z ] 2022-11-23T03:00:18.1877931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1877997Z with 2022-11-23T03:00:18.1878058Z [ 2022-11-23T03:00:18.1878224Z T=std::function 2022-11-23T03:00:18.1878285Z ] 2022-11-23T03:00:18.1878650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1878714Z with 2022-11-23T03:00:18.1878763Z [ 2022-11-23T03:00:18.1878926Z T=std::function 2022-11-23T03:00:18.1879031Z ] 2022-11-23T03:00:18.1879420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1879487Z with 2022-11-23T03:00:18.1879552Z [ 2022-11-23T03:00:18.1879716Z T=std::function 2022-11-23T03:00:18.1879780Z ] 2022-11-23T03:00:18.1880175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1880590Z 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-23T03:00:18.1880932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1881039Z with 2022-11-23T03:00:18.1881103Z [ 2022-11-23T03:00:18.1881268Z T=std::function 2022-11-23T03:00:18.1881331Z ] 2022-11-23T03:00:18.1881643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1881707Z with 2022-11-23T03:00:18.1881770Z [ 2022-11-23T03:00:18.1881962Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1882026Z ] 2022-11-23T03:00:18.1882354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1882406Z with 2022-11-23T03:00:18.1882469Z [ 2022-11-23T03:00:18.1882660Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1882721Z ] 2022-11-23T03:00:18.1883082Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1883149Z with 2022-11-23T03:00:18.1883211Z [ 2022-11-23T03:00:18.1883400Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1883470Z ] 2022-11-23T03:00:18.1883860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1883925Z with 2022-11-23T03:00:18.1883987Z [ 2022-11-23T03:00:18.1884178Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1884241Z ] 2022-11-23T03:00:18.1884664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1885118Z 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-23T03:00:18.1886158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1886227Z with 2022-11-23T03:00:18.1886294Z [ 2022-11-23T03:00:18.1886486Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.1886536Z ] 2022-11-23T03:00:18.1886851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1886920Z with 2022-11-23T03:00:18.1886985Z [ 2022-11-23T03:00:18.1887115Z T=std::vector> 2022-11-23T03:00:18.1887184Z ] 2022-11-23T03:00:18.1887509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1887577Z with 2022-11-23T03:00:18.1887639Z [ 2022-11-23T03:00:18.1887767Z T=std::vector> 2022-11-23T03:00:18.1887875Z ] 2022-11-23T03:00:18.1888245Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1888312Z with 2022-11-23T03:00:18.1888380Z [ 2022-11-23T03:00:18.1888509Z T=std::vector> 2022-11-23T03:00:18.1888576Z ] 2022-11-23T03:00:18.1888972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1889028Z with 2022-11-23T03:00:18.1889094Z [ 2022-11-23T03:00:18.1889227Z T=std::vector> 2022-11-23T03:00:18.1889292Z ] 2022-11-23T03:00:18.1889652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1889719Z with 2022-11-23T03:00:18.1889784Z [ 2022-11-23T03:00:18.1889857Z T=double 2022-11-23T03:00:18.1889922Z ] 2022-11-23T03:00:18.1890319Z 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-23T03:00:18.1890391Z with 2022-11-23T03:00:18.1890456Z [ 2022-11-23T03:00:18.1890530Z T=double 2022-11-23T03:00:18.1890595Z ] 2022-11-23T03:00:18.1890944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1890998Z with 2022-11-23T03:00:18.1891063Z [ 2022-11-23T03:00:18.1891193Z T=std::vector> 2022-11-23T03:00:18.1891258Z ] 2022-11-23T03:00:18.1891571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1891638Z with 2022-11-23T03:00:18.1891703Z [ 2022-11-23T03:00:18.1891864Z T=std::tuple 2022-11-23T03:00:18.1891928Z ] 2022-11-23T03:00:18.1892251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1892318Z with 2022-11-23T03:00:18.1892384Z [ 2022-11-23T03:00:18.1892502Z T=std::tuple 2022-11-23T03:00:18.1892567Z ] 2022-11-23T03:00:18.1892932Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1892999Z with 2022-11-23T03:00:18.1893051Z [ 2022-11-23T03:00:18.1893165Z T=std::tuple 2022-11-23T03:00:18.1893230Z ] 2022-11-23T03:00:18.1893622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1893687Z with 2022-11-23T03:00:18.1893751Z [ 2022-11-23T03:00:18.1893860Z T=std::tuple 2022-11-23T03:00:18.1893966Z ] 2022-11-23T03:00:18.1894324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1894709Z 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-23T03:00:18.1895054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1895122Z with 2022-11-23T03:00:18.1895185Z [ 2022-11-23T03:00:18.1895296Z T=std::tuple 2022-11-23T03:00:18.1895357Z ] 2022-11-23T03:00:18.1895663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1895728Z with 2022-11-23T03:00:18.1895789Z [ 2022-11-23T03:00:18.1895913Z T=std::vector> 2022-11-23T03:00:18.1895975Z ] 2022-11-23T03:00:18.1896302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1896370Z with 2022-11-23T03:00:18.1896433Z [ 2022-11-23T03:00:18.1896568Z T=std::vector> 2022-11-23T03:00:18.1896631Z ] 2022-11-23T03:00:18.1896995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1897061Z with 2022-11-23T03:00:18.1897123Z [ 2022-11-23T03:00:18.1897255Z T=std::vector> 2022-11-23T03:00:18.1897317Z ] 2022-11-23T03:00:18.1897706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1897816Z with 2022-11-23T03:00:18.1897877Z [ 2022-11-23T03:00:18.1898011Z T=std::vector> 2022-11-23T03:00:18.1898060Z ] 2022-11-23T03:00:18.1898434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1898834Z 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-23T03:00:18.1899179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1899247Z with 2022-11-23T03:00:18.1899309Z [ 2022-11-23T03:00:18.1899442Z T=std::vector> 2022-11-23T03:00:18.1899506Z ] 2022-11-23T03:00:18.1900036Z [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-23T03:00:18.1900217Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-11-23T03:00:18.1900352Z Loading extension module reloaded_jit_extension_v2... 2022-11-23T03:00:18.1900422Z ok (40.928s) 2022-11-23T03:00:18.1900773Z 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_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.1901123Z 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-23T03:00:18.1901395Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\is_python_module\build.ninja... 2022-11-23T03:00:18.1901526Z Building extension module is_python_module_v1... 2022-11-23T03:00:18.1901733Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.1902693Z [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_cu117\is_python_module\main.cpp /Fomain.o 2022-11-23T03:00:18.1902841Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.1902992Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.1903005Z 2022-11-23T03:00:18.1903322Z 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-23T03:00:18.1903639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1903761Z with 2022-11-23T03:00:18.1903825Z [ 2022-11-23T03:00:18.1903908Z T=c10::SymInt 2022-11-23T03:00:18.1903971Z ] 2022-11-23T03:00:18.1904295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1904362Z with 2022-11-23T03:00:18.1904428Z [ 2022-11-23T03:00:18.1904495Z T=c10::SymInt 2022-11-23T03:00:18.1904559Z ] 2022-11-23T03:00:18.1904928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1904998Z with 2022-11-23T03:00:18.1905062Z [ 2022-11-23T03:00:18.1905142Z T=c10::SymInt 2022-11-23T03:00:18.1905206Z ] 2022-11-23T03:00:18.1905597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1905664Z with 2022-11-23T03:00:18.1905729Z [ 2022-11-23T03:00:18.1905808Z T=c10::SymInt 2022-11-23T03:00:18.1905872Z ] 2022-11-23T03:00:18.1906249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1906575Z 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-23T03:00:18.1906925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1906992Z with 2022-11-23T03:00:18.1907053Z [ 2022-11-23T03:00:18.1907118Z T=c10::SymInt 2022-11-23T03:00:18.1907180Z ] 2022-11-23T03:00:18.1907475Z 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-23T03:00:18.1908065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1908240Z with 2022-11-23T03:00:18.1908375Z [ 2022-11-23T03:00:18.1908556Z T=at::TensorBase 2022-11-23T03:00:18.1908687Z ] 2022-11-23T03:00:18.1909269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1909410Z with 2022-11-23T03:00:18.1909541Z [ 2022-11-23T03:00:18.1909672Z T=at::TensorBase 2022-11-23T03:00:18.1909736Z ] 2022-11-23T03:00:18.1910105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1910171Z with 2022-11-23T03:00:18.1910232Z [ 2022-11-23T03:00:18.1910302Z T=at::TensorBase 2022-11-23T03:00:18.1910365Z ] 2022-11-23T03:00:18.1910750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1910886Z with 2022-11-23T03:00:18.1910947Z [ 2022-11-23T03:00:18.1911032Z T=at::TensorBase 2022-11-23T03:00:18.1911096Z ] 2022-11-23T03:00:18.1911428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1911770Z 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-23T03:00:18.1912118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1912184Z with 2022-11-23T03:00:18.1912248Z [ 2022-11-23T03:00:18.1912333Z T=at::TensorBase 2022-11-23T03:00:18.1912402Z ] 2022-11-23T03:00:18.1912714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1912781Z with 2022-11-23T03:00:18.1912844Z [ 2022-11-23T03:00:18.1912910Z T=at::Tensor 2022-11-23T03:00:18.1913023Z ] 2022-11-23T03:00:18.1913346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1913411Z with 2022-11-23T03:00:18.1913473Z [ 2022-11-23T03:00:18.1913552Z T=at::Tensor 2022-11-23T03:00:18.1913614Z ] 2022-11-23T03:00:18.1913976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1914044Z with 2022-11-23T03:00:18.1914109Z [ 2022-11-23T03:00:18.1914186Z T=at::Tensor 2022-11-23T03:00:18.1914250Z ] 2022-11-23T03:00:18.1914640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1914706Z with 2022-11-23T03:00:18.1914769Z [ 2022-11-23T03:00:18.1914835Z T=at::Tensor 2022-11-23T03:00:18.1914900Z ] 2022-11-23T03:00:18.1915228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1915554Z 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-23T03:00:18.1915896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1915963Z with 2022-11-23T03:00:18.1916026Z [ 2022-11-23T03:00:18.1916104Z T=at::Tensor 2022-11-23T03:00:18.1916165Z ] 2022-11-23T03:00:18.1916474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1916540Z with 2022-11-23T03:00:18.1916601Z [ 2022-11-23T03:00:18.1916685Z T=at::Generator 2022-11-23T03:00:18.1916748Z ] 2022-11-23T03:00:18.1917113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1917178Z with 2022-11-23T03:00:18.1917240Z [ 2022-11-23T03:00:18.1917310Z T=at::Generator 2022-11-23T03:00:18.1917373Z ] 2022-11-23T03:00:18.1917734Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1917800Z with 2022-11-23T03:00:18.1917862Z [ 2022-11-23T03:00:18.1917941Z T=at::Generator 2022-11-23T03:00:18.1918003Z ] 2022-11-23T03:00:18.1918390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1918457Z with 2022-11-23T03:00:18.1918522Z [ 2022-11-23T03:00:18.1918603Z T=at::Generator 2022-11-23T03:00:18.1918665Z ] 2022-11-23T03:00:18.1919500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1919856Z 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-23T03:00:18.1920205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1920273Z with 2022-11-23T03:00:18.1920341Z [ 2022-11-23T03:00:18.1920412Z T=at::Generator 2022-11-23T03:00:18.1920476Z ] 2022-11-23T03:00:18.1920790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1920857Z with 2022-11-23T03:00:18.1920924Z [ 2022-11-23T03:00:18.1921003Z T=c10::Scalar 2022-11-23T03:00:18.1921067Z ] 2022-11-23T03:00:18.1921392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1921459Z with 2022-11-23T03:00:18.1921523Z [ 2022-11-23T03:00:18.1921604Z T=c10::Scalar 2022-11-23T03:00:18.1921669Z ] 2022-11-23T03:00:18.1922036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1922106Z with 2022-11-23T03:00:18.1922168Z [ 2022-11-23T03:00:18.1922232Z T=c10::Scalar 2022-11-23T03:00:18.1922294Z ] 2022-11-23T03:00:18.1922680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1922746Z with 2022-11-23T03:00:18.1922808Z [ 2022-11-23T03:00:18.1922884Z T=c10::Scalar 2022-11-23T03:00:18.1922950Z ] 2022-11-23T03:00:18.1923278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1923655Z 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-23T03:00:18.1924000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1924066Z with 2022-11-23T03:00:18.1924129Z [ 2022-11-23T03:00:18.1924208Z T=c10::Scalar 2022-11-23T03:00:18.1924270Z ] 2022-11-23T03:00:18.1924579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1924644Z with 2022-11-23T03:00:18.1924704Z [ 2022-11-23T03:00:18.1924771Z T=std::string 2022-11-23T03:00:18.1924833Z ] 2022-11-23T03:00:18.1925152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1925218Z with 2022-11-23T03:00:18.1925281Z [ 2022-11-23T03:00:18.1925361Z T=std::string 2022-11-23T03:00:18.1925469Z ] 2022-11-23T03:00:18.1925833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1925898Z with 2022-11-23T03:00:18.1925961Z [ 2022-11-23T03:00:18.1926038Z T=std::string 2022-11-23T03:00:18.1926100Z ] 2022-11-23T03:00:18.1926484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1926552Z with 2022-11-23T03:00:18.1926614Z [ 2022-11-23T03:00:18.1926678Z T=std::string 2022-11-23T03:00:18.1926740Z ] 2022-11-23T03:00:18.1927073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1927403Z 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-23T03:00:18.1927739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1927807Z with 2022-11-23T03:00:18.1927870Z [ 2022-11-23T03:00:18.1927949Z T=std::string 2022-11-23T03:00:18.1928012Z ] 2022-11-23T03:00:18.1928321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1928386Z with 2022-11-23T03:00:18.1928449Z [ 2022-11-23T03:00:18.1928540Z T=c10::QualifiedName 2022-11-23T03:00:18.1928606Z ] 2022-11-23T03:00:18.1928926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1928991Z with 2022-11-23T03:00:18.1929052Z [ 2022-11-23T03:00:18.1929129Z T=c10::QualifiedName 2022-11-23T03:00:18.1929233Z ] 2022-11-23T03:00:18.1929594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1929659Z with 2022-11-23T03:00:18.1929721Z [ 2022-11-23T03:00:18.1929813Z T=c10::QualifiedName 2022-11-23T03:00:18.1929881Z ] 2022-11-23T03:00:18.1930267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1930333Z with 2022-11-23T03:00:18.1930398Z [ 2022-11-23T03:00:18.1930490Z T=c10::QualifiedName 2022-11-23T03:00:18.1930554Z ] 2022-11-23T03:00:18.1930896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1931237Z 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-23T03:00:18.1931629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1931699Z with 2022-11-23T03:00:18.1931766Z [ 2022-11-23T03:00:18.1931846Z T=c10::QualifiedName 2022-11-23T03:00:18.1931911Z ] 2022-11-23T03:00:18.1932219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1932290Z with 2022-11-23T03:00:18.1932354Z [ 2022-11-23T03:00:18.1932490Z T=std::shared_ptr 2022-11-23T03:00:18.1932555Z ] 2022-11-23T03:00:18.1932883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1932953Z with 2022-11-23T03:00:18.1933016Z [ 2022-11-23T03:00:18.1933152Z T=std::shared_ptr 2022-11-23T03:00:18.1933216Z ] 2022-11-23T03:00:18.1933585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1933654Z with 2022-11-23T03:00:18.1933720Z [ 2022-11-23T03:00:18.1933856Z T=std::shared_ptr 2022-11-23T03:00:18.1933908Z ] 2022-11-23T03:00:18.1934301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1934372Z with 2022-11-23T03:00:18.1934435Z [ 2022-11-23T03:00:18.1934567Z T=std::shared_ptr 2022-11-23T03:00:18.1934632Z ] 2022-11-23T03:00:18.1935000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1935369Z 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-23T03:00:18.1935757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1935825Z with 2022-11-23T03:00:18.1935894Z [ 2022-11-23T03:00:18.1936025Z T=std::shared_ptr 2022-11-23T03:00:18.1936087Z ] 2022-11-23T03:00:18.1936398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1936463Z with 2022-11-23T03:00:18.1936528Z [ 2022-11-23T03:00:18.1936663Z T=std::weak_ptr 2022-11-23T03:00:18.1936728Z ] 2022-11-23T03:00:18.1937038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1937109Z with 2022-11-23T03:00:18.1937171Z [ 2022-11-23T03:00:18.1937298Z T=std::weak_ptr 2022-11-23T03:00:18.1937362Z ] 2022-11-23T03:00:18.1937767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1937834Z with 2022-11-23T03:00:18.1937897Z [ 2022-11-23T03:00:18.1938026Z T=std::weak_ptr 2022-11-23T03:00:18.1938089Z ] 2022-11-23T03:00:18.1938479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1938547Z with 2022-11-23T03:00:18.1938609Z [ 2022-11-23T03:00:18.1938738Z T=std::weak_ptr 2022-11-23T03:00:18.1938800Z ] 2022-11-23T03:00:18.1939172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1939530Z 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-23T03:00:18.1939870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1939938Z with 2022-11-23T03:00:18.1939988Z [ 2022-11-23T03:00:18.1940115Z T=std::weak_ptr 2022-11-23T03:00:18.1940175Z ] 2022-11-23T03:00:18.1940484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1940546Z with 2022-11-23T03:00:18.1940605Z [ 2022-11-23T03:00:18.1940761Z T=std::vector> 2022-11-23T03:00:18.1940825Z ] 2022-11-23T03:00:18.1941248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1941375Z with 2022-11-23T03:00:18.1941440Z [ 2022-11-23T03:00:18.1941600Z T=std::vector> 2022-11-23T03:00:18.1941665Z ] 2022-11-23T03:00:18.1942034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1942100Z with 2022-11-23T03:00:18.1942162Z [ 2022-11-23T03:00:18.1942303Z T=std::vector> 2022-11-23T03:00:18.1942364Z ] 2022-11-23T03:00:18.1942750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1942817Z with 2022-11-23T03:00:18.1942881Z [ 2022-11-23T03:00:18.1943038Z T=std::vector> 2022-11-23T03:00:18.1943101Z ] 2022-11-23T03:00:18.1943524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1943912Z 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-23T03:00:18.1944255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1944327Z with 2022-11-23T03:00:18.1944389Z [ 2022-11-23T03:00:18.1944547Z T=std::vector> 2022-11-23T03:00:18.1944609Z ] 2022-11-23T03:00:18.1944916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1944985Z with 2022-11-23T03:00:18.1945047Z [ 2022-11-23T03:00:18.1945169Z T=std::vector> 2022-11-23T03:00:18.1945232Z ] 2022-11-23T03:00:18.1945557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1945609Z with 2022-11-23T03:00:18.1945670Z [ 2022-11-23T03:00:18.1945788Z T=std::vector> 2022-11-23T03:00:18.1945850Z ] 2022-11-23T03:00:18.1946207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1946272Z with 2022-11-23T03:00:18.1946336Z [ 2022-11-23T03:00:18.1946459Z T=std::vector> 2022-11-23T03:00:18.1946521Z ] 2022-11-23T03:00:18.1946905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1946971Z with 2022-11-23T03:00:18.1947031Z [ 2022-11-23T03:00:18.1947149Z T=std::vector> 2022-11-23T03:00:18.1947211Z ] 2022-11-23T03:00:18.1947615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1947968Z 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-23T03:00:18.1948310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1948376Z with 2022-11-23T03:00:18.1948426Z [ 2022-11-23T03:00:18.1948544Z T=std::vector> 2022-11-23T03:00:18.1948606Z ] 2022-11-23T03:00:18.1948910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1948979Z with 2022-11-23T03:00:18.1949041Z [ 2022-11-23T03:00:18.1949210Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1949271Z ] 2022-11-23T03:00:18.1949634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1949702Z with 2022-11-23T03:00:18.1949763Z [ 2022-11-23T03:00:18.1949934Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1949998Z ] 2022-11-23T03:00:18.1950361Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1950429Z with 2022-11-23T03:00:18.1950490Z [ 2022-11-23T03:00:18.1950654Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1950703Z ] 2022-11-23T03:00:18.1951092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1951159Z with 2022-11-23T03:00:18.1951221Z [ 2022-11-23T03:00:18.1951389Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1951452Z ] 2022-11-23T03:00:18.1951851Z C:\actions-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-23T03:00:18.1952250Z 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-23T03:00:18.1952587Z 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-23T03:00:18.1952931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1953001Z with 2022-11-23T03:00:18.1953070Z [ 2022-11-23T03:00:18.1953284Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1953346Z ] 2022-11-23T03:00:18.1953655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1953720Z with 2022-11-23T03:00:18.1953785Z [ 2022-11-23T03:00:18.1953948Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1954010Z ] 2022-11-23T03:00:18.1954330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1954394Z with 2022-11-23T03:00:18.1954444Z [ 2022-11-23T03:00:18.1954603Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1954667Z ] 2022-11-23T03:00:18.1955028Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1955096Z with 2022-11-23T03:00:18.1955160Z [ 2022-11-23T03:00:18.1955360Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1955424Z ] 2022-11-23T03:00:18.1955809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1955876Z with 2022-11-23T03:00:18.1955938Z [ 2022-11-23T03:00:18.1956098Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1956160Z ] 2022-11-23T03:00:18.1956546Z C:\actions-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-23T03:00:18.1956932Z 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-23T03:00:18.1957252Z 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-23T03:00:18.1957592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1957660Z with 2022-11-23T03:00:18.1957724Z [ 2022-11-23T03:00:18.1957883Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.1957945Z ] 2022-11-23T03:00:18.1958256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1958321Z with 2022-11-23T03:00:18.1958371Z [ 2022-11-23T03:00:18.1958499Z T=std::vector> 2022-11-23T03:00:18.1958561Z ] 2022-11-23T03:00:18.1958885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1958993Z with 2022-11-23T03:00:18.1959056Z [ 2022-11-23T03:00:18.1959185Z T=std::vector> 2022-11-23T03:00:18.1959247Z ] 2022-11-23T03:00:18.1959611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1959678Z with 2022-11-23T03:00:18.1959739Z [ 2022-11-23T03:00:18.1959864Z T=std::vector> 2022-11-23T03:00:18.1959926Z ] 2022-11-23T03:00:18.1960318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1960383Z with 2022-11-23T03:00:18.1960434Z [ 2022-11-23T03:00:18.1960561Z T=std::vector> 2022-11-23T03:00:18.1960622Z ] 2022-11-23T03:00:18.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-23T03:00:18.1961378Z 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-23T03:00:18.1961721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1961786Z with 2022-11-23T03:00:18.1961848Z [ 2022-11-23T03:00:18.1961976Z T=std::vector> 2022-11-23T03:00:18.1962041Z ] 2022-11-23T03:00:18.1962349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1962416Z with 2022-11-23T03:00:18.1962477Z [ 2022-11-23T03:00:18.1962634Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1962698Z ] 2022-11-23T03:00:18.1963015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1963080Z with 2022-11-23T03:00:18.1963141Z [ 2022-11-23T03:00:18.1963295Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1963345Z ] 2022-11-23T03:00:18.1963703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1963768Z with 2022-11-23T03:00:18.1963834Z [ 2022-11-23T03:00:18.1963985Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1964052Z ] 2022-11-23T03:00:18.1964438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1964502Z with 2022-11-23T03:00:18.1964562Z [ 2022-11-23T03:00:18.1964714Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1964778Z ] 2022-11-23T03:00:18.1965162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1965609Z 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-23T03:00:18.1965998Z 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-23T03:00:18.1966343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1966414Z with 2022-11-23T03:00:18.1966476Z [ 2022-11-23T03:00:18.1966626Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.1966689Z ] 2022-11-23T03:00:18.1967037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1967100Z with 2022-11-23T03:00:18.1967149Z [ 2022-11-23T03:00:18.1967300Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1967363Z ] 2022-11-23T03:00:18.1967680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1967744Z with 2022-11-23T03:00:18.1967807Z [ 2022-11-23T03:00:18.1967963Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1968029Z ] 2022-11-23T03:00:18.1968392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1968457Z with 2022-11-23T03:00:18.1968522Z [ 2022-11-23T03:00:18.1968671Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1968733Z ] 2022-11-23T03:00:18.1969119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1969184Z with 2022-11-23T03:00:18.1969245Z [ 2022-11-23T03:00:18.1969397Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1969449Z ] 2022-11-23T03:00:18.1969835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.1970241Z 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-23T03:00:18.1970632Z 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-23T03:00:18.1970972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1971081Z with 2022-11-23T03:00:18.1971144Z [ 2022-11-23T03:00:18.1971300Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.1971363Z ] 2022-11-23T03:00:18.1971673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1971740Z with 2022-11-23T03:00:18.1971802Z [ 2022-11-23T03:00:18.1971908Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1971969Z ] 2022-11-23T03:00:18.1972292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1972359Z with 2022-11-23T03:00:18.1972421Z [ 2022-11-23T03:00:18.1972524Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1972587Z ] 2022-11-23T03:00:18.1972975Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1973045Z with 2022-11-23T03:00:18.1973112Z [ 2022-11-23T03:00:18.1973220Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1973285Z ] 2022-11-23T03:00:18.1973672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1973741Z with 2022-11-23T03:00:18.1973806Z [ 2022-11-23T03:00:18.1973915Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1973979Z ] 2022-11-23T03:00:18.1974335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1974667Z 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-23T03:00:18.1974735Z with 2022-11-23T03:00:18.1974799Z [ 2022-11-23T03:00:18.1974904Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1974970Z ] 2022-11-23T03:00:18.1975355Z 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-23T03:00:18.1975703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1975773Z with 2022-11-23T03:00:18.1975822Z [ 2022-11-23T03:00:18.1975930Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.1975997Z ] 2022-11-23T03:00:18.1976306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1976377Z with 2022-11-23T03:00:18.1976441Z [ 2022-11-23T03:00:18.1976636Z T=std::vector> 2022-11-23T03:00:18.1976701Z ] 2022-11-23T03:00:18.1977028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1977136Z with 2022-11-23T03:00:18.1977200Z [ 2022-11-23T03:00:18.1977392Z T=std::vector> 2022-11-23T03:00:18.1977454Z ] 2022-11-23T03:00:18.1977817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1977882Z with 2022-11-23T03:00:18.1977944Z [ 2022-11-23T03:00:18.1978132Z T=std::vector> 2022-11-23T03:00:18.1978181Z ] 2022-11-23T03:00:18.1978579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1978651Z with 2022-11-23T03:00:18.1978715Z [ 2022-11-23T03:00:18.1978901Z T=std::vector> 2022-11-23T03:00:18.1979008Z ] 2022-11-23T03:00:18.1979428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1979852Z 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-23T03:00:18.1980201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1980266Z with 2022-11-23T03:00:18.1980330Z [ 2022-11-23T03:00:18.1980518Z T=std::vector> 2022-11-23T03:00:18.1980579Z ] 2022-11-23T03:00:18.1980888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1980952Z with 2022-11-23T03:00:18.1981105Z [ 2022-11-23T03:00:18.1981211Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1981273Z ] 2022-11-23T03:00:18.1981594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1981666Z with 2022-11-23T03:00:18.1981715Z [ 2022-11-23T03:00:18.1981813Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1981876Z ] 2022-11-23T03:00:18.1982244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1982311Z with 2022-11-23T03:00:18.1982374Z [ 2022-11-23T03:00:18.1982471Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1982536Z ] 2022-11-23T03:00:18.1982923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1983496Z with 2022-11-23T03:00:18.1983561Z [ 2022-11-23T03:00:18.1983661Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1983725Z ] 2022-11-23T03:00:18.1984079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1984435Z 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-23T03:00:18.1984783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1984852Z with 2022-11-23T03:00:18.1984917Z [ 2022-11-23T03:00:18.1985002Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.1985065Z ] 2022-11-23T03:00:18.1985372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1985482Z with 2022-11-23T03:00:18.1985546Z [ 2022-11-23T03:00:18.1985625Z T=c10::IValue 2022-11-23T03:00:18.1985686Z ] 2022-11-23T03:00:18.1986011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1986075Z with 2022-11-23T03:00:18.1986137Z [ 2022-11-23T03:00:18.1986218Z T=c10::IValue 2022-11-23T03:00:18.1986281Z ] 2022-11-23T03:00:18.1986646Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1986709Z with 2022-11-23T03:00:18.1986770Z [ 2022-11-23T03:00:18.1986834Z T=c10::IValue 2022-11-23T03:00:18.1986895Z ] 2022-11-23T03:00:18.1987284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1987349Z with 2022-11-23T03:00:18.1987415Z [ 2022-11-23T03:00:18.1987492Z T=c10::IValue 2022-11-23T03:00:18.1987553Z ] 2022-11-23T03:00:18.1987885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1988219Z 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-23T03:00:18.1988567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1988632Z with 2022-11-23T03:00:18.1988693Z [ 2022-11-23T03:00:18.1988769Z T=c10::IValue 2022-11-23T03:00:18.1988830Z ] 2022-11-23T03:00:18.1989139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1989203Z with 2022-11-23T03:00:18.1989305Z [ 2022-11-23T03:00:18.1989376Z T=c10::AliasInfo 2022-11-23T03:00:18.1989436Z ] 2022-11-23T03:00:18.1989761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1989827Z with 2022-11-23T03:00:18.1989892Z [ 2022-11-23T03:00:18.1989976Z T=c10::AliasInfo 2022-11-23T03:00:18.1990035Z ] 2022-11-23T03:00:18.1990397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1990462Z with 2022-11-23T03:00:18.1990522Z [ 2022-11-23T03:00:18.1990602Z T=c10::AliasInfo 2022-11-23T03:00:18.1990665Z ] 2022-11-23T03:00:18.1991056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1991122Z with 2022-11-23T03:00:18.1991181Z [ 2022-11-23T03:00:18.1991248Z T=c10::AliasInfo 2022-11-23T03:00:18.1991312Z ] 2022-11-23T03:00:18.1991678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.1992016Z 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-23T03:00:18.1992357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1992428Z with 2022-11-23T03:00:18.1992491Z [ 2022-11-23T03:00:18.1992570Z T=c10::AliasInfo 2022-11-23T03:00:18.1992629Z ] 2022-11-23T03:00:18.1992937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1993000Z with 2022-11-23T03:00:18.1993062Z [ 2022-11-23T03:00:18.1993198Z T=std::vector> 2022-11-23T03:00:18.1993260Z ] 2022-11-23T03:00:18.1993582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1993648Z with 2022-11-23T03:00:18.1993710Z [ 2022-11-23T03:00:18.1993831Z T=std::vector> 2022-11-23T03:00:18.1993890Z ] 2022-11-23T03:00:18.1994249Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1994317Z with 2022-11-23T03:00:18.1994378Z [ 2022-11-23T03:00:18.1994508Z T=std::vector> 2022-11-23T03:00:18.1994572Z ] 2022-11-23T03:00:18.1994962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.1995027Z with 2022-11-23T03:00:18.1995089Z [ 2022-11-23T03:00:18.1995264Z T=std::vector> 2022-11-23T03:00:18.1995326Z ] 2022-11-23T03:00:18.1995672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.1995736Z with 2022-11-23T03:00:18.1995799Z [ 2022-11-23T03:00:18.1995878Z T=c10::SymInt 2022-11-23T03:00:18.1995927Z ] 2022-11-23T03:00:18.1996268Z 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-23T03:00:18.1996332Z with 2022-11-23T03:00:18.1996393Z [ 2022-11-23T03:00:18.1996471Z T=c10::SymInt 2022-11-23T03:00:18.1996532Z ] 2022-11-23T03:00:18.1996904Z 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-23T03:00:18.1997374Z 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-23T03:00:18.1997719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1997781Z with 2022-11-23T03:00:18.1997844Z [ 2022-11-23T03:00:18.1997978Z T=std::vector> 2022-11-23T03:00:18.1998039Z ] 2022-11-23T03:00:18.1998348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.1998412Z with 2022-11-23T03:00:18.1998474Z [ 2022-11-23T03:00:18.1998616Z T=c10::either 2022-11-23T03:00:18.1998676Z ] 2022-11-23T03:00:18.1999004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.1999069Z with 2022-11-23T03:00:18.1999117Z [ 2022-11-23T03:00:18.1999255Z T=c10::either 2022-11-23T03:00:18.1999315Z ] 2022-11-23T03:00:18.1999676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.1999742Z with 2022-11-23T03:00:18.1999805Z [ 2022-11-23T03:00:18.1999942Z T=c10::either 2022-11-23T03:00:18.2000004Z ] 2022-11-23T03:00:18.2000390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2000455Z with 2022-11-23T03:00:18.2000517Z [ 2022-11-23T03:00:18.2000652Z T=c10::either 2022-11-23T03:00:18.2000713Z ] 2022-11-23T03:00:18.2001088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2001533Z 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-23T03:00:18.2001878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2001944Z with 2022-11-23T03:00:18.2002005Z [ 2022-11-23T03:00:18.2002143Z T=c10::either 2022-11-23T03:00:18.2002192Z ] 2022-11-23T03:00:18.2002497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2002563Z with 2022-11-23T03:00:18.2002624Z [ 2022-11-23T03:00:18.2002718Z T=at::StepCallbacks 2022-11-23T03:00:18.2002779Z ] 2022-11-23T03:00:18.2003100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2003205Z with 2022-11-23T03:00:18.2003266Z [ 2022-11-23T03:00:18.2003355Z T=at::StepCallbacks 2022-11-23T03:00:18.2003416Z ] 2022-11-23T03:00:18.2003772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2003838Z with 2022-11-23T03:00:18.2003898Z [ 2022-11-23T03:00:18.2003985Z T=at::StepCallbacks 2022-11-23T03:00:18.2004036Z ] 2022-11-23T03:00:18.2004420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2004486Z with 2022-11-23T03:00:18.2004549Z [ 2022-11-23T03:00:18.2004640Z T=at::StepCallbacks 2022-11-23T03:00:18.2004702Z ] 2022-11-23T03:00:18.2005036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2005386Z 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-23T03:00:18.2005724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2005795Z with 2022-11-23T03:00:18.2005855Z [ 2022-11-23T03:00:18.2005943Z T=at::StepCallbacks 2022-11-23T03:00:18.2006006Z ] 2022-11-23T03:00:18.2006313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2006378Z with 2022-11-23T03:00:18.2006438Z [ 2022-11-23T03:00:18.2006520Z T=c10::DimVector 2022-11-23T03:00:18.2006569Z ] 2022-11-23T03:00:18.2006895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2007002Z with 2022-11-23T03:00:18.2007064Z [ 2022-11-23T03:00:18.2007146Z T=c10::DimVector 2022-11-23T03:00:18.2007207Z ] 2022-11-23T03:00:18.2007575Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2007641Z with 2022-11-23T03:00:18.2007702Z [ 2022-11-23T03:00:18.2007782Z T=c10::DimVector 2022-11-23T03:00:18.2007843Z ] 2022-11-23T03:00:18.2008230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2008293Z with 2022-11-23T03:00:18.2008352Z [ 2022-11-23T03:00:18.2008434Z T=c10::DimVector 2022-11-23T03:00:18.2008483Z ] 2022-11-23T03:00:18.2008809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2009238Z 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-23T03:00:18.2010008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2010145Z with 2022-11-23T03:00:18.2010279Z [ 2022-11-23T03:00:18.2010437Z T=c10::DimVector 2022-11-23T03:00:18.2010508Z ] 2022-11-23T03:00:18.2011227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2011303Z with 2022-11-23T03:00:18.2011367Z [ 2022-11-23T03:00:18.2011474Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2011539Z ] 2022-11-23T03:00:18.2011866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2011932Z with 2022-11-23T03:00:18.2011995Z [ 2022-11-23T03:00:18.2012099Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2012149Z ] 2022-11-23T03:00:18.2012512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2012582Z with 2022-11-23T03:00:18.2012646Z [ 2022-11-23T03:00:18.2012749Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2012812Z ] 2022-11-23T03:00:18.2013201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2013268Z with 2022-11-23T03:00:18.2013332Z [ 2022-11-23T03:00:18.2013436Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2013497Z ] 2022-11-23T03:00:18.2013845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2014212Z 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-23T03:00:18.2014627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2014697Z with 2022-11-23T03:00:18.2014760Z [ 2022-11-23T03:00:18.2014861Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2014921Z ] 2022-11-23T03:00:18.2015221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2015288Z with 2022-11-23T03:00:18.2015352Z [ 2022-11-23T03:00:18.2015495Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2015564Z ] 2022-11-23T03:00:18.2016208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2016346Z with 2022-11-23T03:00:18.2016468Z [ 2022-11-23T03:00:18.2016755Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2017720Z ] 2022-11-23T03:00:18.2018114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2018181Z with 2022-11-23T03:00:18.2018247Z [ 2022-11-23T03:00:18.2018392Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2018455Z ] 2022-11-23T03:00:18.2018852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2018925Z with 2022-11-23T03:00:18.2018977Z [ 2022-11-23T03:00:18.2019117Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2019182Z ] 2022-11-23T03:00:18.2019565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2019971Z 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-23T03:00:18.2020315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2020385Z with 2022-11-23T03:00:18.2020449Z [ 2022-11-23T03:00:18.2020594Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2020660Z ] 2022-11-23T03:00:18.2021064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2021132Z with 2022-11-23T03:00:18.2021196Z [ 2022-11-23T03:00:18.2021315Z T=std::tuple 2022-11-23T03:00:18.2021379Z ] 2022-11-23T03:00:18.2021704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2021838Z with 2022-11-23T03:00:18.2021900Z [ 2022-11-23T03:00:18.2022078Z T=std::tuple 2022-11-23T03:00:18.2022189Z ] 2022-11-23T03:00:18.2023051Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2023121Z with 2022-11-23T03:00:18.2023186Z [ 2022-11-23T03:00:18.2023306Z T=std::tuple 2022-11-23T03:00:18.2023372Z ] 2022-11-23T03:00:18.2024192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2024263Z with 2022-11-23T03:00:18.2024330Z [ 2022-11-23T03:00:18.2024450Z T=std::tuple 2022-11-23T03:00:18.2024514Z ] 2022-11-23T03:00:18.2024876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2025320Z 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-23T03:00:18.2025667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2025733Z with 2022-11-23T03:00:18.2025793Z [ 2022-11-23T03:00:18.2025913Z T=std::tuple 2022-11-23T03:00:18.2025963Z ] 2022-11-23T03:00:18.2026270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2026335Z with 2022-11-23T03:00:18.2026398Z [ 2022-11-23T03:00:18.2026497Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2026561Z ] 2022-11-23T03:00:18.2026884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2026951Z with 2022-11-23T03:00:18.2027015Z [ 2022-11-23T03:00:18.2027111Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2027179Z ] 2022-11-23T03:00:18.2027543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2027614Z with 2022-11-23T03:00:18.2027676Z [ 2022-11-23T03:00:18.2027772Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2027821Z ] 2022-11-23T03:00:18.2028211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2028276Z with 2022-11-23T03:00:18.2028337Z [ 2022-11-23T03:00:18.2028430Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2028492Z ] 2022-11-23T03:00:18.2029267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2030125Z 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-23T03:00:18.2030559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2030631Z with 2022-11-23T03:00:18.2030699Z [ 2022-11-23T03:00:18.2030798Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2030860Z ] 2022-11-23T03:00:18.2031178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2031248Z with 2022-11-23T03:00:18.2031312Z [ 2022-11-23T03:00:18.2031432Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2031495Z ] 2022-11-23T03:00:18.2031807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2031873Z with 2022-11-23T03:00:18.2031990Z [ 2022-11-23T03:00:18.2032107Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2032170Z ] 2022-11-23T03:00:18.2032533Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2032598Z with 2022-11-23T03:00:18.2032661Z [ 2022-11-23T03:00:18.2032774Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2032839Z ] 2022-11-23T03:00:18.2033231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2033298Z with 2022-11-23T03:00:18.2033357Z [ 2022-11-23T03:00:18.2033471Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2033535Z ] 2022-11-23T03:00:18.2033898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2034261Z 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-23T03:00:18.2034606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2034671Z with 2022-11-23T03:00:18.2034720Z [ 2022-11-23T03:00:18.2034905Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2035026Z ] 2022-11-23T03:00:18.2035788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2035871Z with 2022-11-23T03:00:18.2036013Z [ 2022-11-23T03:00:18.2036260Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2036391Z ] 2022-11-23T03:00:18.2036805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2036939Z with 2022-11-23T03:00:18.2037002Z [ 2022-11-23T03:00:18.2037114Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2037179Z ] 2022-11-23T03:00:18.2037550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2037617Z with 2022-11-23T03:00:18.2037666Z [ 2022-11-23T03:00:18.2037779Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2037841Z ] 2022-11-23T03:00:18.2038230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2038299Z with 2022-11-23T03:00:18.2038364Z [ 2022-11-23T03:00:18.2038475Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2038537Z ] 2022-11-23T03:00:18.2038893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2039297Z 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-23T03:00:18.2039639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2039705Z with 2022-11-23T03:00:18.2039764Z [ 2022-11-23T03:00:18.2039877Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2039939Z ] 2022-11-23T03:00:18.2040249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2046111Z with 2022-11-23T03:00:18.2046226Z [ 2022-11-23T03:00:18.2046338Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2046409Z ] 2022-11-23T03:00:18.2046768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2046837Z with 2022-11-23T03:00:18.2046901Z [ 2022-11-23T03:00:18.2046996Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2047059Z ] 2022-11-23T03:00:18.2047504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2047630Z with 2022-11-23T03:00:18.2047747Z [ 2022-11-23T03:00:18.2047979Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2048105Z ] 2022-11-23T03:00:18.2048919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2049061Z with 2022-11-23T03:00:18.2049189Z [ 2022-11-23T03:00:18.2049287Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2049352Z ] 2022-11-23T03:00:18.2049701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2050187Z 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-23T03:00:18.2050541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2050611Z with 2022-11-23T03:00:18.2050675Z [ 2022-11-23T03:00:18.2050769Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2050833Z ] 2022-11-23T03:00:18.2051146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2051213Z with 2022-11-23T03:00:18.2051277Z [ 2022-11-23T03:00:18.2051375Z T=at::ThreadLocalState 2022-11-23T03:00:18.2051435Z ] 2022-11-23T03:00:18.2051759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2051822Z with 2022-11-23T03:00:18.2051883Z [ 2022-11-23T03:00:18.2052022Z T=at::ThreadLocalState 2022-11-23T03:00:18.2052086Z ] 2022-11-23T03:00:18.2052450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2052517Z with 2022-11-23T03:00:18.2052578Z [ 2022-11-23T03:00:18.2052672Z T=at::ThreadLocalState 2022-11-23T03:00:18.2052736Z ] 2022-11-23T03:00:18.2053128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2053198Z with 2022-11-23T03:00:18.2053260Z [ 2022-11-23T03:00:18.2053354Z T=at::ThreadLocalState 2022-11-23T03:00:18.2053418Z ] 2022-11-23T03:00:18.2053819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2054702Z 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-23T03:00:18.2055496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2055572Z with 2022-11-23T03:00:18.2055640Z [ 2022-11-23T03:00:18.2055739Z T=at::ThreadLocalState 2022-11-23T03:00:18.2055789Z ] 2022-11-23T03:00:18.2056105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2056174Z with 2022-11-23T03:00:18.2056236Z [ 2022-11-23T03:00:18.2056353Z T=std::shared_ptr 2022-11-23T03:00:18.2056422Z ] 2022-11-23T03:00:18.2056748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2056816Z with 2022-11-23T03:00:18.2056953Z [ 2022-11-23T03:00:18.2057070Z T=std::shared_ptr 2022-11-23T03:00:18.2057130Z ] 2022-11-23T03:00:18.2057497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2057569Z with 2022-11-23T03:00:18.2057635Z [ 2022-11-23T03:00:18.2057746Z T=std::shared_ptr 2022-11-23T03:00:18.2057796Z ] 2022-11-23T03:00:18.2058183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2058249Z with 2022-11-23T03:00:18.2058313Z [ 2022-11-23T03:00:18.2058427Z T=std::shared_ptr 2022-11-23T03:00:18.2058490Z ] 2022-11-23T03:00:18.2058850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2059242Z 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-23T03:00:18.2059618Z 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-23T03:00:18.2059966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2060094Z with 2022-11-23T03:00:18.2060214Z [ 2022-11-23T03:00:18.2060477Z T=std::shared_ptr 2022-11-23T03:00:18.2060609Z ] 2022-11-23T03:00:18.2061326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2061463Z with 2022-11-23T03:00:18.2061587Z [ 2022-11-23T03:00:18.2061809Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2061910Z ] 2022-11-23T03:00:18.2062242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2062296Z with 2022-11-23T03:00:18.2062360Z [ 2022-11-23T03:00:18.2062465Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2062527Z ] 2022-11-23T03:00:18.2062887Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2062952Z with 2022-11-23T03:00:18.2063018Z [ 2022-11-23T03:00:18.2063116Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2063177Z ] 2022-11-23T03:00:18.2063570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2063636Z with 2022-11-23T03:00:18.2063698Z [ 2022-11-23T03:00:18.2063795Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2063939Z ] 2022-11-23T03:00:18.2064291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2064633Z 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-23T03:00:18.2065004Z 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-23T03:00:18.2065348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2065419Z with 2022-11-23T03:00:18.2065468Z [ 2022-11-23T03:00:18.2065567Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2065633Z ] 2022-11-23T03:00:18.2065940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2066054Z with 2022-11-23T03:00:18.2066118Z [ 2022-11-23T03:00:18.2066207Z T=torch::jit::Method 2022-11-23T03:00:18.2066270Z ] 2022-11-23T03:00:18.2066985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2067124Z with 2022-11-23T03:00:18.2067251Z [ 2022-11-23T03:00:18.2067407Z T=torch::jit::Method 2022-11-23T03:00:18.2067534Z ] 2022-11-23T03:00:18.2068248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2068315Z with 2022-11-23T03:00:18.2068365Z [ 2022-11-23T03:00:18.2068451Z T=torch::jit::Method 2022-11-23T03:00:18.2068516Z ] 2022-11-23T03:00:18.2068898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2068962Z with 2022-11-23T03:00:18.2069021Z [ 2022-11-23T03:00:18.2069106Z T=torch::jit::Method 2022-11-23T03:00:18.2069166Z ] 2022-11-23T03:00:18.2069502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2069841Z 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-23T03:00:18.2070186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2070251Z with 2022-11-23T03:00:18.2070314Z [ 2022-11-23T03:00:18.2070402Z T=torch::jit::Method 2022-11-23T03:00:18.2070463Z ] 2022-11-23T03:00:18.2070767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2070899Z with 2022-11-23T03:00:18.2070948Z [ 2022-11-23T03:00:18.2071088Z T=std::vector> 2022-11-23T03:00:18.2071150Z ] 2022-11-23T03:00:18.2071478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2071543Z with 2022-11-23T03:00:18.2071605Z [ 2022-11-23T03:00:18.2071742Z T=std::vector> 2022-11-23T03:00:18.2071805Z ] 2022-11-23T03:00:18.2072172Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2072236Z with 2022-11-23T03:00:18.2072299Z [ 2022-11-23T03:00:18.2072439Z T=std::vector> 2022-11-23T03:00:18.2072504Z ] 2022-11-23T03:00:18.2073358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2073586Z with 2022-11-23T03:00:18.2073668Z [ 2022-11-23T03:00:18.2073982Z T=std::vector> 2022-11-23T03:00:18.2074088Z ] 2022-11-23T03:00:18.2074616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2074995Z 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-23T03:00:18.2075339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2075406Z with 2022-11-23T03:00:18.2075470Z [ 2022-11-23T03:00:18.2075606Z T=std::vector> 2022-11-23T03:00:18.2075668Z ] 2022-11-23T03:00:18.2075975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2076037Z with 2022-11-23T03:00:18.2076097Z [ 2022-11-23T03:00:18.2076262Z T=std::function 2022-11-23T03:00:18.2076327Z ] 2022-11-23T03:00:18.2076649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2076716Z with 2022-11-23T03:00:18.2076778Z [ 2022-11-23T03:00:18.2076947Z T=std::function 2022-11-23T03:00:18.2077008Z ] 2022-11-23T03:00:18.2077368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2077431Z with 2022-11-23T03:00:18.2077480Z [ 2022-11-23T03:00:18.2077643Z T=std::function 2022-11-23T03:00:18.2077765Z ] 2022-11-23T03:00:18.2078150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2078214Z with 2022-11-23T03:00:18.2078275Z [ 2022-11-23T03:00:18.2078443Z T=std::function 2022-11-23T03:00:18.2078502Z ] 2022-11-23T03:00:18.2078952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2079923Z 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-23T03:00:18.2080686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2080758Z with 2022-11-23T03:00:18.2080887Z [ 2022-11-23T03:00:18.2081059Z T=std::function 2022-11-23T03:00:18.2081123Z ] 2022-11-23T03:00:18.2081442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2081513Z with 2022-11-23T03:00:18.2081577Z [ 2022-11-23T03:00:18.2081771Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2081837Z ] 2022-11-23T03:00:18.2082153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2082216Z with 2022-11-23T03:00:18.2082274Z [ 2022-11-23T03:00:18.2082459Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2082525Z ] 2022-11-23T03:00:18.2082888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2082955Z with 2022-11-23T03:00:18.2083020Z [ 2022-11-23T03:00:18.2083211Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2083277Z ] 2022-11-23T03:00:18.2083668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2083737Z with 2022-11-23T03:00:18.2083799Z [ 2022-11-23T03:00:18.2083989Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2084054Z ] 2022-11-23T03:00:18.2084482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2084937Z 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-23T03:00:18.2085740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2085885Z with 2022-11-23T03:00:18.2086008Z [ 2022-11-23T03:00:18.2086353Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2086468Z ] 2022-11-23T03:00:18.2086992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2087061Z with 2022-11-23T03:00:18.2087126Z [ 2022-11-23T03:00:18.2087257Z T=std::vector> 2022-11-23T03:00:18.2087324Z ] 2022-11-23T03:00:18.2087648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2087718Z with 2022-11-23T03:00:18.2087780Z [ 2022-11-23T03:00:18.2087908Z T=std::vector> 2022-11-23T03:00:18.2087973Z ] 2022-11-23T03:00:18.2088397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2088463Z with 2022-11-23T03:00:18.2088524Z [ 2022-11-23T03:00:18.2088651Z T=std::vector> 2022-11-23T03:00:18.2088700Z ] 2022-11-23T03:00:18.2089089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2089156Z with 2022-11-23T03:00:18.2089217Z [ 2022-11-23T03:00:18.2089347Z T=std::vector> 2022-11-23T03:00:18.2089414Z ] 2022-11-23T03:00:18.2089766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2089833Z with 2022-11-23T03:00:18.2089896Z [ 2022-11-23T03:00:18.2089967Z T=double 2022-11-23T03:00:18.2090030Z ] 2022-11-23T03:00:18.2090427Z 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-23T03:00:18.2090495Z with 2022-11-23T03:00:18.2090557Z [ 2022-11-23T03:00:18.2090626Z T=double 2022-11-23T03:00:18.2090675Z ] 2022-11-23T03:00:18.2091021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2091088Z with 2022-11-23T03:00:18.2091150Z [ 2022-11-23T03:00:18.2091275Z T=std::vector> 2022-11-23T03:00:18.2091365Z ] 2022-11-23T03:00:18.2092086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2092233Z with 2022-11-23T03:00:18.2092349Z [ 2022-11-23T03:00:18.2092545Z T=std::tuple 2022-11-23T03:00:18.2092767Z ] 2022-11-23T03:00:18.2093296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2093363Z with 2022-11-23T03:00:18.2093422Z [ 2022-11-23T03:00:18.2093542Z T=std::tuple 2022-11-23T03:00:18.2093605Z ] 2022-11-23T03:00:18.2093960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2094026Z with 2022-11-23T03:00:18.2094090Z [ 2022-11-23T03:00:18.2094205Z T=std::tuple 2022-11-23T03:00:18.2094270Z ] 2022-11-23T03:00:18.2094659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2094732Z with 2022-11-23T03:00:18.2094796Z [ 2022-11-23T03:00:18.2094907Z T=std::tuple 2022-11-23T03:00:18.2094971Z ] 2022-11-23T03:00:18.2095380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2095768Z 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-23T03:00:18.2096108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2096174Z with 2022-11-23T03:00:18.2096236Z [ 2022-11-23T03:00:18.2096348Z T=std::tuple 2022-11-23T03:00:18.2096410Z ] 2022-11-23T03:00:18.2096720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2096786Z with 2022-11-23T03:00:18.2096835Z [ 2022-11-23T03:00:18.2096972Z T=std::vector> 2022-11-23T03:00:18.2097032Z ] 2022-11-23T03:00:18.2097356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2097422Z with 2022-11-23T03:00:18.2097486Z [ 2022-11-23T03:00:18.2097654Z T=std::vector> 2022-11-23T03:00:18.2097772Z ] 2022-11-23T03:00:18.2098641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2098772Z with 2022-11-23T03:00:18.2098894Z [ 2022-11-23T03:00:18.2099193Z T=std::vector> 2022-11-23T03:00:18.2099318Z ] 2022-11-23T03:00:18.2099747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2099813Z with 2022-11-23T03:00:18.2100431Z [ 2022-11-23T03:00:18.2100559Z T=std::vector> 2022-11-23T03:00:18.2100622Z ] 2022-11-23T03:00:18.2101091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2101493Z 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-23T03:00:18.2101842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2101910Z with 2022-11-23T03:00:18.2101977Z [ 2022-11-23T03:00:18.2102115Z T=std::vector> 2022-11-23T03:00:18.2102181Z ] 2022-11-23T03:00:18.2102488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2102610Z with 2022-11-23T03:00:18.2102674Z [ 2022-11-23T03:00:18.2102768Z T=torch::jit::Operator 2022-11-23T03:00:18.2102830Z ] 2022-11-23T03:00:18.2103156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2103221Z with 2022-11-23T03:00:18.2103283Z [ 2022-11-23T03:00:18.2103375Z T=torch::jit::Operator 2022-11-23T03:00:18.2103424Z ] 2022-11-23T03:00:18.2103789Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2103879Z with 2022-11-23T03:00:18.2103989Z [ 2022-11-23T03:00:18.2104166Z T=torch::jit::Operator 2022-11-23T03:00:18.2104316Z ] 2022-11-23T03:00:18.2105191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2105328Z with 2022-11-23T03:00:18.2105456Z [ 2022-11-23T03:00:18.2105653Z T=torch::jit::Operator 2022-11-23T03:00:18.2105734Z ] 2022-11-23T03:00:18.2106079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2106443Z 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-23T03:00:18.2106787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2106853Z with 2022-11-23T03:00:18.2106912Z [ 2022-11-23T03:00:18.2107002Z T=torch::jit::Operator 2022-11-23T03:00:18.2107063Z ] 2022-11-23T03:00:18.2107360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2107491Z with 2022-11-23T03:00:18.2107554Z [ 2022-11-23T03:00:18.2107650Z T=torch::jit::NamedValue 2022-11-23T03:00:18.2107713Z ] 2022-11-23T03:00:18.2108036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2108102Z with 2022-11-23T03:00:18.2108165Z [ 2022-11-23T03:00:18.2108256Z T=torch::jit::NamedValue 2022-11-23T03:00:18.2108317Z ] 2022-11-23T03:00:18.2108677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2108743Z with 2022-11-23T03:00:18.2108805Z [ 2022-11-23T03:00:18.2108899Z T=torch::jit::NamedValue 2022-11-23T03:00:18.2108962Z ] 2022-11-23T03:00:18.2109341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2109408Z with 2022-11-23T03:00:18.2109471Z [ 2022-11-23T03:00:18.2109607Z T=torch::jit::NamedValue 2022-11-23T03:00:18.2109670Z ] 2022-11-23T03:00:18.2110010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2110698Z 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-23T03:00:18.2111438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2111576Z with 2022-11-23T03:00:18.2111703Z [ 2022-11-23T03:00:18.2111909Z T=torch::jit::NamedValue 2022-11-23T03:00:18.2111982Z ] 2022-11-23T03:00:18.2112471Z [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-23T03:00:18.2112632Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-11-23T03:00:18.2112755Z Loading extension module is_python_module_v1... 2022-11-23T03:00:18.2112823Z ok (14.206s) 2022-11-23T03:00:18.2113171Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:18.2113431Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\test_set_default_type... 2022-11-23T03:00:18.2113706Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\test_set_default_type\build.ninja... 2022-11-23T03:00:18.2113832Z Building extension module test_set_default_type... 2022-11-23T03:00:18.2114039Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:18.2115006Z [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_cu117\test_set_default_type\main.cpp /Fomain.o 2022-11-23T03:00:18.2115215Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:18.2115361Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:18.2115372Z 2022-11-23T03:00:18.2115686Z 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-23T03:00:18.2116001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2116071Z with 2022-11-23T03:00:18.2116138Z [ 2022-11-23T03:00:18.2116206Z T=c10::SymInt 2022-11-23T03:00:18.2116272Z ] 2022-11-23T03:00:18.2117013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2117153Z with 2022-11-23T03:00:18.2117272Z [ 2022-11-23T03:00:18.2117431Z T=c10::SymInt 2022-11-23T03:00:18.2117516Z ] 2022-11-23T03:00:18.2118297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2118368Z with 2022-11-23T03:00:18.2118430Z [ 2022-11-23T03:00:18.2118509Z T=c10::SymInt 2022-11-23T03:00:18.2118571Z ] 2022-11-23T03:00:18.2118961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2119028Z with 2022-11-23T03:00:18.2119088Z [ 2022-11-23T03:00:18.2119154Z T=c10::SymInt 2022-11-23T03:00:18.2119216Z ] 2022-11-23T03:00:18.2119543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2119866Z 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-23T03:00:18.2120211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2120277Z with 2022-11-23T03:00:18.2120338Z [ 2022-11-23T03:00:18.2120415Z T=c10::SymInt 2022-11-23T03:00:18.2120477Z ] 2022-11-23T03:00:18.2120764Z 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-23T03:00:18.2121070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2121136Z with 2022-11-23T03:00:18.2121198Z [ 2022-11-23T03:00:18.2121284Z T=at::TensorBase 2022-11-23T03:00:18.2121402Z ] 2022-11-23T03:00:18.2121725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2121790Z with 2022-11-23T03:00:18.2121851Z [ 2022-11-23T03:00:18.2121923Z T=at::TensorBase 2022-11-23T03:00:18.2121985Z ] 2022-11-23T03:00:18.2122350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2122416Z with 2022-11-23T03:00:18.2122479Z [ 2022-11-23T03:00:18.2122562Z T=at::TensorBase 2022-11-23T03:00:18.2122625Z ] 2022-11-23T03:00:18.2123541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2123674Z with 2022-11-23T03:00:18.2123754Z [ 2022-11-23T03:00:18.2123946Z T=at::TensorBase 2022-11-23T03:00:18.2124074Z ] 2022-11-23T03:00:18.2124666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2125011Z 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-23T03:00:18.2125357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2125425Z with 2022-11-23T03:00:18.2125491Z [ 2022-11-23T03:00:18.2125563Z T=at::TensorBase 2022-11-23T03:00:18.2125624Z ] 2022-11-23T03:00:18.2125933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2126004Z with 2022-11-23T03:00:18.2126065Z [ 2022-11-23T03:00:18.2126149Z T=at::Tensor 2022-11-23T03:00:18.2126214Z ] 2022-11-23T03:00:18.2126533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2126600Z with 2022-11-23T03:00:18.2126662Z [ 2022-11-23T03:00:18.2126744Z T=at::Tensor 2022-11-23T03:00:18.2126810Z ] 2022-11-23T03:00:18.2127176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2127240Z with 2022-11-23T03:00:18.2127302Z [ 2022-11-23T03:00:18.2127367Z T=at::Tensor 2022-11-23T03:00:18.2127431Z ] 2022-11-23T03:00:18.2127823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2127890Z with 2022-11-23T03:00:18.2127952Z [ 2022-11-23T03:00:18.2128029Z T=at::Tensor 2022-11-23T03:00:18.2128092Z ] 2022-11-23T03:00:18.2128420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2128798Z 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-23T03:00:18.2129547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2129690Z with 2022-11-23T03:00:18.2129814Z [ 2022-11-23T03:00:18.2129940Z T=at::Tensor 2022-11-23T03:00:18.2130068Z ] 2022-11-23T03:00:18.2130729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2130803Z with 2022-11-23T03:00:18.2130867Z [ 2022-11-23T03:00:18.2130940Z T=at::Generator 2022-11-23T03:00:18.2131003Z ] 2022-11-23T03:00:18.2131328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2131396Z with 2022-11-23T03:00:18.2131519Z [ 2022-11-23T03:00:18.2131604Z T=at::Generator 2022-11-23T03:00:18.2131668Z ] 2022-11-23T03:00:18.2132033Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2132098Z with 2022-11-23T03:00:18.2132162Z [ 2022-11-23T03:00:18.2132247Z T=at::Generator 2022-11-23T03:00:18.2132311Z ] 2022-11-23T03:00:18.2132703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2132768Z with 2022-11-23T03:00:18.2132835Z [ 2022-11-23T03:00:18.2132904Z T=at::Generator 2022-11-23T03:00:18.2132972Z ] 2022-11-23T03:00:18.2133305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2133638Z 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-23T03:00:18.2133982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2134055Z with 2022-11-23T03:00:18.2134120Z [ 2022-11-23T03:00:18.2134207Z T=at::Generator 2022-11-23T03:00:18.2134274Z ] 2022-11-23T03:00:18.2134586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2134653Z with 2022-11-23T03:00:18.2134717Z [ 2022-11-23T03:00:18.2134801Z T=c10::Scalar 2022-11-23T03:00:18.2134868Z ] 2022-11-23T03:00:18.2135234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2135367Z with 2022-11-23T03:00:18.2135526Z [ 2022-11-23T03:00:18.2135776Z T=c10::Scalar 2022-11-23T03:00:18.2135901Z ] 2022-11-23T03:00:18.2136634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2136772Z with 2022-11-23T03:00:18.2136899Z [ 2022-11-23T03:00:18.2136988Z T=c10::Scalar 2022-11-23T03:00:18.2137049Z ] 2022-11-23T03:00:18.2137441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2137508Z with 2022-11-23T03:00:18.2137568Z [ 2022-11-23T03:00:18.2137648Z T=c10::Scalar 2022-11-23T03:00:18.2137710Z ] 2022-11-23T03:00:18.2138041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2138366Z 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-23T03:00:18.2139228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2139307Z with 2022-11-23T03:00:18.2139373Z [ 2022-11-23T03:00:18.2139441Z T=c10::Scalar 2022-11-23T03:00:18.2139504Z ] 2022-11-23T03:00:18.2139817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2139886Z with 2022-11-23T03:00:18.2139949Z [ 2022-11-23T03:00:18.2140030Z T=std::string 2022-11-23T03:00:18.2140093Z ] 2022-11-23T03:00:18.2140419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2140485Z with 2022-11-23T03:00:18.2140548Z [ 2022-11-23T03:00:18.2140627Z T=std::string 2022-11-23T03:00:18.2140694Z ] 2022-11-23T03:00:18.2141161Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2141231Z with 2022-11-23T03:00:18.2141294Z [ 2022-11-23T03:00:18.2141364Z T=std::string 2022-11-23T03:00:18.2141468Z ] 2022-11-23T03:00:18.2142408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2142505Z with 2022-11-23T03:00:18.2142631Z [ 2022-11-23T03:00:18.2142798Z T=std::string 2022-11-23T03:00:18.2142924Z ] 2022-11-23T03:00:18.2143437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2143767Z 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-23T03:00:18.2144118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2144265Z with 2022-11-23T03:00:18.2144328Z [ 2022-11-23T03:00:18.2144408Z T=std::string 2022-11-23T03:00:18.2144471Z ] 2022-11-23T03:00:18.2144784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2144849Z with 2022-11-23T03:00:18.2144912Z [ 2022-11-23T03:00:18.2144991Z T=c10::QualifiedName 2022-11-23T03:00:18.2145055Z ] 2022-11-23T03:00:18.2145378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2145448Z with 2022-11-23T03:00:18.2145511Z [ 2022-11-23T03:00:18.2145602Z T=c10::QualifiedName 2022-11-23T03:00:18.2145664Z ] 2022-11-23T03:00:18.2146079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2146145Z with 2022-11-23T03:00:18.2146206Z [ 2022-11-23T03:00:18.2146295Z T=c10::QualifiedName 2022-11-23T03:00:18.2146356Z ] 2022-11-23T03:00:18.2146747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2146819Z with 2022-11-23T03:00:18.2146882Z [ 2022-11-23T03:00:18.2146961Z T=c10::QualifiedName 2022-11-23T03:00:18.2147023Z ] 2022-11-23T03:00:18.2147360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2147715Z 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-23T03:00:18.2148528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2148662Z with 2022-11-23T03:00:18.2148757Z [ 2022-11-23T03:00:18.2148930Z T=c10::QualifiedName 2022-11-23T03:00:18.2149060Z ] 2022-11-23T03:00:18.2149627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2149695Z with 2022-11-23T03:00:18.2149757Z [ 2022-11-23T03:00:18.2149893Z T=std::shared_ptr 2022-11-23T03:00:18.2149955Z ] 2022-11-23T03:00:18.2150281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2150346Z with 2022-11-23T03:00:18.2150407Z [ 2022-11-23T03:00:18.2150526Z T=std::shared_ptr 2022-11-23T03:00:18.2150589Z ] 2022-11-23T03:00:18.2150956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2151089Z with 2022-11-23T03:00:18.2151151Z [ 2022-11-23T03:00:18.2151284Z T=std::shared_ptr 2022-11-23T03:00:18.2151346Z ] 2022-11-23T03:00:18.2151740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2151806Z with 2022-11-23T03:00:18.2151867Z [ 2022-11-23T03:00:18.2151997Z T=std::shared_ptr 2022-11-23T03:00:18.2152061Z ] 2022-11-23T03:00:18.2152431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2152801Z 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-23T03:00:18.2153188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2153254Z with 2022-11-23T03:00:18.2153315Z [ 2022-11-23T03:00:18.2153445Z T=std::shared_ptr 2022-11-23T03:00:18.2153507Z ] 2022-11-23T03:00:18.2153802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2153869Z with 2022-11-23T03:00:18.2153934Z [ 2022-11-23T03:00:18.2154186Z T=std::weak_ptr 2022-11-23T03:00:18.2154308Z ] 2022-11-23T03:00:18.2155056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2155211Z with 2022-11-23T03:00:18.2155351Z [ 2022-11-23T03:00:18.2155635Z T=std::weak_ptr 2022-11-23T03:00:18.2155756Z ] 2022-11-23T03:00:18.2156126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2156192Z with 2022-11-23T03:00:18.2156255Z [ 2022-11-23T03:00:18.2156384Z T=std::weak_ptr 2022-11-23T03:00:18.2156452Z ] 2022-11-23T03:00:18.2156840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2156907Z with 2022-11-23T03:00:18.2156957Z [ 2022-11-23T03:00:18.2157088Z T=std::weak_ptr 2022-11-23T03:00:18.2157154Z ] 2022-11-23T03:00:18.2157523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2157884Z 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-23T03:00:18.2158295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2158361Z with 2022-11-23T03:00:18.2158425Z [ 2022-11-23T03:00:18.2158556Z T=std::weak_ptr 2022-11-23T03:00:18.2158622Z ] 2022-11-23T03:00:18.2158938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2159005Z with 2022-11-23T03:00:18.2159068Z [ 2022-11-23T03:00:18.2159225Z T=std::vector> 2022-11-23T03:00:18.2159289Z ] 2022-11-23T03:00:18.2159616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2159688Z with 2022-11-23T03:00:18.2159751Z [ 2022-11-23T03:00:18.2159894Z T=std::vector> 2022-11-23T03:00:18.2159957Z ] 2022-11-23T03:00:18.2160491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2160659Z with 2022-11-23T03:00:18.2160787Z [ 2022-11-23T03:00:18.2161137Z T=std::vector> 2022-11-23T03:00:18.2161249Z ] 2022-11-23T03:00:18.2162082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2162155Z with 2022-11-23T03:00:18.2162217Z [ 2022-11-23T03:00:18.2162372Z T=std::vector> 2022-11-23T03:00:18.2162433Z ] 2022-11-23T03:00:18.2162818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2163193Z 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-23T03:00:18.2163538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2163605Z with 2022-11-23T03:00:18.2163667Z [ 2022-11-23T03:00:18.2163819Z T=std::vector> 2022-11-23T03:00:18.2163880Z ] 2022-11-23T03:00:18.2164192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2164245Z with 2022-11-23T03:00:18.2164307Z [ 2022-11-23T03:00:18.2164429Z T=std::vector> 2022-11-23T03:00:18.2164491Z ] 2022-11-23T03:00:18.2164816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2164938Z with 2022-11-23T03:00:18.2164999Z [ 2022-11-23T03:00:18.2165117Z T=std::vector> 2022-11-23T03:00:18.2165179Z ] 2022-11-23T03:00:18.2165546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2165608Z with 2022-11-23T03:00:18.2165670Z [ 2022-11-23T03:00:18.2165788Z T=std::vector> 2022-11-23T03:00:18.2165851Z ] 2022-11-23T03:00:18.2166242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2166310Z with 2022-11-23T03:00:18.2166360Z [ 2022-11-23T03:00:18.2166506Z T=std::vector> 2022-11-23T03:00:18.2166628Z ] 2022-11-23T03:00:18.2167491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2168337Z 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-23T03:00:18.2168689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2168756Z with 2022-11-23T03:00:18.2168821Z [ 2022-11-23T03:00:18.2168941Z T=std::vector> 2022-11-23T03:00:18.2169008Z ] 2022-11-23T03:00:18.2169321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2169388Z with 2022-11-23T03:00:18.2169451Z [ 2022-11-23T03:00:18.2169626Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2169690Z ] 2022-11-23T03:00:18.2170017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2170083Z with 2022-11-23T03:00:18.2170149Z [ 2022-11-23T03:00:18.2170304Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2170371Z ] 2022-11-23T03:00:18.2170737Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2170803Z with 2022-11-23T03:00:18.2170864Z [ 2022-11-23T03:00:18.2171031Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2171092Z ] 2022-11-23T03:00:18.2171481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2171547Z with 2022-11-23T03:00:18.2171609Z [ 2022-11-23T03:00:18.2171776Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2171889Z ] 2022-11-23T03:00:18.2172286Z C:\actions-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-23T03:00:18.2172677Z 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-23T03:00:18.2173449Z 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-23T03:00:18.2174152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2174296Z with 2022-11-23T03:00:18.2174424Z [ 2022-11-23T03:00:18.2174608Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2174670Z ] 2022-11-23T03:00:18.2175045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2175110Z with 2022-11-23T03:00:18.2175160Z [ 2022-11-23T03:00:18.2175322Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2175385Z ] 2022-11-23T03:00:18.2175709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2175776Z with 2022-11-23T03:00:18.2175837Z [ 2022-11-23T03:00:18.2175998Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2176061Z ] 2022-11-23T03:00:18.2176428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2176493Z with 2022-11-23T03:00:18.2176555Z [ 2022-11-23T03:00:18.2176711Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2176774Z ] 2022-11-23T03:00:18.2177165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2177236Z with 2022-11-23T03:00:18.2177298Z [ 2022-11-23T03:00:18.2177458Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2177507Z ] 2022-11-23T03:00:18.2177899Z C:\actions-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-23T03:00:18.2178297Z 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-23T03:00:18.2178620Z 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-23T03:00:18.2179085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2179190Z with 2022-11-23T03:00:18.2179338Z [ 2022-11-23T03:00:18.2179698Z T=std::vector,std::allocator>> 2022-11-23T03:00:18.2179829Z ] 2022-11-23T03:00:18.2180205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2180279Z with 2022-11-23T03:00:18.2180404Z [ 2022-11-23T03:00:18.2180672Z T=std::vector> 2022-11-23T03:00:18.2180802Z ] 2022-11-23T03:00:18.2181316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2181391Z with 2022-11-23T03:00:18.2181455Z [ 2022-11-23T03:00:18.2181586Z T=std::vector> 2022-11-23T03:00:18.2181652Z ] 2022-11-23T03:00:18.2182081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2182150Z with 2022-11-23T03:00:18.2182199Z [ 2022-11-23T03:00:18.2182326Z T=std::vector> 2022-11-23T03:00:18.2182393Z ] 2022-11-23T03:00:18.2182787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2182857Z with 2022-11-23T03:00:18.2182922Z [ 2022-11-23T03:00:18.2183051Z T=std::vector> 2022-11-23T03:00:18.2183117Z ] 2022-11-23T03:00:18.2183477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2183837Z 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-23T03:00:18.2184183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2184256Z with 2022-11-23T03:00:18.2184321Z [ 2022-11-23T03:00:18.2184447Z T=std::vector> 2022-11-23T03:00:18.2184511Z ] 2022-11-23T03:00:18.2184825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2184895Z with 2022-11-23T03:00:18.2184961Z [ 2022-11-23T03:00:18.2185119Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.2185171Z ] 2022-11-23T03:00:18.2185518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2185645Z with 2022-11-23T03:00:18.2185873Z [ 2022-11-23T03:00:18.2186206Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.2186337Z ] 2022-11-23T03:00:18.2187094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2187238Z with 2022-11-23T03:00:18.2187322Z [ 2022-11-23T03:00:18.2187480Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.2187544Z ] 2022-11-23T03:00:18.2187934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2188003Z with 2022-11-23T03:00:18.2188068Z [ 2022-11-23T03:00:18.2188225Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.2188289Z ] 2022-11-23T03:00:18.2188680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2189150Z 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-23T03:00:18.2189541Z 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-23T03:00:18.2189882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2189951Z with 2022-11-23T03:00:18.2190002Z [ 2022-11-23T03:00:18.2190158Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:18.2190222Z ] 2022-11-23T03:00:18.2190534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2190600Z with 2022-11-23T03:00:18.2190664Z [ 2022-11-23T03:00:18.2190819Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.2190883Z ] 2022-11-23T03:00:18.2191207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2191278Z with 2022-11-23T03:00:18.2191341Z [ 2022-11-23T03:00:18.2191495Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.2191554Z ] 2022-11-23T03:00:18.2192149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2192287Z with 2022-11-23T03:00:18.2192412Z [ 2022-11-23T03:00:18.2192731Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.2192819Z ] 2022-11-23T03:00:18.2193639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2193787Z with 2022-11-23T03:00:18.2193853Z [ 2022-11-23T03:00:18.2194003Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.2194065Z ] 2022-11-23T03:00:18.2194453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2194854Z 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-23T03:00:18.2195242Z 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-23T03:00:18.2195588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2195657Z with 2022-11-23T03:00:18.2195721Z [ 2022-11-23T03:00:18.2195926Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:18.2195992Z ] 2022-11-23T03:00:18.2196303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2196367Z with 2022-11-23T03:00:18.2196430Z [ 2022-11-23T03:00:18.2196536Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2196598Z ] 2022-11-23T03:00:18.2196918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2196974Z with 2022-11-23T03:00:18.2197038Z [ 2022-11-23T03:00:18.2197140Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2197206Z ] 2022-11-23T03:00:18.2197572Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2197639Z with 2022-11-23T03:00:18.2197703Z [ 2022-11-23T03:00:18.2197806Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2197871Z ] 2022-11-23T03:00:18.2198659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2198795Z with 2022-11-23T03:00:18.2198923Z [ 2022-11-23T03:00:18.2199091Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2199235Z ] 2022-11-23T03:00:18.2199929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2200264Z 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-23T03:00:18.2200329Z with 2022-11-23T03:00:18.2200378Z [ 2022-11-23T03:00:18.2200483Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2200545Z ] 2022-11-23T03:00:18.2200930Z 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-23T03:00:18.2201346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2201413Z with 2022-11-23T03:00:18.2201475Z [ 2022-11-23T03:00:18.2201578Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:18.2201641Z ] 2022-11-23T03:00:18.2201949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2202013Z with 2022-11-23T03:00:18.2202074Z [ 2022-11-23T03:00:18.2202268Z T=std::vector> 2022-11-23T03:00:18.2202334Z ] 2022-11-23T03:00:18.2202664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2202738Z with 2022-11-23T03:00:18.2202787Z [ 2022-11-23T03:00:18.2203032Z T=std::vector> 2022-11-23T03:00:18.2203098Z ] 2022-11-23T03:00:18.2203461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2203527Z with 2022-11-23T03:00:18.2203588Z [ 2022-11-23T03:00:18.2203776Z T=std::vector> 2022-11-23T03:00:18.2203842Z ] 2022-11-23T03:00:18.2204234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2204330Z with 2022-11-23T03:00:18.2204452Z [ 2022-11-23T03:00:18.2204896Z T=std::vector> 2022-11-23T03:00:18.2205022Z ] 2022-11-23T03:00:18.2205910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2206397Z 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-23T03:00:18.2206749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2206815Z with 2022-11-23T03:00:18.2206877Z [ 2022-11-23T03:00:18.2207066Z T=std::vector> 2022-11-23T03:00:18.2207130Z ] 2022-11-23T03:00:18.2207438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2207505Z with 2022-11-23T03:00:18.2207554Z [ 2022-11-23T03:00:18.2207726Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.2207790Z ] 2022-11-23T03:00:18.2208110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2208175Z with 2022-11-23T03:00:18.2208241Z [ 2022-11-23T03:00:18.2208344Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.2208408Z ] 2022-11-23T03:00:18.2208774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2208841Z with 2022-11-23T03:00:18.2208905Z [ 2022-11-23T03:00:18.2209003Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.2209067Z ] 2022-11-23T03:00:18.2209458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2209525Z with 2022-11-23T03:00:18.2209588Z [ 2022-11-23T03:00:18.2209672Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.2209783Z ] 2022-11-23T03:00:18.2210131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2210485Z 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-23T03:00:18.2211258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2211398Z with 2022-11-23T03:00:18.2211525Z [ 2022-11-23T03:00:18.2211669Z T=torch::autograd::ViewInfo 2022-11-23T03:00:18.2211816Z ] 2022-11-23T03:00:18.2212460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2212530Z with 2022-11-23T03:00:18.2212592Z [ 2022-11-23T03:00:18.2212674Z T=c10::IValue 2022-11-23T03:00:18.2212736Z ] 2022-11-23T03:00:18.2213057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2213120Z with 2022-11-23T03:00:18.2213183Z [ 2022-11-23T03:00:18.2213251Z T=c10::IValue 2022-11-23T03:00:18.2213312Z ] 2022-11-23T03:00:18.2213674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2213739Z with 2022-11-23T03:00:18.2213798Z [ 2022-11-23T03:00:18.2213872Z T=c10::IValue 2022-11-23T03:00:18.2213934Z ] 2022-11-23T03:00:18.2214320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2214384Z with 2022-11-23T03:00:18.2214446Z [ 2022-11-23T03:00:18.2214523Z T=c10::IValue 2022-11-23T03:00:18.2215155Z ] 2022-11-23T03:00:18.2215495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2215831Z 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-23T03:00:18.2216177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2216244Z with 2022-11-23T03:00:18.2216310Z [ 2022-11-23T03:00:18.2216375Z T=c10::IValue 2022-11-23T03:00:18.2216441Z ] 2022-11-23T03:00:18.2216749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2216834Z with 2022-11-23T03:00:18.2216938Z [ 2022-11-23T03:00:18.2217097Z T=c10::AliasInfo 2022-11-23T03:00:18.2217212Z ] 2022-11-23T03:00:18.2218104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2218241Z with 2022-11-23T03:00:18.2218372Z [ 2022-11-23T03:00:18.2218543Z T=c10::AliasInfo 2022-11-23T03:00:18.2218679Z ] 2022-11-23T03:00:18.2219058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2219124Z with 2022-11-23T03:00:18.2219191Z [ 2022-11-23T03:00:18.2219261Z T=c10::AliasInfo 2022-11-23T03:00:18.2219325Z ] 2022-11-23T03:00:18.2219713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2219783Z with 2022-11-23T03:00:18.2219846Z [ 2022-11-23T03:00:18.2219928Z T=c10::AliasInfo 2022-11-23T03:00:18.2219994Z ] 2022-11-23T03:00:18.2220327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2220662Z 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-23T03:00:18.2221094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2221164Z with 2022-11-23T03:00:18.2221229Z [ 2022-11-23T03:00:18.2221313Z T=c10::AliasInfo 2022-11-23T03:00:18.2221382Z ] 2022-11-23T03:00:18.2221694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2221760Z with 2022-11-23T03:00:18.2221826Z [ 2022-11-23T03:00:18.2221949Z T=std::vector> 2022-11-23T03:00:18.2222013Z ] 2022-11-23T03:00:18.2222339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2222474Z with 2022-11-23T03:00:18.2222534Z [ 2022-11-23T03:00:18.2222666Z T=std::vector> 2022-11-23T03:00:18.2222729Z ] 2022-11-23T03:00:18.2223098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2223187Z with 2022-11-23T03:00:18.2223305Z [ 2022-11-23T03:00:18.2223596Z T=std::vector> 2022-11-23T03:00:18.2223728Z ] 2022-11-23T03:00:18.2224532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2224670Z with 2022-11-23T03:00:18.2224796Z [ 2022-11-23T03:00:18.2225006Z T=std::vector> 2022-11-23T03:00:18.2225070Z ] 2022-11-23T03:00:18.2225479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2225546Z with 2022-11-23T03:00:18.2225608Z [ 2022-11-23T03:00:18.2225686Z T=c10::SymInt 2022-11-23T03:00:18.2225748Z ] 2022-11-23T03:00:18.2226097Z 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-23T03:00:18.2226162Z with 2022-11-23T03:00:18.2226226Z [ 2022-11-23T03:00:18.2226306Z T=c10::SymInt 2022-11-23T03:00:18.2226367Z ] 2022-11-23T03:00:18.2226740Z 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-23T03:00:18.2227176Z 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-23T03:00:18.2227520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2227587Z with 2022-11-23T03:00:18.2227659Z [ 2022-11-23T03:00:18.2227796Z T=std::vector> 2022-11-23T03:00:18.2227860Z ] 2022-11-23T03:00:18.2228167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2228230Z with 2022-11-23T03:00:18.2228281Z [ 2022-11-23T03:00:18.2228423Z T=c10::either 2022-11-23T03:00:18.2228486Z ] 2022-11-23T03:00:18.2228811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2228874Z with 2022-11-23T03:00:18.2228934Z [ 2022-11-23T03:00:18.2229078Z T=c10::either 2022-11-23T03:00:18.2229140Z ] 2022-11-23T03:00:18.2229684Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2229845Z with 2022-11-23T03:00:18.2229974Z [ 2022-11-23T03:00:18.2230289Z T=c10::either 2022-11-23T03:00:18.2230420Z ] 2022-11-23T03:00:18.2231276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2231349Z with 2022-11-23T03:00:18.2231415Z [ 2022-11-23T03:00:18.2231544Z T=c10::either 2022-11-23T03:00:18.2231610Z ] 2022-11-23T03:00:18.2231990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2232464Z 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-23T03:00:18.2232807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2232877Z with 2022-11-23T03:00:18.2232943Z [ 2022-11-23T03:00:18.2233085Z T=c10::either 2022-11-23T03:00:18.2233150Z ] 2022-11-23T03:00:18.2233465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2233536Z with 2022-11-23T03:00:18.2233600Z [ 2022-11-23T03:00:18.2233694Z T=at::StepCallbacks 2022-11-23T03:00:18.2233759Z ] 2022-11-23T03:00:18.2234087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2234155Z with 2022-11-23T03:00:18.2234220Z [ 2022-11-23T03:00:18.2234313Z T=at::StepCallbacks 2022-11-23T03:00:18.2234364Z ] 2022-11-23T03:00:18.2234734Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2234806Z with 2022-11-23T03:00:18.2234870Z [ 2022-11-23T03:00:18.2234962Z T=at::StepCallbacks 2022-11-23T03:00:18.2235027Z ] 2022-11-23T03:00:18.2235418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2235488Z with 2022-11-23T03:00:18.2235551Z [ 2022-11-23T03:00:18.2235647Z T=at::StepCallbacks 2022-11-23T03:00:18.2235724Z ] 2022-11-23T03:00:18.2236521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2237235Z 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-23T03:00:18.2237741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2237814Z with 2022-11-23T03:00:18.2237882Z [ 2022-11-23T03:00:18.2237976Z T=at::StepCallbacks 2022-11-23T03:00:18.2238026Z ] 2022-11-23T03:00:18.2238330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2238400Z with 2022-11-23T03:00:18.2238463Z [ 2022-11-23T03:00:18.2238549Z T=c10::DimVector 2022-11-23T03:00:18.2238614Z ] 2022-11-23T03:00:18.2238942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2239013Z with 2022-11-23T03:00:18.2239078Z [ 2022-11-23T03:00:18.2239163Z T=c10::DimVector 2022-11-23T03:00:18.2239229Z ] 2022-11-23T03:00:18.2239648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2239715Z with 2022-11-23T03:00:18.2239776Z [ 2022-11-23T03:00:18.2239856Z T=c10::DimVector 2022-11-23T03:00:18.2239906Z ] 2022-11-23T03:00:18.2240294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2240364Z with 2022-11-23T03:00:18.2240427Z [ 2022-11-23T03:00:18.2240507Z T=c10::DimVector 2022-11-23T03:00:18.2240568Z ] 2022-11-23T03:00:18.2240896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2241236Z 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-23T03:00:18.2241576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2241641Z with 2022-11-23T03:00:18.2241708Z [ 2022-11-23T03:00:18.2241790Z T=c10::DimVector 2022-11-23T03:00:18.2241855Z ] 2022-11-23T03:00:18.2242513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2242648Z with 2022-11-23T03:00:18.2242779Z [ 2022-11-23T03:00:18.2243000Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2243072Z ] 2022-11-23T03:00:18.2243797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2243869Z with 2022-11-23T03:00:18.2243929Z [ 2022-11-23T03:00:18.2244032Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2244095Z ] 2022-11-23T03:00:18.2244458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2244594Z with 2022-11-23T03:00:18.2244658Z [ 2022-11-23T03:00:18.2244760Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2244821Z ] 2022-11-23T03:00:18.2245217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2245284Z with 2022-11-23T03:00:18.2245347Z [ 2022-11-23T03:00:18.2245450Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2245513Z ] 2022-11-23T03:00:18.2245849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2246222Z 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-23T03:00:18.2246606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2246675Z with 2022-11-23T03:00:18.2246738Z [ 2022-11-23T03:00:18.2246841Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:18.2246903Z ] 2022-11-23T03:00:18.2247210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2247279Z with 2022-11-23T03:00:18.2247341Z [ 2022-11-23T03:00:18.2247484Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2247546Z ] 2022-11-23T03:00:18.2247877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2247947Z with 2022-11-23T03:00:18.2248011Z [ 2022-11-23T03:00:18.2248157Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2248238Z ] 2022-11-23T03:00:18.2249103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2249211Z with 2022-11-23T03:00:18.2249294Z [ 2022-11-23T03:00:18.2249630Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2249762Z ] 2022-11-23T03:00:18.2250259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2250325Z with 2022-11-23T03:00:18.2250392Z [ 2022-11-23T03:00:18.2250534Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2250597Z ] 2022-11-23T03:00:18.2250981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2251380Z 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-23T03:00:18.2251788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2251854Z with 2022-11-23T03:00:18.2251917Z [ 2022-11-23T03:00:18.2252060Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:18.2252122Z ] 2022-11-23T03:00:18.2252428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2252494Z with 2022-11-23T03:00:18.2252555Z [ 2022-11-23T03:00:18.2252661Z T=std::tuple 2022-11-23T03:00:18.2252723Z ] 2022-11-23T03:00:18.2253052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2253119Z with 2022-11-23T03:00:18.2253183Z [ 2022-11-23T03:00:18.2253300Z T=std::tuple 2022-11-23T03:00:18.2253365Z ] 2022-11-23T03:00:18.2254246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2254323Z with 2022-11-23T03:00:18.2254390Z [ 2022-11-23T03:00:18.2254585Z T=std::tuple 2022-11-23T03:00:18.2254707Z ] 2022-11-23T03:00:18.2255619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2255786Z with 2022-11-23T03:00:18.2255915Z [ 2022-11-23T03:00:18.2256178Z T=std::tuple 2022-11-23T03:00:18.2256283Z ] 2022-11-23T03:00:18.2256653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2257031Z 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-23T03:00:18.2257378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2257448Z with 2022-11-23T03:00:18.2257514Z [ 2022-11-23T03:00:18.2257633Z T=std::tuple 2022-11-23T03:00:18.2257696Z ] 2022-11-23T03:00:18.2258007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2258074Z with 2022-11-23T03:00:18.2258136Z [ 2022-11-23T03:00:18.2258232Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2258294Z ] 2022-11-23T03:00:18.2258615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2258680Z with 2022-11-23T03:00:18.2258742Z [ 2022-11-23T03:00:18.2258907Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2258957Z ] 2022-11-23T03:00:18.2259323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2259391Z with 2022-11-23T03:00:18.2259458Z [ 2022-11-23T03:00:18.2259554Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2259618Z ] 2022-11-23T03:00:18.2260012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2260079Z with 2022-11-23T03:00:18.2260142Z [ 2022-11-23T03:00:18.2260238Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2260302Z ] 2022-11-23T03:00:18.2260651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2261599Z 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-23T03:00:18.2262317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2262456Z with 2022-11-23T03:00:18.2262571Z [ 2022-11-23T03:00:18.2262671Z T=torch::jit::SourceRange 2022-11-23T03:00:18.2262734Z ] 2022-11-23T03:00:18.2263028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2263096Z with 2022-11-23T03:00:18.2263161Z [ 2022-11-23T03:00:18.2263278Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2263342Z ] 2022-11-23T03:00:18.2263669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2263735Z with 2022-11-23T03:00:18.2263797Z [ 2022-11-23T03:00:18.2263914Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2263976Z ] 2022-11-23T03:00:18.2264338Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2264405Z with 2022-11-23T03:00:18.2264467Z [ 2022-11-23T03:00:18.2264582Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2264646Z ] 2022-11-23T03:00:18.2265039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2265103Z with 2022-11-23T03:00:18.2265152Z [ 2022-11-23T03:00:18.2265264Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2265327Z ] 2022-11-23T03:00:18.2265682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2266041Z 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-23T03:00:18.2266441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2266508Z with 2022-11-23T03:00:18.2266571Z [ 2022-11-23T03:00:18.2266686Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:18.2266747Z ] 2022-11-23T03:00:18.2267083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2267208Z with 2022-11-23T03:00:18.2267322Z [ 2022-11-23T03:00:18.2267587Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2267710Z ] 2022-11-23T03:00:18.2268369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2268500Z with 2022-11-23T03:00:18.2268608Z [ 2022-11-23T03:00:18.2268833Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2268897Z ] 2022-11-23T03:00:18.2269316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2269381Z with 2022-11-23T03:00:18.2269442Z [ 2022-11-23T03:00:18.2269554Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2269615Z ] 2022-11-23T03:00:18.2270003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2270071Z with 2022-11-23T03:00:18.2270132Z [ 2022-11-23T03:00:18.2270242Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2270305Z ] 2022-11-23T03:00:18.2270660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2271019Z 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-23T03:00:18.2271358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2271428Z with 2022-11-23T03:00:18.2271492Z [ 2022-11-23T03:00:18.2271592Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:18.2271653Z ] 2022-11-23T03:00:18.2271961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2272027Z with 2022-11-23T03:00:18.2272092Z [ 2022-11-23T03:00:18.2272183Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2272245Z ] 2022-11-23T03:00:18.2272566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2272631Z with 2022-11-23T03:00:18.2272692Z [ 2022-11-23T03:00:18.2272827Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2272889Z ] 2022-11-23T03:00:18.2273251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2273352Z with 2022-11-23T03:00:18.2273469Z [ 2022-11-23T03:00:18.2273669Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2273793Z ] 2022-11-23T03:00:18.2274623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2274755Z with 2022-11-23T03:00:18.2274885Z [ 2022-11-23T03:00:18.2275064Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2275127Z ] 2022-11-23T03:00:18.2275474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2275882Z 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-23T03:00:18.2276225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2276289Z with 2022-11-23T03:00:18.2276351Z [ 2022-11-23T03:00:18.2276441Z T=torch::jit::ScopePtr 2022-11-23T03:00:18.2276504Z ] 2022-11-23T03:00:18.2276813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2276882Z with 2022-11-23T03:00:18.2276943Z [ 2022-11-23T03:00:18.2277025Z T=at::ThreadLocalState 2022-11-23T03:00:18.2277086Z ] 2022-11-23T03:00:18.2277411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2277478Z with 2022-11-23T03:00:18.2277539Z [ 2022-11-23T03:00:18.2277635Z T=at::ThreadLocalState 2022-11-23T03:00:18.2277699Z ] 2022-11-23T03:00:18.2278062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2278128Z with 2022-11-23T03:00:18.2278194Z [ 2022-11-23T03:00:18.2278290Z T=at::ThreadLocalState 2022-11-23T03:00:18.2278355Z ] 2022-11-23T03:00:18.2278751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2278821Z with 2022-11-23T03:00:18.2278885Z [ 2022-11-23T03:00:18.2278983Z T=at::ThreadLocalState 2022-11-23T03:00:18.2279033Z ] 2022-11-23T03:00:18.2279384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2280098Z 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-23T03:00:18.2280894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2281022Z with 2022-11-23T03:00:18.2281153Z [ 2022-11-23T03:00:18.2281328Z T=at::ThreadLocalState 2022-11-23T03:00:18.2281394Z ] 2022-11-23T03:00:18.2281706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2281772Z with 2022-11-23T03:00:18.2281836Z [ 2022-11-23T03:00:18.2281954Z T=std::shared_ptr 2022-11-23T03:00:18.2282018Z ] 2022-11-23T03:00:18.2282346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2282416Z with 2022-11-23T03:00:18.2282481Z [ 2022-11-23T03:00:18.2282600Z T=std::shared_ptr 2022-11-23T03:00:18.2282651Z ] 2022-11-23T03:00:18.2283079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2283148Z with 2022-11-23T03:00:18.2283210Z [ 2022-11-23T03:00:18.2283326Z T=std::shared_ptr 2022-11-23T03:00:18.2283393Z ] 2022-11-23T03:00:18.2283785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2283856Z with 2022-11-23T03:00:18.2283919Z [ 2022-11-23T03:00:18.2284033Z T=std::shared_ptr 2022-11-23T03:00:18.2284096Z ] 2022-11-23T03:00:18.2284452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2284798Z 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-23T03:00:18.2285177Z 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-23T03:00:18.2285528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2285596Z with 2022-11-23T03:00:18.2285661Z [ 2022-11-23T03:00:18.2285794Z T=std::shared_ptr 2022-11-23T03:00:18.2285919Z ] 2022-11-23T03:00:18.2286663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2286770Z with 2022-11-23T03:00:18.2286851Z [ 2022-11-23T03:00:18.2287091Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2287217Z ] 2022-11-23T03:00:18.2287713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2287844Z with 2022-11-23T03:00:18.2287908Z [ 2022-11-23T03:00:18.2288008Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2288069Z ] 2022-11-23T03:00:18.2288431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2288495Z with 2022-11-23T03:00:18.2288559Z [ 2022-11-23T03:00:18.2288660Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2288721Z ] 2022-11-23T03:00:18.2289111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2289181Z with 2022-11-23T03:00:18.2289230Z [ 2022-11-23T03:00:18.2289330Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2289392Z ] 2022-11-23T03:00:18.2289739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2290123Z 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-23T03:00:18.2290497Z 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-23T03:00:18.2290842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2290913Z with 2022-11-23T03:00:18.2290979Z [ 2022-11-23T03:00:18.2291077Z T=torch::jit::GraphExecutor 2022-11-23T03:00:18.2291139Z ] 2022-11-23T03:00:18.2291448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2291512Z with 2022-11-23T03:00:18.2291574Z [ 2022-11-23T03:00:18.2291663Z T=torch::jit::Method 2022-11-23T03:00:18.2291725Z ] 2022-11-23T03:00:18.2292085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2292219Z with 2022-11-23T03:00:18.2292316Z [ 2022-11-23T03:00:18.2292544Z T=torch::jit::Method 2022-11-23T03:00:18.2292663Z ] 2022-11-23T03:00:18.2293399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2293540Z with 2022-11-23T03:00:18.2293672Z [ 2022-11-23T03:00:18.2293821Z T=torch::jit::Method 2022-11-23T03:00:18.2293885Z ] 2022-11-23T03:00:18.2294276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2294341Z with 2022-11-23T03:00:18.2294407Z [ 2022-11-23T03:00:18.2294495Z T=torch::jit::Method 2022-11-23T03:00:18.2294618Z ] 2022-11-23T03:00:18.2294955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2295294Z 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-23T03:00:18.2295641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2295708Z with 2022-11-23T03:00:18.2295769Z [ 2022-11-23T03:00:18.2295845Z T=torch::jit::Method 2022-11-23T03:00:18.2295908Z ] 2022-11-23T03:00:18.2296217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2296284Z with 2022-11-23T03:00:18.2296348Z [ 2022-11-23T03:00:18.2296488Z T=std::vector> 2022-11-23T03:00:18.2296550Z ] 2022-11-23T03:00:18.2296920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2296987Z with 2022-11-23T03:00:18.2297050Z [ 2022-11-23T03:00:18.2297183Z T=std::vector> 2022-11-23T03:00:18.2297244Z ] 2022-11-23T03:00:18.2297608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2297675Z with 2022-11-23T03:00:18.2297738Z [ 2022-11-23T03:00:18.2297875Z T=std::vector> 2022-11-23T03:00:18.2297924Z ] 2022-11-23T03:00:18.2298370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2298492Z with 2022-11-23T03:00:18.2298642Z [ 2022-11-23T03:00:18.2298933Z T=std::vector> 2022-11-23T03:00:18.2299059Z ] 2022-11-23T03:00:18.2299828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2300307Z 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-23T03:00:18.2300653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2300722Z with 2022-11-23T03:00:18.2300788Z [ 2022-11-23T03:00:18.2300923Z T=std::vector> 2022-11-23T03:00:18.2301057Z ] 2022-11-23T03:00:18.2301372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2301507Z with 2022-11-23T03:00:18.2301571Z [ 2022-11-23T03:00:18.2301740Z T=std::function 2022-11-23T03:00:18.2301804Z ] 2022-11-23T03:00:18.2302126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2302179Z with 2022-11-23T03:00:18.2302242Z [ 2022-11-23T03:00:18.2302411Z T=std::function 2022-11-23T03:00:18.2302476Z ] 2022-11-23T03:00:18.2302838Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2302904Z with 2022-11-23T03:00:18.2302970Z [ 2022-11-23T03:00:18.2303139Z T=std::function 2022-11-23T03:00:18.2303205Z ] 2022-11-23T03:00:18.2303643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2303710Z with 2022-11-23T03:00:18.2303772Z [ 2022-11-23T03:00:18.2303936Z T=std::function 2022-11-23T03:00:18.2304002Z ] 2022-11-23T03:00:18.2304399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2305319Z 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-23T03:00:18.2306033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2306173Z with 2022-11-23T03:00:18.2306280Z [ 2022-11-23T03:00:18.2306449Z T=std::function 2022-11-23T03:00:18.2306511Z ] 2022-11-23T03:00:18.2306812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2306883Z with 2022-11-23T03:00:18.2306946Z [ 2022-11-23T03:00:18.2307138Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2307201Z ] 2022-11-23T03:00:18.2307527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2307596Z with 2022-11-23T03:00:18.2307659Z [ 2022-11-23T03:00:18.2307849Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2307911Z ] 2022-11-23T03:00:18.2308271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2308340Z with 2022-11-23T03:00:18.2308402Z [ 2022-11-23T03:00:18.2308654Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2308717Z ] 2022-11-23T03:00:18.2309105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2309176Z with 2022-11-23T03:00:18.2309225Z [ 2022-11-23T03:00:18.2309413Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2309476Z ] 2022-11-23T03:00:18.2309899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:18.2310445Z 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-23T03:00:18.2310941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2311102Z with 2022-11-23T03:00:18.2311228Z [ 2022-11-23T03:00:18.2311668Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:18.2311758Z ] 2022-11-23T03:00:18.2312147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2312281Z with 2022-11-23T03:00:18.2312406Z [ 2022-11-23T03:00:18.2312688Z T=std::vector> 2022-11-23T03:00:18.2312769Z ] 2022-11-23T03:00:18.2313095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2313160Z with 2022-11-23T03:00:18.2313220Z [ 2022-11-23T03:00:18.2313350Z T=std::vector> 2022-11-23T03:00:18.2313400Z ] 2022-11-23T03:00:18.2313762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2313828Z with 2022-11-23T03:00:18.2313890Z [ 2022-11-23T03:00:18.2314016Z T=std::vector> 2022-11-23T03:00:18.2314079Z ] 2022-11-23T03:00:18.2314465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2314532Z with 2022-11-23T03:00:18.2314594Z [ 2022-11-23T03:00:18.2314722Z T=std::vector> 2022-11-23T03:00:18.2314782Z ] 2022-11-23T03:00:18.2315132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2315197Z with 2022-11-23T03:00:18.2315259Z [ 2022-11-23T03:00:18.2315330Z T=double 2022-11-23T03:00:18.2315392Z ] 2022-11-23T03:00:18.2315771Z 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-23T03:00:18.2315900Z with 2022-11-23T03:00:18.2315963Z [ 2022-11-23T03:00:18.2316034Z T=double 2022-11-23T03:00:18.2316095Z ] 2022-11-23T03:00:18.2316442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2316510Z with 2022-11-23T03:00:18.2316574Z [ 2022-11-23T03:00:18.2316704Z T=std::vector> 2022-11-23T03:00:18.2316770Z ] 2022-11-23T03:00:18.2317081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2317149Z with 2022-11-23T03:00:18.2317234Z [ 2022-11-23T03:00:18.2317458Z T=std::tuple 2022-11-23T03:00:18.2317606Z ] 2022-11-23T03:00:18.2318413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2318560Z with 2022-11-23T03:00:18.2318683Z [ 2022-11-23T03:00:18.2318928Z T=std::tuple 2022-11-23T03:00:18.2319010Z ] 2022-11-23T03:00:18.2319380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2319448Z with 2022-11-23T03:00:18.2319512Z [ 2022-11-23T03:00:18.2319628Z T=std::tuple 2022-11-23T03:00:18.2319695Z ] 2022-11-23T03:00:18.2320084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2320150Z with 2022-11-23T03:00:18.2320214Z [ 2022-11-23T03:00:18.2320325Z T=std::tuple 2022-11-23T03:00:18.2320386Z ] 2022-11-23T03:00:18.2320739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:18.2321124Z 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-23T03:00:18.2321465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2321530Z with 2022-11-23T03:00:18.2321580Z [ 2022-11-23T03:00:18.2321692Z T=std::tuple 2022-11-23T03:00:18.2321754Z ] 2022-11-23T03:00:18.2322062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2322127Z with 2022-11-23T03:00:18.2322191Z [ 2022-11-23T03:00:18.2322326Z T=std::vector> 2022-11-23T03:00:18.2322387Z ] 2022-11-23T03:00:18.2322709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:18.2322833Z with 2022-11-23T03:00:18.2322894Z [ 2022-11-23T03:00:18.2323028Z T=std::vector> 2022-11-23T03:00:18.2323090Z ] 2022-11-23T03:00:18.2323472Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:18.2323598Z with 2022-11-23T03:00:18.2323710Z [ 2022-11-23T03:00:18.2324010Z T=std::vector> 2022-11-23T03:00:18.2324139Z ] 2022-11-23T03:00:18.2324948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:18.2325087Z with 2022-11-23T03:00:18.2325214Z [ 2022-11-23T03:00:18.2325362Z T=std::vector> 2022-11-23T03:00:18.2325425Z ] 2022-11-23T03:00:18.2325858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:18.2326262Z 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-23T03:00:18.2326607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:18.2326675Z with 2022-11-23T03:00:18.2326737Z [ 2022-11-23T03:00:18.2326876Z T=std::vector> 2022-11-23T03:00:18.2326938Z ] 2022-11-23T03:00:18.2327416Z [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-23T03:00:18.2327585Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-11-23T03:00:18.2327710Z Loading extension module test_set_default_type... 2022-11-23T03:00:18.2327781Z ok (13.386s) 2022-11-23T03:00:18.2328128Z test_warning (__main__.TestCppExtensionJIT) ... [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T03:00:18.2328413Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T03:00:18.2328698Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T03:00:18.2328981Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T03:00:18.2329291Z UserWarning: Error with torch.DoubleTensor (Triggered internally at C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\warn_mod\main.cpp:12.) 2022-11-23T03:00:18.2329363Z ok (27.073s) 2022-11-23T03:00:18.2329475Z Not wiping extensions build folder because Windows 2022-11-23T03:00:18.2330262Z 2022-11-23T03:00:18.2330614Z ---------------------------------------------------------------------- 2022-11-23T03:00:18.2330762Z Ran 23 tests in 213.484s 2022-11-23T03:00:18.2330769Z 2022-11-23T03:00:18.2330913Z OK (skipped=7) 2022-11-23T03:00:18.2330925Z 2022-11-23T03:00:18.2331124Z Generating XML reports... 2022-11-23T03:00:18.2331619Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221123025643.xml 2022-11-23T03:00:18.2331627Z 2022-11-23T03:00:18.2332010Z ##[endgroup] 2022-11-23T03:00:18.2332297Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_vzwp5be_) 2022-11-23T03:00:18.2332303Z 2022-11-23T03:00:18.2332491Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 03:00:17.941827] 2022-11-23T03:00:18.2332816Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:17.941827] 2022-11-23T03:00:35.6116842Z 2022-11-23T03:00:35.6117572Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T03:00:35.6118751Z ##[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_2h7qdi7g) 2022-11-23T03:00:35.6129101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:00:35.6130182Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:00:35.6130659Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:00:35.6130942Z 2022-11-23T03:00:35.6131034Z Running tests... 2022-11-23T03:00:35.6131397Z ---------------------------------------------------------------------- 2022-11-23T03:00:35.6131923Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T03:00:35.6132699Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:00:35.6133508Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\custom_device_extension... 2022-11-23T03:00:35.6134230Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\custom_device_extension\build.ninja... 2022-11-23T03:00:35.6134778Z Building extension module custom_device_extension... 2022-11-23T03:00:35.6135252Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:00:35.6136962Z [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-23T03:00:35.6138732Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:00:35.6139155Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:00:35.6139387Z 2022-11-23T03:00:35.6139582Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T03:00:35.6140223Z 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-23T03:00:35.6141079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6141576Z with 2022-11-23T03:00:35.6141869Z [ 2022-11-23T03:00:35.6142127Z T=c10::SymInt 2022-11-23T03:00:35.6142373Z ] 2022-11-23T03:00:35.6142948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6143469Z with 2022-11-23T03:00:35.6143677Z [ 2022-11-23T03:00:35.6143923Z T=c10::SymInt 2022-11-23T03:00:35.6144163Z ] 2022-11-23T03:00:35.6144889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6145468Z with 2022-11-23T03:00:35.6145694Z [ 2022-11-23T03:00:35.6145915Z T=c10::SymInt 2022-11-23T03:00:35.6146148Z ] 2022-11-23T03:00:35.6146656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6147114Z with 2022-11-23T03:00:35.6147281Z [ 2022-11-23T03:00:35.6147460Z T=c10::SymInt 2022-11-23T03:00:35.6147621Z ] 2022-11-23T03:00:35.6148048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6148707Z 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-23T03:00:35.6149385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6149788Z with 2022-11-23T03:00:35.6149954Z [ 2022-11-23T03:00:35.6150132Z T=c10::SymInt 2022-11-23T03:00:35.6150294Z ] 2022-11-23T03:00:35.6150690Z 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-23T03:00:35.6151305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6151684Z with 2022-11-23T03:00:35.6151849Z [ 2022-11-23T03:00:35.6152032Z T=at::TensorBase 2022-11-23T03:00:35.6152199Z ] 2022-11-23T03:00:35.6152622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6153011Z with 2022-11-23T03:00:35.6153177Z [ 2022-11-23T03:00:35.6153358Z T=at::TensorBase 2022-11-23T03:00:35.6153598Z ] 2022-11-23T03:00:35.6154062Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6154486Z with 2022-11-23T03:00:35.6154650Z [ 2022-11-23T03:00:35.6154838Z T=at::TensorBase 2022-11-23T03:00:35.6155022Z ] 2022-11-23T03:00:35.6155494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6155949Z with 2022-11-23T03:00:35.6156174Z [ 2022-11-23T03:00:35.6156363Z T=at::TensorBase 2022-11-23T03:00:35.6156546Z ] 2022-11-23T03:00:35.6157032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6157702Z 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-23T03:00:35.6158433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6158846Z with 2022-11-23T03:00:35.6159012Z [ 2022-11-23T03:00:35.6159196Z T=at::TensorBase 2022-11-23T03:00:35.6159382Z ] 2022-11-23T03:00:35.6159788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6160155Z with 2022-11-23T03:00:35.6160327Z [ 2022-11-23T03:00:35.6160506Z T=at::Tensor 2022-11-23T03:00:35.6160682Z ] 2022-11-23T03:00:35.6161108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6161507Z with 2022-11-23T03:00:35.6161656Z [ 2022-11-23T03:00:35.6161832Z T=at::Tensor 2022-11-23T03:00:35.6162008Z ] 2022-11-23T03:00:35.6162478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6162914Z with 2022-11-23T03:00:35.6163078Z [ 2022-11-23T03:00:35.6163243Z T=at::Tensor 2022-11-23T03:00:35.6163421Z ] 2022-11-23T03:00:35.6163911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6164356Z with 2022-11-23T03:00:35.6164521Z [ 2022-11-23T03:00:35.6164685Z T=at::Tensor 2022-11-23T03:00:35.6164858Z ] 2022-11-23T03:00:35.6165284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6165938Z 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-23T03:00:35.6166610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6167092Z with 2022-11-23T03:00:35.6167261Z [ 2022-11-23T03:00:35.6167426Z T=at::Tensor 2022-11-23T03:00:35.6167602Z ] 2022-11-23T03:00:35.6168011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6168390Z with 2022-11-23T03:00:35.6168560Z [ 2022-11-23T03:00:35.6168747Z T=at::Generator 2022-11-23T03:00:35.6168916Z ] 2022-11-23T03:00:35.6169345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6169739Z with 2022-11-23T03:00:35.6169906Z [ 2022-11-23T03:00:35.6170094Z T=at::Generator 2022-11-23T03:00:35.6170256Z ] 2022-11-23T03:00:35.6170725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6171157Z with 2022-11-23T03:00:35.6171373Z [ 2022-11-23T03:00:35.6171556Z T=at::Generator 2022-11-23T03:00:35.6171734Z ] 2022-11-23T03:00:35.6172209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6173142Z with 2022-11-23T03:00:35.6173311Z [ 2022-11-23T03:00:35.6173495Z T=at::Generator 2022-11-23T03:00:35.6173680Z ] 2022-11-23T03:00:35.6174115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6174781Z 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-23T03:00:35.6175473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6175878Z with 2022-11-23T03:00:35.6176043Z [ 2022-11-23T03:00:35.6176228Z T=at::Generator 2022-11-23T03:00:35.6176409Z ] 2022-11-23T03:00:35.6176814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6177203Z with 2022-11-23T03:00:35.6177353Z [ 2022-11-23T03:00:35.6177532Z T=c10::Scalar 2022-11-23T03:00:35.6177708Z ] 2022-11-23T03:00:35.6178134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6178531Z with 2022-11-23T03:00:35.6178680Z [ 2022-11-23T03:00:35.6178859Z T=c10::Scalar 2022-11-23T03:00:35.6179037Z ] 2022-11-23T03:00:35.6179503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6179934Z with 2022-11-23T03:00:35.6180170Z [ 2022-11-23T03:00:35.6180334Z T=c10::Scalar 2022-11-23T03:00:35.6180512Z ] 2022-11-23T03:00:35.6181004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6181457Z with 2022-11-23T03:00:35.6181625Z [ 2022-11-23T03:00:35.6181901Z T=c10::Scalar 2022-11-23T03:00:35.6182064Z ] 2022-11-23T03:00:35.6182493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6183152Z 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-23T03:00:35.6183843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6184257Z with 2022-11-23T03:00:35.6184430Z [ 2022-11-23T03:00:35.6184608Z T=c10::Scalar 2022-11-23T03:00:35.6184777Z ] 2022-11-23T03:00:35.6185258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6185657Z with 2022-11-23T03:00:35.6185824Z [ 2022-11-23T03:00:35.6186010Z T=std::string 2022-11-23T03:00:35.6186175Z ] 2022-11-23T03:00:35.6186600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6186994Z with 2022-11-23T03:00:35.6187163Z [ 2022-11-23T03:00:35.6187342Z T=std::string 2022-11-23T03:00:35.6187518Z ] 2022-11-23T03:00:35.6187968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6188407Z with 2022-11-23T03:00:35.6188577Z [ 2022-11-23T03:00:35.6188759Z T=std::string 2022-11-23T03:00:35.6188940Z ] 2022-11-23T03:00:35.6189432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6189873Z with 2022-11-23T03:00:35.6190046Z [ 2022-11-23T03:00:35.6190232Z T=std::string 2022-11-23T03:00:35.6190412Z ] 2022-11-23T03:00:35.6190842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6191507Z 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-23T03:00:35.6192175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6192571Z with 2022-11-23T03:00:35.6192738Z [ 2022-11-23T03:00:35.6192919Z T=std::string 2022-11-23T03:00:35.6193095Z ] 2022-11-23T03:00:35.6193500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6193949Z with 2022-11-23T03:00:35.6194100Z [ 2022-11-23T03:00:35.6194288Z T=c10::QualifiedName 2022-11-23T03:00:35.6194474Z ] 2022-11-23T03:00:35.6194907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6195298Z with 2022-11-23T03:00:35.6195447Z [ 2022-11-23T03:00:35.6195637Z T=c10::QualifiedName 2022-11-23T03:00:35.6195825Z ] 2022-11-23T03:00:35.6196289Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6196725Z with 2022-11-23T03:00:35.6196891Z [ 2022-11-23T03:00:35.6197067Z T=c10::QualifiedName 2022-11-23T03:00:35.6197251Z ] 2022-11-23T03:00:35.6198391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6198872Z with 2022-11-23T03:00:35.6199038Z [ 2022-11-23T03:00:35.6199234Z T=c10::QualifiedName 2022-11-23T03:00:35.6199406Z ] 2022-11-23T03:00:35.6199853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6200533Z 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-23T03:00:35.6201219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6201639Z with 2022-11-23T03:00:35.6201807Z [ 2022-11-23T03:00:35.6201997Z T=c10::QualifiedName 2022-11-23T03:00:35.6202171Z ] 2022-11-23T03:00:35.6202580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6202963Z with 2022-11-23T03:00:35.6203128Z [ 2022-11-23T03:00:35.6203361Z T=std::shared_ptr 2022-11-23T03:00:35.6203579Z ] 2022-11-23T03:00:35.6203991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6204383Z with 2022-11-23T03:00:35.6204552Z [ 2022-11-23T03:00:35.6204786Z T=std::shared_ptr 2022-11-23T03:00:35.6205003Z ] 2022-11-23T03:00:35.6205468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6205872Z with 2022-11-23T03:00:35.6206038Z [ 2022-11-23T03:00:35.6206271Z T=std::shared_ptr 2022-11-23T03:00:35.6206487Z ] 2022-11-23T03:00:35.6206975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6207491Z with 2022-11-23T03:00:35.6207642Z [ 2022-11-23T03:00:35.6207873Z T=std::shared_ptr 2022-11-23T03:00:35.6208092Z ] 2022-11-23T03:00:35.6208568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6209298Z 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-23T03:00:35.6209997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6210411Z with 2022-11-23T03:00:35.6210564Z [ 2022-11-23T03:00:35.6210797Z T=std::shared_ptr 2022-11-23T03:00:35.6211023Z ] 2022-11-23T03:00:35.6211482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6211873Z with 2022-11-23T03:00:35.6212042Z [ 2022-11-23T03:00:35.6212255Z T=std::weak_ptr 2022-11-23T03:00:35.6212477Z ] 2022-11-23T03:00:35.6212978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6213374Z with 2022-11-23T03:00:35.6213547Z [ 2022-11-23T03:00:35.6213780Z T=std::weak_ptr 2022-11-23T03:00:35.6214031Z ] 2022-11-23T03:00:35.6214593Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6215024Z with 2022-11-23T03:00:35.6215191Z [ 2022-11-23T03:00:35.6215416Z T=std::weak_ptr 2022-11-23T03:00:35.6215629Z ] 2022-11-23T03:00:35.6216109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6216567Z with 2022-11-23T03:00:35.6216736Z [ 2022-11-23T03:00:35.6216970Z T=std::weak_ptr 2022-11-23T03:00:35.6217186Z ] 2022-11-23T03:00:35.6217656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6218386Z 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-23T03:00:35.6219081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6219490Z with 2022-11-23T03:00:35.6219659Z [ 2022-11-23T03:00:35.6219890Z T=std::weak_ptr 2022-11-23T03:00:35.6220189Z ] 2022-11-23T03:00:35.6220603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6221064Z with 2022-11-23T03:00:35.6221225Z [ 2022-11-23T03:00:35.6221524Z T=std::vector> 2022-11-23T03:00:35.6221911Z ] 2022-11-23T03:00:35.6222345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6222743Z with 2022-11-23T03:00:35.6222894Z [ 2022-11-23T03:00:35.6223154Z T=std::vector> 2022-11-23T03:00:35.6223394Z ] 2022-11-23T03:00:35.6223857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6224287Z with 2022-11-23T03:00:35.6224452Z [ 2022-11-23T03:00:35.6224693Z T=std::vector> 2022-11-23T03:00:35.6224932Z ] 2022-11-23T03:00:35.6225496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6225951Z with 2022-11-23T03:00:35.6226116Z [ 2022-11-23T03:00:35.6226378Z T=std::vector> 2022-11-23T03:00:35.6226621Z ] 2022-11-23T03:00:35.6227091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6227876Z 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-23T03:00:35.6228607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6229026Z with 2022-11-23T03:00:35.6229196Z [ 2022-11-23T03:00:35.6229450Z T=std::vector> 2022-11-23T03:00:35.6229691Z ] 2022-11-23T03:00:35.6230084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6230467Z with 2022-11-23T03:00:35.6230632Z [ 2022-11-23T03:00:35.6230853Z T=std::vector> 2022-11-23T03:00:35.6231063Z ] 2022-11-23T03:00:35.6231486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6231869Z with 2022-11-23T03:00:35.6232033Z [ 2022-11-23T03:00:35.6232256Z T=std::vector> 2022-11-23T03:00:35.6232470Z ] 2022-11-23T03:00:35.6232943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6233431Z with 2022-11-23T03:00:35.6233581Z [ 2022-11-23T03:00:35.6233800Z T=std::vector> 2022-11-23T03:00:35.6234008Z ] 2022-11-23T03:00:35.6234505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6234965Z with 2022-11-23T03:00:35.6235132Z [ 2022-11-23T03:00:35.6235336Z T=std::vector> 2022-11-23T03:00:35.6235547Z ] 2022-11-23T03:00:35.6236006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6236719Z 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-23T03:00:35.6237459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6237873Z with 2022-11-23T03:00:35.6238044Z [ 2022-11-23T03:00:35.6238250Z T=std::vector> 2022-11-23T03:00:35.6238469Z ] 2022-11-23T03:00:35.6238884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6239263Z with 2022-11-23T03:00:35.6239435Z [ 2022-11-23T03:00:35.6239706Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6239944Z ] 2022-11-23T03:00:35.6240370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6240762Z with 2022-11-23T03:00:35.6240928Z [ 2022-11-23T03:00:35.6241197Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6241448Z ] 2022-11-23T03:00:35.6241896Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6242324Z with 2022-11-23T03:00:35.6242486Z [ 2022-11-23T03:00:35.6242756Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6243003Z ] 2022-11-23T03:00:35.6243493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6243945Z with 2022-11-23T03:00:35.6244102Z [ 2022-11-23T03:00:35.6244372Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6244628Z ] 2022-11-23T03:00:35.6245127Z C:\actions-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-23T03:00:35.6245905Z 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-23T03:00:35.6246687Z 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-23T03:00:35.6247361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6247774Z with 2022-11-23T03:00:35.6247928Z [ 2022-11-23T03:00:35.6248201Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6248452Z ] 2022-11-23T03:00:35.6248866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6249243Z with 2022-11-23T03:00:35.6249408Z [ 2022-11-23T03:00:35.6249669Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6249899Z ] 2022-11-23T03:00:35.6250372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6250770Z with 2022-11-23T03:00:35.6250935Z [ 2022-11-23T03:00:35.6251195Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6251439Z ] 2022-11-23T03:00:35.6251887Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6252324Z with 2022-11-23T03:00:35.6252493Z [ 2022-11-23T03:00:35.6252753Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6252993Z ] 2022-11-23T03:00:35.6253482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6253922Z with 2022-11-23T03:00:35.6254088Z [ 2022-11-23T03:00:35.6254345Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6254587Z ] 2022-11-23T03:00:35.6255069Z C:\actions-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-23T03:00:35.6255839Z 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-23T03:00:35.6256551Z 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-23T03:00:35.6257226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6257631Z with 2022-11-23T03:00:35.6257782Z [ 2022-11-23T03:00:35.6258050Z T=std::vector,std::allocator>> 2022-11-23T03:00:35.6258352Z ] 2022-11-23T03:00:35.6258766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6259148Z with 2022-11-23T03:00:35.6259303Z [ 2022-11-23T03:00:35.6259535Z T=std::vector> 2022-11-23T03:00:35.6259748Z ] 2022-11-23T03:00:35.6260172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6260567Z with 2022-11-23T03:00:35.6260732Z [ 2022-11-23T03:00:35.6260940Z T=std::vector> 2022-11-23T03:00:35.6261151Z ] 2022-11-23T03:00:35.6261615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6262184Z with 2022-11-23T03:00:35.6262349Z [ 2022-11-23T03:00:35.6262575Z T=std::vector> 2022-11-23T03:00:35.6262770Z ] 2022-11-23T03:00:35.6263335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6263791Z with 2022-11-23T03:00:35.6263958Z [ 2022-11-23T03:00:35.6264186Z T=std::vector> 2022-11-23T03:00:35.6264395Z ] 2022-11-23T03:00:35.6264843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6265564Z 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-23T03:00:35.6266260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6266669Z with 2022-11-23T03:00:35.6266839Z [ 2022-11-23T03:00:35.6267064Z T=std::vector> 2022-11-23T03:00:35.6267272Z ] 2022-11-23T03:00:35.6267679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6268044Z with 2022-11-23T03:00:35.6268210Z [ 2022-11-23T03:00:35.6268463Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:35.6268705Z ] 2022-11-23T03:00:35.6269134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6269529Z with 2022-11-23T03:00:35.6269681Z [ 2022-11-23T03:00:35.6269933Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:35.6270175Z ] 2022-11-23T03:00:35.6270641Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6271113Z with 2022-11-23T03:00:35.6271280Z [ 2022-11-23T03:00:35.6271517Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:35.6271755Z ] 2022-11-23T03:00:35.6272246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6272697Z with 2022-11-23T03:00:35.6272864Z [ 2022-11-23T03:00:35.6273116Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:35.6273347Z ] 2022-11-23T03:00:35.6273831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6274625Z 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-23T03:00:35.6275465Z 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-23T03:00:35.6276202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6276620Z with 2022-11-23T03:00:35.6276788Z [ 2022-11-23T03:00:35.6277042Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:00:35.6277268Z ] 2022-11-23T03:00:35.6277690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6278070Z with 2022-11-23T03:00:35.6278238Z [ 2022-11-23T03:00:35.6278491Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:35.6278729Z ] 2022-11-23T03:00:35.6279139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6279530Z with 2022-11-23T03:00:35.6279697Z [ 2022-11-23T03:00:35.6279946Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:35.6280181Z ] 2022-11-23T03:00:35.6280644Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6281075Z with 2022-11-23T03:00:35.6281228Z [ 2022-11-23T03:00:35.6281477Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:35.6281714Z ] 2022-11-23T03:00:35.6282208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6282661Z with 2022-11-23T03:00:35.6282826Z [ 2022-11-23T03:00:35.6283061Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:35.6283297Z ] 2022-11-23T03:00:35.6283781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6284625Z 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-23T03:00:35.6285401Z 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-23T03:00:35.6286136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6286550Z with 2022-11-23T03:00:35.6286719Z [ 2022-11-23T03:00:35.6286956Z T=c10::impl::InlineStreamGuard 2022-11-23T03:00:35.6287196Z ] 2022-11-23T03:00:35.6287609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6287985Z with 2022-11-23T03:00:35.6288150Z [ 2022-11-23T03:00:35.6288404Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6288593Z ] 2022-11-23T03:00:35.6289018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6289413Z with 2022-11-23T03:00:35.6289579Z [ 2022-11-23T03:00:35.6289779Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6289962Z ] 2022-11-23T03:00:35.6290424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6290852Z with 2022-11-23T03:00:35.6291021Z [ 2022-11-23T03:00:35.6291224Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6291422Z ] 2022-11-23T03:00:35.6291897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6292346Z with 2022-11-23T03:00:35.6292509Z [ 2022-11-23T03:00:35.6292712Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6292908Z ] 2022-11-23T03:00:35.6293354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6294042Z 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-23T03:00:35.6294426Z with 2022-11-23T03:00:35.6294596Z [ 2022-11-23T03:00:35.6294799Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6294996Z ] 2022-11-23T03:00:35.6295480Z 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-23T03:00:35.6296209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6296668Z with 2022-11-23T03:00:35.6296822Z [ 2022-11-23T03:00:35.6297025Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:00:35.6297225Z ] 2022-11-23T03:00:35.6297636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6298017Z with 2022-11-23T03:00:35.6298172Z [ 2022-11-23T03:00:35.6298466Z T=std::vector> 2022-11-23T03:00:35.6298737Z ] 2022-11-23T03:00:35.6299162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6299550Z with 2022-11-23T03:00:35.6299714Z [ 2022-11-23T03:00:35.6300001Z T=std::vector> 2022-11-23T03:00:35.6300256Z ] 2022-11-23T03:00:35.6300721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6301198Z with 2022-11-23T03:00:35.6301368Z [ 2022-11-23T03:00:35.6301747Z T=std::vector> 2022-11-23T03:00:35.6302021Z ] 2022-11-23T03:00:35.6302496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6302957Z with 2022-11-23T03:00:35.6303128Z [ 2022-11-23T03:00:35.6303416Z T=std::vector> 2022-11-23T03:00:35.6303682Z ] 2022-11-23T03:00:35.6304215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6305051Z 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-23T03:00:35.6305804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6306214Z with 2022-11-23T03:00:35.6306368Z [ 2022-11-23T03:00:35.6306659Z T=std::vector> 2022-11-23T03:00:35.6306926Z ] 2022-11-23T03:00:35.6307336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6307711Z with 2022-11-23T03:00:35.6307877Z [ 2022-11-23T03:00:35.6308059Z T=torch::autograd::ViewInfo 2022-11-23T03:00:35.6308255Z ] 2022-11-23T03:00:35.6308682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6309075Z with 2022-11-23T03:00:35.6309241Z [ 2022-11-23T03:00:35.6309491Z T=torch::autograd::ViewInfo 2022-11-23T03:00:35.6309686Z ] 2022-11-23T03:00:35.6310147Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6310573Z with 2022-11-23T03:00:35.6310740Z [ 2022-11-23T03:00:35.6310936Z T=torch::autograd::ViewInfo 2022-11-23T03:00:35.6311115Z ] 2022-11-23T03:00:35.6311606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6312057Z with 2022-11-23T03:00:35.6312225Z [ 2022-11-23T03:00:35.6312421Z T=torch::autograd::ViewInfo 2022-11-23T03:00:35.6312621Z ] 2022-11-23T03:00:35.6313046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6313806Z 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-23T03:00:35.6314506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6314916Z with 2022-11-23T03:00:35.6315165Z [ 2022-11-23T03:00:35.6315365Z T=torch::autograd::ViewInfo 2022-11-23T03:00:35.6315640Z ] 2022-11-23T03:00:35.6316093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6316477Z with 2022-11-23T03:00:35.6316641Z [ 2022-11-23T03:00:35.6316820Z T=c10::IValue 2022-11-23T03:00:35.6316997Z ] 2022-11-23T03:00:35.6317421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6317798Z with 2022-11-23T03:00:35.6317965Z [ 2022-11-23T03:00:35.6318143Z T=c10::IValue 2022-11-23T03:00:35.6318317Z ] 2022-11-23T03:00:35.6318779Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6319208Z with 2022-11-23T03:00:35.6319360Z [ 2022-11-23T03:00:35.6319534Z T=c10::IValue 2022-11-23T03:00:35.6319710Z ] 2022-11-23T03:00:35.6320201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6320653Z with 2022-11-23T03:00:35.6320816Z [ 2022-11-23T03:00:35.6320977Z T=c10::IValue 2022-11-23T03:00:35.6321150Z ] 2022-11-23T03:00:35.6321576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6322239Z 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-23T03:00:35.6322992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6323403Z with 2022-11-23T03:00:35.6323569Z [ 2022-11-23T03:00:35.6323731Z T=c10::IValue 2022-11-23T03:00:35.6323911Z ] 2022-11-23T03:00:35.6324323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6324699Z with 2022-11-23T03:00:35.6324864Z [ 2022-11-23T03:00:35.6325030Z T=c10::AliasInfo 2022-11-23T03:00:35.6325211Z ] 2022-11-23T03:00:35.6325638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6326031Z with 2022-11-23T03:00:35.6326195Z [ 2022-11-23T03:00:35.6326373Z T=c10::AliasInfo 2022-11-23T03:00:35.6326539Z ] 2022-11-23T03:00:35.6327054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6327489Z with 2022-11-23T03:00:35.6327652Z [ 2022-11-23T03:00:35.6327833Z T=c10::AliasInfo 2022-11-23T03:00:35.6327994Z ] 2022-11-23T03:00:35.6328484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6328939Z with 2022-11-23T03:00:35.6329106Z [ 2022-11-23T03:00:35.6329287Z T=c10::AliasInfo 2022-11-23T03:00:35.6329465Z ] 2022-11-23T03:00:35.6329880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6330552Z 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-23T03:00:35.6331231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6331644Z with 2022-11-23T03:00:35.6331810Z [ 2022-11-23T03:00:35.6331991Z T=c10::AliasInfo 2022-11-23T03:00:35.6332176Z ] 2022-11-23T03:00:35.6332564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6332945Z with 2022-11-23T03:00:35.6333108Z [ 2022-11-23T03:00:35.6333341Z T=std::vector> 2022-11-23T03:00:35.6333568Z ] 2022-11-23T03:00:35.6333990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6334380Z with 2022-11-23T03:00:35.6334530Z [ 2022-11-23T03:00:35.6334764Z T=std::vector> 2022-11-23T03:00:35.6334983Z ] 2022-11-23T03:00:35.6335442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6336613Z with 2022-11-23T03:00:35.6336764Z [ 2022-11-23T03:00:35.6336998Z T=std::vector> 2022-11-23T03:00:35.6337219Z ] 2022-11-23T03:00:35.6337716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6338174Z with 2022-11-23T03:00:35.6338338Z [ 2022-11-23T03:00:35.6338557Z T=std::vector> 2022-11-23T03:00:35.6338779Z ] 2022-11-23T03:00:35.6339232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6339648Z with 2022-11-23T03:00:35.6339812Z [ 2022-11-23T03:00:35.6339987Z T=c10::SymInt 2022-11-23T03:00:35.6340149Z ] 2022-11-23T03:00:35.6340646Z 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-23T03:00:35.6341059Z with 2022-11-23T03:00:35.6341224Z [ 2022-11-23T03:00:35.6341400Z T=c10::SymInt 2022-11-23T03:00:35.6341574Z ] 2022-11-23T03:00:35.6342155Z 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-23T03:00:35.6342959Z 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-23T03:00:35.6343733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6344148Z with 2022-11-23T03:00:35.6344316Z [ 2022-11-23T03:00:35.6344553Z T=std::vector> 2022-11-23T03:00:35.6344773Z ] 2022-11-23T03:00:35.6345181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6345544Z with 2022-11-23T03:00:35.6345714Z [ 2022-11-23T03:00:35.6345956Z T=c10::either 2022-11-23T03:00:35.6346183Z ] 2022-11-23T03:00:35.6346604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6346998Z with 2022-11-23T03:00:35.6347151Z [ 2022-11-23T03:00:35.6347390Z T=c10::either 2022-11-23T03:00:35.6347616Z ] 2022-11-23T03:00:35.6348078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6348503Z with 2022-11-23T03:00:35.6348667Z [ 2022-11-23T03:00:35.6348886Z T=c10::either 2022-11-23T03:00:35.6349169Z ] 2022-11-23T03:00:35.6349661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6350113Z with 2022-11-23T03:00:35.6350276Z [ 2022-11-23T03:00:35.6350516Z T=c10::either 2022-11-23T03:00:35.6350731Z ] 2022-11-23T03:00:35.6351203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6351977Z 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-23T03:00:35.6352720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6353135Z with 2022-11-23T03:00:35.6353303Z [ 2022-11-23T03:00:35.6353588Z T=c10::either 2022-11-23T03:00:35.6353804Z ] 2022-11-23T03:00:35.6354214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6354591Z with 2022-11-23T03:00:35.6354757Z [ 2022-11-23T03:00:35.6354947Z T=at::StepCallbacks 2022-11-23T03:00:35.6355134Z ] 2022-11-23T03:00:35.6355542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6355939Z with 2022-11-23T03:00:35.6356106Z [ 2022-11-23T03:00:35.6356298Z T=at::StepCallbacks 2022-11-23T03:00:35.6356484Z ] 2022-11-23T03:00:35.6356943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6357355Z with 2022-11-23T03:00:35.6357519Z [ 2022-11-23T03:00:35.6357710Z T=at::StepCallbacks 2022-11-23T03:00:35.6357894Z ] 2022-11-23T03:00:35.6358383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6358840Z with 2022-11-23T03:00:35.6358990Z [ 2022-11-23T03:00:35.6359177Z T=at::StepCallbacks 2022-11-23T03:00:35.6359363Z ] 2022-11-23T03:00:35.6359802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6360487Z 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-23T03:00:35.6361175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6361581Z with 2022-11-23T03:00:35.6361787Z [ 2022-11-23T03:00:35.6361980Z T=at::StepCallbacks 2022-11-23T03:00:35.6362167Z ] 2022-11-23T03:00:35.6362579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6362960Z with 2022-11-23T03:00:35.6363127Z [ 2022-11-23T03:00:35.6363297Z T=c10::DimVector 2022-11-23T03:00:35.6363478Z ] 2022-11-23T03:00:35.6363905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6364293Z with 2022-11-23T03:00:35.6364457Z [ 2022-11-23T03:00:35.6364622Z T=c10::DimVector 2022-11-23T03:00:35.6364798Z ] 2022-11-23T03:00:35.6365264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6365691Z with 2022-11-23T03:00:35.6365854Z [ 2022-11-23T03:00:35.6366033Z T=c10::DimVector 2022-11-23T03:00:35.6366197Z ] 2022-11-23T03:00:35.6366730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6367184Z with 2022-11-23T03:00:35.6367350Z [ 2022-11-23T03:00:35.6367530Z T=c10::DimVector 2022-11-23T03:00:35.6367712Z ] 2022-11-23T03:00:35.6368122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6368794Z 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-23T03:00:35.6369476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6369888Z with 2022-11-23T03:00:35.6370054Z [ 2022-11-23T03:00:35.6370238Z T=c10::DimVector 2022-11-23T03:00:35.6370416Z ] 2022-11-23T03:00:35.6370805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6371182Z with 2022-11-23T03:00:35.6371347Z [ 2022-11-23T03:00:35.6371550Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:35.6371749Z ] 2022-11-23T03:00:35.6372157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6372546Z with 2022-11-23T03:00:35.6372710Z [ 2022-11-23T03:00:35.6372911Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:35.6373107Z ] 2022-11-23T03:00:35.6373564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6373987Z with 2022-11-23T03:00:35.6374139Z [ 2022-11-23T03:00:35.6374338Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:35.6374532Z ] 2022-11-23T03:00:35.6375020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6375521Z with 2022-11-23T03:00:35.6375670Z [ 2022-11-23T03:00:35.6375875Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:35.6376075Z ] 2022-11-23T03:00:35.6376528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6377246Z 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-23T03:00:35.6377953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6378366Z with 2022-11-23T03:00:35.6378534Z [ 2022-11-23T03:00:35.6378718Z T=c10::impl::AnnotatedSchema 2022-11-23T03:00:35.6378912Z ] 2022-11-23T03:00:35.6379367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6379748Z with 2022-11-23T03:00:35.6379914Z [ 2022-11-23T03:00:35.6380141Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:35.6380370Z ] 2022-11-23T03:00:35.6380796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6381189Z with 2022-11-23T03:00:35.6381354Z [ 2022-11-23T03:00:35.6381592Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:35.6381897Z ] 2022-11-23T03:00:35.6382363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6382790Z with 2022-11-23T03:00:35.6382955Z [ 2022-11-23T03:00:35.6383194Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:35.6383422Z ] 2022-11-23T03:00:35.6383896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6384341Z with 2022-11-23T03:00:35.6384510Z [ 2022-11-23T03:00:35.6384749Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:35.6384976Z ] 2022-11-23T03:00:35.6385457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6386226Z 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-23T03:00:35.6386967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6387364Z with 2022-11-23T03:00:35.6387531Z [ 2022-11-23T03:00:35.6387835Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:00:35.6388063Z ] 2022-11-23T03:00:35.6388468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6388841Z with 2022-11-23T03:00:35.6388992Z [ 2022-11-23T03:00:35.6389211Z T=std::tuple 2022-11-23T03:00:35.6389419Z ] 2022-11-23T03:00:35.6389841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6390232Z with 2022-11-23T03:00:35.6390396Z [ 2022-11-23T03:00:35.6390597Z T=std::tuple 2022-11-23T03:00:35.6390802Z ] 2022-11-23T03:00:35.6391267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6391694Z with 2022-11-23T03:00:35.6391859Z [ 2022-11-23T03:00:35.6392059Z T=std::tuple 2022-11-23T03:00:35.6392313Z ] 2022-11-23T03:00:35.6392802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6393254Z with 2022-11-23T03:00:35.6393419Z [ 2022-11-23T03:00:35.6393634Z T=std::tuple 2022-11-23T03:00:35.6393827Z ] 2022-11-23T03:00:35.6394286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6395013Z 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-23T03:00:35.6395722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6396132Z with 2022-11-23T03:00:35.6396299Z [ 2022-11-23T03:00:35.6396518Z T=std::tuple 2022-11-23T03:00:35.6396727Z ] 2022-11-23T03:00:35.6397118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6397498Z with 2022-11-23T03:00:35.6397665Z [ 2022-11-23T03:00:35.6397858Z T=torch::jit::SourceRange 2022-11-23T03:00:35.6398050Z ] 2022-11-23T03:00:35.6398459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6398857Z with 2022-11-23T03:00:35.6399018Z [ 2022-11-23T03:00:35.6399206Z T=torch::jit::SourceRange 2022-11-23T03:00:35.6399379Z ] 2022-11-23T03:00:35.6399834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6400360Z with 2022-11-23T03:00:35.6400639Z [ 2022-11-23T03:00:35.6400883Z T=torch::jit::SourceRange 2022-11-23T03:00:35.6401091Z ] 2022-11-23T03:00:35.6401639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6413646Z with 2022-11-23T03:00:35.6413865Z [ 2022-11-23T03:00:35.6414092Z T=torch::jit::SourceRange 2022-11-23T03:00:35.6414293Z ] 2022-11-23T03:00:35.6414762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6415481Z 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-23T03:00:35.6416205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6416598Z with 2022-11-23T03:00:35.6416765Z [ 2022-11-23T03:00:35.6417782Z T=torch::jit::SourceRange 2022-11-23T03:00:35.6417992Z ] 2022-11-23T03:00:35.6418405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6418777Z with 2022-11-23T03:00:35.6418931Z [ 2022-11-23T03:00:35.6419142Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:35.6419346Z ] 2022-11-23T03:00:35.6419765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6420166Z with 2022-11-23T03:00:35.6420313Z [ 2022-11-23T03:00:35.6420520Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:35.6420718Z ] 2022-11-23T03:00:35.6421175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6421596Z with 2022-11-23T03:00:35.6421848Z [ 2022-11-23T03:00:35.6422051Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:35.6422250Z ] 2022-11-23T03:00:35.6422739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6423180Z with 2022-11-23T03:00:35.6423344Z [ 2022-11-23T03:00:35.6423601Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:35.6423792Z ] 2022-11-23T03:00:35.6424251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6425011Z 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-23T03:00:35.6425713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6426203Z with 2022-11-23T03:00:35.6426365Z [ 2022-11-23T03:00:35.6426575Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:00:35.6426768Z ] 2022-11-23T03:00:35.6427177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6427546Z with 2022-11-23T03:00:35.6427710Z [ 2022-11-23T03:00:35.6427914Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:35.6428118Z ] 2022-11-23T03:00:35.6428525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6428909Z with 2022-11-23T03:00:35.6429070Z [ 2022-11-23T03:00:35.6429268Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:35.6429465Z ] 2022-11-23T03:00:35.6429922Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6430383Z with 2022-11-23T03:00:35.6430547Z [ 2022-11-23T03:00:35.6430750Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:35.6431076Z ] 2022-11-23T03:00:35.6431564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6432013Z with 2022-11-23T03:00:35.6432161Z [ 2022-11-23T03:00:35.6432361Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:35.6432559Z ] 2022-11-23T03:00:35.6433003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6433714Z 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-23T03:00:35.6434416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6434824Z with 2022-11-23T03:00:35.6434975Z [ 2022-11-23T03:00:35.6435181Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:00:35.6435382Z ] 2022-11-23T03:00:35.6435789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6436167Z with 2022-11-23T03:00:35.6436334Z [ 2022-11-23T03:00:35.6436509Z T=torch::jit::ScopePtr 2022-11-23T03:00:35.6436746Z ] 2022-11-23T03:00:35.6437175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6437613Z with 2022-11-23T03:00:35.6437780Z [ 2022-11-23T03:00:35.6437971Z T=torch::jit::ScopePtr 2022-11-23T03:00:35.6438145Z ] 2022-11-23T03:00:35.6438609Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6439036Z with 2022-11-23T03:00:35.6439203Z [ 2022-11-23T03:00:35.6439447Z T=torch::jit::ScopePtr 2022-11-23T03:00:35.6439620Z ] 2022-11-23T03:00:35.6440111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6440566Z with 2022-11-23T03:00:35.6440736Z [ 2022-11-23T03:00:35.6440924Z T=torch::jit::ScopePtr 2022-11-23T03:00:35.6441114Z ] 2022-11-23T03:00:35.6441545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6442232Z 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-23T03:00:35.6442922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6443384Z with 2022-11-23T03:00:35.6443551Z [ 2022-11-23T03:00:35.6443740Z T=torch::jit::ScopePtr 2022-11-23T03:00:35.6443974Z ] 2022-11-23T03:00:35.6444416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6444789Z with 2022-11-23T03:00:35.6444950Z [ 2022-11-23T03:00:35.6445141Z T=at::ThreadLocalState 2022-11-23T03:00:35.6445334Z ] 2022-11-23T03:00:35.6445757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6446132Z with 2022-11-23T03:00:35.6446293Z [ 2022-11-23T03:00:35.6446483Z T=at::ThreadLocalState 2022-11-23T03:00:35.6446669Z ] 2022-11-23T03:00:35.6447131Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6447555Z with 2022-11-23T03:00:35.6447701Z [ 2022-11-23T03:00:35.6447889Z T=at::ThreadLocalState 2022-11-23T03:00:35.6448073Z ] 2022-11-23T03:00:35.6448557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6449005Z with 2022-11-23T03:00:35.6449168Z [ 2022-11-23T03:00:35.6449344Z T=at::ThreadLocalState 2022-11-23T03:00:35.6449533Z ] 2022-11-23T03:00:35.6449978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6450722Z 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-23T03:00:35.6451470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6451875Z with 2022-11-23T03:00:35.6452036Z [ 2022-11-23T03:00:35.6452216Z T=at::ThreadLocalState 2022-11-23T03:00:35.6452463Z ] 2022-11-23T03:00:35.6452869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6453243Z with 2022-11-23T03:00:35.6453411Z [ 2022-11-23T03:00:35.6453621Z T=std::shared_ptr 2022-11-23T03:00:35.6453811Z ] 2022-11-23T03:00:35.6454235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6454625Z with 2022-11-23T03:00:35.6454786Z [ 2022-11-23T03:00:35.6454994Z T=std::shared_ptr 2022-11-23T03:00:35.6455180Z ] 2022-11-23T03:00:35.6455640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6456065Z with 2022-11-23T03:00:35.6456229Z [ 2022-11-23T03:00:35.6456438Z T=std::shared_ptr 2022-11-23T03:00:35.6456682Z ] 2022-11-23T03:00:35.6457200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6457699Z with 2022-11-23T03:00:35.6457862Z [ 2022-11-23T03:00:35.6458071Z T=std::shared_ptr 2022-11-23T03:00:35.6458271Z ] 2022-11-23T03:00:35.6458719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6459414Z 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-23T03:00:35.6460132Z 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-23T03:00:35.6460850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6461253Z with 2022-11-23T03:00:35.6461418Z [ 2022-11-23T03:00:35.6461627Z T=std::shared_ptr 2022-11-23T03:00:35.6461912Z ] 2022-11-23T03:00:35.6462311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6462682Z with 2022-11-23T03:00:35.6462833Z [ 2022-11-23T03:00:35.6463082Z T=torch::jit::GraphExecutor 2022-11-23T03:00:35.6463278Z ] 2022-11-23T03:00:35.6463700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6464134Z with 2022-11-23T03:00:35.6464286Z [ 2022-11-23T03:00:35.6464485Z T=torch::jit::GraphExecutor 2022-11-23T03:00:35.6464679Z ] 2022-11-23T03:00:35.6465136Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6465616Z with 2022-11-23T03:00:35.6465779Z [ 2022-11-23T03:00:35.6465962Z T=torch::jit::GraphExecutor 2022-11-23T03:00:35.6466153Z ] 2022-11-23T03:00:35.6466643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6467088Z with 2022-11-23T03:00:35.6467253Z [ 2022-11-23T03:00:35.6467451Z T=torch::jit::GraphExecutor 2022-11-23T03:00:35.6467630Z ] 2022-11-23T03:00:35.6468079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6468757Z 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-23T03:00:35.6469548Z 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-23T03:00:35.6470294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6470710Z with 2022-11-23T03:00:35.6470878Z [ 2022-11-23T03:00:35.6471077Z T=torch::jit::GraphExecutor 2022-11-23T03:00:35.6471259Z ] 2022-11-23T03:00:35.6471667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6472044Z with 2022-11-23T03:00:35.6472206Z [ 2022-11-23T03:00:35.6472389Z T=torch::jit::Method 2022-11-23T03:00:35.6472570Z ] 2022-11-23T03:00:35.6472974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6473366Z with 2022-11-23T03:00:35.6473525Z [ 2022-11-23T03:00:35.6473709Z T=torch::jit::Method 2022-11-23T03:00:35.6473889Z ] 2022-11-23T03:00:35.6474330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6474750Z with 2022-11-23T03:00:35.6474912Z [ 2022-11-23T03:00:35.6475094Z T=torch::jit::Method 2022-11-23T03:00:35.6475274Z ] 2022-11-23T03:00:35.6475767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6476264Z with 2022-11-23T03:00:35.6476416Z [ 2022-11-23T03:00:35.6476600Z T=torch::jit::Method 2022-11-23T03:00:35.6476828Z ] 2022-11-23T03:00:35.6477261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6477925Z 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-23T03:00:35.6478657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6479061Z with 2022-11-23T03:00:35.6479211Z [ 2022-11-23T03:00:35.6479398Z T=torch::jit::Method 2022-11-23T03:00:35.6479582Z ] 2022-11-23T03:00:35.6479988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6480366Z with 2022-11-23T03:00:35.6480518Z [ 2022-11-23T03:00:35.6480754Z T=std::vector> 2022-11-23T03:00:35.6480978Z ] 2022-11-23T03:00:35.6481405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6481802Z with 2022-11-23T03:00:35.6481971Z [ 2022-11-23T03:00:35.6482198Z T=std::vector> 2022-11-23T03:00:35.6482469Z ] 2022-11-23T03:00:35.6482979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6483453Z with 2022-11-23T03:00:35.6483622Z [ 2022-11-23T03:00:35.6483766Z T=std::vector> 2022-11-23T03:00:35.6483832Z ] 2022-11-23T03:00:35.6484226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6484300Z with 2022-11-23T03:00:35.6484350Z [ 2022-11-23T03:00:35.6484489Z T=std::vector> 2022-11-23T03:00:35.6484556Z ] 2022-11-23T03:00:35.6484939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6485314Z 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-23T03:00:35.6485656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6485728Z with 2022-11-23T03:00:35.6485796Z [ 2022-11-23T03:00:35.6485937Z T=std::vector> 2022-11-23T03:00:35.6486002Z ] 2022-11-23T03:00:35.6486314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6486384Z with 2022-11-23T03:00:35.6486449Z [ 2022-11-23T03:00:35.6486620Z T=std::function 2022-11-23T03:00:35.6486688Z ] 2022-11-23T03:00:35.6487019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6487139Z with 2022-11-23T03:00:35.6487205Z [ 2022-11-23T03:00:35.6487373Z T=std::function 2022-11-23T03:00:35.6487425Z ] 2022-11-23T03:00:35.6487798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6487865Z with 2022-11-23T03:00:35.6487931Z [ 2022-11-23T03:00:35.6488094Z T=std::function 2022-11-23T03:00:35.6488158Z ] 2022-11-23T03:00:35.6488546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6488618Z with 2022-11-23T03:00:35.6488683Z [ 2022-11-23T03:00:35.6488894Z T=std::function 2022-11-23T03:00:35.6488961Z ] 2022-11-23T03:00:35.6489409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6489878Z 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-23T03:00:35.6490223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6490295Z with 2022-11-23T03:00:35.6490362Z [ 2022-11-23T03:00:35.6490528Z T=std::function 2022-11-23T03:00:35.6490592Z ] 2022-11-23T03:00:35.6490902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6490969Z with 2022-11-23T03:00:35.6491034Z [ 2022-11-23T03:00:35.6491215Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:35.6491278Z ] 2022-11-23T03:00:35.6491608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6491677Z with 2022-11-23T03:00:35.6491739Z [ 2022-11-23T03:00:35.6491928Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:35.6491992Z ] 2022-11-23T03:00:35.6492357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6492428Z with 2022-11-23T03:00:35.6492495Z [ 2022-11-23T03:00:35.6492683Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:35.6492747Z ] 2022-11-23T03:00:35.6493139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6493255Z with 2022-11-23T03:00:35.6493317Z [ 2022-11-23T03:00:35.6493504Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:35.6493567Z ] 2022-11-23T03:00:35.6493992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:00:35.6494443Z 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-23T03:00:35.6494786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6494856Z with 2022-11-23T03:00:35.6494907Z [ 2022-11-23T03:00:35.6495094Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:00:35.6495166Z ] 2022-11-23T03:00:35.6495570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6495642Z with 2022-11-23T03:00:35.6495704Z [ 2022-11-23T03:00:35.6495836Z T=std::vector> 2022-11-23T03:00:35.6495900Z ] 2022-11-23T03:00:35.6496271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6496339Z with 2022-11-23T03:00:35.6496406Z [ 2022-11-23T03:00:35.6496537Z T=std::vector> 2022-11-23T03:00:35.6496600Z ] 2022-11-23T03:00:35.6496969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6497037Z with 2022-11-23T03:00:35.6497101Z [ 2022-11-23T03:00:35.6497215Z T=std::vector> 2022-11-23T03:00:35.6497277Z ] 2022-11-23T03:00:35.6497667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6497734Z with 2022-11-23T03:00:35.6497800Z [ 2022-11-23T03:00:35.6497925Z T=std::vector> 2022-11-23T03:00:35.6497991Z ] 2022-11-23T03:00:35.6498347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6498415Z with 2022-11-23T03:00:35.6498481Z [ 2022-11-23T03:00:35.6498555Z T=double 2022-11-23T03:00:35.6498618Z ] 2022-11-23T03:00:35.6499013Z 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-23T03:00:35.6499080Z with 2022-11-23T03:00:35.6499142Z [ 2022-11-23T03:00:35.6499201Z T=double 2022-11-23T03:00:35.6499263Z ] 2022-11-23T03:00:35.6499604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6499723Z with 2022-11-23T03:00:35.6499786Z [ 2022-11-23T03:00:35.6499915Z T=std::vector> 2022-11-23T03:00:35.6499978Z ] 2022-11-23T03:00:35.6500290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6500359Z with 2022-11-23T03:00:35.6500421Z [ 2022-11-23T03:00:35.6500535Z T=std::tuple 2022-11-23T03:00:35.6500597Z ] 2022-11-23T03:00:35.6500924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6500990Z with 2022-11-23T03:00:35.6501056Z [ 2022-11-23T03:00:35.6501169Z T=std::tuple 2022-11-23T03:00:35.6501220Z ] 2022-11-23T03:00:35.6501625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6501822Z with 2022-11-23T03:00:35.6501888Z [ 2022-11-23T03:00:35.6502002Z T=std::tuple 2022-11-23T03:00:35.6502066Z ] 2022-11-23T03:00:35.6502458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6502527Z with 2022-11-23T03:00:35.6502636Z [ 2022-11-23T03:00:35.6502750Z T=std::tuple 2022-11-23T03:00:35.6502815Z ] 2022-11-23T03:00:35.6503162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:00:35.6503550Z 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-23T03:00:35.6503896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6503964Z with 2022-11-23T03:00:35.6504033Z [ 2022-11-23T03:00:35.6504145Z T=std::tuple 2022-11-23T03:00:35.6504211Z ] 2022-11-23T03:00:35.6504504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6504571Z with 2022-11-23T03:00:35.6504634Z [ 2022-11-23T03:00:35.6504774Z T=std::vector> 2022-11-23T03:00:35.6504837Z ] 2022-11-23T03:00:35.6505161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:00:35.6505227Z with 2022-11-23T03:00:35.6505289Z [ 2022-11-23T03:00:35.6505424Z T=std::vector> 2022-11-23T03:00:35.6505489Z ] 2022-11-23T03:00:35.6505848Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:00:35.6505968Z with 2022-11-23T03:00:35.6506030Z [ 2022-11-23T03:00:35.6506163Z T=std::vector> 2022-11-23T03:00:35.6506228Z ] 2022-11-23T03:00:35.6506617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:00:35.6506683Z with 2022-11-23T03:00:35.6506733Z [ 2022-11-23T03:00:35.6506867Z T=std::vector> 2022-11-23T03:00:35.6506929Z ] 2022-11-23T03:00:35.6507292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:00:35.6507731Z 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-23T03:00:35.6508072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:00:35.6508139Z with 2022-11-23T03:00:35.6508204Z [ 2022-11-23T03:00:35.6508385Z T=std::vector> 2022-11-23T03:00:35.6508450Z ] 2022-11-23T03:00:35.6508713Z 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-23T03:00:35.6508970Z 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-23T03:00:35.6509280Z 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-23T03:00:35.6509798Z [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-23T03:00:35.6509978Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-11-23T03:00:35.6510106Z Loading extension module custom_device_extension... 2022-11-23T03:00:35.6510179Z ok (14.497s) 2022-11-23T03:00:35.6510191Z 2022-11-23T03:00:35.6510351Z ---------------------------------------------------------------------- 2022-11-23T03:00:35.6510433Z Ran 1 test in 14.500s 2022-11-23T03:00:35.6510440Z 2022-11-23T03:00:35.6510501Z OK 2022-11-23T03:00:35.6510507Z 2022-11-23T03:00:35.6510599Z Generating XML reports... 2022-11-23T03:00:35.6510934Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123030020.xml 2022-11-23T03:00:35.6510941Z 2022-11-23T03:00:35.6511263Z ##[endgroup] 2022-11-23T03:00:35.6511599Z 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_2h7qdi7g) 2022-11-23T03:00:35.6511618Z 2022-11-23T03:00:35.6511711Z Running test_cuda ... [2022-11-23 03:00:35.612557] 2022-11-23T03:00:35.6512044Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:35.615671] 2022-11-23T03:00:38.3126345Z 2022-11-23T03:00:38.3127135Z Expand the folded group to see the log file of test_cuda 2022-11-23T03:00:38.3127911Z ##[group]PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_rjxv65jt) 2022-11-23T03:00:38.3128859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:00:38.3129560Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:00:38.3129811Z CUDA not available, skipping tests 2022-11-23T03:00:38.3129962Z 2022-11-23T03:00:38.3130041Z Running tests... 2022-11-23T03:00:38.3130313Z ---------------------------------------------------------------------- 2022-11-23T03:00:38.3130500Z 2022-11-23T03:00:38.3130654Z ---------------------------------------------------------------------- 2022-11-23T03:00:38.3130912Z Ran 0 tests in 0.000s 2022-11-23T03:00:38.3131036Z 2022-11-23T03:00:38.3131086Z OK 2022-11-23T03:00:38.3131184Z 2022-11-23T03:00:38.3131479Z Generating XML reports... 2022-11-23T03:00:38.3131774Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-11-23T03:00:38.3131966Z 2022-11-23T03:00:38.3132210Z ##[endgroup] 2022-11-23T03:00:38.3132556Z FINISHED PRINTING LOG FILE of test_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_rjxv65jt) 2022-11-23T03:00:38.3132810Z 2022-11-23T03:00:38.3132948Z Running test_cuda_nvml_based_avail ... [2022-11-23 03:00:38.312857] 2022-11-23T03:00:38.3138438Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:38.313524] 2022-11-23T03:00:40.9040189Z 2022-11-23T03:00:40.9040821Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T03:00:40.9041789Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_veqgbzic) 2022-11-23T03:00:40.9042720Z 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-23T03:00:40.9043459Z return torch._C._cuda_getDeviceCount() if nvml_count < 0 else nvml_count 2022-11-23T03:00:40.9043736Z CUDA not available, skipping tests 2022-11-23T03:00:40.9043876Z 2022-11-23T03:00:40.9044108Z ##[endgroup] 2022-11-23T03:00:40.9044494Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_veqgbzic) 2022-11-23T03:00:40.9044779Z 2022-11-23T03:00:40.9045534Z Running test_cuda_primary_ctx ... [2022-11-23 03:00:40.904190] 2022-11-23T03:00:40.9051355Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:40.904812] 2022-11-23T03:00:43.4759053Z 2022-11-23T03:00:43.4759879Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T03:00:43.4760783Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_30e88apf) 2022-11-23T03:00:43.4761756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:00:43.4763323Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:00:43.4763585Z CUDA not available, skipping tests 2022-11-23T03:00:43.4763729Z 2022-11-23T03:00:43.4763965Z ##[endgroup] 2022-11-23T03:00:43.4764338Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_30e88apf) 2022-11-23T03:00:43.4764620Z 2022-11-23T03:00:43.4764746Z Running test_cuda_trace ... [2022-11-23 03:00:43.476025] 2022-11-23T03:00:43.4770905Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:43.476628] 2022-11-23T03:00:46.0543051Z 2022-11-23T03:00:46.0543719Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T03:00:46.0544482Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_4whdo58q) 2022-11-23T03:00:46.0545583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:00:46.0546286Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:00:46.0546523Z CUDA not available, skipping tests 2022-11-23T03:00:46.0546668Z 2022-11-23T03:00:46.0546902Z ##[endgroup] 2022-11-23T03:00:46.0547270Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_4whdo58q) 2022-11-23T03:00:46.0547534Z 2022-11-23T03:00:46.0548309Z Running test_dispatch ... [2022-11-23 03:00:46.050267] 2022-11-23T03:00:46.0554066Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:00:46.050267] 2022-11-23T03:01:39.1632284Z 2022-11-23T03:01:39.1634986Z Expand the folded group to see the log file of test_dispatch 2022-11-23T03:01:39.1635745Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_o2enqzjv) 2022-11-23T03:01:39.1642900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:01:39.1644576Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:01:39.1644965Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:01:39.1645192Z 2022-11-23T03:01:39.1645271Z Running tests... 2022-11-23T03:01:39.1645569Z ---------------------------------------------------------------------- 2022-11-23T03:01:39.1647008Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T03:01:39.1647546Z test_all_invariants (__main__.TestDispatch) ... ok (0.422s) 2022-11-23T03:01:39.1648037Z test_computed_table (__main__.TestDispatch) ... ok (11.466s) 2022-11-23T03:01:39.1655320Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.021s) 2022-11-23T03:01:39.1655711Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T03:01:39.1656348Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.322s) 2022-11-23T03:01:39.1656717Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.374s) 2022-11-23T03:01:39.1657141Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (11.216s) 2022-11-23T03:01:39.1657546Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.013s) 2022-11-23T03:01:39.1657888Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.022s) 2022-11-23T03:01:39.1658909Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T03:01:39.1659461Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T03:01:39.1659941Z test_def (__main__.TestDispatch) ... ok (11.105s) 2022-11-23T03:01:39.1660345Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.649s) 2022-11-23T03:01:39.1660782Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T03:01:39.1661256Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T03:01:39.1661733Z test_def_with_inference (__main__.TestDispatch) ... ok (0.366s) 2022-11-23T03:01:39.1662226Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.001s) 2022-11-23T03:01:39.1662937Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T03:01:39.1663610Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T03:01:39.1664548Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\dangling_impl_extension... 2022-11-23T03:01:39.1665499Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\dangling_impl_extension\build.ninja... 2022-11-23T03:01:39.1666159Z Building extension module dangling_impl_extension... 2022-11-23T03:01:39.1666679Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T03:01:39.1668364Z [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-23T03:01:39.1669824Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T03:01:39.1670234Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T03:01:39.1670472Z 2022-11-23T03:01:39.1670657Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T03:01:39.1671292Z 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-23T03:01:39.1672136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1672631Z with 2022-11-23T03:01:39.1672863Z [ 2022-11-23T03:01:39.1673100Z T=c10::SymInt 2022-11-23T03:01:39.1673337Z ] 2022-11-23T03:01:39.1673930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1674679Z with 2022-11-23T03:01:39.1674915Z [ 2022-11-23T03:01:39.1675153Z T=c10::SymInt 2022-11-23T03:01:39.1675377Z ] 2022-11-23T03:01:39.1675989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1676558Z with 2022-11-23T03:01:39.1676788Z [ 2022-11-23T03:01:39.1677037Z T=c10::SymInt 2022-11-23T03:01:39.1677282Z ] 2022-11-23T03:01:39.1677924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1678498Z with 2022-11-23T03:01:39.1678722Z [ 2022-11-23T03:01:39.1678956Z T=c10::SymInt 2022-11-23T03:01:39.1679202Z ] 2022-11-23T03:01:39.1679742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1680536Z 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-23T03:01:39.1681210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1681606Z with 2022-11-23T03:01:39.1681769Z [ 2022-11-23T03:01:39.1681947Z T=c10::SymInt 2022-11-23T03:01:39.1682123Z ] 2022-11-23T03:01:39.1682510Z 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-23T03:01:39.1683123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1683498Z with 2022-11-23T03:01:39.1683650Z [ 2022-11-23T03:01:39.1683830Z T=at::TensorBase 2022-11-23T03:01:39.1684009Z ] 2022-11-23T03:01:39.1684426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1684816Z with 2022-11-23T03:01:39.1684963Z [ 2022-11-23T03:01:39.1685142Z T=at::TensorBase 2022-11-23T03:01:39.1685322Z ] 2022-11-23T03:01:39.1685823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1686258Z with 2022-11-23T03:01:39.1686463Z [ 2022-11-23T03:01:39.1686630Z T=at::TensorBase 2022-11-23T03:01:39.1686808Z ] 2022-11-23T03:01:39.1687294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1687742Z with 2022-11-23T03:01:39.1687901Z [ 2022-11-23T03:01:39.1688080Z T=at::TensorBase 2022-11-23T03:01:39.1688246Z ] 2022-11-23T03:01:39.1688672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1689422Z 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-23T03:01:39.1690097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1690508Z with 2022-11-23T03:01:39.1690672Z [ 2022-11-23T03:01:39.1690854Z T=at::TensorBase 2022-11-23T03:01:39.1691020Z ] 2022-11-23T03:01:39.1691916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1692331Z with 2022-11-23T03:01:39.1692497Z [ 2022-11-23T03:01:39.1692673Z T=at::Tensor 2022-11-23T03:01:39.1692834Z ] 2022-11-23T03:01:39.1693256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1693714Z with 2022-11-23T03:01:39.1693878Z [ 2022-11-23T03:01:39.1694052Z T=at::Tensor 2022-11-23T03:01:39.1694223Z ] 2022-11-23T03:01:39.1694671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1695096Z with 2022-11-23T03:01:39.1695256Z [ 2022-11-23T03:01:39.1695431Z T=at::Tensor 2022-11-23T03:01:39.1695600Z ] 2022-11-23T03:01:39.1696091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1696530Z with 2022-11-23T03:01:39.1696692Z [ 2022-11-23T03:01:39.1696866Z T=at::Tensor 2022-11-23T03:01:39.1697041Z ] 2022-11-23T03:01:39.1697464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1698162Z 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-23T03:01:39.1698877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1699272Z with 2022-11-23T03:01:39.1699437Z [ 2022-11-23T03:01:39.1699614Z T=at::Tensor 2022-11-23T03:01:39.1699785Z ] 2022-11-23T03:01:39.1700190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1700563Z with 2022-11-23T03:01:39.1700714Z [ 2022-11-23T03:01:39.1700893Z T=at::Generator 2022-11-23T03:01:39.1701071Z ] 2022-11-23T03:01:39.1701491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1701875Z with 2022-11-23T03:01:39.1702024Z [ 2022-11-23T03:01:39.1702270Z T=at::Generator 2022-11-23T03:01:39.1702448Z ] 2022-11-23T03:01:39.1702911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1703336Z with 2022-11-23T03:01:39.1703500Z [ 2022-11-23T03:01:39.1703664Z T=at::Generator 2022-11-23T03:01:39.1703886Z ] 2022-11-23T03:01:39.1704473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1704918Z with 2022-11-23T03:01:39.1705080Z [ 2022-11-23T03:01:39.1705256Z T=at::Generator 2022-11-23T03:01:39.1705418Z ] 2022-11-23T03:01:39.1705902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1706625Z 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-23T03:01:39.1707297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1707701Z with 2022-11-23T03:01:39.1707866Z [ 2022-11-23T03:01:39.1708043Z T=at::Generator 2022-11-23T03:01:39.1708207Z ] 2022-11-23T03:01:39.1708606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1708986Z with 2022-11-23T03:01:39.1709150Z [ 2022-11-23T03:01:39.1709324Z T=c10::Scalar 2022-11-23T03:01:39.1709484Z ] 2022-11-23T03:01:39.1709906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1710295Z with 2022-11-23T03:01:39.1710457Z [ 2022-11-23T03:01:39.1710630Z T=c10::Scalar 2022-11-23T03:01:39.1710802Z ] 2022-11-23T03:01:39.1711247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1711725Z with 2022-11-23T03:01:39.1711887Z [ 2022-11-23T03:01:39.1712103Z T=c10::Scalar 2022-11-23T03:01:39.1712277Z ] 2022-11-23T03:01:39.1712767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1713214Z with 2022-11-23T03:01:39.1713364Z [ 2022-11-23T03:01:39.1713539Z T=c10::Scalar 2022-11-23T03:01:39.1713716Z ] 2022-11-23T03:01:39.1714136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1714789Z 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-23T03:01:39.1715517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1715912Z with 2022-11-23T03:01:39.1716075Z [ 2022-11-23T03:01:39.1716249Z T=c10::Scalar 2022-11-23T03:01:39.1716425Z ] 2022-11-23T03:01:39.1716833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1717212Z with 2022-11-23T03:01:39.1717364Z [ 2022-11-23T03:01:39.1717541Z T=std::string 2022-11-23T03:01:39.1717762Z ] 2022-11-23T03:01:39.1718184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1718625Z with 2022-11-23T03:01:39.1718789Z [ 2022-11-23T03:01:39.1718950Z T=std::string 2022-11-23T03:01:39.1719123Z ] 2022-11-23T03:01:39.1720262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1720712Z with 2022-11-23T03:01:39.1720877Z [ 2022-11-23T03:01:39.1721048Z T=std::string 2022-11-23T03:01:39.1721227Z ] 2022-11-23T03:01:39.1721719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1722172Z with 2022-11-23T03:01:39.1722333Z [ 2022-11-23T03:01:39.1722512Z T=std::string 2022-11-23T03:01:39.1722673Z ] 2022-11-23T03:01:39.1723100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1723762Z 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-23T03:01:39.1724528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1724938Z with 2022-11-23T03:01:39.1725101Z [ 2022-11-23T03:01:39.1725276Z T=std::string 2022-11-23T03:01:39.1725438Z ] 2022-11-23T03:01:39.1725846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1726223Z with 2022-11-23T03:01:39.1726389Z [ 2022-11-23T03:01:39.1726575Z T=c10::QualifiedName 2022-11-23T03:01:39.1726762Z ] 2022-11-23T03:01:39.1727179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1727567Z with 2022-11-23T03:01:39.1727729Z [ 2022-11-23T03:01:39.1727914Z T=c10::QualifiedName 2022-11-23T03:01:39.1728095Z ] 2022-11-23T03:01:39.1728543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1729051Z with 2022-11-23T03:01:39.1729213Z [ 2022-11-23T03:01:39.1729400Z T=c10::QualifiedName 2022-11-23T03:01:39.1729581Z ] 2022-11-23T03:01:39.1730116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1730571Z with 2022-11-23T03:01:39.1730719Z [ 2022-11-23T03:01:39.1730953Z T=c10::QualifiedName 2022-11-23T03:01:39.1731135Z ] 2022-11-23T03:01:39.1731575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1732252Z 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-23T03:01:39.1732944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1733353Z with 2022-11-23T03:01:39.1733503Z [ 2022-11-23T03:01:39.1733753Z T=c10::QualifiedName 2022-11-23T03:01:39.1733941Z ] 2022-11-23T03:01:39.1734351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1734731Z with 2022-11-23T03:01:39.1734886Z [ 2022-11-23T03:01:39.1735118Z T=std::shared_ptr 2022-11-23T03:01:39.1735338Z ] 2022-11-23T03:01:39.1735770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1736164Z with 2022-11-23T03:01:39.1736325Z [ 2022-11-23T03:01:39.1736592Z T=std::shared_ptr 2022-11-23T03:01:39.1736808Z ] 2022-11-23T03:01:39.1737316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1737746Z with 2022-11-23T03:01:39.1737908Z [ 2022-11-23T03:01:39.1738134Z T=std::shared_ptr 2022-11-23T03:01:39.1738338Z ] 2022-11-23T03:01:39.1738825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1739277Z with 2022-11-23T03:01:39.1739443Z [ 2022-11-23T03:01:39.1739675Z T=std::shared_ptr 2022-11-23T03:01:39.1739892Z ] 2022-11-23T03:01:39.1740351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1741087Z 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-23T03:01:39.1741793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1742267Z with 2022-11-23T03:01:39.1742437Z [ 2022-11-23T03:01:39.1742668Z T=std::shared_ptr 2022-11-23T03:01:39.1742938Z ] 2022-11-23T03:01:39.1743338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1743770Z with 2022-11-23T03:01:39.1743936Z [ 2022-11-23T03:01:39.1744171Z T=std::weak_ptr 2022-11-23T03:01:39.1744493Z ] 2022-11-23T03:01:39.1744917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1745309Z with 2022-11-23T03:01:39.1745463Z [ 2022-11-23T03:01:39.1745690Z T=std::weak_ptr 2022-11-23T03:01:39.1745903Z ] 2022-11-23T03:01:39.1746366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1746858Z with 2022-11-23T03:01:39.1747009Z [ 2022-11-23T03:01:39.1747235Z T=std::weak_ptr 2022-11-23T03:01:39.1747450Z ] 2022-11-23T03:01:39.1747942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1748393Z with 2022-11-23T03:01:39.1748559Z [ 2022-11-23T03:01:39.1748769Z T=std::weak_ptr 2022-11-23T03:01:39.1748986Z ] 2022-11-23T03:01:39.1749499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1750268Z 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-23T03:01:39.1750967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1751372Z with 2022-11-23T03:01:39.1751539Z [ 2022-11-23T03:01:39.1751764Z T=std::weak_ptr 2022-11-23T03:01:39.1751969Z ] 2022-11-23T03:01:39.1752374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1752750Z with 2022-11-23T03:01:39.1752915Z [ 2022-11-23T03:01:39.1753172Z T=std::vector> 2022-11-23T03:01:39.1753400Z ] 2022-11-23T03:01:39.1753824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1754212Z with 2022-11-23T03:01:39.1754371Z [ 2022-11-23T03:01:39.1754622Z T=std::vector> 2022-11-23T03:01:39.1754858Z ] 2022-11-23T03:01:39.1755316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1755840Z with 2022-11-23T03:01:39.1756063Z [ 2022-11-23T03:01:39.1756441Z T=std::vector> 2022-11-23T03:01:39.1756708Z ] 2022-11-23T03:01:39.1757267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1757749Z with 2022-11-23T03:01:39.1757954Z [ 2022-11-23T03:01:39.1758210Z T=std::vector> 2022-11-23T03:01:39.1758449Z ] 2022-11-23T03:01:39.1758994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.1759842Z 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-23T03:01:39.1760569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1760981Z with 2022-11-23T03:01:39.1761146Z [ 2022-11-23T03:01:39.1761390Z T=std::vector> 2022-11-23T03:01:39.1761629Z ] 2022-11-23T03:01:39.1762086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1762466Z with 2022-11-23T03:01:39.1762630Z [ 2022-11-23T03:01:39.1762882Z T=std::vector> 2022-11-23T03:01:39.1763094Z ] 2022-11-23T03:01:39.1763521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1763909Z with 2022-11-23T03:01:39.1764071Z [ 2022-11-23T03:01:39.1764287Z T=std::vector> 2022-11-23T03:01:39.1764481Z ] 2022-11-23T03:01:39.1764944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1765370Z with 2022-11-23T03:01:39.1765533Z [ 2022-11-23T03:01:39.1765748Z T=std::vector> 2022-11-23T03:01:39.1765957Z ] 2022-11-23T03:01:39.1766433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1766888Z with 2022-11-23T03:01:39.1767053Z [ 2022-11-23T03:01:39.1767272Z T=std::vector> 2022-11-23T03:01:39.1767485Z ] 2022-11-23T03:01:39.1767937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.1768693Z 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-23T03:01:39.1769498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1769895Z with 2022-11-23T03:01:39.1770060Z [ 2022-11-23T03:01:39.1770277Z T=std::vector> 2022-11-23T03:01:39.1770483Z ] 2022-11-23T03:01:39.1770892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1771268Z with 2022-11-23T03:01:39.1771420Z [ 2022-11-23T03:01:39.1771688Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1771939Z ] 2022-11-23T03:01:39.1772363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1772753Z with 2022-11-23T03:01:39.1772918Z [ 2022-11-23T03:01:39.1773225Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1773471Z ] 2022-11-23T03:01:39.1773934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1774358Z with 2022-11-23T03:01:39.1774521Z [ 2022-11-23T03:01:39.1774832Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1775070Z ] 2022-11-23T03:01:39.1775603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1776062Z with 2022-11-23T03:01:39.1776226Z [ 2022-11-23T03:01:39.1776497Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1776744Z ] 2022-11-23T03:01:39.1777228Z C:\actions-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-23T03:01:39.1778011Z 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-23T03:01:39.1778735Z 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-23T03:01:39.1779411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1779909Z with 2022-11-23T03:01:39.1780143Z [ 2022-11-23T03:01:39.1780478Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1780780Z ] 2022-11-23T03:01:39.1781247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1781712Z with 2022-11-23T03:01:39.1781938Z [ 2022-11-23T03:01:39.1782251Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1782547Z ] 2022-11-23T03:01:39.1783028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1783469Z with 2022-11-23T03:01:39.1783647Z [ 2022-11-23T03:01:39.1783958Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1784372Z ] 2022-11-23T03:01:39.1784912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1785389Z with 2022-11-23T03:01:39.1785610Z [ 2022-11-23T03:01:39.1785883Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1797076Z ] 2022-11-23T03:01:39.1797888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1798380Z with 2022-11-23T03:01:39.1798544Z [ 2022-11-23T03:01:39.1798828Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1799090Z ] 2022-11-23T03:01:39.1799602Z C:\actions-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-23T03:01:39.1800389Z 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-23T03:01:39.1801115Z 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-23T03:01:39.1801802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1802227Z with 2022-11-23T03:01:39.1802391Z [ 2022-11-23T03:01:39.1802735Z T=std::vector,std::allocator>> 2022-11-23T03:01:39.1803009Z ] 2022-11-23T03:01:39.1803446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1803859Z with 2022-11-23T03:01:39.1804086Z [ 2022-11-23T03:01:39.1804311Z T=std::vector> 2022-11-23T03:01:39.1804552Z ] 2022-11-23T03:01:39.1804996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1805402Z with 2022-11-23T03:01:39.1805578Z [ 2022-11-23T03:01:39.1805814Z T=std::vector> 2022-11-23T03:01:39.1806015Z ] 2022-11-23T03:01:39.1806489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1807028Z with 2022-11-23T03:01:39.1807211Z [ 2022-11-23T03:01:39.1807445Z T=std::vector> 2022-11-23T03:01:39.1807669Z ] 2022-11-23T03:01:39.1808153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1808626Z with 2022-11-23T03:01:39.1808805Z [ 2022-11-23T03:01:39.1809038Z T=std::vector> 2022-11-23T03:01:39.1809266Z ] 2022-11-23T03:01:39.1809748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.1810485Z 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-23T03:01:39.1811290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1811720Z with 2022-11-23T03:01:39.1811952Z [ 2022-11-23T03:01:39.1812240Z T=std::vector> 2022-11-23T03:01:39.1812519Z ] 2022-11-23T03:01:39.1813016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1813450Z with 2022-11-23T03:01:39.1813667Z [ 2022-11-23T03:01:39.1813917Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:01:39.1814169Z ] 2022-11-23T03:01:39.1814619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1815027Z with 2022-11-23T03:01:39.1815202Z [ 2022-11-23T03:01:39.1815462Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:01:39.1815698Z ] 2022-11-23T03:01:39.1816184Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1816637Z with 2022-11-23T03:01:39.1816824Z [ 2022-11-23T03:01:39.1817094Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:01:39.1817354Z ] 2022-11-23T03:01:39.1817872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1818330Z with 2022-11-23T03:01:39.1818485Z [ 2022-11-23T03:01:39.1818745Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:01:39.1818989Z ] 2022-11-23T03:01:39.1819477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1820263Z 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-23T03:01:39.1821118Z 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-23T03:01:39.1821861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1822287Z with 2022-11-23T03:01:39.1822446Z [ 2022-11-23T03:01:39.1822709Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:01:39.1822959Z ] 2022-11-23T03:01:39.1823382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1823772Z with 2022-11-23T03:01:39.1823946Z [ 2022-11-23T03:01:39.1824189Z T=c10::impl::InlineStreamGuard 2022-11-23T03:01:39.1824587Z ] 2022-11-23T03:01:39.1825086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1825493Z with 2022-11-23T03:01:39.1825673Z [ 2022-11-23T03:01:39.1825935Z T=c10::impl::InlineStreamGuard 2022-11-23T03:01:39.1826163Z ] 2022-11-23T03:01:39.1826669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1827125Z with 2022-11-23T03:01:39.1827303Z [ 2022-11-23T03:01:39.1827569Z T=c10::impl::InlineStreamGuard 2022-11-23T03:01:39.1827822Z ] 2022-11-23T03:01:39.1828311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1828825Z with 2022-11-23T03:01:39.1828983Z [ 2022-11-23T03:01:39.1829243Z T=c10::impl::InlineStreamGuard 2022-11-23T03:01:39.1829489Z ] 2022-11-23T03:01:39.1829984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1830776Z 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-23T03:01:39.1831572Z 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-23T03:01:39.1832311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1832735Z with 2022-11-23T03:01:39.1832891Z [ 2022-11-23T03:01:39.1833156Z T=c10::impl::InlineStreamGuard 2022-11-23T03:01:39.1833463Z ] 2022-11-23T03:01:39.1833885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1834276Z with 2022-11-23T03:01:39.1834455Z [ 2022-11-23T03:01:39.1834707Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1834926Z ] 2022-11-23T03:01:39.1835370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1835820Z with 2022-11-23T03:01:39.1835994Z [ 2022-11-23T03:01:39.1836188Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1836422Z ] 2022-11-23T03:01:39.1836912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1837374Z with 2022-11-23T03:01:39.1837548Z [ 2022-11-23T03:01:39.1837761Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1837969Z ] 2022-11-23T03:01:39.1838514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1838981Z with 2022-11-23T03:01:39.1839156Z [ 2022-11-23T03:01:39.1839365Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1839573Z ] 2022-11-23T03:01:39.1840033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1840733Z 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-23T03:01:39.1841125Z with 2022-11-23T03:01:39.1841304Z [ 2022-11-23T03:01:39.1841519Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1841730Z ] 2022-11-23T03:01:39.1842218Z 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-23T03:01:39.1842958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1843377Z with 2022-11-23T03:01:39.1843538Z [ 2022-11-23T03:01:39.1843758Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:01:39.1843990Z ] 2022-11-23T03:01:39.1844414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1844803Z with 2022-11-23T03:01:39.1845000Z [ 2022-11-23T03:01:39.1845313Z T=std::vector> 2022-11-23T03:01:39.1845591Z ] 2022-11-23T03:01:39.1846026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1846436Z with 2022-11-23T03:01:39.1846618Z [ 2022-11-23T03:01:39.1846949Z T=std::vector> 2022-11-23T03:01:39.1847308Z ] 2022-11-23T03:01:39.1847766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1848215Z with 2022-11-23T03:01:39.1848398Z [ 2022-11-23T03:01:39.1848705Z T=std::vector> 2022-11-23T03:01:39.1849007Z ] 2022-11-23T03:01:39.1849535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1850012Z with 2022-11-23T03:01:39.1850193Z [ 2022-11-23T03:01:39.1850483Z T=std::vector> 2022-11-23T03:01:39.1850773Z ] 2022-11-23T03:01:39.1851383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.1852237Z 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-23T03:01:39.1853022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1853468Z with 2022-11-23T03:01:39.1853654Z [ 2022-11-23T03:01:39.1853960Z T=std::vector> 2022-11-23T03:01:39.1854264Z ] 2022-11-23T03:01:39.1854800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1855287Z with 2022-11-23T03:01:39.1855479Z [ 2022-11-23T03:01:39.1855698Z T=torch::autograd::ViewInfo 2022-11-23T03:01:39.1855915Z ] 2022-11-23T03:01:39.1856339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1856756Z with 2022-11-23T03:01:39.1856942Z [ 2022-11-23T03:01:39.1857160Z T=torch::autograd::ViewInfo 2022-11-23T03:01:39.1857366Z ] 2022-11-23T03:01:39.1857854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1858269Z with 2022-11-23T03:01:39.1858448Z [ 2022-11-23T03:01:39.1858661Z T=torch::autograd::ViewInfo 2022-11-23T03:01:39.1858871Z ] 2022-11-23T03:01:39.1859376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1859840Z with 2022-11-23T03:01:39.1859997Z [ 2022-11-23T03:01:39.1860209Z T=torch::autograd::ViewInfo 2022-11-23T03:01:39.1860416Z ] 2022-11-23T03:01:39.1860959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1861671Z 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-23T03:01:39.1862386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1862811Z with 2022-11-23T03:01:39.1862976Z [ 2022-11-23T03:01:39.1863188Z T=torch::autograd::ViewInfo 2022-11-23T03:01:39.1863400Z ] 2022-11-23T03:01:39.1863825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1864230Z with 2022-11-23T03:01:39.1864508Z [ 2022-11-23T03:01:39.1864684Z T=c10::IValue 2022-11-23T03:01:39.1864876Z ] 2022-11-23T03:01:39.1865370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1865779Z with 2022-11-23T03:01:39.1865964Z [ 2022-11-23T03:01:39.1866136Z T=c10::IValue 2022-11-23T03:01:39.1866331Z ] 2022-11-23T03:01:39.1866809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1867255Z with 2022-11-23T03:01:39.1867445Z [ 2022-11-23T03:01:39.1867642Z T=c10::IValue 2022-11-23T03:01:39.1867811Z ] 2022-11-23T03:01:39.1868315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1868777Z with 2022-11-23T03:01:39.1868955Z [ 2022-11-23T03:01:39.1869149Z T=c10::IValue 2022-11-23T03:01:39.1869341Z ] 2022-11-23T03:01:39.1869767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1870449Z 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-23T03:01:39.1871150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1871590Z with 2022-11-23T03:01:39.1871778Z [ 2022-11-23T03:01:39.1871980Z T=c10::IValue 2022-11-23T03:01:39.1872177Z ] 2022-11-23T03:01:39.1872585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1872982Z with 2022-11-23T03:01:39.1873167Z [ 2022-11-23T03:01:39.1873364Z T=c10::AliasInfo 2022-11-23T03:01:39.1873563Z ] 2022-11-23T03:01:39.1873978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1875106Z with 2022-11-23T03:01:39.1875288Z [ 2022-11-23T03:01:39.1875486Z T=c10::AliasInfo 2022-11-23T03:01:39.1875683Z ] 2022-11-23T03:01:39.1876165Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1876608Z with 2022-11-23T03:01:39.1876770Z [ 2022-11-23T03:01:39.1876965Z T=c10::AliasInfo 2022-11-23T03:01:39.1877164Z ] 2022-11-23T03:01:39.1877675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1878144Z with 2022-11-23T03:01:39.1878310Z [ 2022-11-23T03:01:39.1878508Z T=c10::AliasInfo 2022-11-23T03:01:39.1878702Z ] 2022-11-23T03:01:39.1879149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1879896Z 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-23T03:01:39.1880591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1881014Z with 2022-11-23T03:01:39.1881178Z [ 2022-11-23T03:01:39.1881382Z T=c10::AliasInfo 2022-11-23T03:01:39.1881577Z ] 2022-11-23T03:01:39.1882001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1882397Z with 2022-11-23T03:01:39.1882584Z [ 2022-11-23T03:01:39.1882813Z T=std::vector> 2022-11-23T03:01:39.1883052Z ] 2022-11-23T03:01:39.1883488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1883982Z with 2022-11-23T03:01:39.1884235Z [ 2022-11-23T03:01:39.1884596Z T=std::vector> 2022-11-23T03:01:39.1884818Z ] 2022-11-23T03:01:39.1885312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1885848Z with 2022-11-23T03:01:39.1886027Z [ 2022-11-23T03:01:39.1886283Z T=std::vector> 2022-11-23T03:01:39.1886524Z ] 2022-11-23T03:01:39.1887020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1887499Z with 2022-11-23T03:01:39.1887685Z [ 2022-11-23T03:01:39.1887932Z T=std::vector> 2022-11-23T03:01:39.1888171Z ] 2022-11-23T03:01:39.1888646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.1889162Z with 2022-11-23T03:01:39.1889346Z [ 2022-11-23T03:01:39.1889542Z T=c10::SymInt 2022-11-23T03:01:39.1889732Z ] 2022-11-23T03:01:39.1890193Z 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-23T03:01:39.1890612Z with 2022-11-23T03:01:39.1890775Z [ 2022-11-23T03:01:39.1890970Z T=c10::SymInt 2022-11-23T03:01:39.1891222Z ] 2022-11-23T03:01:39.1891716Z 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-23T03:01:39.1892580Z 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-23T03:01:39.1893433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1893863Z with 2022-11-23T03:01:39.1894024Z [ 2022-11-23T03:01:39.1894275Z T=std::vector> 2022-11-23T03:01:39.1894509Z ] 2022-11-23T03:01:39.1894932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1895321Z with 2022-11-23T03:01:39.1895495Z [ 2022-11-23T03:01:39.1895733Z T=c10::either 2022-11-23T03:01:39.1895978Z ] 2022-11-23T03:01:39.1896419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1896824Z with 2022-11-23T03:01:39.1897002Z [ 2022-11-23T03:01:39.1897257Z T=c10::either 2022-11-23T03:01:39.1897476Z ] 2022-11-23T03:01:39.1898020Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1898468Z with 2022-11-23T03:01:39.1898651Z [ 2022-11-23T03:01:39.1898901Z T=c10::either 2022-11-23T03:01:39.1899141Z ] 2022-11-23T03:01:39.1899622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1900091Z with 2022-11-23T03:01:39.1900271Z [ 2022-11-23T03:01:39.1900525Z T=c10::either 2022-11-23T03:01:39.1900765Z ] 2022-11-23T03:01:39.1901253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1902048Z 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-23T03:01:39.1902868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1903274Z with 2022-11-23T03:01:39.1903455Z [ 2022-11-23T03:01:39.1903713Z T=c10::either 2022-11-23T03:01:39.1903953Z ] 2022-11-23T03:01:39.1904468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1904866Z with 2022-11-23T03:01:39.1905025Z [ 2022-11-23T03:01:39.1905234Z T=at::StepCallbacks 2022-11-23T03:01:39.1905434Z ] 2022-11-23T03:01:39.1905874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1906288Z with 2022-11-23T03:01:39.1906467Z [ 2022-11-23T03:01:39.1906649Z T=at::StepCallbacks 2022-11-23T03:01:39.1906845Z ] 2022-11-23T03:01:39.1907382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1907818Z with 2022-11-23T03:01:39.1907998Z [ 2022-11-23T03:01:39.1908181Z T=at::StepCallbacks 2022-11-23T03:01:39.1908377Z ] 2022-11-23T03:01:39.1908870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1909333Z with 2022-11-23T03:01:39.1909509Z [ 2022-11-23T03:01:39.1909699Z T=at::StepCallbacks 2022-11-23T03:01:39.1909872Z ] 2022-11-23T03:01:39.1910331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1911041Z 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-23T03:01:39.1911936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1912484Z with 2022-11-23T03:01:39.1912673Z [ 2022-11-23T03:01:39.1912883Z T=at::StepCallbacks 2022-11-23T03:01:39.1913066Z ] 2022-11-23T03:01:39.1913495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1913886Z with 2022-11-23T03:01:39.1914073Z [ 2022-11-23T03:01:39.1914270Z T=c10::DimVector 2022-11-23T03:01:39.1914463Z ] 2022-11-23T03:01:39.1914882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1915289Z with 2022-11-23T03:01:39.1915461Z [ 2022-11-23T03:01:39.1915658Z T=c10::DimVector 2022-11-23T03:01:39.1915849Z ] 2022-11-23T03:01:39.1916323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1916835Z with 2022-11-23T03:01:39.1917015Z [ 2022-11-23T03:01:39.1917207Z T=c10::DimVector 2022-11-23T03:01:39.1917397Z ] 2022-11-23T03:01:39.1917904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1918377Z with 2022-11-23T03:01:39.1918538Z [ 2022-11-23T03:01:39.1918735Z T=c10::DimVector 2022-11-23T03:01:39.1918931Z ] 2022-11-23T03:01:39.1919376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1920049Z 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-23T03:01:39.1920777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1921185Z with 2022-11-23T03:01:39.1921336Z [ 2022-11-23T03:01:39.1921516Z T=c10::DimVector 2022-11-23T03:01:39.1921697Z ] 2022-11-23T03:01:39.1922104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1922479Z with 2022-11-23T03:01:39.1922632Z [ 2022-11-23T03:01:39.1922834Z T=c10::impl::AnnotatedSchema 2022-11-23T03:01:39.1923031Z ] 2022-11-23T03:01:39.1923451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1923842Z with 2022-11-23T03:01:39.1924002Z [ 2022-11-23T03:01:39.1924184Z T=c10::impl::AnnotatedSchema 2022-11-23T03:01:39.1924375Z ] 2022-11-23T03:01:39.1924835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1925246Z with 2022-11-23T03:01:39.1925408Z [ 2022-11-23T03:01:39.1925603Z T=c10::impl::AnnotatedSchema 2022-11-23T03:01:39.1925783Z ] 2022-11-23T03:01:39.1926268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1926711Z with 2022-11-23T03:01:39.1926874Z [ 2022-11-23T03:01:39.1927073Z T=c10::impl::AnnotatedSchema 2022-11-23T03:01:39.1927264Z ] 2022-11-23T03:01:39.1927697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1928417Z 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-23T03:01:39.1929123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1929589Z with 2022-11-23T03:01:39.1929754Z [ 2022-11-23T03:01:39.1929951Z T=c10::impl::AnnotatedSchema 2022-11-23T03:01:39.1930146Z ] 2022-11-23T03:01:39.1930546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1930926Z with 2022-11-23T03:01:39.1931097Z [ 2022-11-23T03:01:39.1931337Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:01:39.1931561Z ] 2022-11-23T03:01:39.1931979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1932352Z with 2022-11-23T03:01:39.1932520Z [ 2022-11-23T03:01:39.1932757Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:01:39.1932986Z ] 2022-11-23T03:01:39.1933498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1933927Z with 2022-11-23T03:01:39.1934079Z [ 2022-11-23T03:01:39.1934318Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:01:39.1934547Z ] 2022-11-23T03:01:39.1935042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1935498Z with 2022-11-23T03:01:39.1935662Z [ 2022-11-23T03:01:39.1935888Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:01:39.1936116Z ] 2022-11-23T03:01:39.1936594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1937365Z 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-23T03:01:39.1938102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1938512Z with 2022-11-23T03:01:39.1938678Z [ 2022-11-23T03:01:39.1938906Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:01:39.1939132Z ] 2022-11-23T03:01:39.1939537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1939910Z with 2022-11-23T03:01:39.1940073Z [ 2022-11-23T03:01:39.1940290Z T=std::tuple 2022-11-23T03:01:39.1940482Z ] 2022-11-23T03:01:39.1940905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1941295Z with 2022-11-23T03:01:39.1941458Z [ 2022-11-23T03:01:39.1941669Z T=std::tuple 2022-11-23T03:01:39.1941870Z ] 2022-11-23T03:01:39.1942314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1942793Z with 2022-11-23T03:01:39.1942960Z [ 2022-11-23T03:01:39.1943184Z T=std::tuple 2022-11-23T03:01:39.1943466Z ] 2022-11-23T03:01:39.1943970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1944514Z with 2022-11-23T03:01:39.1944668Z [ 2022-11-23T03:01:39.1944885Z T=std::tuple 2022-11-23T03:01:39.1945093Z ] 2022-11-23T03:01:39.1945551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1946291Z 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-23T03:01:39.1947646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1948071Z with 2022-11-23T03:01:39.1948230Z [ 2022-11-23T03:01:39.1948456Z T=std::tuple 2022-11-23T03:01:39.1948670Z ] 2022-11-23T03:01:39.1949085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1949469Z with 2022-11-23T03:01:39.1949625Z [ 2022-11-23T03:01:39.1949823Z T=torch::jit::SourceRange 2022-11-23T03:01:39.1950020Z ] 2022-11-23T03:01:39.1950449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1950834Z with 2022-11-23T03:01:39.1951006Z [ 2022-11-23T03:01:39.1951191Z T=torch::jit::SourceRange 2022-11-23T03:01:39.1951381Z ] 2022-11-23T03:01:39.1951844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1952265Z with 2022-11-23T03:01:39.1952425Z [ 2022-11-23T03:01:39.1952616Z T=torch::jit::SourceRange 2022-11-23T03:01:39.1952791Z ] 2022-11-23T03:01:39.1953279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1953731Z with 2022-11-23T03:01:39.1953898Z [ 2022-11-23T03:01:39.1954090Z T=torch::jit::SourceRange 2022-11-23T03:01:39.1954278Z ] 2022-11-23T03:01:39.1954702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1955405Z 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-23T03:01:39.1956173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1956584Z with 2022-11-23T03:01:39.1956753Z [ 2022-11-23T03:01:39.1956949Z T=torch::jit::SourceRange 2022-11-23T03:01:39.1957142Z ] 2022-11-23T03:01:39.1957681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1958055Z with 2022-11-23T03:01:39.1958219Z [ 2022-11-23T03:01:39.1958430Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:01:39.1958636Z ] 2022-11-23T03:01:39.1959056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1959437Z with 2022-11-23T03:01:39.1959605Z [ 2022-11-23T03:01:39.1959865Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:01:39.1960074Z ] 2022-11-23T03:01:39.1960605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1961038Z with 2022-11-23T03:01:39.1961194Z [ 2022-11-23T03:01:39.1961409Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:01:39.1961615Z ] 2022-11-23T03:01:39.1962107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1962563Z with 2022-11-23T03:01:39.1962734Z [ 2022-11-23T03:01:39.1962932Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:01:39.1963133Z ] 2022-11-23T03:01:39.1963603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1964324Z 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-23T03:01:39.1965029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1965440Z with 2022-11-23T03:01:39.1965607Z [ 2022-11-23T03:01:39.1965804Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:01:39.1966012Z ] 2022-11-23T03:01:39.1966414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1966793Z with 2022-11-23T03:01:39.1966960Z [ 2022-11-23T03:01:39.1967168Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:01:39.1967357Z ] 2022-11-23T03:01:39.1967780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1968168Z with 2022-11-23T03:01:39.1968329Z [ 2022-11-23T03:01:39.1968535Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:01:39.1968723Z ] 2022-11-23T03:01:39.1969249Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1969681Z with 2022-11-23T03:01:39.1969848Z [ 2022-11-23T03:01:39.1970055Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:01:39.1970260Z ] 2022-11-23T03:01:39.1970732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1971185Z with 2022-11-23T03:01:39.1971350Z [ 2022-11-23T03:01:39.1971555Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:01:39.1971760Z ] 2022-11-23T03:01:39.1972213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1972929Z 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-23T03:01:39.1973790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1974233Z with 2022-11-23T03:01:39.1974401Z [ 2022-11-23T03:01:39.1974612Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:01:39.1974821Z ] 2022-11-23T03:01:39.1975235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1975621Z with 2022-11-23T03:01:39.1975770Z [ 2022-11-23T03:01:39.1975963Z T=torch::jit::ScopePtr 2022-11-23T03:01:39.1976148Z ] 2022-11-23T03:01:39.1976572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1976963Z with 2022-11-23T03:01:39.1977114Z [ 2022-11-23T03:01:39.1977301Z T=torch::jit::ScopePtr 2022-11-23T03:01:39.1977486Z ] 2022-11-23T03:01:39.1977946Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1978367Z with 2022-11-23T03:01:39.1978530Z [ 2022-11-23T03:01:39.1978704Z T=torch::jit::ScopePtr 2022-11-23T03:01:39.1978889Z ] 2022-11-23T03:01:39.1979377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1979820Z with 2022-11-23T03:01:39.1979986Z [ 2022-11-23T03:01:39.1980175Z T=torch::jit::ScopePtr 2022-11-23T03:01:39.1980344Z ] 2022-11-23T03:01:39.1980782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1981458Z 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-23T03:01:39.1982216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1982628Z with 2022-11-23T03:01:39.1982797Z [ 2022-11-23T03:01:39.1982987Z T=torch::jit::ScopePtr 2022-11-23T03:01:39.1983161Z ] 2022-11-23T03:01:39.1983569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1983945Z with 2022-11-23T03:01:39.1984111Z [ 2022-11-23T03:01:39.1984420Z T=at::ThreadLocalState 2022-11-23T03:01:39.1984615Z ] 2022-11-23T03:01:39.1985029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1985430Z with 2022-11-23T03:01:39.1985597Z [ 2022-11-23T03:01:39.1985790Z T=at::ThreadLocalState 2022-11-23T03:01:39.1985982Z ] 2022-11-23T03:01:39.1986487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1986909Z with 2022-11-23T03:01:39.1987077Z [ 2022-11-23T03:01:39.1987271Z T=at::ThreadLocalState 2022-11-23T03:01:39.1987463Z ] 2022-11-23T03:01:39.1987955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1988411Z with 2022-11-23T03:01:39.1988566Z [ 2022-11-23T03:01:39.1988765Z T=at::ThreadLocalState 2022-11-23T03:01:39.1988957Z ] 2022-11-23T03:01:39.1989408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.1990108Z 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-23T03:01:39.1990814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1991234Z with 2022-11-23T03:01:39.1991389Z [ 2022-11-23T03:01:39.1991585Z T=at::ThreadLocalState 2022-11-23T03:01:39.1991782Z ] 2022-11-23T03:01:39.1992196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.1992570Z with 2022-11-23T03:01:39.1992725Z [ 2022-11-23T03:01:39.1992944Z T=std::shared_ptr 2022-11-23T03:01:39.1993224Z ] 2022-11-23T03:01:39.1993653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.1994100Z with 2022-11-23T03:01:39.1994270Z [ 2022-11-23T03:01:39.1994469Z T=std::shared_ptr 2022-11-23T03:01:39.1994673Z ] 2022-11-23T03:01:39.1995137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.1995626Z with 2022-11-23T03:01:39.1995793Z [ 2022-11-23T03:01:39.1996003Z T=std::shared_ptr 2022-11-23T03:01:39.1996196Z ] 2022-11-23T03:01:39.1996690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.1997148Z with 2022-11-23T03:01:39.1997319Z [ 2022-11-23T03:01:39.1997530Z T=std::shared_ptr 2022-11-23T03:01:39.1997732Z ] 2022-11-23T03:01:39.1998179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.1998878Z 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-23T03:01:39.1999647Z 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-23T03:01:39.2000414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2000878Z with 2022-11-23T03:01:39.2001052Z [ 2022-11-23T03:01:39.2001268Z T=std::shared_ptr 2022-11-23T03:01:39.2001477Z ] 2022-11-23T03:01:39.2001869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2002249Z with 2022-11-23T03:01:39.2002417Z [ 2022-11-23T03:01:39.2002614Z T=torch::jit::GraphExecutor 2022-11-23T03:01:39.2002811Z ] 2022-11-23T03:01:39.2003243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2003626Z with 2022-11-23T03:01:39.2003788Z [ 2022-11-23T03:01:39.2003980Z T=torch::jit::GraphExecutor 2022-11-23T03:01:39.2004174Z ] 2022-11-23T03:01:39.2004631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2005057Z with 2022-11-23T03:01:39.2005208Z [ 2022-11-23T03:01:39.2005403Z T=torch::jit::GraphExecutor 2022-11-23T03:01:39.2005596Z ] 2022-11-23T03:01:39.2006086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2006587Z with 2022-11-23T03:01:39.2006753Z [ 2022-11-23T03:01:39.2006933Z T=torch::jit::GraphExecutor 2022-11-23T03:01:39.2007171Z ] 2022-11-23T03:01:39.2007617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.2008356Z 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-23T03:01:39.2009059Z 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-23T03:01:39.2009775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2010185Z with 2022-11-23T03:01:39.2010355Z [ 2022-11-23T03:01:39.2010548Z T=torch::jit::GraphExecutor 2022-11-23T03:01:39.2010745Z ] 2022-11-23T03:01:39.2011148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2011533Z with 2022-11-23T03:01:39.2011697Z [ 2022-11-23T03:01:39.2011868Z T=torch::jit::Method 2022-11-23T03:01:39.2012057Z ] 2022-11-23T03:01:39.2012528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2012971Z with 2022-11-23T03:01:39.2013133Z [ 2022-11-23T03:01:39.2013323Z T=torch::jit::Method 2022-11-23T03:01:39.2013540Z ] 2022-11-23T03:01:39.2014002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2014423Z with 2022-11-23T03:01:39.2014588Z [ 2022-11-23T03:01:39.2014773Z T=torch::jit::Method 2022-11-23T03:01:39.2014956Z ] 2022-11-23T03:01:39.2015431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2015884Z with 2022-11-23T03:01:39.2016046Z [ 2022-11-23T03:01:39.2016229Z T=torch::jit::Method 2022-11-23T03:01:39.2016412Z ] 2022-11-23T03:01:39.2016845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.2017501Z 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-23T03:01:39.2018185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2018591Z with 2022-11-23T03:01:39.2018757Z [ 2022-11-23T03:01:39.2018943Z T=torch::jit::Method 2022-11-23T03:01:39.2019137Z ] 2022-11-23T03:01:39.2019583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2019994Z with 2022-11-23T03:01:39.2020161Z [ 2022-11-23T03:01:39.2020396Z T=std::vector> 2022-11-23T03:01:39.2020619Z ] 2022-11-23T03:01:39.2021041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2021508Z with 2022-11-23T03:01:39.2021658Z [ 2022-11-23T03:01:39.2021894Z T=std::vector> 2022-11-23T03:01:39.2022119Z ] 2022-11-23T03:01:39.2022583Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2023006Z with 2022-11-23T03:01:39.2023172Z [ 2022-11-23T03:01:39.2023391Z T=std::vector> 2022-11-23T03:01:39.2023616Z ] 2022-11-23T03:01:39.2024104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2024675Z with 2022-11-23T03:01:39.2024840Z [ 2022-11-23T03:01:39.2025072Z T=std::vector> 2022-11-23T03:01:39.2025283Z ] 2022-11-23T03:01:39.2025859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.2026600Z 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-23T03:01:39.2027370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2027783Z with 2022-11-23T03:01:39.2027950Z [ 2022-11-23T03:01:39.2028188Z T=std::vector> 2022-11-23T03:01:39.2028401Z ] 2022-11-23T03:01:39.2028821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2029203Z with 2022-11-23T03:01:39.2029370Z [ 2022-11-23T03:01:39.2029636Z T=std::function 2022-11-23T03:01:39.2029885Z ] 2022-11-23T03:01:39.2030294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2030682Z with 2022-11-23T03:01:39.2030846Z [ 2022-11-23T03:01:39.2031106Z T=std::function 2022-11-23T03:01:39.2031353Z ] 2022-11-23T03:01:39.2031815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2032245Z with 2022-11-23T03:01:39.2032394Z [ 2022-11-23T03:01:39.2032704Z T=std::function 2022-11-23T03:01:39.2032957Z ] 2022-11-23T03:01:39.2033490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2034003Z with 2022-11-23T03:01:39.2034172Z [ 2022-11-23T03:01:39.2034425Z T=std::function 2022-11-23T03:01:39.2034671Z ] 2022-11-23T03:01:39.2035171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.2035989Z 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-23T03:01:39.2036741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2037154Z with 2022-11-23T03:01:39.2037330Z [ 2022-11-23T03:01:39.2037597Z T=std::function 2022-11-23T03:01:39.2037836Z ] 2022-11-23T03:01:39.2038295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2038685Z with 2022-11-23T03:01:39.2038901Z [ 2022-11-23T03:01:39.2039194Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:01:39.2039522Z ] 2022-11-23T03:01:39.2039935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2040330Z with 2022-11-23T03:01:39.2040501Z [ 2022-11-23T03:01:39.2040790Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:01:39.2041068Z ] 2022-11-23T03:01:39.2041535Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2041947Z with 2022-11-23T03:01:39.2042116Z [ 2022-11-23T03:01:39.2042406Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:01:39.2042681Z ] 2022-11-23T03:01:39.2043175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2043624Z with 2022-11-23T03:01:39.2043775Z [ 2022-11-23T03:01:39.2044062Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:01:39.2044337Z ] 2022-11-23T03:01:39.2044855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:01:39.2045807Z 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-23T03:01:39.2046598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2047058Z with 2022-11-23T03:01:39.2047223Z [ 2022-11-23T03:01:39.2047492Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T03:01:39.2047761Z ] 2022-11-23T03:01:39.2048165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2048547Z with 2022-11-23T03:01:39.2048712Z [ 2022-11-23T03:01:39.2048942Z T=std::vector> 2022-11-23T03:01:39.2049142Z ] 2022-11-23T03:01:39.2049564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2049958Z with 2022-11-23T03:01:39.2050121Z [ 2022-11-23T03:01:39.2050351Z T=std::vector> 2022-11-23T03:01:39.2050562Z ] 2022-11-23T03:01:39.2051010Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2051481Z with 2022-11-23T03:01:39.2051696Z [ 2022-11-23T03:01:39.2051928Z T=std::vector> 2022-11-23T03:01:39.2052187Z ] 2022-11-23T03:01:39.2052685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2053119Z with 2022-11-23T03:01:39.2053282Z [ 2022-11-23T03:01:39.2053508Z T=std::vector> 2022-11-23T03:01:39.2053723Z ] 2022-11-23T03:01:39.2054171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.2054580Z with 2022-11-23T03:01:39.2054729Z [ 2022-11-23T03:01:39.2054898Z T=double 2022-11-23T03:01:39.2055068Z ] 2022-11-23T03:01:39.2055555Z 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-23T03:01:39.2056007Z with 2022-11-23T03:01:39.2056175Z [ 2022-11-23T03:01:39.2056327Z T=double 2022-11-23T03:01:39.2056497Z ] 2022-11-23T03:01:39.2056931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2057343Z with 2022-11-23T03:01:39.2057504Z [ 2022-11-23T03:01:39.2057776Z T=std::vector> 2022-11-23T03:01:39.2057978Z ] 2022-11-23T03:01:39.2058387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2058807Z with 2022-11-23T03:01:39.2058967Z [ 2022-11-23T03:01:39.2059176Z T=std::tuple 2022-11-23T03:01:39.2059362Z ] 2022-11-23T03:01:39.2059788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2060237Z with 2022-11-23T03:01:39.2060400Z [ 2022-11-23T03:01:39.2060612Z T=std::tuple 2022-11-23T03:01:39.2060816Z ] 2022-11-23T03:01:39.2061265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2061685Z with 2022-11-23T03:01:39.2061851Z [ 2022-11-23T03:01:39.2062059Z T=std::tuple 2022-11-23T03:01:39.2062261Z ] 2022-11-23T03:01:39.2062746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2063196Z with 2022-11-23T03:01:39.2063348Z [ 2022-11-23T03:01:39.2063557Z T=std::tuple 2022-11-23T03:01:39.2063757Z ] 2022-11-23T03:01:39.2064321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:01:39.2065160Z 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-23T03:01:39.2065883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2066285Z with 2022-11-23T03:01:39.2066436Z [ 2022-11-23T03:01:39.2066645Z T=std::tuple 2022-11-23T03:01:39.2066944Z ] 2022-11-23T03:01:39.2067410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2067842Z with 2022-11-23T03:01:39.2068020Z [ 2022-11-23T03:01:39.2068308Z T=std::vector> 2022-11-23T03:01:39.2068584Z ] 2022-11-23T03:01:39.2069059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:01:39.2069496Z with 2022-11-23T03:01:39.2069714Z [ 2022-11-23T03:01:39.2069955Z T=std::vector> 2022-11-23T03:01:39.2070226Z ] 2022-11-23T03:01:39.2070780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:01:39.2071259Z with 2022-11-23T03:01:39.2071559Z [ 2022-11-23T03:01:39.2071838Z T=std::vector> 2022-11-23T03:01:39.2072072Z ] 2022-11-23T03:01:39.2072620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:01:39.2073131Z with 2022-11-23T03:01:39.2073346Z [ 2022-11-23T03:01:39.2083570Z T=std::vector> 2022-11-23T03:01:39.2083819Z ] 2022-11-23T03:01:39.2084349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:01:39.2085303Z 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-23T03:01:39.2086083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:01:39.2086490Z with 2022-11-23T03:01:39.2086659Z [ 2022-11-23T03:01:39.2086895Z T=std::vector> 2022-11-23T03:01:39.2087118Z ] 2022-11-23T03:01:39.2087730Z [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-23T03:01:39.2088418Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-11-23T03:01:39.2088818Z Loading extension module dangling_impl_extension... 2022-11-23T03:01:39.2089033Z ok (13.541s) 2022-11-23T03:01:39.2089269Z test_impl_only (__main__.TestDispatch) ... ok (0.339s) 2022-11-23T03:01:39.2089580Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.014s) 2022-11-23T03:01:39.2089949Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T03:01:39.2090262Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T03:01:39.2090546Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.009s) 2022-11-23T03:01:39.2091141Z 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-23T03:01:39.2091624Z operator: __test45643__::foo 2022-11-23T03:01:39.2091823Z no debug info 2022-11-23T03:01:39.2092021Z dispatch key: (catch all) 2022-11-23T03:01:39.2092230Z previous kernel: fn1 2022-11-23T03:01:39.2092457Z new kernel: fn2 (function registerKernel) 2022-11-23T03:01:39.2092939Z [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-23T03:01:39.2093374Z operator: __test45644__::foo 2022-11-23T03:01:39.2093571Z no debug info 2022-11-23T03:01:39.2093762Z dispatch key: (catch all) 2022-11-23T03:01:39.2093965Z previous kernel: fn1 2022-11-23T03:01:39.2094190Z new kernel: fn2 (function registerKernel) 2022-11-23T03:01:39.2094403Z ok (0.002s) 2022-11-23T03:01:39.2094661Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T03:01:39.2094974Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T03:01:39.2095304Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T03:01:39.2095658Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T03:01:39.2095997Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T03:01:39.2096388Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T03:01:39.2096754Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.004s) 2022-11-23T03:01:39.2096964Z 2022-11-23T03:01:39.2097165Z ---------------------------------------------------------------------- 2022-11-23T03:01:39.2097430Z Ran 32 tests in 49.922s 2022-11-23T03:01:39.2098270Z 2022-11-23T03:01:39.2098339Z OK 2022-11-23T03:01:39.2098438Z 2022-11-23T03:01:39.2098519Z Generating XML reports... 2022-11-23T03:01:39.2098885Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123030048.xml 2022-11-23T03:01:39.2099396Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123030048.xml 2022-11-23T03:01:39.2099681Z 2022-11-23T03:01:39.2100033Z ##[endgroup] 2022-11-23T03:01:39.2100394Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_o2enqzjv) 2022-11-23T03:01:39.2100660Z 2022-11-23T03:01:39.2100782Z Running test_fake_tensor ... [2022-11-23 03:01:39.168018] 2022-11-23T03:01:39.2101224Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:01:39.168622] 2022-11-23T03:01:43.1312141Z 2022-11-23T03:01:43.1312920Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T03:01:43.1313944Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_cg_pvas7) 2022-11-23T03:01:43.1315244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:01:43.1315947Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:01:43.1316103Z 2022-11-23T03:01:43.1316181Z Running tests... 2022-11-23T03:01:43.1316499Z ---------------------------------------------------------------------- 2022-11-23T03:01:43.1316836Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T03:01:43.1317197Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.476s) 2022-11-23T03:01:43.1317548Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-11-23T03:01:43.1317909Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.030s) 2022-11-23T03:01:43.1318272Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-11-23T03:01:43.1318617Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T03:01:43.1318966Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-11-23T03:01:43.1319390Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-11-23T03:01:43.1320127Z 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-23T03:01:43.1320723Z warnings.warn(message, UserWarning) 2022-11-23T03:01:43.1320933Z ok (0.002s) 2022-11-23T03:01:43.1321183Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T03:01:43.1321501Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1321831Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1322168Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.006s) 2022-11-23T03:01:43.1322536Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1322883Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1323211Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1323547Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-11-23T03:01:43.1324350Z 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-23T03:01:43.1324957Z warnings.warn(message, UserWarning) 2022-11-23T03:01:43.1325157Z ok (0.011s) 2022-11-23T03:01:43.1325437Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T03:01:43.1325794Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.025s) 2022-11-23T03:01:43.1326153Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.122s) 2022-11-23T03:01:43.1326537Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.000s) 2022-11-23T03:01:43.1326950Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.175s) 2022-11-23T03:01:43.1327744Z 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-23T03:01:43.1328322Z warnings.warn( 2022-11-23T03:01:43.1328490Z ok (0.026s) 2022-11-23T03:01:43.1328717Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T03:01:43.1329017Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T03:01:43.1329324Z test_constructor (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T03:01:43.1329639Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1329956Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.003s) 2022-11-23T03:01:43.1330287Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T03:01:43.1330927Z 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-23T03:01:43.1331502Z warnings.warn(message, UserWarning) 2022-11-23T03:01:43.1331714Z ok (0.007s) 2022-11-23T03:01:43.1331956Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T03:01:43.1332256Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T03:01:43.1332537Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T03:01:43.1332865Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1333191Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T03:01:43.1333510Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1333860Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1334166Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T03:01:43.1334432Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T03:01:43.1334731Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T03:01:43.1335056Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.006s) 2022-11-23T03:01:43.1335380Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T03:01:43.1335710Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-11-23T03:01:43.1336043Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T03:01:43.1336405Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T03:01:43.1336694Z test_randperm (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T03:01:43.1336991Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.011s) 2022-11-23T03:01:43.1337293Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T03:01:43.1337602Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1337939Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1338261Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1338571Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1338886Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-11-23T03:01:43.1339063Z 2022-11-23T03:01:43.1339227Z ---------------------------------------------------------------------- 2022-11-23T03:01:43.1339492Z Ran 53 tests in 0.954s 2022-11-23T03:01:43.1339613Z 2022-11-23T03:01:43.1339719Z OK (skipped=13, expected failures=1) 2022-11-23T03:01:43.1339863Z 2022-11-23T03:01:43.1339955Z Generating XML reports... 2022-11-23T03:01:43.1340333Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123030141.xml 2022-11-23T03:01:43.1340919Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123030141.xml 2022-11-23T03:01:43.1341475Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123030141.xml 2022-11-23T03:01:43.1342010Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123030141.xml 2022-11-23T03:01:43.1342503Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123030141.xml 2022-11-23T03:01:43.1342752Z 2022-11-23T03:01:43.1343049Z ##[endgroup] 2022-11-23T03:01:43.1343401Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_cg_pvas7) 2022-11-23T03:01:43.1343671Z 2022-11-23T03:01:43.1343790Z Running test_fx ... [2022-11-23 03:01:43.126353] 2022-11-23T03:01:43.1344210Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:01:43.131970] 2022-11-23T03:01:55.8670273Z 2022-11-23T03:01:55.8671019Z Expand the folded group to see the log file of test_fx 2022-11-23T03:01:55.8671842Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_2rpe_dbx) 2022-11-23T03:01:55.8675846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:01:55.8676664Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:01:55.8676871Z 2022-11-23T03:01:55.8676968Z Running tests... 2022-11-23T03:01:55.8677324Z ---------------------------------------------------------------------- 2022-11-23T03:01:55.8677797Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T03:01:55.8678243Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.015s) 2022-11-23T03:01:55.8678680Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:01:55.8679094Z Test type annotations in the forward function. ... ok (0.004s) 2022-11-23T03:01:55.8679539Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.002s) 2022-11-23T03:01:55.8679984Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T03:01:55.8680738Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.002s) 2022-11-23T03:01:55.8681183Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:01:55.8681557Z Test the consistency relation. ... ok (0.001s) 2022-11-23T03:01:55.8681944Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T03:01:55.8682333Z Test the consistency relation. ... ok (0.002s) 2022-11-23T03:01:55.8682700Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-11-23T03:01:55.8683105Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T03:01:55.8683545Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T03:01:55.8683984Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T03:01:55.8684293Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-11-23T03:01:55.8684612Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-11-23T03:01:55.8684922Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T03:01:55.8685220Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-11-23T03:01:55.8685515Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T03:01:55.8685809Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.105s) 2022-11-23T03:01:55.8686210Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T03:01:55.8686502Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-11-23T03:01:55.8686805Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.014s) 2022-11-23T03:01:55.8687121Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.015s) 2022-11-23T03:01:55.8687425Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.015s) 2022-11-23T03:01:55.8687802Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T03:01:55.8688229Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T03:01:55.8688667Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.012s) 2022-11-23T03:01:55.8689087Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T03:01:55.8689474Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.013s) 2022-11-23T03:01:55.8689868Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T03:01:55.8690288Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T03:01:55.8690730Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-11-23T03:01:55.8691102Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8692042Z 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-23T03:01:55.8692888Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T03:01:55.8693120Z ok (0.006s) 2022-11-23T03:01:55.8693372Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8693749Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.016s) 2022-11-23T03:01:55.8694131Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8694497Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.007s) 2022-11-23T03:01:55.8694943Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8695325Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.011s) 2022-11-23T03:01:55.8695701Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8696069Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.011s) 2022-11-23T03:01:55.8696445Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8696805Z Test code path where placeholder comes after normal op node in FX ... ok (0.006s) 2022-11-23T03:01:55.8697138Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8697485Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-11-23T03:01:55.8697849Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8698194Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-11-23T03:01:55.8698637Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-11-23T03:01:55.8699223Z 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-23T03:01:55.8699741Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T03:01:55.8699969Z ok (0.018s) 2022-11-23T03:01:55.8700236Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8700597Z Perform constant folding conversion, from original mod to split constant ... ok (0.012s) 2022-11-23T03:01:55.8700916Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8701242Z Check that a graph with no constant folding is handled correctly. ... ok (0.006s) 2022-11-23T03:01:55.8701583Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8702111Z 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-23T03:01:55.8702594Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T03:01:55.8702820Z ok (0.008s) 2022-11-23T03:01:55.8703074Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.014s) 2022-11-23T03:01:55.8703435Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-11-23T03:01:55.8703781Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.016s) 2022-11-23T03:01:55.8704093Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8704395Z Perform constant folding with a call_module node. ... ok (0.008s) 2022-11-23T03:01:55.8704702Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T03:01:55.8705406Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.009s) 2022-11-23T03:01:55.8705746Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-11-23T03:01:55.8706134Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-11-23T03:01:55.8706533Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.009s) 2022-11-23T03:01:55.8706995Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-11-23T03:01:55.8707461Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.008s) 2022-11-23T03:01:55.8707941Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-11-23T03:01:55.8708477Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-11-23T03:01:55.8708925Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-11-23T03:01:55.8709279Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8709620Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T03:01:55.8709913Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:01:55.8710211Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:01:55.8710551Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T03:01:55.8710826Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:01:55.8711136Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T03:01:55.8711400Z return add_1 2022-11-23T03:01:55.8711639Z ok (0.005s) 2022-11-23T03:01:55.8711862Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8712197Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T03:01:55.8712465Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:01:55.8713418Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:01:55.8713734Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:01:55.8714044Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T03:01:55.8714393Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T03:01:55.8714648Z return add_1 2022-11-23T03:01:55.8714812Z ok (0.004s) 2022-11-23T03:01:55.8715043Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8715372Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T03:01:55.8715677Z %x : [#users=1] = placeholder[target=x] 2022-11-23T03:01:55.8715926Z %y : [#users=0] = placeholder[target=y] 2022-11-23T03:01:55.8716205Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T03:01:55.8716454Z return add 2022-11-23T03:01:55.8716632Z ok (0.003s) 2022-11-23T03:01:55.8716879Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8717214Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T03:01:55.8717508Z %x : [#users=1] = placeholder[target=x] 2022-11-23T03:01:55.8717796Z %y : [#users=1] = placeholder[target=y] 2022-11-23T03:01:55.8718089Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T03:01:55.8718479Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T03:01:55.8718737Z return add_1 2022-11-23T03:01:55.8718912Z ok (0.004s) 2022-11-23T03:01:55.8719141Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8719483Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T03:01:55.8719812Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T03:01:55.8720109Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T03:01:55.8720432Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T03:01:55.8720677Z return mul 2022-11-23T03:01:55.8720838Z ok (0.002s) 2022-11-23T03:01:55.8721064Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8721374Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T03:01:55.8721686Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T03:01:55.8722000Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T03:01:55.8722450Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T03:01:55.8722789Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T03:01:55.8723035Z return mul 2022-11-23T03:01:55.8723209Z ok (0.005s) 2022-11-23T03:01:55.8723428Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T03:01:55.8723715Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T03:01:55.8724047Z %x : [#users=2] = placeholder[target=x] 2022-11-23T03:01:55.8724327Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T03:01:55.8724668Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T03:01:55.8724980Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T03:01:55.8725237Z return add_1 2022-11-23T03:01:55.8725418Z ok (0.000s) 2022-11-23T03:01:55.8725628Z test_all_input_nodes (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8725908Z test_annotation_with_future (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8726655Z 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-23T03:01:55.8727323Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T03:01:55.8727564Z ok (0.039s) 2022-11-23T03:01:55.8727823Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8728162Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8728526Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8728936Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8729263Z test_args_kwargs (__main__.TestFX) ... ok (0.013s) 2022-11-23T03:01:55.8729533Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8729912Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.001s) 2022-11-23T03:01:55.8730338Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8730653Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8731027Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8731343Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8731645Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8731971Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8732298Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8732657Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:01:55.8732970Z test_autowrap_functions (__main__.TestFX) ... ok (0.093s) 2022-11-23T03:01:55.8733264Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8733556Z test_construct_root_dict (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8733825Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8734089Z test_copy_no_remap (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8734352Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8734597Z test_custom_codegen (__main__.TestFX) ... ok (0.029s) 2022-11-23T03:01:55.8734895Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8735262Z test_custom_import (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8735555Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8735887Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8736205Z test_custom_proxy_type (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8736547Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.014s) 2022-11-23T03:01:55.8736909Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.655s) 2022-11-23T03:01:55.8737308Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8737723Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-11-23T03:01:55.8738055Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8738382Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.078s) 2022-11-23T03:01:55.8738661Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8738958Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8739276Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8739553Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8739875Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8740158Z test_disallow_override (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:01:55.8740410Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8740686Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8740965Z test_erase_node_error (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8741248Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8741516Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8741800Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.019s) 2022-11-23T03:01:55.8742076Z test_fn_type_annotations (__main__.TestFX) ... ok (0.047s) 2022-11-23T03:01:55.8742349Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8742612Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8742899Z test_fx_shifts (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8743196Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8743465Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.140s) 2022-11-23T03:01:55.8743860Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.001s) 2022-11-23T03:01:55.8744370Z 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-23T03:01:55.8744839Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:01:55.8745390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:01:55.8745830Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:01:55.8746598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:01:55.8747302Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:01:55.8747507Z ok (4.136s) 2022-11-23T03:01:55.8747756Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8748033Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8748385Z test_graph_module (__main__.TestFX) ... ok (0.051s) 2022-11-23T03:01:55.8748704Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8749062Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8749446Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8749750Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8750092Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8750457Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8750922Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8751365Z test_imul_code_print (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8751747Z test_inf_nan (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8752149Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8752579Z test_inline_graph (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8753019Z test_insertion_point (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8753463Z test_interpreter (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8753916Z test_interpreter_default_args (__main__.TestFX) ... ok (0.013s) 2022-11-23T03:01:55.8754581Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T03:01:55.8755150Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T03:01:55.8755778Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8756286Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8756759Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8757235Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8757718Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8758233Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8758654Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8759075Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8759508Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8759972Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8760439Z test_move_before (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8760890Z test_multi_insert_point (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8761340Z test_multiple_default_args (__main__.TestFX) ... ok (0.011s) 2022-11-23T03:01:55.8761825Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8762290Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8762727Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8763300Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.005s) 2022-11-23T03:01:55.8763878Z test_no_mutation (__main__.TestFX) ... ok (0.002s) 2022-11-23T03:01:55.8764320Z test_node_tagging (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8764835Z test_nonetype_annotation (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8765872Z 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-23T03:01:55.8766823Z warnings.warn( 2022-11-23T03:01:55.8767014Z 2022-11-23T03:01:55.8767022Z 2022-11-23T03:01:55.8767030Z 2022-11-23T03:01:55.8767180Z def forward(self, x, y_1): 2022-11-23T03:01:55.8767714Z eq = y_1 == True; y_1 = None 2022-11-23T03:01:55.8768161Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T03:01:55.8768468Z mul = 2 * x; x = None 2022-11-23T03:01:55.8768666Z return mul 2022-11-23T03:01:55.8768842Z 2022-11-23T03:01:55.8769014Z ok (0.008s) 2022-11-23T03:01:55.8769247Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8769546Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8769854Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8770243Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8770817Z 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-23T03:01:55.8771358Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T03:01:55.8771650Z ok (0.000s) 2022-11-23T03:01:55.8771864Z test_pretty_print (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8772146Z test_pretty_print_graph (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8772433Z test_pretty_print_node (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8772807Z test_pretty_print_targets (__main__.TestFX) ... ok (0.015s) 2022-11-23T03:01:55.8773115Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8773377Z test_pytree (__main__.TestFX) ... ok (0.122s) 2022-11-23T03:01:55.8773650Z test_pytree_concrete (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8773941Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8774243Z test_regular_and_default_args (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8774523Z test_remove_uses (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8774818Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8775091Z test_replace_input (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8775390Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T03:01:55.8775674Z test_reserved_getattr (__main__.TestFX) 2022-11-23T03:01:55.8775985Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.000s) 2022-11-23T03:01:55.8776361Z test_return_tuple (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8776639Z test_return_type_exists (__main__.TestFX) ... ok (0.020s) 2022-11-23T03:01:55.8776957Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8777250Z test_script_tensor_constant (__main__.TestFX) ... ok (0.036s) 2022-11-23T03:01:55.8777529Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8777816Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8778108Z test_shape_prop_layout (__main__.TestFX) ... ok (0.037s) 2022-11-23T03:01:55.8778390Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.560s) 2022-11-23T03:01:55.8778656Z test_single_default_arg (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:01:55.8778924Z test_snake_case (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8779175Z test_sqrt (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8779432Z test_stack_traces (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8779728Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8780014Z test_string_literal_return (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8780318Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.020s) 2022-11-23T03:01:55.8780621Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.024s) 2022-11-23T03:01:55.8780918Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8781211Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8781585Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8781858Z test_tensor_constant (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8782136Z test_throw_out_variant (__main__.TestFX) ... ok (0.014s) 2022-11-23T03:01:55.8782468Z test_torch_custom_ops (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8782752Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8783473Z 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-23T03:01:55.8784135Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T03:01:55.8784383Z ok (0.034s) 2022-11-23T03:01:55.8784607Z test_torch_op_overloads (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8785124Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.011s) 2022-11-23T03:01:55.8785723Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-11-23T03:01:55.8786172Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T03:01:55.8786496Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8786787Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8787075Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8787333Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8787624Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T03:01:55.8787868Z ok (0.008s) 2022-11-23T03:01:55.8788143Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.017s) 2022-11-23T03:01:55.8788474Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8788832Z test_transformer_noop (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8789102Z test_transformer_op_swap (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8789446Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.016s) 2022-11-23T03:01:55.8789728Z test_typename_print (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8789995Z test_unpack (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8790277Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8790556Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8790843Z test_update_args_api (__main__.TestFX) ... ok (0.005s) 2022-11-23T03:01:55.8791144Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8791446Z test_update_kwargs_api (__main__.TestFX) ... ok (0.004s) 2022-11-23T03:01:55.8791763Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.029s) 2022-11-23T03:01:55.8792111Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.032s) 2022-11-23T03:01:55.8792387Z test_wrap (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8792668Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.010s) 2022-11-23T03:01:55.8792966Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8793251Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.000s) 2022-11-23T03:01:55.8793531Z test_wrapped_method (__main__.TestFX) ... ok (0.016s) 2022-11-23T03:01:55.8793808Z test_wrapped_retrace (__main__.TestFX) ... ok (0.009s) 2022-11-23T03:01:55.8794074Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.006s) 2022-11-23T03:01:55.8794396Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.007s) 2022-11-23T03:01:55.8794799Z test_wrong_target_type (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8795093Z test_wrong_topo (__main__.TestFX) ... ok (0.003s) 2022-11-23T03:01:55.8795416Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T03:01:55.8795825Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-11-23T03:01:55.8796161Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T03:01:55.8796514Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-11-23T03:01:55.8796881Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.000s) 2022-11-23T03:01:55.8797271Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:01:55.8797658Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8798035Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8798414Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8798802Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T03:01:55.8799242Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8799637Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8800021Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8800406Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8800782Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8801179Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8801550Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:01:55.8801969Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:01:55.8802319Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8802671Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8803024Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8803391Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8803766Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8804137Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8804477Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8804832Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8805188Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8805531Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:01:55.8805850Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8806191Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8806549Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8806922Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8807346Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8807727Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T03:01:55.8808218Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8808571Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8808935Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8809289Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8809643Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8809998Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8810345Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8810670Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8811007Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:01:55.8811354Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8811717Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:01:55.8812093Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8812508Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8812875Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8813258Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8813719Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:01:55.8814179Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8814570Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8814924Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8815262Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:01:55.8815592Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8815956Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8816317Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:01:55.8816680Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8817043Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8817401Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8817757Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T03:01:55.8818093Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8818458Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8818830Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8819191Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8819606Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8819959Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8820343Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8820695Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8821044Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8821455Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8821802Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8822162Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8822512Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:01:55.8822865Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8823218Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8823565Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8823927Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8824298Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8824668Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8825100Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8825475Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8825964Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8826384Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8826761Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T03:01:55.8827120Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8827459Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8827804Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8828152Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.013s) 2022-11-23T03:01:55.8828528Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:01:55.8828909Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8829285Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8829678Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8830043Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8830405Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8830753Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T03:01:55.8831108Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8831451Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:01:55.8831847Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T03:01:55.8832204Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8832613Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8832981Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8833348Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8833701Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8834044Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8834384Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8834758Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T03:01:55.8835093Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.007s) 2022-11-23T03:01:55.8835431Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8835773Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8836111Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8836447Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8836775Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8837138Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8837491Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8837837Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T03:01:55.8838240Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8838595Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8838986Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8839390Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T03:01:55.8839763Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8840158Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8840536Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T03:01:55.8841136Z 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-23T03:01:55.8841771Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:01:55.8842075Z ok (0.003s) 2022-11-23T03:01:55.8842603Z 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-23T03:01:55.8843264Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:01:55.8843577Z ok (0.003s) 2022-11-23T03:01:55.8844108Z 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-23T03:01:55.8844811Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:01:55.8845167Z ok (0.003s) 2022-11-23T03:01:55.8845411Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8845713Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-11-23T03:01:55.8846039Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8846394Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-11-23T03:01:55.8846738Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8847052Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-11-23T03:01:55.8847367Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8847630Z Tests error catching + debug ... ok (0.003s) 2022-11-23T03:01:55.8847930Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8848311Z Tests the construction of constraints ... ok (0.000s) 2022-11-23T03:01:55.8848610Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T03:01:55.8848936Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-11-23T03:01:55.8849333Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T03:01:55.8849752Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-11-23T03:01:55.8850179Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T03:01:55.8850669Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:01:55.8851162Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-11-23T03:01:55.8851621Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:01:55.8852106Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:01:55.8852641Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T03:01:55.8853077Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T03:01:55.8853502Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:01:55.8853941Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:01:55.8854432Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.015s) 2022-11-23T03:01:55.8854909Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T03:01:55.8855294Z This tests that a placeholder Node can be matched to a Node with ... ok (0.010s) 2022-11-23T03:01:55.8855684Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:01:55.8856138Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:01:55.8856650Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T03:01:55.8857126Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:01:55.8857652Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-11-23T03:01:55.8858114Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:01:55.8858555Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T03:01:55.8858999Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-11-23T03:01:55.8859448Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T03:01:55.8859889Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T03:01:55.8860266Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-11-23T03:01:55.8860636Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.010s) 2022-11-23T03:01:55.8861014Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8862104Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8862471Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T03:01:55.8862890Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:01:55.8863247Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:01:55.8863678Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T03:01:55.8864045Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T03:01:55.8864424Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T03:01:55.8864804Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:01:55.8865289Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T03:01:55.8865652Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T03:01:55.8865986Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:01:55.8866351Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.076s) 2022-11-23T03:01:55.8866804Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-11-23T03:01:55.8867180Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.064s) 2022-11-23T03:01:55.8867535Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T03:01:55.8867885Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8868219Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-11-23T03:01:55.8868584Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8869016Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8869409Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T03:01:55.8869848Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T03:01:55.8870212Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:01:55.8870621Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-11-23T03:01:55.8871011Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T03:01:55.8871377Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T03:01:55.8871743Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.029s) 2022-11-23T03:01:55.8872126Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T03:01:55.8872494Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-11-23T03:01:55.8872695Z 2022-11-23T03:01:55.8872855Z ---------------------------------------------------------------------- 2022-11-23T03:01:55.8873119Z Ran 419 tests in 8.375s 2022-11-23T03:01:55.8873240Z 2022-11-23T03:01:55.8873303Z OK (skipped=10) 2022-11-23T03:01:55.8873419Z 2022-11-23T03:01:55.8873510Z Generating XML reports... 2022-11-23T03:01:55.8873894Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123030146.xml 2022-11-23T03:01:55.8874406Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123030146.xml 2022-11-23T03:01:55.8874908Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123030146.xml 2022-11-23T03:01:55.8875538Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123030146.xml 2022-11-23T03:01:55.8876159Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123030146.xml 2022-11-23T03:01:55.8876701Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123030146.xml 2022-11-23T03:01:55.8877133Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123030146.xml 2022-11-23T03:01:55.8877623Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123030146.xml 2022-11-23T03:01:55.8878149Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123030146.xml 2022-11-23T03:01:55.8878655Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123030146.xml 2022-11-23T03:01:55.8879196Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123030146.xml 2022-11-23T03:01:55.8879738Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123030146.xml 2022-11-23T03:01:55.8880008Z 2022-11-23T03:01:55.8880414Z ##[endgroup] 2022-11-23T03:01:55.8880761Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_2rpe_dbx) 2022-11-23T03:01:55.8881008Z 2022-11-23T03:01:55.8881126Z Running test_indexing ... [2022-11-23 03:01:55.859110] 2022-11-23T03:01:55.8881603Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:01:55.869841] 2022-11-23T03:01:59.0524037Z 2022-11-23T03:01:59.0524889Z Expand the folded group to see the log file of test_indexing 2022-11-23T03:01:59.0525812Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_tstrxtpz) 2022-11-23T03:01:59.0526700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:01:59.0527513Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:01:59.0527659Z 2022-11-23T03:01:59.0527743Z Running tests... 2022-11-23T03:01:59.0528017Z ---------------------------------------------------------------------- 2022-11-23T03:01:59.0528204Z 2022-11-23T03:01:59.0528359Z ---------------------------------------------------------------------- 2022-11-23T03:01:59.0528610Z Ran 0 tests in 0.000s 2022-11-23T03:01:59.0528736Z 2022-11-23T03:01:59.0528803Z OK 2022-11-23T03:01:59.0528899Z 2022-11-23T03:01:59.0528991Z Generating XML reports... 2022-11-23T03:01:59.0529269Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T03:01:59.0529468Z 2022-11-23T03:01:59.0529703Z ##[endgroup] 2022-11-23T03:01:59.0530070Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_tstrxtpz) 2022-11-23T03:01:59.0530336Z 2022-11-23T03:01:59.0530467Z Running test_jit_cuda_fuser ... [2022-11-23 03:01:59.052742] 2022-11-23T03:01:59.0536008Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:01:59.053343] 2022-11-23T03:02:04.2480211Z 2022-11-23T03:02:04.2482249Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-11-23T03:02:04.2483885Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_r2a1649w) 2022-11-23T03:02:04.2488829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:04.2489917Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:04.2490125Z 2022-11-23T03:02:04.2490240Z Running tests... 2022-11-23T03:02:04.2490584Z ---------------------------------------------------------------------- 2022-11-23T03:02:04.2491096Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-11-23T03:02:04.2491622Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2492037Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2492391Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2492872Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-11-23T03:02:04.2493505Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2493920Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2494359Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2494750Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2495154Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2495541Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2495916Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2496345Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2496770Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-11-23T03:02:04.2506163Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2506582Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2506948Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2507381Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-11-23T03:02:04.2507791Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2508135Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2508465Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2508800Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2509134Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2509472Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2509853Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-11-23T03:02:04.2510308Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-11-23T03:02:04.2510732Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2511115Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2511735Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2512102Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T03:02:04.2512500Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2512824Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T03:02:04.2513132Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2513466Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2513815Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2514138Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2514475Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2514807Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2515144Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2515475Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T03:02:04.2515889Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2516256Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.000s) 2022-11-23T03:02:04.2516609Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2516992Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2517358Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2517710Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2518132Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.000s) 2022-11-23T03:02:04.2518506Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2518915Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.011s) 2022-11-23T03:02:04.2519278Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2519609Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2519928Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2520263Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2520640Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-11-23T03:02:04.2520993Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2521308Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T03:02:04.2521668Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2522009Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2522317Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2522630Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2522954Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2523282Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2523632Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2524032Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2524409Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2524724Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2525102Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2525444Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2525795Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2526132Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2526535Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2526873Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2527226Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T03:02:04.2527575Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2527919Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2528326Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-11-23T03:02:04.2528708Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T03:02:04.2529071Z test_no_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2529372Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2529686Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2530022Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2530353Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T03:02:04.2530731Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2531102Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2531433Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2531823Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2532228Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2532602Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2532960Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2533345Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2533744Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.011s) 2022-11-23T03:02:04.2534131Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2534481Z test_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2534834Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2535181Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2535539Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2535932Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-11-23T03:02:04.2536319Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2536771Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2537141Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2537486Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2537840Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2538195Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2538552Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2538903Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2539250Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2539588Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2539911Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2540241Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2540567Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2541621Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2542017Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2542443Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-11-23T03:02:04.2542885Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2543243Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2543662Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2544017Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2544351Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2544666Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2544992Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2545437Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:02:04.2545778Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-11-23T03:02:04.2546108Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2546492Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:04.2546928Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.003s) 2022-11-23T03:02:04.2547371Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:04.2547743Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2548066Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2548388Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2548756Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.006s) 2022-11-23T03:02:04.2549117Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2549478Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2549949Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2550271Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2550600Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2550942Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2551285Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2551621Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2551944Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T03:02:04.2552276Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2552603Z test_transpose (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2552940Z test_transpose_default (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2553278Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2553608Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2553923Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2554310Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2554635Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.010s) 2022-11-23T03:02:04.2555012Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-11-23T03:02:04.2555430Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2555767Z test_variance_profiling (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2556185Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T03:02:04.2556531Z test_view_before_permute (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2556923Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.000s) 2022-11-23T03:02:04.2557428Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-11-23T03:02:04.2557871Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.010s) 2022-11-23T03:02:04.2558253Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2558647Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-11-23T03:02:04.2559019Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.677s) 2022-11-23T03:02:04.2559370Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.086s) 2022-11-23T03:02:04.2559566Z 2022-11-23T03:02:04.2559727Z ---------------------------------------------------------------------- 2022-11-23T03:02:04.2559993Z Ran 158 tests in 0.968s 2022-11-23T03:02:04.2560115Z 2022-11-23T03:02:04.2560192Z OK (skipped=155) 2022-11-23T03:02:04.2560312Z 2022-11-23T03:02:04.2560407Z Generating XML reports... 2022-11-23T03:02:04.2560818Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20221123030202.xml 2022-11-23T03:02:04.2561409Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20221123030202.xml 2022-11-23T03:02:04.2561933Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20221123030202.xml 2022-11-23T03:02:04.2562227Z 2022-11-23T03:02:04.2562582Z ##[endgroup] 2022-11-23T03:02:04.2563040Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_cuda_fuser_r2a1649w) 2022-11-23T03:02:04.2563314Z 2022-11-23T03:02:04.2563437Z Running test_jit_disabled ... [2022-11-23 03:02:04.249402] 2022-11-23T03:02:04.2563875Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:04.250002] 2022-11-23T03:02:07.7926709Z 2022-11-23T03:02:07.7927418Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T03:02:07.7928305Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_vep83fib) 2022-11-23T03:02:07.7929192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:07.7929898Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:07.7930051Z 2022-11-23T03:02:07.7930130Z Running tests... 2022-11-23T03:02:07.7930400Z ---------------------------------------------------------------------- 2022-11-23T03:02:07.7930966Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T03:02:07.7931287Z test_attribute (__main__.TestJitDisabled) ... ok (0.626s) 2022-11-23T03:02:07.7931589Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.120s) 2022-11-23T03:02:07.7931915Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.119s) 2022-11-23T03:02:07.7932098Z 2022-11-23T03:02:07.7932254Z ---------------------------------------------------------------------- 2022-11-23T03:02:07.7932518Z Ran 3 tests in 0.860s 2022-11-23T03:02:07.7932641Z 2022-11-23T03:02:07.7932705Z OK 2022-11-23T03:02:07.7932801Z 2022-11-23T03:02:07.7932882Z Generating XML reports... 2022-11-23T03:02:07.7933253Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123030206.xml 2022-11-23T03:02:07.7933517Z 2022-11-23T03:02:07.7933754Z ##[endgroup] 2022-11-23T03:02:07.7934127Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_vep83fib) 2022-11-23T03:02:07.7934394Z 2022-11-23T03:02:07.7934511Z Running test_linalg ... [2022-11-23 03:02:07.790955] 2022-11-23T03:02:07.7937950Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:07.790955] 2022-11-23T03:02:11.0796404Z 2022-11-23T03:02:11.0796885Z Expand the folded group to see the log file of test_linalg 2022-11-23T03:02:11.0797615Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_p6f_qedq) 2022-11-23T03:02:11.0798509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:11.0799190Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:11.0799344Z 2022-11-23T03:02:11.0799423Z Running tests... 2022-11-23T03:02:11.0799696Z ---------------------------------------------------------------------- 2022-11-23T03:02:11.0799880Z 2022-11-23T03:02:11.0800032Z ---------------------------------------------------------------------- 2022-11-23T03:02:11.0800284Z Ran 0 tests in 0.000s 2022-11-23T03:02:11.0800403Z 2022-11-23T03:02:11.0800466Z OK 2022-11-23T03:02:11.0800765Z 2022-11-23T03:02:11.0800846Z Generating XML reports... 2022-11-23T03:02:11.0801134Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T03:02:11.0801325Z 2022-11-23T03:02:11.0801556Z ##[endgroup] 2022-11-23T03:02:11.0801903Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_p6f_qedq) 2022-11-23T03:02:11.0802161Z 2022-11-23T03:02:11.0802299Z Running test_mobile_optimizer ... [2022-11-23 03:02:11.070553] 2022-11-23T03:02:11.0808058Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:11.080607] 2022-11-23T03:02:15.7850603Z 2022-11-23T03:02:15.7851160Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T03:02:15.7851961Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_x6sc_hga) 2022-11-23T03:02:15.7852930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:15.7853894Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:15.7854051Z 2022-11-23T03:02:15.7854131Z Running tests... 2022-11-23T03:02:15.7854403Z ---------------------------------------------------------------------- 2022-11-23T03:02:15.7854764Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T03:02:15.7855115Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.145s) 2022-11-23T03:02:15.7855754Z 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-23T03:02:15.7856345Z warnings.warn(message, UserWarning) 2022-11-23T03:02:15.7856559Z ok (0.044s) 2022-11-23T03:02:15.7856814Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.005s) 2022-11-23T03:02:15.7857172Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-11-23T03:02:15.7857511Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.630s) 2022-11-23T03:02:15.7857835Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.115s) 2022-11-23T03:02:15.7858157Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.004s) 2022-11-23T03:02:15.7858335Z 2022-11-23T03:02:15.7858492Z ---------------------------------------------------------------------- 2022-11-23T03:02:15.7858811Z Ran 7 tests in 1.953s 2022-11-23T03:02:15.7858932Z 2022-11-23T03:02:15.7859008Z OK (skipped=1) 2022-11-23T03:02:15.7859118Z 2022-11-23T03:02:15.7859262Z Generating XML reports... 2022-11-23T03:02:15.7859632Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123030213.xml 2022-11-23T03:02:15.7859890Z 2022-11-23T03:02:15.7860118Z ##[endgroup] 2022-11-23T03:02:15.7860491Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_x6sc_hga) 2022-11-23T03:02:15.7860775Z 2022-11-23T03:02:15.7860896Z Running test_modules ... [2022-11-23 03:02:15.785297] 2022-11-23T03:02:15.7867576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:15.786538] 2022-11-23T03:02:19.8045756Z 2022-11-23T03:02:19.8046248Z Expand the folded group to see the log file of test_modules 2022-11-23T03:02:19.8047222Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_51jer0cq) 2022-11-23T03:02:19.8048105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:19.8048797Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:19.8049022Z 2022-11-23T03:02:19.8049104Z Running tests... 2022-11-23T03:02:19.8049375Z ---------------------------------------------------------------------- 2022-11-23T03:02:19.8049611Z 2022-11-23T03:02:19.8049771Z ---------------------------------------------------------------------- 2022-11-23T03:02:19.8050013Z Ran 0 tests in 0.000s 2022-11-23T03:02:19.8050134Z 2022-11-23T03:02:19.8050197Z OK 2022-11-23T03:02:19.8050292Z 2022-11-23T03:02:19.8050385Z Generating XML reports... 2022-11-23T03:02:19.8050677Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T03:02:19.8050867Z 2022-11-23T03:02:19.8051095Z ##[endgroup] 2022-11-23T03:02:19.8051546Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_51jer0cq) 2022-11-23T03:02:19.8051803Z 2022-11-23T03:02:19.8051937Z Running test_multiprocessing ... [2022-11-23 03:02:19.804953] 2022-11-23T03:02:19.8057429Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:19.805554] 2022-11-23T03:02:42.4652813Z 2022-11-23T03:02:42.4653308Z Expand the folded group to see the log file of test_multiprocessing 2022-11-23T03:02:42.4654136Z ##[group]PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_2z5dkbtl) 2022-11-23T03:02:42.4655146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4655838Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4657053Z 2022-11-23T03:02:42.4657288Z Running tests... 2022-11-23T03:02:42.4657636Z ---------------------------------------------------------------------- 2022-11-23T03:02:42.4658013Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-11-23T03:02:42.4658440Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.003s) 2022-11-23T03:02:42.4659024Z 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-23T03:02:42.4660182Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4660694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4661139Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4661583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4661982Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4662415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4663058Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4663497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4663905Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4664340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4664763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4665764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4666672Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4667634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4668312Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4669093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4669765Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4669981Z ok (2.859s) 2022-11-23T03:02:42.4670284Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.000s) 2022-11-23T03:02:42.4670702Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T03:02:42.4671099Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T03:02:42.4671502Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.010s) 2022-11-23T03:02:42.4671896Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:02:42.4672270Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T03:02:42.4672648Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-11-23T03:02:42.4673027Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4673375Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T03:02:42.4673696Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.005s) 2022-11-23T03:02:42.4674066Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-11-23T03:02:42.4674443Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4674819Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4675210Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4675586Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4676044Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4676747Z 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.001s) 2022-11-23T03:02:42.4677706Z 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-23T03:02:42.4678303Z warnings.warn(message, UserWarning) 2022-11-23T03:02:42.4678520Z ok (0.094s) 2022-11-23T03:02:42.4679112Z 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.000s) 2022-11-23T03:02:42.4679836Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.000s) 2022-11-23T03:02:42.4680182Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T03:02:42.4680820Z 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-23T03:02:42.4681442Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.100s) 2022-11-23T03:02:42.4682099Z 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.000s) 2022-11-23T03:02:42.4682926Z 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-23T03:02:42.4683376Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4683811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4684253Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4685017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4685702Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4685959Z test_inherit_tensor: SubProcess too slow 2022-11-23T03:02:42.4686170Z ok (2.003s) 2022-11-23T03:02:42.4686620Z 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-23T03:02:42.4687118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4687599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4688030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4688781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4689470Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4689689Z ok (2.649s) 2022-11-23T03:02:42.4690019Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-11-23T03:02:42.4690394Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-11-23T03:02:42.4690722Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-11-23T03:02:42.4691249Z 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-23T03:02:42.4691768Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4692198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4692632Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4693390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4694077Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4694486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4694886Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4695313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4695738Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4696491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4697167Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4697382Z ok (4.470s) 2022-11-23T03:02:42.4697683Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-11-23T03:02:42.4698055Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-11-23T03:02:42.4698818Z 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 0x000002B625830B80> 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-23T03:02:42.4699587Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T03:02:42.4700007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4700416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4700846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4701280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4702046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4702735Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4702954Z ok (2.579s) 2022-11-23T03:02:42.4703707Z 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 0x000002B6240205E0> 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-23T03:02:42.4704404Z warnings.warn("backward hook {} on tensor will not be " 2022-11-23T03:02:42.4704814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4705223Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4705653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4706092Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4706851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4707656Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4708063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:02:42.4708474Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:02:42.4708889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:02:42.4709323Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:02:42.4710080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:02:42.4710761Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:02:42.4710976Z ok (5.178s) 2022-11-23T03:02:42.4711293Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.001s) 2022-11-23T03:02:42.4711527Z 2022-11-23T03:02:42.4711686Z ---------------------------------------------------------------------- 2022-11-23T03:02:42.4712017Z Ran 37 tests in 19.969s 2022-11-23T03:02:42.4712126Z 2022-11-23T03:02:42.4712207Z OK (skipped=24) 2022-11-23T03:02:42.4712326Z 2022-11-23T03:02:42.4712423Z Generating XML reports... 2022-11-23T03:02:42.4712824Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20221123030222.xml 2022-11-23T03:02:42.4713112Z 2022-11-23T03:02:42.4713458Z ##[endgroup] 2022-11-23T03:02:42.4713853Z FINISHED PRINTING LOG FILE of test_multiprocessing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_2z5dkbtl) 2022-11-23T03:02:42.4714140Z 2022-11-23T03:02:42.4714300Z Running test_multiprocessing_spawn ... [2022-11-23 03:02:42.466599] 2022-11-23T03:02:42.4714747Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:42.466599] 2022-11-23T03:03:09.5235685Z 2022-11-23T03:03:09.5236459Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T03:03:09.5237404Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_mc7virri) 2022-11-23T03:03:09.5238591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5239291Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5241317Z 2022-11-23T03:03:09.5242347Z Running tests... 2022-11-23T03:03:09.5242729Z ---------------------------------------------------------------------- 2022-11-23T03:03:09.5243120Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T03:03:09.5243678Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.476s) 2022-11-23T03:03:09.5244176Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5244635Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5245013Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5245356Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5246014Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:03:09.5246405Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-11-23T03:03:09.5246763Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5247135Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T03:03:09.5247714Z 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-23T03:03:09.5248333Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5248928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5249545Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5250109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5250575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5250995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5251589Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5252351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5253126Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5253821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5254507Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5254721Z ok (2.710s) 2022-11-23T03:03:09.5255236Z 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-23T03:03:09.5255753Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5256213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5256651Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5257399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5258074Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5258276Z ok (2.503s) 2022-11-23T03:03:09.5258690Z 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-23T03:03:09.5259138Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5259560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5259979Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5260412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5260814Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5261222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5261698Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5262507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5263181Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5263889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5265240Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5265651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5266058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5266486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5266911Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5267714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5268623Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5269035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5269439Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5269858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5270278Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5271025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5271697Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5271911Z ok (5.392s) 2022-11-23T03:03:09.5272315Z 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-23T03:03:09.5272763Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5273184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5273665Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5274103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5274556Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5274982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5275387Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5276134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5276863Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5277569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5278244Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5278455Z ok (2.670s) 2022-11-23T03:03:09.5278681Z test_signal_raises (__main__.SpawnTest) ... ok (0.000s) 2022-11-23T03:03:09.5279305Z 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-23T03:03:09.5280140Z 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-23T03:03:09.5280659Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5281125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5281552Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5282298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5282980Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5283382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5283787Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5284215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5284635Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5285383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5286109Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5286365Z ok (2.720s) 2022-11-23T03:03:09.5286782Z 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-23T03:03:09.5287235Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5287658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5288081Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5288508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5288914Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5289378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5289801Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5290553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5291227Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5291983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5292721Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5292933Z ok (2.718s) 2022-11-23T03:03:09.5293395Z 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-23T03:03:09.5293848Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5294260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5294689Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5295123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5295535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5295958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5296383Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5297139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5297866Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5298632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5299321Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5299526Z ok (2.730s) 2022-11-23T03:03:09.5299935Z 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-23T03:03:09.5300385Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5300808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5301233Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5302047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5302724Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5303123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:03:09.5303514Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:03:09.5303994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:03:09.5304472Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:03:09.5305281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:09.5305953Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:09.5306163Z ok (2.372s) 2022-11-23T03:03:09.5306270Z 2022-11-23T03:03:09.5306432Z ---------------------------------------------------------------------- 2022-11-23T03:03:09.5306689Z Ran 19 tests in 24.297s 2022-11-23T03:03:09.5306808Z 2022-11-23T03:03:09.5306870Z OK (skipped=9) 2022-11-23T03:03:09.5306985Z 2022-11-23T03:03:09.5307082Z Generating XML reports... 2022-11-23T03:03:09.5307449Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123030244.xml 2022-11-23T03:03:09.5307941Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123030244.xml 2022-11-23T03:03:09.5308554Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123030244.xml 2022-11-23T03:03:09.5308811Z 2022-11-23T03:03:09.5309171Z ##[endgroup] 2022-11-23T03:03:09.5309621Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_mc7virri) 2022-11-23T03:03:09.5309932Z 2022-11-23T03:03:09.5310083Z Running test_namedtuple_return_api ... [2022-11-23 03:03:09.525011] 2022-11-23T03:03:09.5310590Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:03:09.525614] 2022-11-23T03:03:14.3373423Z 2022-11-23T03:03:14.3373909Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T03:03:14.3374743Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_73wtlvs0) 2022-11-23T03:03:14.3375816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:03:14.3376660Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:03:14.3376816Z 2022-11-23T03:03:14.3376931Z Running tests... 2022-11-23T03:03:14.3377200Z ---------------------------------------------------------------------- 2022-11-23T03:03:14.3377570Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-11-23T03:03:14.3378149Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.442s) 2022-11-23T03:03:14.3378725Z 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-23T03:03:14.3379270Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:03:14.3379548Z Q, R = torch.qr(A, some) 2022-11-23T03:03:14.3379754Z should be replaced with 2022-11-23T03:03:14.3380194Z 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-23T03:03:14.3380606Z ret1 = func(a, *op.input) 2022-11-23T03:03:14.3381051Z 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-23T03:03:14.3381545Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:03:14.3381806Z Q, R = torch.qr(A, some) 2022-11-23T03:03:14.3382010Z should be replaced with 2022-11-23T03:03:14.3382534Z 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-23T03:03:14.3382956Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T03:03:14.3383428Z 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-23T03:03:14.3383995Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T03:03:14.3384328Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:03:14.3384549Z should be replaced with 2022-11-23T03:03:14.3384808Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:03:14.3385034Z and 2022-11-23T03:03:14.3385239Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:03:14.3385464Z should be replaced with 2022-11-23T03:03:14.3385885Z 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-23T03:03:14.3386289Z ret1 = func(a, *op.input) 2022-11-23T03:03:14.3386739Z 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-23T03:03:14.3387308Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T03:03:14.3387653Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:03:14.3387873Z should be replaced with 2022-11-23T03:03:14.3388120Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:03:14.3388346Z and 2022-11-23T03:03:14.3388645Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:03:14.3388872Z should be replaced with 2022-11-23T03:03:14.3389298Z 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-23T03:03:14.3389729Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T03:03:14.3390212Z 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-23T03:03:14.3390779Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T03:03:14.3391179Z X = torch.triangular_solve(B, A).solution 2022-11-23T03:03:14.3391405Z should be replaced with 2022-11-23T03:03:14.3391819Z 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-23T03:03:14.3392214Z ret1 = func(a, *op.input) 2022-11-23T03:03:14.3392698Z 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-23T03:03:14.3393170Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T03:03:14.3393381Z should be replaced with 2022-11-23T03:03:14.3393632Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T03:03:14.3393852Z and 2022-11-23T03:03:14.3394082Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T03:03:14.3394329Z should be replaced with 2022-11-23T03:03:14.3394749Z 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-23T03:03:14.3395165Z ret1 = func(a, *op.input) 2022-11-23T03:03:14.3395359Z ok (0.029s) 2022-11-23T03:03:14.3395614Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.603s) 2022-11-23T03:03:14.3395796Z 2022-11-23T03:03:14.3396651Z ---------------------------------------------------------------------- 2022-11-23T03:03:14.3396926Z Ran 3 tests in 2.062s 2022-11-23T03:03:14.3397049Z 2022-11-23T03:03:14.3397099Z OK 2022-11-23T03:03:14.3397196Z 2022-11-23T03:03:14.3397289Z Generating XML reports... 2022-11-23T03:03:14.3397681Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221123030311.xml 2022-11-23T03:03:14.3397960Z 2022-11-23T03:03:14.3398242Z ##[endgroup] 2022-11-23T03:03:14.3398633Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_73wtlvs0) 2022-11-23T03:03:14.3398933Z 2022-11-23T03:03:14.3399051Z Running test_nn ... [2022-11-23 03:03:14.330459] 2022-11-23T03:03:14.3399456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:03:14.330459] 2022-11-23T03:04:11.5133732Z 2022-11-23T03:04:11.5134426Z Expand the folded group to see the log file of test_nn 2022-11-23T03:04:11.5135204Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_4388wuaf) 2022-11-23T03:04:11.5158289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:11.5159024Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:11.5159189Z 2022-11-23T03:04:11.5159274Z Running tests... 2022-11-23T03:04:11.5161132Z ---------------------------------------------------------------------- 2022-11-23T03:04:11.5161540Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T03:04:11.5162954Z test_add_relu (__main__.TestAddRelu) ... ok (0.004s) 2022-11-23T03:04:11.5163281Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.002s) 2022-11-23T03:04:11.5163617Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-11-23T03:04:11.5163962Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.002s) 2022-11-23T03:04:11.5164306Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-11-23T03:04:11.5164647Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.443s) 2022-11-23T03:04:11.5165209Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.003s) 2022-11-23T03:04:11.5165606Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.002s) 2022-11-23T03:04:11.5166517Z 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-23T03:04:11.5167426Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:04:11.5167723Z ok (0.003s) 2022-11-23T03:04:11.5168016Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-11-23T03:04:11.5168398Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T03:04:11.5168798Z This test is to test when multiple forward hook functions can be registered ... ok (0.006s) 2022-11-23T03:04:11.5169314Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T03:04:11.5169831Z This test is to test when multiple pre-forward hook functions can be ... ok (0.000s) 2022-11-23T03:04:11.5170510Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-11-23T03:04:11.5171038Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-11-23T03:04:11.5171680Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.024s) 2022-11-23T03:04:11.5172072Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.063s) 2022-11-23T03:04:11.5172416Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5172801Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5173262Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5173668Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5174195Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5174695Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5175183Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5175674Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5176105Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5176611Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5177144Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5177616Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5178096Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5178513Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5178862Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5179279Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5179642Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5180128Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5180874Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5182346Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5182924Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5183431Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5183968Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5184512Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5185117Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5185837Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.091s) 2022-11-23T03:04:11.5186379Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5186882Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5187377Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5187891Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5188635Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5189222Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5189933Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5190297Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5190726Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5191216Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5191664Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5192224Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5192722Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5193220Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5193715Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5194235Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5194744Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5195244Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5195791Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5196282Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5196794Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5197346Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5197922Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5198492Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5199027Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5199494Z test_AvgPool1d (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5199947Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5200404Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5200864Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5201524Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5201987Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5202449Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5202942Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5203418Z test_AvgPool2d (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5203884Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5204389Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5204969Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5205515Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5206099Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5206664Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5207258Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5223226Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5224117Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5224663Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5225190Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5225703Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5226186Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5226670Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5227130Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5227583Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5228073Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5228558Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5229016Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5229418Z test_AvgPool3d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5229841Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5230259Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5230696Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5231244Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5231697Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5232185Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5232716Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5233295Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5233844Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5234304Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5234780Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5235433Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5235961Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5236538Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5236977Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5237382Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5237780Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5238190Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5238617Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5239030Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5239456Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5239984Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5240433Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5240841Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5241235Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5241614Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5242001Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5242347Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5242722Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5243067Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5243412Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5243740Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5244047Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5244414Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5244774Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5245097Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5245426Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5245779Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5246161Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5246532Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5246891Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5247259Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5247641Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5248031Z test_BCELoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5248344Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5248703Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5249060Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5249390Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5249713Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5250067Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5250454Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5250837Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5251174Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5251523Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5251935Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5252320Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5252650Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5252988Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5253371Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5253757Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5254088Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5254392Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5254719Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5255061Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5255396Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5255798Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5256189Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5256602Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5256991Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5257320Z test_BCELoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5257646Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5258027Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5258394Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5258757Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5259071Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5259410Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5259758Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5260188Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5260539Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5260886Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5261261Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5261648Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5262245Z 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-23T03:04:11.5262770Z warnings.warn(warning.format(ret)) 2022-11-23T03:04:11.5263241Z 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-23T03:04:11.5264982Z warnings.warn(warning.format(ret)) 2022-11-23T03:04:11.5265200Z ok (0.010s) 2022-11-23T03:04:11.5265505Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5265934Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5266328Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5266754Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5267173Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5267553Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5267944Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5268363Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5268769Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5269139Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5269521Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5269935Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5270351Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5270719Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5271198Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5271542Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5271927Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5272296Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5272687Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5273113Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5273535Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5273978Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5274329Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5274735Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5275143Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5275495Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5275835Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5276171Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5276518Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5276847Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5277212Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5277570Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5277943Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5278336Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5278675Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5278998Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:04:11.5279347Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5279704Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5280076Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5280452Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5280836Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5281195Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5281525Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5281863Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5282224Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5282576Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5282940Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5283294Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5283652Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5283997Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5284338Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5284675Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5285018Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5285336Z test_BatchNorm2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5285634Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5285988Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5286349Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5286777Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5287219Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5287545Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5287933Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5288252Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5288592Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5288926Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5289278Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5289618Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5289972Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5290318Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5290657Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5291064Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5291427Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5291790Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5292161Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5292510Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5292835Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5293177Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5293532Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5293858Z test_BatchNorm3d (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5294162Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:04:11.5294524Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5294866Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5295239Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5295611Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5295926Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5296252Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5296575Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5296908Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5297225Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5297579Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5297917Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5298257Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5298599Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5298948Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5299335Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5299691Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5300047Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:04:11.5300425Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5300776Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5301118Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5301458Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5301794Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5302107Z test_CELU (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5302405Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5302710Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5303026Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5303330Z test_CELU_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5303666Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5304009Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5304387Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5304800Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5305190Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5305610Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5306059Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5306433Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5306812Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5307229Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5307609Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5308020Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5308466Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5308828Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5309169Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5309561Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5309924Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5310306Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5310730Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5311276Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5311612Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.650s) 2022-11-23T03:04:11.5311932Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5312259Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5312619Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5313010Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5313372Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5313755Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5314178Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5314515Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5314860Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5315242Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5315648Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5316029Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5316442Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5316815Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T03:04:11.5317108Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5317434Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T03:04:11.5317744Z test_ConstantPad1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5318028Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5318366Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5318706Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5319028Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5319390Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5319707Z test_ConstantPad2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5319996Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5320339Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5320716Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5321044Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5321376Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5321701Z test_ConstantPad3d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5321985Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5322323Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5322682Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.004s) 2022-11-23T03:04:11.5323014Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5323346Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5324391Z test_Conv1d (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5324679Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:04:11.5325031Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5325391Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5325696Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5325996Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5326304Z test_Conv1d_groups (__main__.TestNN) ... ok (0.069s) 2022-11-23T03:04:11.5326611Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5326912Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5327213Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5327522Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5327821Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5328127Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5328430Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5328795Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5329117Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5329434Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:04:11.5330157Z 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-23T03:04:11.5330847Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T03:04:11.5331061Z ok (0.022s) 2022-11-23T03:04:11.5331341Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5331701Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5332022Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:04:11.5332360Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5332686Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5332985Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5333311Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5333660Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5334003Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5334358Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5334683Z test_Conv1d_stride (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5334979Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5335288Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5335606Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5335931Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5336270Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5336636Z test_Conv2d (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5336901Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.043s) 2022-11-23T03:04:11.5337250Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5337606Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5337916Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:04:11.5338246Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5338576Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:04:11.5338923Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5339244Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5339591Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5339929Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5340269Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5340615Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.050s) 2022-11-23T03:04:11.5341033Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5341350Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:04:11.5341667Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5341993Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5342346Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5342669Z test_Conv2d_groups (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5342981Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.007s) 2022-11-23T03:04:11.5343281Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5343603Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5344062Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5344430Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5344829Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5345184Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5345505Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5345797Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5346113Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5346453Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5346765Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5347073Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5347381Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.055s) 2022-11-23T03:04:11.5347693Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5348000Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5348308Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5348608Z test_Conv2d_padding (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5348914Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5349303Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5349655Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5349977Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5350320Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5350655Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5351100Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5351421Z test_Conv2d_strided (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5351730Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5352042Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5352392Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5352721Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5353051Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5353428Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5353738Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5354048Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5354400Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5354734Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5355069Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5355371Z test_Conv3d (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5355637Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5355949Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5356265Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5356608Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5356945Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.055s) 2022-11-23T03:04:11.5357281Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5357625Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5357915Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.034s) 2022-11-23T03:04:11.5358212Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5358520Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5358843Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5359154Z test_Conv3d_groups (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5359457Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5359771Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5360116Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5360410Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:04:11.5360710Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5361075Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5361410Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5361720Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:04:11.5362026Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5362323Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5362646Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5362956Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5363271Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5363596Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-11-23T03:04:11.5363943Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5364246Z test_Conv3d_stride (__main__.TestNN) ... ok (0.031s) 2022-11-23T03:04:11.5364546Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5364853Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.037s) 2022-11-23T03:04:11.5365225Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5365562Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5365923Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5366263Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5366590Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5366917Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5367242Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5367549Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5367856Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5368181Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5368515Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5368844Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:04:11.5369173Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5369493Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5369808Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5370130Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.033s) 2022-11-23T03:04:11.5370456Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5370784Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5371123Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5371456Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5371790Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5372106Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5372426Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5372737Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5373124Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5373481Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5373859Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5374215Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:04:11.5374554Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5374896Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5375275Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5375622Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5375959Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5376313Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5376689Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5377044Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5377432Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5377765Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.045s) 2022-11-23T03:04:11.5378078Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5378402Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5378738Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5379073Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5379410Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5379797Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5380184Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5380533Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5380896Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5381297Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5381695Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5382048Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5382442Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5382871Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5383301Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5383680Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5384062Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5384478Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5384890Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5385287Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5385662Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5386071Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5386489Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5386854Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5387233Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5387642Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5388040Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5388410Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5388788Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5389836Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5390274Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5390619Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5390908Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5391338Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5391720Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5392102Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5392444Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5392812Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5393222Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5393630Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5393996Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5394397Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5394829Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5395259Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5395663Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5396091Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5396556Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5397014Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5397417Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5397918Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5398387Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5398851Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5399262Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5399678Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5400127Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5400579Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5400942Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5401314Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5402170Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5402592Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5402971Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5403366Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5403800Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5404215Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5404615Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5405044Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5405504Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5405955Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5406355Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5406760Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5407211Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5407633Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5408028Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5408424Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5408854Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5409285Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5409666Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5410109Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5410518Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5410944Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5411335Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5411750Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5412206Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5412654Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5413036Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5413405Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5414185Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5414603Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5414961Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5415322Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5415721Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5416117Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5416490Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5416876Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5417316Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5417747Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5418149Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5418569Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5419034Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5419490Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5419908Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5420319Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5420779Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5421237Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5421668Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5422188Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5422678Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5423170Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5423569Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5423925Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5424333Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5424731Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5425101Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5425487Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5426319Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5426757Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5427159Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5427567Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5428031Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5428493Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5428893Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5429298Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5429732Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5430169Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5430552Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5430928Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5431450Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5431875Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5432274Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5432696Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5433160Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5433615Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5434042Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5434411Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5434817Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5435224Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5435604Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5436005Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5436442Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5436880Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5437249Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5437638Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5438467Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5438899Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5439289Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5439710Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5440164Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5440604Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5441017Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5441395Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5441769Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5442099Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5442448Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5442834Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5443205Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5443563Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5443942Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5444362Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5444774Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5445132Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5445573Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.005s) 2022-11-23T03:04:11.5445960Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5446476Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5446846Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5447241Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5447673Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5448098Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5448463Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5448803Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5449195Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5449594Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5449924Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5450237Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5450956Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5451250Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5451583Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5451896Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5452193Z test_ELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5452539Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5452835Z test_Embedding (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5453123Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5453462Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5453794Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5454113Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5454442Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5454790Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5455113Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5455416Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5455746Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5456097Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5456428Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5456753Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5457064Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5457380Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5457696Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5458093Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5458500Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5458820Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5459239Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5459562Z test_Embedding_sparse (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5459864Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5460167Z test_Flatten (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5460465Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5460769Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5461087Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5461383Z test_Fold (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5461650Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5461938Z test_Fold_int_input (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5462242Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5462556Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5462881Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5463207Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5464022Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5464378Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5464780Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5465141Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5465524Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5465925Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5466346Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5466732Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5467124Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5467480Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5467823Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5468174Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5468549Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5468945Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5469345Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5469718Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5470131Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5470518Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5470865Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5471306Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5471684Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5472130Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5472551Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5472945Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5473336Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5473693Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5474041Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5474397Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5474758Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5475149Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5475563Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.009s) 2022-11-23T03:04:11.5475944Z test_GELU (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5476232Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5477000Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5477315Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5477617Z test_GELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5477920Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5478207Z test_GLU (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5478490Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5478777Z test_GLU_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5479049Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.007s) 2022-11-23T03:04:11.5479343Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5479649Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5479964Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5480250Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5480583Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5480899Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5481241Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5481604Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5481979Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:04:11.5482316Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5482745Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5483140Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5483468Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5483805Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5484138Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5484486Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5484882Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5485220Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5485560Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5485895Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5486221Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5486544Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5486867Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:04:11.5487200Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5487577Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5488004Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5488350Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5488727Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5489500Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5489853Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5490189Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5490528Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5490847Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5491197Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5491587Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5491984Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5492309Z test_Hardshrink (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5492619Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5492935Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5493254Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5493573Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5493941Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5494266Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5494648Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5494973Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5495285Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5495590Z test_Hardtanh (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5495885Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5496196Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5496519Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5496828Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5497126Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5497511Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5497854Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5498240Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5498625Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5498969Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5499332Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5499714Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5500159Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5500564Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5500940Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5501309Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5502146Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5502591Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5503009Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5503381Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5503764Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5504187Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5504598Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5504965Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5505344Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5505739Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5506199Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5506610Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5506988Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5507399Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5507801Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5508157Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5508498Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5508846Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5509216Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5509630Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5510035Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5510480Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5510889Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5511410Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5511903Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5512283Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5512703Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5513115Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5513526Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5513850Z test_HuberLoss (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5514144Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5514549Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5514901Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5515243Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5515544Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.107s) 2022-11-23T03:04:11.5515855Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5516176Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5516511Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5516897Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5517274Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5517605Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5517997Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5518384Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5518812Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5519128Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5519469Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5519850Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5520227Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5520557Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5520898Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5521287Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5521651Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5522025Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5522865Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5523187Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5523505Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5523881Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5524206Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5524593Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5524933Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5525293Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5525640Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5525991Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5526338Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5526684Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5527114Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5527497Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5527872Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5528260Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5528603Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5528906Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5529223Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5529549Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5529928Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5530275Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5530716Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5531121Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5531497Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5531912Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5532312Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5532726Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5533135Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5533563Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5533982Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5534376Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5534758Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5535126Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5535572Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5536000Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5536391Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5536796Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5537190Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5537594Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5537985Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5538393Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5538789Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5555460Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5556019Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5556410Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5556963Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5557359Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5558119Z 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-23T03:04:11.5558725Z warnings.warn( 2022-11-23T03:04:11.5559325Z 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-23T03:04:11.5559937Z warnings.warn( 2022-11-23T03:04:11.5560585Z 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-23T03:04:11.5561130Z warnings.warn( 2022-11-23T03:04:11.5561301Z ok (0.014s) 2022-11-23T03:04:11.5561529Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5561825Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5562160Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5562503Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5562843Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5563556Z 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-23T03:04:11.5564152Z warnings.warn( 2022-11-23T03:04:11.5564833Z 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-23T03:04:11.5565392Z warnings.warn( 2022-11-23T03:04:11.5565565Z ok (0.007s) 2022-11-23T03:04:11.5565846Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5566276Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5566686Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5567020Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5567378Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5567786Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5568193Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5568592Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5568941Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5569325Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5569709Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5570028Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5570375Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5570759Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5571142Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5571477Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5571825Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5572243Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5572620Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5572985Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5573315Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5573647Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5573999Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5574338Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5574668Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5575013Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5575376Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5576123Z 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-23T03:04:11.5576783Z warnings.warn( 2022-11-23T03:04:11.5577388Z 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-23T03:04:11.5577938Z warnings.warn( 2022-11-23T03:04:11.5578589Z 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-23T03:04:11.5579185Z warnings.warn( 2022-11-23T03:04:11.5579367Z ok (0.007s) 2022-11-23T03:04:11.5579636Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5580013Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5580431Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5581182Z 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-23T03:04:11.5581791Z warnings.warn( 2022-11-23T03:04:11.5582396Z 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-23T03:04:11.5582949Z warnings.warn( 2022-11-23T03:04:11.5583130Z ok (0.005s) 2022-11-23T03:04:11.5583419Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5583815Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5584209Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5584616Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5585047Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5585472Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5585893Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5586241Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5586600Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5586996Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5587388Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5587725Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5588126Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5588512Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5588884Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5589228Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5589585Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5589931Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5590325Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5590638Z test_L1Loss (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5591082Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5591417Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5591755Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5592150Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5592487Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5592793Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5593131Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5593490Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5593862Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5594190Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5594524Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5594894Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5595261Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5595391Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5595565Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5595747Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5595923Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5596035Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5596171Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5596395Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5596564Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5596693Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5596860Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5597017Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5597184Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5597346Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5597563Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5597728Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5597892Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5598007Z test_LPPool1d (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5598167Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5598297Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5598473Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5598596Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5598759Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5598860Z test_LPPool2d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5599018Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5599136Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5599297Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5599410Z test_LSTM_cell (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5599599Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5599736Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5599883Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5600072Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5600225Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5600420Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5600575Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5600772Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5600934Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5601138Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5601288Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5601478Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5601632Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5601827Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5601962Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5602149Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5602341Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5602541Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5602689Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.473s) 2022-11-23T03:04:11.5602880Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5603078Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.491s) 2022-11-23T03:04:11.5603281Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5603477Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5603668Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5603820Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5604014Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5604129Z test_LeakyReLU (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5604288Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5604419Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5604594Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5604724Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5604900Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5605040Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5605209Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5605392Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5605574Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5605682Z test_Linear (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5605835Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5605961Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5606132Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5606254Z test_Linear_no_bias (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5606419Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5606559Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5606738Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5606894Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5607089Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5607244Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5607443Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5607562Z test_LogSigmoid (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5607727Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5607847Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5608025Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5608156Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5608378Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5608505Z test_LogSoftmax (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5608746Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5608884Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5609107Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5609256Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5609490Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5609624Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5609800Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5609916Z test_MSELoss (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5610082Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5610246Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5610409Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5610545Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5610730Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5610903Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5611084Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5611217Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5611440Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5611621Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5611798Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5611932Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5612111Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5612294Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5612473Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5612602Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5612770Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5612899Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5613076Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5613197Z test_MSELoss_prec (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5613371Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5613540Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5613709Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5613873Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5613979Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5614156Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5614372Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5614552Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5614718Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5614858Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5615092Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5615339Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5615528Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5615718Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5615847Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5616027Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5616204Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5616378Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5616512Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5616697Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5616879Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5617056Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5617236Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5617427Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5617600Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5617785Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5617944Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5618155Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5618364Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5618569Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5618726Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5618926Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5619124Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5619321Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5619473Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5619672Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5619868Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5620069Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5620218Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5620466Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5620667Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5620866Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5621113Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5621315Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5621514Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5621715Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5621817Z test_MaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5621977Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5622111Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5622291Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5622416Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5622583Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5622709Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5622875Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5623052Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5623213Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5623345Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5623522Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5623634Z test_MaxPool3d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5623791Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5623927Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5624104Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5624231Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5624395Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5624519Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5624693Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5624819Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5624982Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5625122Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5625311Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5625436Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5625603Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5625740Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5625923Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5626045Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5626205Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5626343Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5626569Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5626678Z test_Mish (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5626881Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5627005Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5627201Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5627317Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5627481Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5627596Z test_ModuleDict (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5627707Z test_ModuleList (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5627844Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5627996Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5628192Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5628335Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5628533Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5628729Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5628972Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5629161Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5629315Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5629510Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5629667Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5629875Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5630082Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5630286Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5630480Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5630671Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5630857Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5631120Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5631305Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5631458Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5631648Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5631807Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5632016Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5632223Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5632479Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5632642Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5632845Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5633149Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5633354Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5633516Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5633718Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5633919Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5634120Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5634270Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.035s) 2022-11-23T03:04:11.5634466Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5634622Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:04:11.5634818Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5635067Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5635271Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5635470Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5635623Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5635819Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5636015Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5636212Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5636381Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5636602Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5636815Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5637023Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5637188Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5637402Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5637610Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5637816Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5637986Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5638197Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5638408Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5638666Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5638874Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5639074Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5639279Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5639474Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5639682Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5639890Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5640062Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5640271Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5640446Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5640667Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5640890Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5641160Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5641291Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5641421Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5641601Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5641779Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5641960Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5642104Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5642288Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5642439Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5642638Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5642836Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5643030Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5643207Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5643386Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5643548Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5643684Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5643874Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5644058Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5644242Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5644393Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5644628Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5644786Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5645037Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5645286Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5645489Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5645630Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5645810Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5645938Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5646119Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5646297Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5646477Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5646622Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5646806Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5647000Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5647186Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5647382Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5647573Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5647717Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5647910Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5648103Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5648294Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5648434Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5648624Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5648810Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5648997Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5649145Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5649339Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5649493Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5649697Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5649902Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5650103Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5650216Z test_NLLLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5650344Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5650567Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5650752Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5650942Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5651081Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5651309Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5651439Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.038s) 2022-11-23T03:04:11.5651607Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5651749Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:04:11.5651936Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5652076Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:04:11.5652258Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5652375Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5652541Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5652705Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5652921Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5653084Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5653217Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5653401Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5653583Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5653769Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5653935Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5654072Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5654265Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5654451Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5654634Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5654815Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5654944Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5655128Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5655305Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5655482Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5655660Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5655826Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5655991Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5656155Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5656319Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5656441Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5656709Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5656886Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5657062Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5657280Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5657411Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5657605Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5657797Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5657987Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5658176Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5658307Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5658491Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5658716Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5658892Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5659068Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5659220Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5659421Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5659617Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5659813Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5660009Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5660139Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5660322Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5660501Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5660680Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5660857Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5660995Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5661164Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5661344Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5661526Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5661658Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5661839Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5662021Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5662200Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5663057Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5663286Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5663469Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5663651Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5663776Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5663942Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5664084Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5664268Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5664408Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5664587Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5664742Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5664992Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5665154Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5665338Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5665469Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5665650Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5665832Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5666011Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5666186Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5666309Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5666485Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5666657Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5666826Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5666995Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5667139Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5667331Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5667522Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5667710Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5667898Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5668043Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5668243Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5668434Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5668676Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5668923Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5669023Z test_PReLU_1d (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5669224Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5669360Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5669530Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5669645Z test_PReLU_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5669799Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5669926Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5670095Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5670206Z test_PReLU_3d (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5670361Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5670489Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5670660Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5670858Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5671072Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5671242Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5671360Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5671511Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5671646Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.029s) 2022-11-23T03:04:11.5671824Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5671958Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5672132Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5672262Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5672439Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5672571Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5672751Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5672882Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5673053Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5673188Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5673369Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5673504Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5673676Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5673810Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5673983Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5674111Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5674267Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5674396Z test_PairwiseDistance (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5674595Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5674845Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5674998Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5675227Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5675408Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5675553Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5675740Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5675899Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5676098Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5676226Z test_ParameterDict (__main__.TestNN) ... ok (0.041s) 2022-11-23T03:04:11.5676368Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5676489Z test_ParameterList (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5676621Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5676764Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5676932Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5677081Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5677205Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5677373Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5677510Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5677696Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5677884Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5678067Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5678222Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5678421Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5678618Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5678823Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5678969Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5679164Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5679358Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5679549Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5679697Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5679893Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5680084Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5680271Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5680417Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5680706Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5680887Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5681077Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5681272Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5681464Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5681649Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5681837Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5681995Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5682199Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5682399Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5682642Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5682781Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5682959Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5683071Z test_RNN_cell (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5683214Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5683351Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5683495Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5683629Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5683786Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-11-23T03:04:11.5683942Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-11-23T03:04:11.5684103Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.006s) 2022-11-23T03:04:11.5684238Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-11-23T03:04:11.5684376Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-11-23T03:04:11.5684522Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-11-23T03:04:11.5684648Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5684773Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5684882Z test_RReLU (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5685033Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5685157Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5685321Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5685448Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5685607Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5685740Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5685915Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5686022Z test_ReLU (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5686129Z test_ReLU6 (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5686279Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5686437Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5686648Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5686767Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5686930Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5687080Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5687250Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5687416Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5687531Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5687689Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5687820Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5687954Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5688130Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5688269Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5688497Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5688668Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5688795Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5688935Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5689101Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5689267Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.008s) 2022-11-23T03:04:11.5689410Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5689595Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5689721Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5689856Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.051s) 2022-11-23T03:04:11.5690034Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5690199Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5690341Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5690523Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5690651Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5690795Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5690975Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5691114Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5691296Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5691471Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5691601Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5691739Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5691907Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5692075Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5692220Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5692454Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5692629Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5692773Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.028s) 2022-11-23T03:04:11.5692955Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5693127Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5693271Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5693460Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5693568Z test_SELU (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5693764Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5693893Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5694057Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5694173Z test_SELU_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5694331Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5695075Z test_Sequential_add (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5695199Z test_Sequential_append (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5695330Z test_Sequential_delitem (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5695453Z test_Sequential_extend (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5695580Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5695702Z test_Sequential_iadd (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5695822Z test_Sequential_imul (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5695951Z test_Sequential_insert (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5696089Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5696212Z test_Sequential_mul (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5696336Z test_Sequential_pop (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5696458Z test_Sequential_rmul (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5696588Z test_Sequential_setitem (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5696722Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5696827Z test_SiLU (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5696978Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5697087Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5697254Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5697371Z test_SiLU_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5697530Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5697641Z test_Sigmoid (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5697796Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5697926Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5698094Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5698213Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5698375Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5698493Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5698616Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5698835Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5699010Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5699182Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5699405Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5699552Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5699731Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5699923Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5700155Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5700304Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5700494Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5700685Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5701282Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5701431Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5701622Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5701811Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5702003Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5702141Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5702317Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5702461Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5702651Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5702783Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5702968Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5703149Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5703330Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5703480Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5703683Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5703865Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5704065Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5704207Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5704401Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5704590Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5704775Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5704908Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5705134Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5705262Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5705446Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5705676Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5705860Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5706010Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5706257Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5706457Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5706653Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5706799Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5706992Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5707565Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5707766Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5707913Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5708092Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5708286Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5708480Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5708619Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5708799Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5708945Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5709137Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5709328Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5709518Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5709631Z test_Softmax (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5709750Z test_Softmax2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5709912Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5710042Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5710217Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5710373Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5710504Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5710672Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5710795Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5710945Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5711160Z test_Softmin (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5711378Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5711502Z test_Softmin_multidim (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5711716Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5711850Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5712022Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5712142Z test_Softmin_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5712308Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5712465Z test_Softplus (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5712587Z test_Softplus_beta (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5712750Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5712888Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5713064Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5713207Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5713391Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5713945Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5714072Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5714241Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5714356Z test_Softshrink (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5714518Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5714643Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5714815Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5714950Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5715128Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5715264Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5715438Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5715551Z test_Softsign (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5715708Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5715838Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5716006Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5716133Z test_Softsign_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5716298Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5716406Z test_Tanh (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5716542Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5716666Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5716829Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5716943Z test_Tanh_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5717098Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5717211Z test_Tanhshrink (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5717371Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5717552Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5717725Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5717905Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5718075Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5718211Z test_Threshold_large_value (__main__.TestNN) ... ok (0.023s) 2022-11-23T03:04:11.5718385Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5718561Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5718739Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5718877Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5719058Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5719194Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5719382Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5719552Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.103s) 2022-11-23T03:04:11.5720142Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5720319Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.091s) 2022-11-23T03:04:11.5720526Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5720692Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.058s) 2022-11-23T03:04:11.5720898Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5721068Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.205s) 2022-11-23T03:04:11.5721277Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5721402Z test_Transformer_cell (__main__.TestNN) ... ok (1.272s) 2022-11-23T03:04:11.5721548Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.530s) 2022-11-23T03:04:11.5721732Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5721888Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5722094Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5722297Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5722500Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5722655Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5722858Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5723060Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5723255Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5723393Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.026s) 2022-11-23T03:04:11.5723595Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5723793Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5724094Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5724228Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5724400Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5724511Z test_Unfold (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5724665Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5724833Z test_Unfold_int_input (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5725001Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5725118Z test_ZeroPad2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5725246Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5725419Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5725581Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5725717Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5725899Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5726434Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5726623Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5726741Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5726854Z test_add_module (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5727010Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5727127Z test_affine_grid (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5727252Z test_affine_grid_3d (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5727389Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5727504Z test_assignment (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5727641Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5727813Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5727975Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-11-23T03:04:11.5728134Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.004s) 2022-11-23T03:04:11.5728263Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.024s) 2022-11-23T03:04:11.5728420Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5728554Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5728733Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T03:04:11.5728907Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5729070Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5729251Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5729435Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5729627Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5729803Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5729943Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5730083Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5730317Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5730451Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5730606Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5730758Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5730976Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5731181Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.095s) 2022-11-23T03:04:11.5731336Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5731490Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5731659Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5731842Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5731976Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5732148Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5732306Z test_bilinear (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5732431Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5732551Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.040s) 2022-11-23T03:04:11.5732685Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5732872Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:04:11.5733039Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:04:11.5733222Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:04:11.5733356Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5733495Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5733629Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5733765Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5733911Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5734043Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5734167Z test_caching_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5734306Z Test the caching system of a parametrization ... ok (0.000s) 2022-11-23T03:04:11.5734491Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T03:04:11.5734675Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.006s) 2022-11-23T03:04:11.5735279Z 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-23T03:04:11.5735453Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T03:04:11.5735522Z ok (0.000s) 2022-11-23T03:04:11.5735632Z test_channel_shuffle (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5735775Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5735887Z test_children (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5736059Z test_clip_grad_norm (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5736182Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5736301Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T03:04:11.5736504Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-11-23T03:04:11.5736631Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5736793Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-11-23T03:04:11.5736943Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5737140Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5737284Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5737431Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.048s) 2022-11-23T03:04:11.5737558Z test_cosine_similarity (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5737686Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5737815Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (4.537s) 2022-11-23T03:04:11.5737950Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5738193Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-11-23T03:04:11.5738356Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.003s) 2022-11-23T03:04:11.5738519Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-11-23T03:04:11.5738635Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T03:04:11.5738788Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-11-23T03:04:11.5738919Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5739102Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.009s) 2022-11-23T03:04:11.5739209Z test_dir (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5739322Z test_dir_digit (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5739451Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5739577Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5739706Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5739872Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5740043Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5740158Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5740290Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5740433Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5740561Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5741046Z 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-23T03:04:11.5741191Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-11-23T03:04:11.5741655Z 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-23T03:04:11.5741825Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-11-23T03:04:11.5741896Z ok (0.005s) 2022-11-23T03:04:11.5742060Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5742183Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5742313Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5742460Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5742619Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5742760Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5742912Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-11-23T03:04:11.5743013Z test_global_pruning (__main__.TestNN) 2022-11-23T03:04:11.5743227Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-11-23T03:04:11.5743362Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T03:04:11.5743532Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-11-23T03:04:11.5743639Z test_grid_sample (__main__.TestNN) ... ok (1.221s) 2022-11-23T03:04:11.5743758Z test_grid_sample_3d (__main__.TestNN) ... ok (0.112s) 2022-11-23T03:04:11.5744333Z 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-23T03:04:11.5744417Z warnings.warn( 2022-11-23T03:04:11.5744486Z ok (0.007s) 2022-11-23T03:04:11.5744614Z test_hardtanh_backward (__main__.TestNN) ... ok (0.149s) 2022-11-23T03:04:11.5744752Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5744876Z test_hook_backward_size (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5745235Z 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-23T03:04:11.5745419Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T03:04:11.5745922Z 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-23T03:04:11.5746120Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:04:11.5746193Z ok (0.010s) 2022-11-23T03:04:11.5746331Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5746446Z test_hook_cpp (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5746575Z test_hook_extra_input (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5746725Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5746845Z test_hook_inplace (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5746977Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5747121Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5747236Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5747365Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5747511Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5747638Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5747780Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5748324Z 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-23T03:04:11.5748573Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T03:04:11.5748692Z ok (0.019s) 2022-11-23T03:04:11.5748830Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5748939Z test_identity_pruning (__main__.TestNN) 2022-11-23T03:04:11.5749092Z Test that a mask of 1s does not change forward or backward. ... ok (0.000s) 2022-11-23T03:04:11.5749231Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5749443Z Test that it is possible to initialize a parametrization when it ... ok (0.014s) 2022-11-23T03:04:11.5749568Z test_inplace_thnn (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5749691Z test_interpolate (__main__.TestNN) ... ok (0.186s) 2022-11-23T03:04:11.5749826Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5750007Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5750155Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5750380Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5750526Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5750711Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5750873Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5751165Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5751325Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5751503Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5751722Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5751927Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5752071Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5752233Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5752436Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5752620Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5752758Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5752937Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5753085Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5753277Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5753422Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5753609Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5753774Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5753962Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5754177Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5754353Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5754571Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5754774Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5754973Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5755135Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5755338Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5755568Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T03:04:11.5755748Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T03:04:11.5755880Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5756030Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5756270Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5756442Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5756588Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5756772Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5756913Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5757070Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5757271Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-11-23T03:04:11.5757449Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5757589Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5757758Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5757891Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5758062Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5758204Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5758385Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5758523Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5758695Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5758848Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5759042Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5759190Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5759374Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5759504Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5759676Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5759816Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5760535Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.011s) 2022-11-23T03:04:11.5760677Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5760863Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5761058Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5761227Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5761368Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.019s) 2022-11-23T03:04:11.5761550Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5761734Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5761918Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5762061Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5762237Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5762379Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5762606Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5762743Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5762922Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5763067Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5763255Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5763401Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.025s) 2022-11-23T03:04:11.5763565Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5763769Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5763954Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5764100Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5764263Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5764467Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5764643Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5764776Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5765332Z 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-23T03:04:11.5765412Z warnings.warn( 2022-11-23T03:04:11.5765481Z ok (0.003s) 2022-11-23T03:04:11.5765622Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5765743Z test_l1_loss_correct (__main__.TestNN) ... ok (13.742s) 2022-11-23T03:04:11.5765863Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T03:04:11.5766023Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.005s) 2022-11-23T03:04:11.5766174Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T03:04:11.5766381Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.004s) 2022-11-23T03:04:11.5766535Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5766696Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5767399Z 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-23T03:04:11.5767557Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T03:04:11.5767627Z ok (0.007s) 2022-11-23T03:04:11.5767826Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5768001Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5768164Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5768323Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5768522Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5768678Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5768812Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5768928Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T03:04:11.5769058Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-11-23T03:04:11.5769199Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T03:04:11.5769322Z Check Ln structured pruning by hand. ... ok (0.004s) 2022-11-23T03:04:11.5769445Z test_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5769569Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5769696Z test_load_state_dict_child (__main__.TestNN) ... ok (0.153s) 2022-11-23T03:04:11.5769825Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5769957Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5770090Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.196s) 2022-11-23T03:04:11.5770216Z test_load_state_dict_type (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5770338Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5770460Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.015s) 2022-11-23T03:04:11.5770613Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5770732Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5770901Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5771029Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5771198Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5771323Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5771496Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5771623Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5771790Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T03:04:11.5771927Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5772107Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5772605Z 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-23T03:04:11.5772715Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T03:04:11.5773113Z 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-23T03:04:11.5773221Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T03:04:11.5773659Z 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-23T03:04:11.5773790Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T03:04:11.5774273Z 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-23T03:04:11.5774393Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T03:04:11.5774890Z 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-23T03:04:11.5774972Z warnings.warn( 2022-11-23T03:04:11.5775043Z ok (0.004s) 2022-11-23T03:04:11.5775195Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5775335Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5775474Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5775588Z test_module_backcompat (__main__.TestNN) ... ok (0.036s) 2022-11-23T03:04:11.5775716Z test_module_to_argparse (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5775824Z test_modules (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5775951Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5776118Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.918s) 2022-11-23T03:04:11.5776280Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.796s) 2022-11-23T03:04:11.5776418Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5776572Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5776714Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5777230Z 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-23T03:04:11.5777364Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T03:04:11.5777434Z ok (0.004s) 2022-11-23T03:04:11.5777562Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5777726Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5777933Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5778127Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.012s) 2022-11-23T03:04:11.5778261Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5778380Z test_named_children (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5778486Z test_named_modules (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5778637Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5778767Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5778905Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5779029Z test_new_spectral_norm (__main__.TestNN) ... ok (0.057s) 2022-11-23T03:04:11.5779157Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5779291Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5779483Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5779601Z test_no_grad (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5779729Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5779842Z test_normalize (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5779965Z test_orthogonal_errors (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5780197Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.232s) 2022-11-23T03:04:11.5780354Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5780526Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5780649Z test_pad_scalar_error (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5780755Z test_padding_list (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5780883Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5781013Z test_parameter_assignment (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5781155Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5781313Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5781462Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5781593Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5781729Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T03:04:11.5781891Z Test training mode updated on parametrization registration ... ok (0.003s) 2022-11-23T03:04:11.5782002Z test_parse_to (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5782164Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.003s) 2022-11-23T03:04:11.5782272Z test_pdist (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5782445Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.005s) 2022-11-23T03:04:11.5782621Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.068s) 2022-11-23T03:04:11.5782743Z test_pdist_empty_col (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5782863Z test_pdist_empty_row (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5782967Z test_pdist_large (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5783064Z test_pdist_zeros (__main__.TestNN) 2022-11-23T03:04:11.5783194Z Test that grad is still valid when dist is 0 ... ok (0.011s) 2022-11-23T03:04:11.5783323Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5783456Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.512s) 2022-11-23T03:04:11.5783905Z 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-23T03:04:11.5784078Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5784473Z 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-23T03:04:11.5784601Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5784993Z 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-23T03:04:11.5785122Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5785507Z 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-23T03:04:11.5785637Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5786058Z 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-23T03:04:11.5786185Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5786571Z 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-23T03:04:11.5786703Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5787081Z 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-23T03:04:11.5787209Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T03:04:11.5787592Z 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-23T03:04:11.5787719Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5788096Z 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-23T03:04:11.5788222Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5788601Z 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-23T03:04:11.5788725Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5789105Z 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-23T03:04:11.5789230Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5789658Z 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-23T03:04:11.5789782Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5790158Z 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-23T03:04:11.5790279Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5790705Z 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-23T03:04:11.5790832Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5791360Z 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-23T03:04:11.5791556Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5791937Z 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-23T03:04:11.5792078Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5792455Z 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-23T03:04:11.5792602Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5792988Z 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-23T03:04:11.5793127Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5793497Z 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-23T03:04:11.5793640Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5794018Z 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-23T03:04:11.5794155Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5794525Z 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-23T03:04:11.5794667Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T03:04:11.5795101Z 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-23T03:04:11.5795237Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5795614Z 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-23T03:04:11.5795748Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5796130Z 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-23T03:04:11.5796271Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5796693Z 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-23T03:04:11.5796829Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5797203Z 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-23T03:04:11.5797343Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5797728Z 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-23T03:04:11.5797866Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5798247Z 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-23T03:04:11.5798383Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T03:04:11.5798440Z ok (0.049s) 2022-11-23T03:04:11.5798604Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5798751Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5798902Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5799046Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5799234Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.011s) 2022-11-23T03:04:11.5799392Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.030s) 2022-11-23T03:04:11.5799501Z test_prune (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5799637Z test_prune_importance_scores (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5799790Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5799921Z test_pruning_container (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5800052Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T03:04:11.5800208Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.003s) 2022-11-23T03:04:11.5800374Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T03:04:11.5800538Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-11-23T03:04:11.5800645Z test_pruning_rollback (__main__.TestNN) 2022-11-23T03:04:11.5800789Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-11-23T03:04:11.5800936Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5801082Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.021s) 2022-11-23T03:04:11.5801206Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5801321Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T03:04:11.5801473Z Test that a mask of 1s does not change forward or backward. ... ok (0.004s) 2022-11-23T03:04:11.5801588Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T03:04:11.5801707Z check forward with mask (by hand). ... ok (0.003s) 2022-11-23T03:04:11.5801828Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T03:04:11.5801980Z Test that module.name now contains a pruned version of ... ok (0.005s) 2022-11-23T03:04:11.5802096Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T03:04:11.5802243Z Test that original tensor is correctly stored in 'orig' ... ok (0.004s) 2022-11-23T03:04:11.5802418Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.008s) 2022-11-23T03:04:11.5802532Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T03:04:11.5802696Z Test that the new parameters and buffers created by the pruning ... ok (0.005s) 2022-11-23T03:04:11.5802832Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5802980Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5803160Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.005s) 2022-11-23T03:04:11.5803305Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5803456Z Test that it is possible to nest the parametrizations ... ok (0.005s) 2022-11-23T03:04:11.5803595Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5803748Z Test that it is possible to add a few parametrizations ... ok (0.032s) 2022-11-23T03:04:11.5803914Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5804076Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5804241Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5804399Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T03:04:11.5804572Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5804734Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5804910Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5805038Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5805144Z test_remove_pruning (__main__.TestNN) 2022-11-23T03:04:11.5805303Z `prune.remove` removes the hook and the reparametrization ... ok (0.003s) 2022-11-23T03:04:11.5805412Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T03:04:11.5805564Z Removing from an unpruned tensor throws an assertion error ... ok (0.006s) 2022-11-23T03:04:11.5805678Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T03:04:11.5805836Z Remove pruning and check forward is unchanged from previous ... ok (0.000s) 2022-11-23T03:04:11.5805942Z test_repr (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5806061Z test_requires_grad_ (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5806178Z test_rnn_args_check (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5806397Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T03:04:11.5806528Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.027s) 2022-11-23T03:04:11.5806643Z test_rnn_pruning (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5806763Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5806898Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T03:04:11.5807125Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.015s) 2022-11-23T03:04:11.5807585Z 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-23T03:04:11.5807740Z warnings.warn(message, UserWarning) 2022-11-23T03:04:11.5807815Z ok (0.004s) 2022-11-23T03:04:11.5807961Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5808106Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.006s) 2022-11-23T03:04:11.5808222Z test_softmax_cpu (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5808357Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5808580Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5808716Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5808891Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5809027Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.007s) 2022-11-23T03:04:11.5809206Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5809328Z test_softmax_lastdim (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5809491Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5809625Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.011s) 2022-11-23T03:04:11.5809796Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5809920Z test_softmax_spatial (__main__.TestNN) ... ok (0.013s) 2022-11-23T03:04:11.5810083Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T03:04:11.5810211Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.010s) 2022-11-23T03:04:11.5810380Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T03:04:11.5810511Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.018s) 2022-11-23T03:04:11.5810688Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T03:04:11.5810786Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5811248Z 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-23T03:04:11.5811360Z warnings.warn(message, UserWarning) 2022-11-23T03:04:11.5811432Z ok (0.043s) 2022-11-23T03:04:11.5811559Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5811691Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5811831Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.022s) 2022-11-23T03:04:11.5811961Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5812074Z test_state_dict (__main__.TestNN) ... ok (0.005s) 2022-11-23T03:04:11.5812292Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5812464Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T03:04:11.5812589Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5812706Z test_threshold_int (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5812810Z test_to (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5812951Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5813092Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T03:04:11.5813281Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-11-23T03:04:11.5813437Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5813598Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T03:04:11.5813788Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T03:04:11.5813949Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T03:04:11.5814142Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-11-23T03:04:11.5814275Z test_transformer_args_check (__main__.TestNN) ... ok (0.296s) 2022-11-23T03:04:11.5814457Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5814590Z test_transformerdecoder (__main__.TestNN) ... ok (0.110s) 2022-11-23T03:04:11.5814734Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5814884Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.047s) 2022-11-23T03:04:11.5815010Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5815148Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5815281Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.016s) 2022-11-23T03:04:11.5815429Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5815533Z test_type (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5815663Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T03:04:11.5815825Z Test that type_before_parametrizations always retrieves original type ... ok (0.016s) 2022-11-23T03:04:11.5816420Z 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-23T03:04:11.5816542Z return super(Tensor, self).refine_names(names) 2022-11-23T03:04:11.5816599Z ok (0.000s) 2022-11-23T03:04:11.5816731Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5816855Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.000s) 2022-11-23T03:04:11.5816992Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T03:04:11.5817153Z Since it may happen that the tensor to prune has entries with the ... ok (0.000s) 2022-11-23T03:04:11.5817319Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.014s) 2022-11-23T03:04:11.5817453Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.020s) 2022-11-23T03:04:11.5817613Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5817754Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.053s) 2022-11-23T03:04:11.5817918Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-11-23T03:04:11.5818045Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.032s) 2022-11-23T03:04:11.5818249Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.017s) 2022-11-23T03:04:11.5818380Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5818497Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T03:04:11.5818650Z Tests the second util function that validates the pruning ... ok (0.002s) 2022-11-23T03:04:11.5818762Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T03:04:11.5818913Z Test the first util function that validates the pruning ... ok (0.003s) 2022-11-23T03:04:11.5819044Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5819159Z test_weight_norm (__main__.TestNN) ... ok (0.009s) 2022-11-23T03:04:11.5819283Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-11-23T03:04:11.5819396Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T03:04:11.5819538Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5819708Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:04:11.5819848Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:04:11.5819989Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5820167Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:04:11.5820329Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5820457Z test_deprecation (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T03:04:11.5820584Z test_dirac_identity (__main__.TestNNInit) ... ok (0.007s) 2022-11-23T03:04:11.5820730Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:04:11.5820863Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-11-23T03:04:11.5820960Z test_eye (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5821102Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T03:04:11.5821230Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.331s) 2022-11-23T03:04:11.5821399Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T03:04:11.5821562Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T03:04:11.5821698Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.307s) 2022-11-23T03:04:11.5821866Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T03:04:11.5822028Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.014s) 2022-11-23T03:04:11.5822143Z test_normal (__main__.TestNNInit) ... ok (1.276s) 2022-11-23T03:04:11.5822273Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T03:04:11.5822394Z test_orthogonal (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T03:04:11.5822530Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.008s) 2022-11-23T03:04:11.5822678Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5822881Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:04:11.5822999Z test_uniform (__main__.TestNNInit) ... ok (1.160s) 2022-11-23T03:04:11.5823126Z test_xavier_normal (__main__.TestNNInit) ... ok (0.696s) 2022-11-23T03:04:11.5823292Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T03:04:11.5823406Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.110s) 2022-11-23T03:04:11.5823574Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T03:04:11.5823740Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T03:04:11.5823895Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T03:04:11.5824181Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.000s) 2022-11-23T03:04:11.5824336Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.010s) 2022-11-23T03:04:11.5824489Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T03:04:11.5824630Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T03:04:11.5824646Z 2022-11-23T03:04:11.5824808Z ---------------------------------------------------------------------- 2022-11-23T03:04:11.5824891Z Ran 2189 tests in 52.531s 2022-11-23T03:04:11.5824898Z 2022-11-23T03:04:11.5825003Z OK (skipped=1113, expected failures=3) 2022-11-23T03:04:11.5825010Z 2022-11-23T03:04:11.5825101Z Generating XML reports... 2022-11-23T03:04:11.5825315Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123030317.xml 2022-11-23T03:04:11.5825547Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123030317.xml 2022-11-23T03:04:11.5825785Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123030317.xml 2022-11-23T03:04:11.5826004Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123030317.xml 2022-11-23T03:04:11.5826272Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123030317.xml 2022-11-23T03:04:11.5826517Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123030317.xml 2022-11-23T03:04:11.5826711Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123030317.xml 2022-11-23T03:04:11.5826920Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123030317.xml 2022-11-23T03:04:11.5827142Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123030317.xml 2022-11-23T03:04:11.5827161Z 2022-11-23T03:04:11.5827580Z ##[endgroup] 2022-11-23T03:04:11.5827815Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_4388wuaf) 2022-11-23T03:04:11.5827821Z 2022-11-23T03:04:11.5827931Z Running test_ops ... [2022-11-23 03:04:11.523986] 2022-11-23T03:04:14.1301212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:14.1302035Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:14.1302397Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:04:14.3078406Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:04:14.304885] 2022-11-23T03:04:14.3080098Z Ignoring disabled issues: [] 2022-11-23T03:04:18.6277752Z 2022-11-23T03:04:18.6278205Z Expand the folded group to see the log file of test_ops 2022-11-23T03:04:18.6279068Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_m2pyvhew) 2022-11-23T03:04:18.6279942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:18.6280630Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:18.6281395Z 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-23T03:04:18.6281954Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T03:04:18.6282352Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-af24f6b719b5e475.xml 2022-11-23T03:04:18.6282698Z ============================= test session starts ============================= 2022-11-23T03:04:18.6283037Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:18.6283392Z cachedir: .pytest_cache 2022-11-23T03:04:18.6283738Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:18.6284160Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:18.6284632Z 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-23T03:04:18.6284971Z collecting ... collected 0 items 2022-11-23T03:04:18.6285197Z Running 0 items in this shard: 2022-11-23T03:04:18.6285331Z 2022-11-23T03:04:18.6285564Z ============================== warnings summary =============================== 2022-11-23T03:04:18.6285890Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:18.6286393Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:18.6286806Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:18.6286948Z 2022-11-23T03:04:18.6287140Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:18.6287617Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-af24f6b719b5e475.xml - 2022-11-23T03:04:18.6288015Z ============================= 1 warning in 0.06s ============================== 2022-11-23T03:04:18.6288345Z 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-23T03:04:18.6288556Z 2022-11-23T03:04:18.6288797Z ##[endgroup] 2022-11-23T03:04:18.6289138Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_m2pyvhew) 2022-11-23T03:04:18.6289387Z 2022-11-23T03:04:19.0265369Z 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 03:04:19.026035] 2022-11-23T03:04:23.2963294Z 2022-11-23T03:04:23.2964098Z Expand the folded group to see the log file of test_ops 2022-11-23T03:04:23.2965027Z ##[group]PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_up5e883p) 2022-11-23T03:04:23.2965976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:23.2966787Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:23.2967381Z 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-23T03:04:23.2967945Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T03:04:23.2968537Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops-bd43661120a09f38.xml 2022-11-23T03:04:23.2968935Z ============================= test session starts ============================= 2022-11-23T03:04:23.2969273Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:23.2969565Z cachedir: .pytest_cache 2022-11-23T03:04:23.2969925Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:23.2970328Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:23.2970744Z 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-23T03:04:23.2971080Z collecting ... collected 0 items 2022-11-23T03:04:23.2971303Z Running 0 items in this shard: 2022-11-23T03:04:23.2971435Z 2022-11-23T03:04:23.2971610Z ============================== warnings summary =============================== 2022-11-23T03:04:23.2971948Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:23.2972437Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:23.2972991Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:23.2973137Z 2022-11-23T03:04:23.2973337Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:23.2973811Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops-bd43661120a09f38.xml - 2022-11-23T03:04:23.2974210Z ============================= 1 warning in 0.03s ============================== 2022-11-23T03:04:23.2974541Z 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-23T03:04:23.2974754Z 2022-11-23T03:04:23.2975066Z ##[endgroup] 2022-11-23T03:04:23.2975397Z FINISHED PRINTING LOG FILE of test_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_up5e883p) 2022-11-23T03:04:23.2975648Z 2022-11-23T03:04:23.2975786Z Running test_ops_fwd_gradients ... [2022-11-23 03:04:23.296613] 2022-11-23T03:04:25.8497403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:25.8498144Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:25.8498497Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:04:26.0223741Z 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=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:04:26.012925] 2022-11-23T03:04:26.0225420Z Ignoring disabled issues: [] 2022-11-23T03:04:30.2184471Z 2022-11-23T03:04:30.2185278Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T03:04:30.2186225Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_rwc1w8yb) 2022-11-23T03:04:30.2187226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:30.2188129Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:30.2188544Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-90520ce93487c4c6.xml 2022-11-23T03:04:30.2188912Z ============================= test session starts ============================= 2022-11-23T03:04:30.2189250Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:30.2189545Z cachedir: .pytest_cache 2022-11-23T03:04:30.2189904Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:30.2190325Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:30.2190746Z 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-23T03:04:30.2191084Z collecting ... collected 0 items 2022-11-23T03:04:30.2191295Z Running 0 items in this shard: 2022-11-23T03:04:30.2191427Z 2022-11-23T03:04:30.2191550Z ============================== warnings summary =============================== 2022-11-23T03:04:30.2191971Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:30.2192628Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:30.2193051Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:30.2193198Z 2022-11-23T03:04:30.2193455Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:30.2193963Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-90520ce93487c4c6.xml - 2022-11-23T03:04:30.2194403Z ============================= 1 warning in 0.02s ============================== 2022-11-23T03:04:30.2194737Z 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-23T03:04:30.2194951Z 2022-11-23T03:04:30.2195206Z ##[endgroup] 2022-11-23T03:04:30.2195590Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_rwc1w8yb) 2022-11-23T03:04:30.2195878Z 2022-11-23T03:04:30.6336323Z 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 03:04:30.628091] 2022-11-23T03:04:35.1301201Z 2022-11-23T03:04:35.1301881Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T03:04:35.1302673Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_8x1xbtxh) 2022-11-23T03:04:35.1303590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:35.1304283Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:35.1304703Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-784c6b7e2fcbd409.xml 2022-11-23T03:04:35.1305092Z ============================= test session starts ============================= 2022-11-23T03:04:35.1305431Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:35.1305723Z cachedir: .pytest_cache 2022-11-23T03:04:35.1306069Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:35.1306701Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:35.1307133Z 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-23T03:04:35.1307475Z collecting ... collected 0 items 2022-11-23T03:04:35.1307708Z Running 0 items in this shard: 2022-11-23T03:04:35.1307845Z 2022-11-23T03:04:35.1307973Z ============================== warnings summary =============================== 2022-11-23T03:04:35.1308309Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:35.1308806Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:35.1309220Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:35.1309367Z 2022-11-23T03:04:35.1309562Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:35.1310085Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-784c6b7e2fcbd409.xml - 2022-11-23T03:04:35.1310527Z ============================= 1 warning in 0.24s ============================== 2022-11-23T03:04:35.1310952Z 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-23T03:04:35.1311167Z 2022-11-23T03:04:35.1311420Z ##[endgroup] 2022-11-23T03:04:35.1311792Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_8x1xbtxh) 2022-11-23T03:04:35.1312169Z 2022-11-23T03:04:35.1312305Z Running test_ops_gradients ... [2022-11-23 03:04:35.126286] 2022-11-23T03:04:37.7025331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:37.7026113Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:37.7026478Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:04:37.8793586Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:04:37.878972] 2022-11-23T03:04:37.8794757Z Ignoring disabled issues: [] 2022-11-23T03:04:42.0193405Z 2022-11-23T03:04:42.0195129Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T03:04:42.0196012Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ekac_bi8) 2022-11-23T03:04:42.0196878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:42.0197575Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:42.0197945Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-a6a8d0368544515b.xml 2022-11-23T03:04:42.0198317Z ============================= test session starts ============================= 2022-11-23T03:04:42.0198651Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:42.0199797Z cachedir: .pytest_cache 2022-11-23T03:04:42.0200224Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:42.0200644Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:42.0201056Z 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-23T03:04:42.0201386Z collecting ... collected 0 items 2022-11-23T03:04:42.0201608Z Running 0 items in this shard: 2022-11-23T03:04:42.0201742Z 2022-11-23T03:04:42.0201864Z ============================== warnings summary =============================== 2022-11-23T03:04:42.0202192Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:42.0202695Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:42.0203107Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:42.0203245Z 2022-11-23T03:04:42.0203424Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:42.0204030Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-a6a8d0368544515b.xml - 2022-11-23T03:04:42.0204455Z ============================= 1 warning in 0.02s ============================== 2022-11-23T03:04:42.0204787Z 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-23T03:04:42.0204999Z 2022-11-23T03:04:42.0205269Z ##[endgroup] 2022-11-23T03:04:42.0205692Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ekac_bi8) 2022-11-23T03:04:42.0205973Z 2022-11-23T03:04:42.4305358Z 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 03:04:42.430214] 2022-11-23T03:04:46.6417292Z 2022-11-23T03:04:46.6417988Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T03:04:46.6418854Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ko4scakz) 2022-11-23T03:04:46.6419793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:46.6420540Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:46.6420936Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-eb677966df87c3ef.xml 2022-11-23T03:04:46.6421309Z ============================= test session starts ============================= 2022-11-23T03:04:46.6421644Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:46.6421939Z cachedir: .pytest_cache 2022-11-23T03:04:46.6422293Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:46.6422699Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:46.6423118Z 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-23T03:04:46.6423452Z collecting ... collected 0 items 2022-11-23T03:04:46.6423673Z Running 0 items in this shard: 2022-11-23T03:04:46.6423804Z 2022-11-23T03:04:46.6424151Z ============================== warnings summary =============================== 2022-11-23T03:04:46.6424479Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:46.6424980Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:46.6425375Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:46.6425521Z 2022-11-23T03:04:46.6425719Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:46.6426288Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-eb677966df87c3ef.xml - 2022-11-23T03:04:46.6426774Z ============================= 1 warning in 0.02s ============================== 2022-11-23T03:04:46.6427103Z 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-23T03:04:46.6427313Z 2022-11-23T03:04:46.6427554Z ##[endgroup] 2022-11-23T03:04:46.6427911Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_ko4scakz) 2022-11-23T03:04:46.6428186Z 2022-11-23T03:04:46.6428306Z Running test_ops_jit ... [2022-11-23 03:04:46.642021] 2022-11-23T03:04:49.2506891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:49.2507686Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:49.2508023Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-11-23T03:04:49.4249365Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:04:49.418278] 2022-11-23T03:04:49.4251008Z Ignoring disabled issues: [] 2022-11-23T03:04:53.6705354Z 2022-11-23T03:04:53.6706173Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T03:04:53.6706972Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_l05m_z_5) 2022-11-23T03:04:53.6707964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:53.6708666Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:53.6709025Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-308ea20e769ec829.xml 2022-11-23T03:04:53.6709373Z ============================= test session starts ============================= 2022-11-23T03:04:53.6709698Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:53.6709992Z cachedir: .pytest_cache 2022-11-23T03:04:53.6710350Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:53.6710770Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:53.6711186Z 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-23T03:04:53.6711522Z collecting ... collected 0 items 2022-11-23T03:04:53.6711947Z Running 0 items in this shard: 2022-11-23T03:04:53.6712079Z 2022-11-23T03:04:53.6712201Z ============================== warnings summary =============================== 2022-11-23T03:04:53.6712527Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:53.6713127Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:53.6713600Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:53.6713743Z 2022-11-23T03:04:53.6713935Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:53.6714479Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-308ea20e769ec829.xml - 2022-11-23T03:04:53.6714871Z ============================= 1 warning in 0.02s ============================== 2022-11-23T03:04:53.6715206Z 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-23T03:04:53.6715420Z 2022-11-23T03:04:53.6715670Z ##[endgroup] 2022-11-23T03:04:53.6716021Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_l05m_z_5) 2022-11-23T03:04:53.6716278Z 2022-11-23T03:04:54.1171200Z 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 03:04:54.112754] 2022-11-23T03:04:58.3707825Z 2022-11-23T03:04:58.3708629Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T03:04:58.3709405Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_q7yhagyt) 2022-11-23T03:04:58.3710300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:04:58.3711003Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:04:58.3711379Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-be673ee166525d47.xml 2022-11-23T03:04:58.3711739Z ============================= test session starts ============================= 2022-11-23T03:04:58.3712082Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T03:04:58.3712378Z cachedir: .pytest_cache 2022-11-23T03:04:58.3712744Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T03:04:58.3713246Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T03:04:58.3713664Z 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-23T03:04:58.3714001Z collecting ... collected 0 items 2022-11-23T03:04:58.3714230Z Running 0 items in this shard: 2022-11-23T03:04:58.3714365Z 2022-11-23T03:04:58.3714493Z ============================== warnings summary =============================== 2022-11-23T03:04:58.3714825Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T03:04:58.3715330Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T03:04:58.3715745Z self._mark_plugins_for_rewrite(hook) 2022-11-23T03:04:58.3715874Z 2022-11-23T03:04:58.3716068Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T03:04:58.3716773Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-be673ee166525d47.xml - 2022-11-23T03:04:58.3717177Z ============================= 1 warning in 0.02s ============================== 2022-11-23T03:04:58.3717507Z 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-23T03:04:58.3717718Z 2022-11-23T03:04:58.3717970Z ##[endgroup] 2022-11-23T03:04:58.3718323Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_q7yhagyt) 2022-11-23T03:04:58.3718581Z 2022-11-23T03:04:58.3718691Z Running test_overrides ... [2022-11-23 03:04:58.369281] 2022-11-23T03:04:58.3721760Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:04:58.369281] 2022-11-23T03:05:03.9135988Z 2022-11-23T03:05:03.9136684Z Expand the folded group to see the log file of test_overrides 2022-11-23T03:05:03.9137470Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_rjlf0fwq) 2022-11-23T03:05:03.9149397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:03.9150292Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:03.9150447Z 2022-11-23T03:05:03.9150527Z Running tests... 2022-11-23T03:05:03.9150798Z ---------------------------------------------------------------------- 2022-11-23T03:05:03.9151129Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T03:05:03.9151485Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.496s) 2022-11-23T03:05:03.9151866Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-11-23T03:05:03.9152219Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-11-23T03:05:03.9152524Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.023s) 2022-11-23T03:05:03.9152844Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.002s) 2022-11-23T03:05:03.9153119Z test_getitem (__main__.TestIndexing) ... ok (0.002s) 2022-11-23T03:05:03.9153568Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.002s) 2022-11-23T03:05:03.9153854Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T03:05:03.9154162Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-11-23T03:05:03.9154472Z test_setitem_val (__main__.TestIndexing) ... ok (0.002s) 2022-11-23T03:05:03.9154767Z test_iterator (__main__.TestIterator) ... ok (0.002s) 2022-11-23T03:05:03.9155043Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-11-23T03:05:03.9155329Z test_pickle (__main__.TestPickle) ... ok (0.002s) 2022-11-23T03:05:03.9155606Z test_rnn (__main__.TestRNN) ... ok (0.004s) 2022-11-23T03:05:03.9155968Z test_resolve_name (__main__.TestResolveName) ... ok (0.103s) 2022-11-23T03:05:03.9156474Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9156993Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9157491Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:05:03.9158071Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9158668Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9159256Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9159867Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9160601Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9161183Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9161716Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9162294Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9162862Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T03:05:03.9163472Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T03:05:03.9164050Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T03:05:03.9164564Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9165076Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9165665Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9166257Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.006s) 2022-11-23T03:05:03.9166791Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9167393Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9168073Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T03:05:03.9168631Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9169145Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9169702Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9170280Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9170830Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9171405Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9171983Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9172577Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9173261Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9173885Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9174445Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9175019Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9175585Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9176133Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9176677Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9177232Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9177786Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9178334Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9178887Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9179502Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9180076Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9180611Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9181156Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9181708Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9183418Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9183967Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9184523Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9185050Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9185664Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9186251Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9186800Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9187346Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9187888Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9188401Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9188930Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9189465Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9190012Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9191534Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9192154Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9192676Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9193208Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9193813Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9194353Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9194904Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9195443Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9195966Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9196515Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9197076Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9197663Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9198229Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9198856Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9199413Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9199934Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9200487Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9201021Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9201556Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9202102Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9202650Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9203180Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9203721Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9204310Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9204900Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9205605Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9206154Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9206667Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9207220Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9207808Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9208451Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9209056Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9209607Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9210206Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9210798Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9211348Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9211912Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9212467Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9213116Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9213679Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9214239Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9214808Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9215354Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9215899Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9216480Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9217077Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9217601Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9218139Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9218674Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9219211Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9219755Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9220289Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9220801Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9221355Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9221920Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9222518Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9223117Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9223666Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9224187Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9224733Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9225272Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9225821Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9226376Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9226920Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9227569Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9228121Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9228718Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9229316Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9229861Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9230415Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9230943Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9231455Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9232019Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9232560Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9233111Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9233758Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9234311Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9234997Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9235596Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9236138Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9236674Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9237216Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9237761Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9238292Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9238841Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9239388Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9239947Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9240506Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9241105Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9241677Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9242217Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9242752Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9243311Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9243878Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9244445Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9245032Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9245580Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9246129Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9246667Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9247257Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9247832Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9248358Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9248875Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9249545Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9250083Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9250629Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9251188Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9251742Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9252261Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9252812Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9253422Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9254044Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9254590Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9255166Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9255703Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9256279Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9256963Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9257540Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9258098Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9258659Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9259262Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9259813Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9260459Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9261043Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9261606Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9262154Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9262685Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9263204Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9263744Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9264283Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9264836Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9265449Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9266047Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9266570Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9267124Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9267675Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9268227Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9268775Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9269343Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9269897Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9270445Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9271111Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9271731Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9272353Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9272915Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9273561Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9274095Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9274636Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9275169Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9275718Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9276257Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9276820Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9277394Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9278008Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9278682Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9279261Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9279797Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9280344Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9280873Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9281418Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9281950Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9282477Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9283020Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9283601Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9284192Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9284747Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9285273Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9285807Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9286352Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9286895Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9287404Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9287941Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9288485Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9289035Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9289645Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9290225Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9290782Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9291318Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9291863Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9292413Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9293068Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9293619Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9294165Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9294692Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9295281Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9295882Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9296445Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9296991Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9297548Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9298078Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9298618Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9299158Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9299715Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9300371Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9300918Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9301469Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9302059Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9302609Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9303152Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9303686Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9304233Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9304768Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9305311Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9305852Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9306387Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9306923Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9307495Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9308033Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9308567Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9309111Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9309660Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9310204Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9310742Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9311279Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9311798Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9312344Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9312889Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9313561Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9314157Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9314840Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9315366Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9315926Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9316477Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9317016Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9317561Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9318100Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9318609Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9319153Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9319747Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9320361Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9320925Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9321479Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9322007Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9322662Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9323227Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9323778Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9324310Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9324844Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9325410Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9325999Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9326547Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9327086Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9327633Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9328180Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9328700Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9329203Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9329736Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9330293Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9330869Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9331471Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9332075Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9332600Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9333156Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9333720Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9334292Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9334850Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9335391Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9335895Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9336450Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9337123Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9337724Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9338328Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9338884Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9339413Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9339974Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9340516Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9341066Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9341597Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9342122Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9342643Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9343195Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9343793Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9344470Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9345035Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9345590Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9346150Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9346684Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9347243Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9347802Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9348368Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9348914Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9349485Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9350097Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9350708Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9351267Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9351806Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9352343Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9352874Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9353412Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9354081Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9354635Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9355203Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9355795Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9356355Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9356937Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9357518Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9358092Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9358780Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9359328Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9359884Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9360444Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9360956Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9361504Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9362091Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9362687Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9363234Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9363769Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9364284Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9364826Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9365260Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9365680Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9366026Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9366367Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9366686Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9367032Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9367376Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9367712Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9368092Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9368453Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9368821Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9369161Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9369500Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9369842Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9370183Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9370519Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9370847Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9371203Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9371557Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9371900Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9372240Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9372582Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9372906Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9373249Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9373593Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9373932Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9374315Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9374725Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9375120Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9375455Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9375811Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9376175Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9376538Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9376893Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9377244Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9377582Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9377938Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9378294Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9378648Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9378999Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9379402Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9379739Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9380091Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9380489Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9380842Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9381244Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9381591Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9381906Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9382243Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9382589Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9382939Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9383279Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9383627Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9383984Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9384398Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9384957Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9390539Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9391145Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9391577Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9391947Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9392294Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9392643Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9392995Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9393342Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9393794Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9394138Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9394778Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9395123Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9395476Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9395834Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9396242Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9396582Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9396953Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9397304Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9397663Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9398020Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9398369Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9398715Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9399050Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9399484Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9399841Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9400190Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9400543Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9400902Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9401254Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9401583Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9401936Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9402342Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9402691Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9403082Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9403428Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9403747Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9404100Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9404458Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9404810Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9405167Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9405527Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9405861Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9406206Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9406554Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9406910Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9407265Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9407624Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9407950Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9408350Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9409776Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9410122Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9410472Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9426600Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9427203Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9427563Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9427921Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9428265Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9428604Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9428933Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9429259Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9429591Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9429923Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9430407Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9430757Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9431128Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9431490Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9431849Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9432188Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9432588Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9432966Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9433309Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9433744Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9434070Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9434402Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9434736Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9435079Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9435430Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9435781Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9436121Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9436471Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9436812Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9437143Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9437479Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9437822Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9438148Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9438536Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9438871Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9439381Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9439717Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9440068Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9440412Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9440762Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9441107Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9441444Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9441778Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9442116Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9442454Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9442791Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9443146Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9443491Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9443884Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9444226Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9444608Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9444922Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9445297Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9445639Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9445981Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9446320Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9446656Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9446981Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9447331Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9447679Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.008s) 2022-11-23T03:05:03.9448032Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9448387Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9448731Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9449058Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9449397Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9449721Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9450048Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9450437Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9450784Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9451168Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9451491Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9451826Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9452152Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9452484Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9452869Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9453194Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9453505Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9453832Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9454163Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9454489Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9454815Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9455151Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9455480Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9455808Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9456138Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9456520Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9456858Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9457313Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9457649Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9458015Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9458369Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9458712Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9459052Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9459378Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9459695Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9460031Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9460362Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9460697Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9461031Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9461360Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9461686Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9462006Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9462352Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9462707Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9463041Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9463361Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9463694Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9464022Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9464355Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9464687Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9465020Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9465349Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9465690Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9466071Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9466413Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9466750Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9467077Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9467456Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9467781Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9468160Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9468501Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9468826Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9469147Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9469479Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9469820Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9470140Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9470511Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9470844Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9471184Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9471526Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9471859Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9472189Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9472504Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9472838Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9473180Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9473623Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9473975Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9474305Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9474619Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9474947Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9475286Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9475633Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9475971Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9476303Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9476621Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9476955Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9477288Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9477619Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9477954Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9478283Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9478617Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9478972Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9479381Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9479743Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9480098Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9480441Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9480775Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9481087Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9481414Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9481740Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9482068Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9482400Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9482732Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9483048Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9483439Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9483815Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9484201Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9484544Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9484895Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9485250Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9485616Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9485976Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9486335Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9486695Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9487062Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9487424Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9487768Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9488131Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9488488Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9488848Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9489205Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9489557Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9489900Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9490260Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9490621Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9490979Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9491338Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9491702Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9492120Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9492465Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9492833Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9493203Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9493573Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9493944Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9494304Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9494645Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9494999Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9495349Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9495703Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9496058Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9497034Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9497406Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9497753Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9498121Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9498498Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9498863Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9499229Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9499562Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9499860Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9500212Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9500555Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:05:03.9500867Z Test that a function with one argument can be overrided ... ok (0.006s) 2022-11-23T03:05:03.9501176Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:05:03.9501496Z Test that a function with multiple arguments can be overrided ... ok (0.000s) 2022-11-23T03:05:03.9501812Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9502139Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T03:05:03.9502468Z Test semantics for __torch_function__ for functions that take ... ok (0.010s) 2022-11-23T03:05:03.9502809Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T03:05:03.9503141Z this test exercises the functionality described in ... ok (0.000s) 2022-11-23T03:05:03.9503477Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9503828Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9504160Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9504517Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9504866Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9505214Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9505615Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9505959Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9506287Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9506626Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9506981Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9507336Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9507685Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9508033Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9508366Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9508717Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9509071Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9509424Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9509816Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9510166Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9510528Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9510898Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9511272Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9511636Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9512002Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9512371Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9512741Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9513112Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9513584Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9513965Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9514426Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9514812Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9515181Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9515603Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9515971Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9516353Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9516725Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9517087Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9517462Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9517842Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9518277Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9518632Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9519008Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9519389Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9519775Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9520160Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9520537Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9520904Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9521255Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9521617Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9521984Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9522351Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9522766Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9523151Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9523530Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9523880Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9524253Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9524636Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9525013Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9525382Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9525757Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9526108Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9526460Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9526804Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9527144Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9527494Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9527844Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9528185Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9528523Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9528891Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9529274Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9529653Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9530029Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9530404Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9530859Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9531262Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9531680Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9532103Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9532498Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9532873Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9533243Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9533614Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9533973Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9534348Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9534720Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9535136Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9535505Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9535879Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9536250Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9536632Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9537028Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9537443Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9537829Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9538202Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9538567Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9538916Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9539314Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9539735Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9540128Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9540508Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9540893Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9541276Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9541643Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9542036Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9542437Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9542837Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9543289Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9543690Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9544077Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9544439Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9544819Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9545195Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9545566Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9545966Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9546387Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9546818Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9547234Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9547716Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9548149Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9548552Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9548933Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9549327Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9549721Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9550084Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9550452Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9550814Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9551157Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9551504Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9551850Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9552196Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9552545Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9552905Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9553257Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9553728Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9554086Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9554439Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9554792Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9555152Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9555483Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9555808Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9556196Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9556520Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9556874Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9557223Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9557563Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9557891Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9558223Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9558554Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9558884Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9559195Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9559523Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9559852Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9560203Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9560606Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9560934Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9561252Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9561598Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9561935Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9562253Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9562581Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9562908Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9563218Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9563543Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9563876Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9564210Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9564530Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9564852Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9565163Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9565480Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9565805Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9566122Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9566454Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9566786Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9567118Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9567479Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9567816Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9568139Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9568464Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9568782Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9569148Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9569471Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9569807Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9570139Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9570496Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9570944Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9571313Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9571712Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9572104Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9572481Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9572843Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9573201Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9573592Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9573961Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9574310Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9574645Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9574983Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9575334Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9575681Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9576022Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9576359Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9576712Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9577045Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9577385Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9577726Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9578056Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9578390Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9578733Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9579067Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9579409Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9579757Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9580106Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9580466Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9580819Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9581176Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9581506Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9581841Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9582232Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9582563Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9582876Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9583220Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9583578Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9583927Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9584268Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9584601Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9584928Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9585263Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9585606Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9585962Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9586308Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9586698Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9587015Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9587346Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9587691Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9588048Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9588404Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9588755Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9589098Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9589424Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9589755Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9590083Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9590431Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9590797Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9591150Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9591468Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9591792Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9592141Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9592488Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9592822Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9593154Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9593561Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9593903Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9594257Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9594610Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9594958Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9595291Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9595666Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9596005Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9596341Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9596678Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9597016Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9597354Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9597700Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9598048Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9598389Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9598723Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9599055Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9599378Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9599707Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9600066Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9600396Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9600730Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9601058Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9601391Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9601728Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9602064Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9602409Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9602740Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9603064Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9603392Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9603717Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9604031Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9604363Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9604694Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9605027Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9605369Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9605743Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9606125Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9606516Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9606920Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9607311Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9607698Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9608093Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9608536Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9608907Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9609283Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9609649Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9609989Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9610320Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9610656Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9610992Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9611310Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9611652Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9611995Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9612335Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9612674Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9613044Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9613355Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9613680Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9614008Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9614176Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9614334Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9614511Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9614688Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9614863Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9615035Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9615225Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9615408Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9615583Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9615761Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9615917Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616084Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616259Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616426Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616600Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616766Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9616943Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9617114Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9617300Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9617486Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9617697Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9617849Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618000Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618154Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618308Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618468Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618626Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618789Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9618938Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9619105Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9619274Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9619435Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9619586Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9619781Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9619936Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9620099Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9620257Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9620432Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9620585Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9620748Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9620915Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9621067Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621223Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621378Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621535Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621672Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621827Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9621985Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622138Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622300Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622460Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622619Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622776Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9622942Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9623104Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9623265Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9623419Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9623582Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9623740Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9624506Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9624666Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9624820Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9624979Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625153Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625314Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625468Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625627Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625786Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9625946Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626102Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626261Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626411Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626611Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626767Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9626923Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627080Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627236Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627388Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627544Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627683Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9627843Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628002Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628155Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628310Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628460Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628612Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628769Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9628926Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9629084Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9629233Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9629384Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9629536Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9629688Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9629850Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9630011Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9630159Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9630324Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9630477Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9630692Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9630853Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631018Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631176Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631329Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631487Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631636Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631792Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9631942Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632098Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632255Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632429Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632589Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632800Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9632955Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9633110Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9633272Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9633536Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9633694Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9633857Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634034Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634195Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634354Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634512Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634668Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634823Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9634972Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9635128Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9635299Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9635476Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9635662Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9635840Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9636017Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9636203Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9636364Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9636517Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9636677Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9636833Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637046Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637198Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637360Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637517Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637668Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9637829Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9637986Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638146Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638305Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638469Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638626Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638767Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9638930Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9639142Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9639322Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T03:05:03.9639488Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9639657Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9639825Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9639984Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9640136Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9640286Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9640444Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9640605Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9640786Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9640982Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9641172Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9641357Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9641567Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9641761Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9641969Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9642151Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9642360Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9642543Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9642729Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9642909Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9643105Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9643355Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9643526Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9643720Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9643904Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644079Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644255Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644433Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644610Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644787Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9644959Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9645137Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9645369Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9645567Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9645740Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9645917Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9646128Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9646323Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9646529Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9646715Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9646891Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9647075Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9647253Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9647438Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9647617Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9647813Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9647987Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9648168Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9648351Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9648525Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9648701Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9648877Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649051Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649240Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649461Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649625Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649806Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9649997Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9650174Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9650368Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9650545Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9650740Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9650920Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9651112Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9651294Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9651519Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9651694Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9651867Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9652043Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9652246Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9652434Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9652627Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9652826Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9653001Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9653183Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9653355Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9653526Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9653696Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9653869Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9654034Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9654197Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9654363Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9654543Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9654726Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9654902Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9655076Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9655254Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9655480Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9655671Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9655876Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9656052Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9656220Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9656396Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9656560Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9656726Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9656871Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9657038Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9657196Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9657360Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9658294Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9658474Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9658631Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9658783Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9658936Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9659111Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9659266Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9659424Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9659592Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9659758Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9659924Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9660092Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9660250Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9660404Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9660560Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9660720Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9660879Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9661029Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9661183Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9661338Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9661490Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9661661Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9661834Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9662015Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9662169Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9662386Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9662538Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9662694Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9662870Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663042Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663224Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663384Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663556Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663726Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9663902Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9664071Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.013s) 2022-11-23T03:05:03.9664246Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9664467Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9664625Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9664785Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9664947Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9665109Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9665263Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9665418Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9665579Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9665731Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9665892Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9666052Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9666227Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9666374Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9666535Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9666695Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9666850Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9667017Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9667172Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9667335Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9667492Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9667645Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9667798Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9667967Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9668126Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9668279Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9668428Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9668632Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9668788Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9668943Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9669093Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9669261Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9669427Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9669594Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9669749Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9669912Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670083Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670235Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670388Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670543Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670737Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9670897Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9671046Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9671197Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9671348Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9671508Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9671675Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9671815Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9672057Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9672218Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9672370Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9672532Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9672750Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9672927Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9673080Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9673234Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9673392Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9673638Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9673795Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9673945Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9674105Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9674255Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9674413Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9674561Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9674693Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9674854Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675067Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675223Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675371Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675526Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675681Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675847Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9675995Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T03:05:03.9676146Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9676308Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9676469Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9676621Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9676770Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9676922Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9677121Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9677277Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9677435Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9677587Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9677757Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9677906Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678129Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678288Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678448Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678601Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678807Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9678969Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679125Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679283Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679444Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679607Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679785Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9679945Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9680110Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9680259Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9680408Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T03:05:03.9680565Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T03:05:03.9680719Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9680888Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9681063Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T03:05:03.9681225Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9681445Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9681603Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9681757Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T03:05:03.9681915Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9682070Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9682223Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9682383Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T03:05:03.9682546Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T03:05:03.9682723Z Test that errors raised in user implementations propagate correctly ... ok (0.000s) 2022-11-23T03:05:03.9682902Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.019s) 2022-11-23T03:05:03.9683046Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.002s) 2022-11-23T03:05:03.9683078Z 2022-11-23T03:05:03.9683225Z ---------------------------------------------------------------------- 2022-11-23T03:05:03.9683309Z Ran 1415 tests in 2.546s 2022-11-23T03:05:03.9683359Z 2022-11-23T03:05:03.9683424Z OK 2022-11-23T03:05:03.9683430Z 2022-11-23T03:05:03.9683522Z Generating XML reports... 2022-11-23T03:05:03.9683802Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123030500.xml 2022-11-23T03:05:03.9684124Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123030500.xml 2022-11-23T03:05:03.9684373Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123030500.xml 2022-11-23T03:05:03.9684628Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123030500.xml 2022-11-23T03:05:03.9684936Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123030500.xml 2022-11-23T03:05:03.9685166Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123030500.xml 2022-11-23T03:05:03.9685389Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123030500.xml 2022-11-23T03:05:03.9685615Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123030500.xml 2022-11-23T03:05:03.9685837Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123030500.xml 2022-11-23T03:05:03.9686046Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123030500.xml 2022-11-23T03:05:03.9686278Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123030500.xml 2022-11-23T03:05:03.9686529Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123030500.xml 2022-11-23T03:05:03.9686791Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123030500.xml 2022-11-23T03:05:03.9687047Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123030500.xml 2022-11-23T03:05:03.9687302Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123030500.xml 2022-11-23T03:05:03.9687308Z 2022-11-23T03:05:03.9687696Z ##[endgroup] 2022-11-23T03:05:03.9687940Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_rjlf0fwq) 2022-11-23T03:05:03.9687960Z 2022-11-23T03:05:03.9688058Z Running test_prims ... [2022-11-23 03:05:03.917967] 2022-11-23T03:05:03.9688370Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:03.918585] 2022-11-23T03:05:07.9498233Z 2022-11-23T03:05:07.9499098Z Expand the folded group to see the log file of test_prims 2022-11-23T03:05:07.9500028Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_97vjzpch) 2022-11-23T03:05:07.9500964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:07.9501677Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:07.9501817Z 2022-11-23T03:05:07.9501897Z Running tests... 2022-11-23T03:05:07.9502170Z ---------------------------------------------------------------------- 2022-11-23T03:05:07.9502520Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T03:05:07.9502839Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.000s) 2022-11-23T03:05:07.9503125Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.014s) 2022-11-23T03:05:07.9503282Z 2022-11-23T03:05:07.9503641Z ---------------------------------------------------------------------- 2022-11-23T03:05:07.9503889Z Ran 2 tests in 0.016s 2022-11-23T03:05:07.9504009Z 2022-11-23T03:05:07.9504075Z OK 2022-11-23T03:05:07.9504171Z 2022-11-23T03:05:07.9504265Z Generating XML reports... 2022-11-23T03:05:07.9504624Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123030507.xml 2022-11-23T03:05:07.9504876Z 2022-11-23T03:05:07.9505120Z ##[endgroup] 2022-11-23T03:05:07.9505446Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_97vjzpch) 2022-11-23T03:05:07.9505700Z 2022-11-23T03:05:07.9505826Z Running test_reductions ... [2022-11-23 03:05:07.950025] 2022-11-23T03:05:07.9512042Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:07.950025] 2022-11-23T03:05:12.0151503Z 2022-11-23T03:05:12.0152147Z Expand the folded group to see the log file of test_reductions 2022-11-23T03:05:12.0152909Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_qptsubpv) 2022-11-23T03:05:12.0153800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:12.0154579Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:12.0154732Z 2022-11-23T03:05:12.0154810Z Running tests... 2022-11-23T03:05:12.0155082Z ---------------------------------------------------------------------- 2022-11-23T03:05:12.0155267Z 2022-11-23T03:05:12.0155420Z ---------------------------------------------------------------------- 2022-11-23T03:05:12.0155674Z Ran 0 tests in 0.000s 2022-11-23T03:05:12.0155795Z 2022-11-23T03:05:12.0155858Z OK 2022-11-23T03:05:12.0155954Z 2022-11-23T03:05:12.0156047Z Generating XML reports... 2022-11-23T03:05:12.0156328Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T03:05:12.0156524Z 2022-11-23T03:05:12.0156759Z ##[endgroup] 2022-11-23T03:05:12.0157123Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_qptsubpv) 2022-11-23T03:05:12.0157394Z 2022-11-23T03:05:12.0157518Z Running test_show_pickle ... [2022-11-23 03:05:12.005881] 2022-11-23T03:05:12.0164954Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:12.016025] 2022-11-23T03:05:14.5548194Z 2022-11-23T03:05:14.5549106Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T03:05:14.5549951Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_z3ce_mi_) 2022-11-23T03:05:14.5550843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:14.5551590Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:14.5551759Z 2022-11-23T03:05:14.5551844Z Running tests... 2022-11-23T03:05:14.5552126Z ---------------------------------------------------------------------- 2022-11-23T03:05:14.5552488Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T03:05:14.5563480Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T03:05:14.5564135Z 2022-11-23T03:05:14.5564311Z ---------------------------------------------------------------------- 2022-11-23T03:05:14.5564627Z Ran 1 test in 0.000s 2022-11-23T03:05:14.5564779Z 2022-11-23T03:05:14.5564881Z OK (skipped=1) 2022-11-23T03:05:14.5565027Z 2022-11-23T03:05:14.5565146Z Generating XML reports... 2022-11-23T03:05:14.5565566Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123030514.xml 2022-11-23T03:05:14.5565824Z 2022-11-23T03:05:14.5566115Z ##[endgroup] 2022-11-23T03:05:14.5566469Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_z3ce_mi_) 2022-11-23T03:05:14.5566750Z 2022-11-23T03:05:14.5566893Z Running test_sparse_csr ... [2022-11-23 03:05:14.554966] 2022-11-23T03:05:14.5567392Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:14.555567] 2022-11-23T03:05:19.1500248Z 2022-11-23T03:05:19.1501126Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T03:05:19.1502025Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_fikbhth6) 2022-11-23T03:05:19.1502934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:19.1503669Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:19.1503815Z 2022-11-23T03:05:19.1503903Z Running tests... 2022-11-23T03:05:19.1504192Z ---------------------------------------------------------------------- 2022-11-23T03:05:19.1504552Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T03:05:19.1504913Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.540s) 2022-11-23T03:05:19.1505107Z 2022-11-23T03:05:19.1505270Z ---------------------------------------------------------------------- 2022-11-23T03:05:19.1505529Z Ran 1 test in 0.547s 2022-11-23T03:05:19.1505653Z 2022-11-23T03:05:19.1505703Z OK 2022-11-23T03:05:19.1505805Z 2022-11-23T03:05:19.1505902Z Generating XML reports... 2022-11-23T03:05:19.1506301Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123030518.xml 2022-11-23T03:05:19.1506798Z 2022-11-23T03:05:19.1507043Z ##[endgroup] 2022-11-23T03:05:19.1507408Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_fikbhth6) 2022-11-23T03:05:19.1507676Z 2022-11-23T03:05:19.1507809Z Running test_tensor_creation_ops ... [2022-11-23 03:05:19.141319] 2022-11-23T03:05:19.1511931Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:19.141319] 2022-11-23T03:05:22.3428668Z 2022-11-23T03:05:22.3429511Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T03:05:22.3430336Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_wtpwfj20) 2022-11-23T03:05:22.3431245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:22.3431954Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:22.3432327Z 2022-11-23T03:05:22.3432409Z Running tests... 2022-11-23T03:05:22.3432680Z ---------------------------------------------------------------------- 2022-11-23T03:05:22.3432864Z 2022-11-23T03:05:22.3433017Z ---------------------------------------------------------------------- 2022-11-23T03:05:22.3433255Z Ran 0 tests in 0.000s 2022-11-23T03:05:22.3433379Z 2022-11-23T03:05:22.3433442Z OK 2022-11-23T03:05:22.3433539Z 2022-11-23T03:05:22.3433632Z Generating XML reports... 2022-11-23T03:05:22.3433943Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T03:05:22.3434156Z 2022-11-23T03:05:22.3434473Z ##[endgroup] 2022-11-23T03:05:22.3434858Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_wtpwfj20) 2022-11-23T03:05:22.3435149Z 2022-11-23T03:05:22.3435274Z Running test_tensorexpr ... [2022-11-23 03:05:22.334187] 2022-11-23T03:05:22.3440282Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:22.334187] 2022-11-23T03:05:56.2869951Z 2022-11-23T03:05:56.2870675Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T03:05:56.2871581Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_uvhkapoq) 2022-11-23T03:05:56.2872610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:05:56.2873322Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:05:56.2873479Z 2022-11-23T03:05:56.2873566Z Running tests... 2022-11-23T03:05:56.2873840Z ---------------------------------------------------------------------- 2022-11-23T03:05:56.2874292Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T03:05:56.2874819Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.512s) 2022-11-23T03:05:56.2875220Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-11-23T03:05:56.2875561Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-11-23T03:05:56.2876033Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T03:05:56.2876608Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.255s) 2022-11-23T03:05:56.2876929Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-11-23T03:05:56.2877236Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T03:05:56.2877584Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.437s) 2022-11-23T03:05:56.2877937Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.072s) 2022-11-23T03:05:56.2878414Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.085s) 2022-11-23T03:05:56.2878840Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.587s) 2022-11-23T03:05:56.2879175Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T03:05:56.2879488Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (2.241s) 2022-11-23T03:05:56.2879792Z test_cat (__main__.TestTensorExprFuser) ... ok (1.734s) 2022-11-23T03:05:56.2880088Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.295s) 2022-11-23T03:05:56.2880411Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.267s) 2022-11-23T03:05:56.2880787Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-11-23T03:05:56.2881159Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.285s) 2022-11-23T03:05:56.2881594Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-11-23T03:05:56.2881912Z test_char (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T03:05:56.2882205Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.103s) 2022-11-23T03:05:56.2882484Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-11-23T03:05:56.2882782Z test_constant (__main__.TestTensorExprFuser) ... ok (0.019s) 2022-11-23T03:05:56.2883083Z test_double (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T03:05:56.2883393Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T03:05:56.2883772Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.003s) 2022-11-23T03:05:56.2884119Z test_easy (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T03:05:56.2884388Z test_eq (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-11-23T03:05:56.2884684Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T03:05:56.2884979Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-11-23T03:05:56.2885268Z test_ge (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T03:05:56.2885547Z test_gt (__main__.TestTensorExprFuser) ... ok (0.023s) 2022-11-23T03:05:56.2885867Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:05:56.2886179Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-11-23T03:05:56.2886480Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.005s) 2022-11-23T03:05:56.2886793Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T03:05:56.2887103Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T03:05:56.2887395Z test_le (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T03:05:56.2887678Z test_loop (__main__.TestTensorExprFuser) ... ok (0.149s) 2022-11-23T03:05:56.2887945Z test_lt (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-11-23T03:05:56.2888230Z test_mask (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-11-23T03:05:56.2888518Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-11-23T03:05:56.2888827Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T03:05:56.2889149Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-11-23T03:05:56.2889462Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T03:05:56.2889796Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-11-23T03:05:56.2890188Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T03:05:56.2890499Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-11-23T03:05:56.2890820Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-11-23T03:05:56.2891133Z test_nans (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T03:05:56.2891407Z test_ne (__main__.TestTensorExprFuser) ... ok (0.022s) 2022-11-23T03:05:56.2891703Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-11-23T03:05:56.2892031Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (11.563s) 2022-11-23T03:05:56.2892356Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.435s) 2022-11-23T03:05:56.2892673Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.176s) 2022-11-23T03:05:56.2892963Z test_relu (__main__.TestTensorExprFuser) ... ok (0.068s) 2022-11-23T03:05:56.2893257Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.108s) 2022-11-23T03:05:56.2893538Z test_reps (__main__.TestTensorExprFuser) ... ok (0.423s) 2022-11-23T03:05:56.2893825Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T03:05:56.2894116Z test_short (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-11-23T03:05:56.2894414Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-11-23T03:05:56.2894762Z test_slice (__main__.TestTensorExprFuser) ... ok (5.464s) 2022-11-23T03:05:56.2895065Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-11-23T03:05:56.2895359Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.127s) 2022-11-23T03:05:56.2895688Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-11-23T03:05:56.2896043Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-11-23T03:05:56.2896363Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T03:05:56.2896662Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.149s) 2022-11-23T03:05:56.2896967Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-11-23T03:05:56.2897250Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.964s) 2022-11-23T03:05:56.2897544Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (2.431s) 2022-11-23T03:05:56.2897842Z test_where (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T03:05:56.2898006Z 2022-11-23T03:05:56.2898173Z ---------------------------------------------------------------------- 2022-11-23T03:05:56.2898435Z Ran 72 tests in 31.093s 2022-11-23T03:05:56.2898557Z 2022-11-23T03:05:56.2898634Z OK (skipped=4) 2022-11-23T03:05:56.2898747Z 2022-11-23T03:05:56.2898826Z Generating XML reports... 2022-11-23T03:05:56.2899208Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123030524.xml 2022-11-23T03:05:56.2899484Z 2022-11-23T03:05:56.2899768Z ##[endgroup] 2022-11-23T03:05:56.2900139Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_uvhkapoq) 2022-11-23T03:05:56.2900419Z 2022-11-23T03:05:56.2900535Z Running test_torch ... [2022-11-23 03:05:56.285137] 2022-11-23T03:05:56.2900952Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:05:56.285137] 2022-11-23T03:06:02.6105031Z 2022-11-23T03:06:02.6105685Z Expand the folded group to see the log file of test_torch 2022-11-23T03:06:02.6106415Z ##[group]PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_plp_t4tj) 2022-11-23T03:06:02.6108460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:06:02.6109706Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:06:02.6110062Z 2022-11-23T03:06:02.6110174Z Running tests... 2022-11-23T03:06:02.6110576Z ---------------------------------------------------------------------- 2022-11-23T03:06:02.6111042Z Test results will be stored in test-reports\python-unittest\test_torch 2022-11-23T03:06:02.6111491Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.004s) 2022-11-23T03:06:02.6111937Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-11-23T03:06:02.6112295Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-11-23T03:06:02.6112573Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6112848Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6113134Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6113393Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6113649Z test_Size_iter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6113898Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6114175Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6114572Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6114859Z test_apply (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6115122Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6115392Z test_assert_async (__main__.TestTorch) ... ok (0.637s) 2022-11-23T03:06:02.6115662Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.083s) 2022-11-23T03:06:02.6116019Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.009s) 2022-11-23T03:06:02.6117111Z 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-23T03:06:02.6117966Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6118805Z 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-23T03:06:02.6119585Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6120419Z 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-23T03:06:02.6121189Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6122027Z 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-23T03:06:02.6123563Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6124394Z 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-23T03:06:02.6125168Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6126048Z 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-23T03:06:02.6126805Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6127626Z 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-23T03:06:02.6128404Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6129296Z 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-23T03:06:02.6130118Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6130942Z 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-23T03:06:02.6131712Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6132536Z 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-23T03:06:02.6133351Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6134180Z 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-23T03:06:02.6134943Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6135816Z 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-23T03:06:02.6136619Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6137488Z 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-23T03:06:02.6138248Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6139081Z 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-23T03:06:02.6139828Z torch.bmm(b1, b2, out=res2) 2022-11-23T03:06:02.6140018Z ok (0.928s) 2022-11-23T03:06:02.6140251Z test_boxMullerState (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6140584Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.002s) 2022-11-23T03:06:02.6140901Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6141156Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-11-23T03:06:02.6141481Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6141754Z test_contains (__main__.TestTorch) ... ok (0.012s) 2022-11-23T03:06:02.6142025Z test_copy_broadcast (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6142344Z test_copy_dtypes (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6142619Z test_copy_float16 (__main__.TestTorch) ... ok (0.014s) 2022-11-23T03:06:02.6142879Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6143493Z 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-23T03:06:02.6144093Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-11-23T03:06:02.6144389Z ok (0.006s) 2022-11-23T03:06:02.6144674Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.001s) 2022-11-23T03:06:02.6145001Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6145260Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6145535Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6145811Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6146073Z test_cxx_flags (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6146371Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] CUDA.used False 2022-11-23T03:06:02.6146687Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:06:02.6146930Z [TORCH_VITAL] CUDA.used False 2022-11-23T03:06:02.6147193Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:06:02.6147442Z [TORCH_VITAL] CUDA.used False 2022-11-23T03:06:02.6147733Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:06:02.6148026Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T03:06:02.6148794Z [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-23T03:06:02.6149388Z ok (0.007s) 2022-11-23T03:06:02.6149612Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6149902Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6150192Z test_deterministic_flag (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6150461Z test_device (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6150711Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6150957Z test_doc (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6151184Z test_doc_template (__main__.TestTorch) 2022-11-23T03:06:02.6151488Z Test that all public API doc strings use the same standard template for ... ok (0.022s) 2022-11-23T03:06:02.6151805Z test_dot_data_use (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6152081Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.011s) 2022-11-23T03:06:02.6152692Z 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-23T03:06:02.6153244Z warnings.warn(message, UserWarning) 2022-11-23T03:06:02.6153441Z ok (0.005s) 2022-11-23T03:06:02.6153663Z test_empty_meta (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6153940Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6154203Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6154486Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6154774Z test_fill_diagonal (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6155044Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6155316Z test_from_buffer (__main__.TestTorch) ... ok (0.007s) 2022-11-23T03:06:02.6155575Z test_from_file (__main__.TestTorch) ... ok (0.023s) 2022-11-23T03:06:02.6155843Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6156117Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6156500Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6156765Z test_has_storage (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6157025Z test_index_add (__main__.TestTorch) ... ok (0.021s) 2022-11-23T03:06:02.6157362Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6157649Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:06:02.6157929Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6158205Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6158476Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6158768Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6159053Z test_is_nonzero (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6159734Z 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-23T03:06:02.6160431Z nt1 = torch.nested.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-11-23T03:06:02.6160688Z ok (0.010s) 2022-11-23T03:06:02.6160890Z test_iter (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6161156Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6161447Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6161784Z test_manual_seed (__main__.TestTorch) ... ok (0.008s) 2022-11-23T03:06:02.6162037Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6162285Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6162528Z test_max_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6162793Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6163061Z test_median_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6163336Z test_memory_format (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6163680Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6164022Z test_memory_format_empty (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6164281Z test_min_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6164544Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6164880Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.002s) 2022-11-23T03:06:02.6165211Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6165485Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6165745Z test_ndim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6165978Z test_new (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6166253Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6166534Z test_newindex (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6166798Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:06:02.6167062Z test_normal_shape (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6167319Z test_numel (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6167647Z test_parallel_info (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6167911Z test_parsing_double (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6168180Z test_parsing_int64 (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6168821Z 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-23T03:06:02.6169542Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T03:06:02.6170013Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-11-23T03:06:02.6170276Z ok (0.005s) 2022-11-23T03:06:02.6170494Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6170754Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6171011Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6171287Z test_pickle_function (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6171568Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6171874Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6172172Z test_pickle_size (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6172420Z test_pin_memory (__main__.TestTorch) ... ok (0.076s) 2022-11-23T03:06:02.6172680Z test_print (__main__.TestTorch) ... ok (0.069s) 2022-11-23T03:06:02.6172946Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6173223Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6173491Z test_qengine (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6173761Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6174075Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6174355Z test_reversed (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6174629Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6174904Z test_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6175228Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.010s) 2022-11-23T03:06:02.6175571Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6175916Z test_show_config (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6176188Z test_size_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6176843Z 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-23T03:06:02.6177402Z warnings.warn(message, UserWarning) 2022-11-23T03:06:02.6177618Z ok (0.000s) 2022-11-23T03:06:02.6177834Z test_slice (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6178174Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:06:02.6178511Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6178817Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.153s) 2022-11-23T03:06:02.6179127Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6179451Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6179774Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6180095Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.005s) 2022-11-23T03:06:02.6180394Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6180680Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6180992Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6181304Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6181615Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:06:02.6181934Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6182234Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6182591Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.011s) 2022-11-23T03:06:02.6182879Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6183167Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6183468Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6183761Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6184011Z test_split_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6184285Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6184550Z test_std_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6184815Z test_storage_casts (__main__.TestTorch) ... ok (0.014s) 2022-11-23T03:06:02.6185078Z test_storage_error (__main__.TestTorch) ... ok (0.009s) 2022-11-23T03:06:02.6185368Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6185646Z test_structseq_repr (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6185926Z test_subclass_preserved (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6186209Z test_subclass_tensors (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6186478Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6187344Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.011s) 2022-11-23T03:06:02.6187631Z test_tensor_base_init (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6187896Z test_tensor_base_new (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6188176Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-11-23T03:06:02.6188460Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.155s) 2022-11-23T03:06:02.6188748Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.079s) 2022-11-23T03:06:02.6189037Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6189333Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6189603Z test_tensor_set (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6189875Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6190160Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:06:02.6190448Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6190753Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.152s) 2022-11-23T03:06:02.6191516Z 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-23T03:06:02.6192212Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-11-23T03:06:02.6192407Z ok (0.014s) 2022-11-23T03:06:02.6192632Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-11-23T03:06:02.6192904Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6193176Z test_torch_from_file (__main__.TestTorch) ... ok (0.023s) 2022-11-23T03:06:02.6193456Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6193710Z test_type (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6193965Z test_type_alias (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6194257Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.006s) 2022-11-23T03:06:02.6194583Z test_typed_storage_deprecation_warning (__main__.TestTorch) ... ok (0.000s) 2022-11-23T03:06:02.6195239Z 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-23T03:06:02.6195875Z warnings.warn(message, UserWarning) 2022-11-23T03:06:02.6196088Z ok (0.000s) 2022-11-23T03:06:02.6196411Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.012s) 2022-11-23T03:06:02.6196683Z test_unflatten (__main__.TestTorch) ... ok (0.010s) 2022-11-23T03:06:02.6196952Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6197229Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6197523Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.004s) 2022-11-23T03:06:02.6197830Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6198098Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6198375Z test_wildcard_import (__main__.TestTorch) ... ok (0.003s) 2022-11-23T03:06:02.6198537Z 2022-11-23T03:06:02.6198696Z ---------------------------------------------------------------------- 2022-11-23T03:06:02.6198961Z Ran 177 tests in 3.000s 2022-11-23T03:06:02.6199081Z 2022-11-23T03:06:02.6199155Z OK (skipped=5) 2022-11-23T03:06:02.6199266Z 2022-11-23T03:06:02.6199360Z Generating XML reports... 2022-11-23T03:06:02.6199776Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20221123030559.xml 2022-11-23T03:06:02.6200251Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20221123030559.xml 2022-11-23T03:06:02.6200578Z [TORCH_VITAL] CUDA.used False 2022-11-23T03:06:02.6200852Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-11-23T03:06:02.6201128Z [TORCH_VITAL] Dataloader.enabled True 2022-11-23T03:06:02.6201285Z 2022-11-23T03:06:02.6201608Z ##[endgroup] 2022-11-23T03:06:02.6201941Z FINISHED PRINTING LOG FILE of test_torch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_torch_plp_t4tj) 2022-11-23T03:06:02.6202200Z 2022-11-23T03:06:02.6202310Z Running doctests ... [2022-11-23 03:06:02.611044] 2022-11-23T03:06:10.4145080Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T03:06:10.4145441Z Listing tests 2022-11-23T03:06:10.4145899Z 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-23T03:06:10.4146461Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T03:06:10.4146663Z 2022-11-23T03:06:10.4146818Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T03:06:10.4147176Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T03:06:10.4147521Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T03:06:10.4147880Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T03:06:10.4148258Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T03:06:10.4148631Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T03:06:10.4148832Z 2022-11-23T03:06:10.4148938Z Args: 2022-11-23T03:06:10.4149106Z module (nn.Module): 2022-11-23T03:06:10.4149354Z :class:`nn.Module` object to be parallelized. 2022-11-23T03:06:10.4149601Z device_mesh (DeviceMesh): 2022-11-23T03:06:10.4149875Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T03:06:10.4150137Z of devices for the DTensor. 2022-11-23T03:06:10.4150416Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T03:06:10.4150754Z The plan used to parallelize the module. It can be either a 2022-11-23T03:06:10.4151057Z :class:`ParallelStyle` object which contains how 2022-11-23T03:06:10.4151623Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T03:06:10.4152002Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T03:06:10.4152273Z tp_mesh_dim (int): 2022-11-23T03:06:10.4152499Z the dimension of ``device_mesh`` where we perform 2022-11-23T03:06:10.4152748Z Tensor Parallelism on. 2022-11-23T03:06:10.4152879Z 2022-11-23T03:06:10.4152953Z Return: 2022-11-23T03:06:10.4153163Z A :class:`nn.Module` object parallelized. 2022-11-23T03:06:10.4153314Z 2022-11-23T03:06:10.4153405Z Example:: 2022-11-23T03:06:10.4153612Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T03:06:10.4153930Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T03:06:10.4154218Z >>> 2022-11-23T03:06:10.4154396Z >>> # Define the module. 2022-11-23T03:06:10.4154590Z >>> m = Model(...) 2022-11-23T03:06:10.4154830Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T03:06:10.4155094Z >>> 2022-11-23T03:06:10.4155237Z 2022-11-23T03:06:10.4155357Z .. warning:: 2022-11-23T03:06:10.4155748Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T03:06:10.4156259Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T03:06:10.4156546Z 2022-11-23T03:06:10.4157225Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T03:06:10.4157667Z 2022-11-23T03:06:10.4157982Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T03:06:10.4158389Z ^ 2022-11-23T03:06:10.4158979Z 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-23T03:06:10.4159686Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T03:06:10.4160139Z A generic diagnostic engine based on SARIF. 2022-11-23T03:06:10.4160361Z 2022-11-23T03:06:10.4160640Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T03:06:10.4161196Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T03:06:10.4161670Z See infra.DiagnosticContext for more details. 2022-11-23T03:06:10.4161909Z 2022-11-23T03:06:10.4162019Z Examples: 2022-11-23T03:06:10.4162303Z Step 1: Create a set of rules. 2022-11-23T03:06:10.4162681Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T03:06:10.4163070Z ... "CustomRuleCollection", 2022-11-23T03:06:10.4163371Z ... [ 2022-11-23T03:06:10.4163646Z ... infra.Rule( 2022-11-23T03:06:10.4163921Z ... id="r1", 2022-11-23T03:06:10.4164220Z ... name="rule-1", 2022-11-23T03:06:10.4164587Z ... message_default_template="Mising xxx", 2022-11-23T03:06:10.4164907Z ... ), 2022-11-23T03:06:10.4165160Z ... ], 2022-11-23T03:06:10.4165416Z ... ) 2022-11-23T03:06:10.4165559Z 2022-11-23T03:06:10.4165728Z Step 2: Create a diagnostic engine. 2022-11-23T03:06:10.4166090Z >>> engine = DiagnosticEngine() 2022-11-23T03:06:10.4166295Z 2022-11-23T03:06:10.4166468Z Step 3: Start a new diagnostic context. 2022-11-23T03:06:10.4166935Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T03:06:10.4167231Z 2022-11-23T03:06:10.4167393Z Step 4: Add diagnostics in your code. 2022-11-23T03:06:10.4167806Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T03:06:10.4168055Z 2022-11-23T03:06:10.4168205Z Step 5: Afterwards, get the SARIF log. 2022-11-23T03:06:10.4168562Z >>> sarif_log = engine.sarif_log() 2022-11-23T03:06:10.4169031Z 2022-11-23T03:06:10.4169580Z 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-23T03:06:10.4169994Z 2022-11-23T03:06:10.4170246Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T03:06:10.4170704Z ^ 2022-11-23T03:06:10.4171221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T03:06:10.4171884Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T03:06:10.4172575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T03:06:10.4173284Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T03:06:10.4174032Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T03:06:10.4174755Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T03:06:10.4175598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T03:06:10.4176296Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T03:06:10.4176965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T03:06:10.4177642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T03:06:10.4178373Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T03:06:10.4179096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T03:06:10.4179797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T03:06:10.4180511Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T03:06:10.4181199Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T03:06:10.4181852Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T03:06:10.4182581Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T03:06:10.4183308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T03:06:10.4184064Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T03:06:10.4184829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T03:06:10.4185550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T03:06:10.4186228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T03:06:10.4186918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T03:06:10.4187612Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T03:06:10.4188291Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T03:06:10.4189221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T03:06:10.4189999Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-11-23T03:06:10.4190779Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T03:06:10.4191527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T03:06:10.4192388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T03:06:10.4193163Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T03:06:10.4193885Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T03:06:10.4194634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T03:06:10.4195395Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-11-23T03:06:10.4197019Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T03:06:10.4197867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T03:06:10.4198683Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T03:06:10.4199485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T03:06:10.4200325Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T03:06:10.4201156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T03:06:10.4201970Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T03:06:10.4202845Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T03:06:10.4203696Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T03:06:10.4204521Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T03:06:10.4205344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T03:06:10.4206179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T03:06:10.4207006Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T03:06:10.4207853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T03:06:10.4208646Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T03:06:10.4209459Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T03:06:10.4210321Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-11-23T03:06:10.4211190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T03:06:10.4212211Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T03:06:10.4213062Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T03:06:10.4213860Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T03:06:10.4214653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T03:06:10.4215498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T03:06:10.4216387Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T03:06:10.4217203Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T03:06:10.4218081Z 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-23T03:06:10.4219202Z 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-23T03:06:10.4220193Z 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-23T03:06:10.4221113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-11-23T03:06:10.4222005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-11-23T03:06:10.4222867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T03:06:10.4223733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T03:06:10.4224586Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T03:06:10.4225466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-11-23T03:06:10.4226374Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-11-23T03:06:10.4227271Z 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-23T03:06:10.4228178Z 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-23T03:06:10.4229078Z 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-23T03:06:10.4230007Z 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-23T03:06:10.4230946Z 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-23T03:06:10.4231907Z 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-23T03:06:10.4232849Z 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-23T03:06:10.4233756Z 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-23T03:06:10.4234810Z 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-23T03:06:10.4235711Z 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-23T03:06:10.4236767Z 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-23T03:06:10.4237681Z 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-23T03:06:10.4238574Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-11-23T03:06:10.4239450Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-11-23T03:06:10.4240308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-11-23T03:06:10.4241171Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-11-23T03:06:10.4242215Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-11-23T03:06:10.4243161Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-11-23T03:06:10.4244092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-11-23T03:06:10.4245012Z 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-23T03:06:10.4245951Z 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-23T03:06:10.4246909Z 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-23T03:06:10.4247898Z 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-23T03:06:10.4248838Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-11-23T03:06:10.4249710Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-11-23T03:06:10.4250610Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py LambdaSL:0 2022-11-23T03:06:10.4251579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-11-23T03:06:10.4252597Z 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-23T03:06:10.4253714Z 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-23T03:06:10.4254892Z 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-23T03:06:10.4256015Z 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-23T03:06:10.4257147Z 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-23T03:06:10.4258114Z 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-23T03:06:10.4259080Z 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-23T03:06:10.4260060Z 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-23T03:06:10.4261011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-11-23T03:06:10.4261899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T03:06:10.4262797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-11-23T03:06:10.4263659Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-11-23T03:06:10.4264660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-11-23T03:06:10.4265561Z 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-23T03:06:10.4266443Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-11-23T03:06:10.4267367Z 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-23T03:06:10.4268341Z 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-23T03:06:10.4269278Z 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-23T03:06:10.4270190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-11-23T03:06:10.4271086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-11-23T03:06:10.4271969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T03:06:10.4272870Z 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-23T03:06:10.4273807Z 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-23T03:06:10.4274808Z 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-23T03:06:10.4275926Z 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-23T03:06:10.4277258Z 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-23T03:06:10.4278519Z 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-23T03:06:10.4279773Z 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-23T03:06:10.4280626Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T03:06:10.4281302Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T03:06:10.4282010Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T03:06:10.4282724Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T03:06:10.4283455Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-11-23T03:06:10.4284261Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-11-23T03:06:10.4285024Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T03:06:10.4285970Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T03:06:10.4286792Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-11-23T03:06:10.4287498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T03:06:10.4288176Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T03:06:10.4288870Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T03:06:10.4289527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T03:06:10.4290247Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T03:06:10.4290933Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T03:06:10.4291605Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T03:06:10.4292265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T03:06:10.4293000Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T03:06:10.4293754Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-11-23T03:06:10.4294456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T03:06:10.4295163Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T03:06:10.4295836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T03:06:10.4296545Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py disable_saved_tensors_hooks:0 2022-11-23T03:06:10.4297280Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py register_multi_grad_hook:0 2022-11-23T03:06:10.4298180Z 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-23T03:06:10.4298917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T03:06:10.4299650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T03:06:10.4300355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T03:06:10.4301032Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T03:06:10.4301725Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T03:06:10.4302417Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T03:06:10.4303095Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T03:06:10.4303760Z 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-23T03:06:10.4304595Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T03:06:10.4305354Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T03:06:10.4306112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-11-23T03:06:10.4306874Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T03:06:10.4307616Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-11-23T03:06:10.4308369Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T03:06:10.4309115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-11-23T03:06:10.4309887Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-11-23T03:06:10.4310622Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T03:06:10.4311373Z 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-23T03:06:10.4312168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-11-23T03:06:10.4312931Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T03:06:10.4313679Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T03:06:10.4314382Z 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-23T03:06:10.4315083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-11-23T03:06:10.4315832Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T03:06:10.4316880Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T03:06:10.4317670Z 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-23T03:06:10.4318459Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T03:06:10.4319152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T03:06:10.4319866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T03:06:10.4320581Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T03:06:10.4321366Z 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-23T03:06:10.4322207Z 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-23T03:06:10.4323181Z 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-23T03:06:10.4324030Z 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-23T03:06:10.4324906Z 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-23T03:06:10.4325748Z 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-23T03:06:10.4326576Z 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-23T03:06:10.4327433Z 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-23T03:06:10.4328255Z 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-23T03:06:10.4329081Z 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-23T03:06:10.4330034Z 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-23T03:06:10.4330947Z 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-23T03:06:10.4331847Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-11-23T03:06:10.4332799Z 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-23T03:06:10.4333659Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T03:06:10.4334463Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T03:06:10.4336359Z 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-23T03:06:10.4337164Z 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-23T03:06:10.4337969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-11-23T03:06:10.4338754Z 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-23T03:06:10.4339516Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-11-23T03:06:10.4340320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-11-23T03:06:10.4341154Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-11-23T03:06:10.4341978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T03:06:10.4342856Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T03:06:10.4343699Z 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-23T03:06:10.4344685Z 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-23T03:06:10.4345895Z 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-23T03:06:10.4346857Z 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-23T03:06:10.4347829Z 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-23T03:06:10.4348887Z 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-23T03:06:10.4349820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T03:06:10.4350621Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-11-23T03:06:10.4351419Z 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-23T03:06:10.4352270Z 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-23T03:06:10.4353088Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-11-23T03:06:10.4353927Z 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-23T03:06:10.4354768Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T03:06:10.4355764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T03:06:10.4356564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-11-23T03:06:10.4357548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T03:06:10.4358363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T03:06:10.4359103Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T03:06:10.4359797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T03:06:10.4360486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T03:06:10.4361253Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T03:06:10.4362156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T03:06:10.4362926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T03:06:10.4363699Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T03:06:10.4364604Z 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-23T03:06:10.4365561Z 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-23T03:06:10.4366482Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T03:06:10.4367344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T03:06:10.4368185Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T03:06:10.4369009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py mark_root_module:0 2022-11-23T03:06:10.4369851Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T03:06:10.4370773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T03:06:10.4371683Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T03:06:10.4372662Z 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-23T03:06:10.4373637Z 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-23T03:06:10.4374634Z 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-23T03:06:10.4375615Z 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-23T03:06:10.4376677Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T03:06:10.4377565Z 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-23T03:06:10.4378460Z 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-23T03:06:10.4379355Z 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-23T03:06:10.4380318Z 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-23T03:06:10.4381252Z 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-23T03:06:10.4382313Z 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-23T03:06:10.4383228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-11-23T03:06:10.4384103Z 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-23T03:06:10.4385002Z 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-23T03:06:10.4385847Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T03:06:10.4386629Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T03:06:10.4387404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T03:06:10.4388217Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T03:06:10.4389002Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T03:06:10.4389736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T03:06:10.4390509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T03:06:10.4391388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T03:06:10.4392202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T03:06:10.4392983Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T03:06:10.4393791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T03:06:10.4394676Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T03:06:10.4395391Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T03:06:10.4396268Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T03:06:10.4397068Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T03:06:10.4397806Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T03:06:10.4398525Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T03:06:10.4399254Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T03:06:10.4400047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T03:06:10.4400801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T03:06:10.4401547Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T03:06:10.4402265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T03:06:10.4403179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T03:06:10.4404016Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T03:06:10.4404778Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T03:06:10.4405561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T03:06:10.4406381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T03:06:10.4407161Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T03:06:10.4407913Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T03:06:10.4408616Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T03:06:10.4409340Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T03:06:10.4410168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T03:06:10.4410904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T03:06:10.4411592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T03:06:10.4412369Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T03:06:10.4413196Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T03:06:10.4413965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T03:06:10.4414653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T03:06:10.4415456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T03:06:10.4416122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T03:06:10.4416815Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T03:06:10.4417501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-11-23T03:06:10.4418241Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-11-23T03:06:10.4418961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T03:06:10.4419648Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T03:06:10.4420338Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T03:06:10.4421007Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T03:06:10.4421800Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T03:06:10.4422504Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-11-23T03:06:10.4423237Z 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-23T03:06:10.4424034Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T03:06:10.4424804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T03:06:10.4425551Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T03:06:10.4443188Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-11-23T03:06:10.4444202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-11-23T03:06:10.4444963Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-11-23T03:06:10.4445780Z 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-23T03:06:10.4446590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-11-23T03:06:10.4447393Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-11-23T03:06:10.4448255Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-11-23T03:06:10.4449083Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-11-23T03:06:10.4449909Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-11-23T03:06:10.4450730Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-11-23T03:06:10.4451732Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-11-23T03:06:10.4452551Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-11-23T03:06:10.4453348Z 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-23T03:06:10.4454229Z 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-23T03:06:10.4455051Z 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-23T03:06:10.4455854Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-11-23T03:06:10.4456678Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-11-23T03:06:10.4458425Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-11-23T03:06:10.4459245Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T03:06:10.4460040Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-11-23T03:06:10.4460821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T03:06:10.4461561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T03:06:10.4462396Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-11-23T03:06:10.4463279Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-11-23T03:06:10.4464202Z 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-23T03:06:10.4465134Z 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-23T03:06:10.4466098Z 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-23T03:06:10.4467061Z 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-23T03:06:10.4467937Z 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-23T03:06:10.4468812Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-11-23T03:06:10.4469687Z 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-23T03:06:10.4470537Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-11-23T03:06:10.4471381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-11-23T03:06:10.4472480Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-11-23T03:06:10.4473361Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-11-23T03:06:10.4474160Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T03:06:10.4474906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-11-23T03:06:10.4475690Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T03:06:10.4476461Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T03:06:10.4477319Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T03:06:10.4478200Z 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-23T03:06:10.4479002Z 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-23T03:06:10.4479723Z 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-23T03:06:10.4480474Z 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-23T03:06:10.4481224Z 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-23T03:06:10.4481989Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-11-23T03:06:10.4482746Z 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-23T03:06:10.4483511Z 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-23T03:06:10.4484312Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T03:06:10.4485048Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T03:06:10.4485764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T03:06:10.4486456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T03:06:10.4487128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T03:06:10.4487810Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T03:06:10.4488526Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T03:06:10.4489286Z 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-23T03:06:10.4490034Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T03:06:10.4490741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T03:06:10.4491524Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T03:06:10.4492190Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T03:06:10.4492847Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T03:06:10.4493509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T03:06:10.4494158Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T03:06:10.4494753Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T03:06:10.4495329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T03:06:10.4496047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T03:06:10.4496723Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T03:06:10.4497468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T03:06:10.4498134Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T03:06:10.4498771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T03:06:10.4499392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T03:06:10.4500044Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T03:06:10.4500726Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T03:06:10.4501410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T03:06:10.4502148Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T03:06:10.4502850Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T03:06:10.4503514Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T03:06:10.4504174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T03:06:10.4504864Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T03:06:10.4505569Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T03:06:10.4506266Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T03:06:10.4506993Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T03:06:10.4507738Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T03:06:10.4508487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T03:06:10.4509192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T03:06:10.4509884Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T03:06:10.4510696Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T03:06:10.4511392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T03:06:10.4512110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T03:06:10.4512814Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T03:06:10.4513492Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T03:06:10.4514249Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T03:06:10.4514941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T03:06:10.4515658Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T03:06:10.4516469Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T03:06:10.4517331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T03:06:10.4518076Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T03:06:10.4518801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T03:06:10.4519599Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T03:06:10.4520392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T03:06:10.4521113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T03:06:10.4521828Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T03:06:10.4522501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T03:06:10.4523179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T03:06:10.4523900Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T03:06:10.4524689Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T03:06:10.4525439Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T03:06:10.4526275Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T03:06:10.4527018Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T03:06:10.4527780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T03:06:10.4528547Z 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-23T03:06:10.4529320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T03:06:10.4530221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T03:06:10.4530927Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T03:06:10.4531680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T03:06:10.4532452Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T03:06:10.4533202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T03:06:10.4533945Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T03:06:10.4534668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T03:06:10.4535326Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T03:06:10.4536120Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T03:06:10.4536890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T03:06:10.4537640Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T03:06:10.4538410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T03:06:10.4539212Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T03:06:10.4539968Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T03:06:10.4540688Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T03:06:10.4541402Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T03:06:10.4542063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T03:06:10.4542782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T03:06:10.4543592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T03:06:10.4544398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T03:06:10.4545136Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T03:06:10.4545826Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T03:06:10.4546550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T03:06:10.4547224Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T03:06:10.4547890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T03:06:10.4548539Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T03:06:10.4549363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T03:06:10.4550143Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T03:06:10.4550856Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T03:06:10.4551520Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T03:06:10.4552237Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T03:06:10.4552969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T03:06:10.4553733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T03:06:10.4554480Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T03:06:10.4555239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T03:06:10.4556184Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T03:06:10.4557017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T03:06:10.4557820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T03:06:10.4558596Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T03:06:10.4559300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-11-23T03:06:10.4560026Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T03:06:10.4560747Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T03:06:10.4561499Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-11-23T03:06:10.4562277Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T03:06:10.4563030Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-11-23T03:06:10.4563755Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T03:06:10.4564479Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-11-23T03:06:10.4565207Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-11-23T03:06:10.4565928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T03:06:10.4566681Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-11-23T03:06:10.4567487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T03:06:10.4568290Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T03:06:10.4569200Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T03:06:10.4570061Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T03:06:10.4570992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T03:06:10.4571804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T03:06:10.4572504Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T03:06:10.4573251Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T03:06:10.4574119Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T03:06:10.4574949Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T03:06:10.4575747Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T03:06:10.4576629Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T03:06:10.4577396Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T03:06:10.4578137Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T03:06:10.4578886Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T03:06:10.4579692Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T03:06:10.4580469Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T03:06:10.4581173Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T03:06:10.4581896Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T03:06:10.4582623Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T03:06:10.4583333Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T03:06:10.4584043Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T03:06:10.4584732Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T03:06:10.4585473Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T03:06:10.4586269Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T03:06:10.4586999Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T03:06:10.4587751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T03:06:10.4588446Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T03:06:10.4589339Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T03:06:10.4590066Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T03:06:10.4590823Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T03:06:10.4591608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T03:06:10.4592374Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T03:06:10.4593105Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T03:06:10.4593802Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T03:06:10.4594458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T03:06:10.4595111Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T03:06:10.4595892Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T03:06:10.4596580Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T03:06:10.4597367Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T03:06:10.4598110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T03:06:10.4598858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-11-23T03:06:10.4599608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T03:06:10.4600365Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T03:06:10.4601124Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T03:06:10.4601917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T03:06:10.4602700Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T03:06:10.4603536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T03:06:10.4604400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T03:06:10.4605218Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T03:06:10.4605978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T03:06:10.4606729Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T03:06:10.4607505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T03:06:10.4613005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T03:06:10.4614955Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T03:06:10.4615577Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-11-23T03:06:10.4616193Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T03:06:10.4616823Z 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-23T03:06:10.4617454Z 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-23T03:06:10.4618167Z 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-23T03:06:10.4618850Z 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-23T03:06:10.4619573Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T03:06:10.4620103Z 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-23T03:06:10.4620649Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T03:06:10.4621176Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T03:06:10.4621720Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T03:06:10.4622240Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T03:06:10.4622728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T03:06:10.4623227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T03:06:10.4623721Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T03:06:10.4624269Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T03:06:10.4624815Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T03:06:10.4625324Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-11-23T03:06:10.4625788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T03:06:10.4626262Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T03:06:10.4626741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-11-23T03:06:10.4627228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T03:06:10.4627702Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T03:06:10.4628179Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T03:06:10.4628734Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T03:06:10.4629229Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-11-23T03:06:10.4629734Z 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-23T03:06:10.4630308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T03:06:10.4630853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-11-23T03:06:10.4631355Z 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-23T03:06:10.4631884Z 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-23T03:06:10.4632414Z 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-23T03:06:10.4633041Z 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-23T03:06:10.4633599Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T03:06:10.4634086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T03:06:10.4634589Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T03:06:10.4635087Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T03:06:10.4635571Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T03:06:10.4636134Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T03:06:10.4636749Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T03:06:10.4637256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T03:06:10.4637755Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T03:06:10.4638249Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T03:06:10.4638777Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T03:06:10.4639284Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T03:06:10.4639834Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T03:06:10.4640428Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T03:06:10.4640966Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T03:06:10.4641433Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T03:06:10.4641955Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T03:06:10.4642501Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T03:06:10.4643015Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T03:06:10.4643488Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T03:06:10.4643965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T03:06:10.4644451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T03:06:10.4644947Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T03:06:10.4645437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T03:06:10.4645941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T03:06:10.4646542Z 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-23T03:06:10.4647094Z 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-23T03:06:10.4647661Z 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-23T03:06:10.4648299Z 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-23T03:06:10.4648943Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py rename_privateuse1_backend:0 2022-11-23T03:06:10.4649481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T03:06:10.4650003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T03:06:10.4650507Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T03:06:10.4651014Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T03:06:10.4651493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T03:06:10.4651985Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T03:06:10.4652474Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T03:06:10.4653001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T03:06:10.4653538Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T03:06:10.4654090Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T03:06:10.4654611Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T03:06:10.4655202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T03:06:10.4656486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T03:06:10.4657001Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T03:06:10.4657548Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T03:06:10.4658106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-11-23T03:06:10.4658693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-11-23T03:06:10.4659288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T03:06:10.4659878Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-11-23T03:06:10.4660586Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-11-23T03:06:10.4661213Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-11-23T03:06:10.4661797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-11-23T03:06:10.4662389Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-11-23T03:06:10.4662980Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-11-23T03:06:10.4663567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-11-23T03:06:10.4664173Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-11-23T03:06:10.4664764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-11-23T03:06:10.4665344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-11-23T03:06:10.4665920Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-11-23T03:06:10.4666543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-11-23T03:06:10.4667194Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-11-23T03:06:10.4667797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-11-23T03:06:10.4668378Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-11-23T03:06:10.4668951Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T03:06:10.4669539Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-11-23T03:06:10.4670159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-11-23T03:06:10.4670729Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-11-23T03:06:10.4671307Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-11-23T03:06:10.4671881Z 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-23T03:06:10.4672481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-11-23T03:06:10.4673047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T03:06:10.4673539Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-11-23T03:06:10.4674112Z 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-23T03:06:10.4674653Z 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-23T03:06:10.4675193Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T03:06:10.4675741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-11-23T03:06:10.4676296Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-11-23T03:06:10.4676957Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-11-23T03:06:10.4677524Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-11-23T03:06:10.4678150Z 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-23T03:06:10.4678749Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-11-23T03:06:10.4679299Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-11-23T03:06:10.4679844Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-11-23T03:06:10.4680393Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-11-23T03:06:10.4680947Z 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-23T03:06:10.4681539Z 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-23T03:06:10.4682153Z 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-23T03:06:10.4682743Z 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-23T03:06:10.4683358Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-11-23T03:06:10.4683873Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T03:06:10.4684439Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T03:06:10.8660648Z 2022-11-23T03:06:10.8661122Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T03:06:10.8662248Z 2022-11-23T03:06:10.8662447Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T03:06:10.8668335Z 2022-11-23T03:06:10.8668546Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T03:06:10.8698756Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T03:06:10.8901213Z 2022-11-23T03:06:10.8901971Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T03:06:10.8913940Z 2022-11-23T03:06:10.8914734Z 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-23T03:06:10.8915241Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T03:06:10.8915533Z exit /b 0 2022-11-23T03:06:10.8915701Z ) 2022-11-23T03:06:11.5446224Z "Executing CMake for custom_operator test..." 2022-11-23T03:06:15.6296713Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T03:06:15.9671149Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T03:06:16.3052523Z -- Detecting C compiler ABI info 2022-11-23T03:06:17.6610120Z -- Detecting C compiler ABI info - done 2022-11-23T03:06:17.6645075Z -- 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-23T03:06:17.6720906Z -- Detecting C compile features 2022-11-23T03:06:17.6828985Z -- Detecting C compile features - done 2022-11-23T03:06:17.7511626Z -- Detecting CXX compiler ABI info 2022-11-23T03:06:18.2620257Z -- Detecting CXX compiler ABI info - done 2022-11-23T03:06:18.2652081Z -- 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-23T03:06:18.2659172Z -- Detecting CXX compile features 2022-11-23T03:06:18.2671226Z -- Detecting CXX compile features - done 2022-11-23T03:06:18.3307192Z -- Looking for pthread.h 2022-11-23T03:06:18.4445887Z -- Looking for pthread.h - not found 2022-11-23T03:06:18.4466001Z -- Found Threads: TRUE 2022-11-23T03:06:18.7201163Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T03:06:25.4005119Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T03:06:25.4598181Z -- Detecting CUDA compiler ABI info 2022-11-23T03:06:27.5824216Z -- Detecting CUDA compiler ABI info - done 2022-11-23T03:06:27.6167412Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T03:06:27.6174327Z -- Detecting CUDA compile features 2022-11-23T03:06:27.6185090Z -- Detecting CUDA compile features - done 2022-11-23T03:06:27.6219180Z -- Caffe2: CUDA detected: 11.7 2022-11-23T03:06:27.6219556Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T03:06:27.6219996Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T03:06:28.2879707Z -- Caffe2: Header version is: 11.7 2022-11-23T03:06:28.2926876Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T03:06:28.3024622Z -- 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-23T03:06:28.3742493Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T03:06:28.3747917Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T03:06:28.3748395Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T03:06:28.3748780Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T03:06:28.3749088Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T03:06:28.3749329Z Call Stack (most recent call first): 2022-11-23T03:06:28.3749708Z 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-23T03:06:28.3750183Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T03:06:28.3750626Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T03:06:28.3750959Z CMakeLists.txt:9 (find_package) 2022-11-23T03:06:28.3751291Z 2022-11-23T03:06:28.3751297Z 2022-11-23T03:06:28.3751995Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T03:06:28.6327009Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T03:06:28.6330705Z -- Configuring done 2022-11-23T03:06:28.7496600Z -- Generating done 2022-11-23T03:06:28.7699450Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T03:06:28.7791352Z "Executing Ninja for custom_operator test..." 2022-11-23T03:06:37.1282944Z [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-23T03:06:37.1285708Z 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-23T03:06:37.1286788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1287384Z with 2022-11-23T03:06:37.1287683Z [ 2022-11-23T03:06:37.1288010Z T=c10::SymInt 2022-11-23T03:06:37.1288439Z ] 2022-11-23T03:06:37.1289135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1289783Z with 2022-11-23T03:06:37.1290100Z [ 2022-11-23T03:06:37.1290424Z T=c10::SymInt 2022-11-23T03:06:37.1290781Z ] 2022-11-23T03:06:37.1291511Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1292526Z with 2022-11-23T03:06:37.1292828Z [ 2022-11-23T03:06:37.1293124Z T=c10::SymInt 2022-11-23T03:06:37.1293438Z ] 2022-11-23T03:06:37.1294225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1294935Z with 2022-11-23T03:06:37.1295213Z [ 2022-11-23T03:06:37.1295512Z T=c10::SymInt 2022-11-23T03:06:37.1295783Z ] 2022-11-23T03:06:37.1296395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1297068Z 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-23T03:06:37.1297869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1298407Z with 2022-11-23T03:06:37.1298583Z [ 2022-11-23T03:06:37.1298777Z T=c10::SymInt 2022-11-23T03:06:37.1298936Z ] 2022-11-23T03:06:37.1299347Z 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-23T03:06:37.1299979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1300365Z with 2022-11-23T03:06:37.1300532Z [ 2022-11-23T03:06:37.1300714Z T=std::string 2022-11-23T03:06:37.1300876Z ] 2022-11-23T03:06:37.1301297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1301691Z with 2022-11-23T03:06:37.1301857Z [ 2022-11-23T03:06:37.1302031Z T=std::string 2022-11-23T03:06:37.1302192Z ] 2022-11-23T03:06:37.1302653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1303143Z with 2022-11-23T03:06:37.1303311Z [ 2022-11-23T03:06:37.1303483Z T=std::string 2022-11-23T03:06:37.1303660Z ] 2022-11-23T03:06:37.1304189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1304655Z with 2022-11-23T03:06:37.1304817Z [ 2022-11-23T03:06:37.1304995Z T=std::string 2022-11-23T03:06:37.1305169Z ] 2022-11-23T03:06:37.1305600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1306267Z 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-23T03:06:37.1306944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1307445Z with 2022-11-23T03:06:37.1307617Z [ 2022-11-23T03:06:37.1307795Z T=std::string 2022-11-23T03:06:37.1307972Z ] 2022-11-23T03:06:37.1308384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1308754Z with 2022-11-23T03:06:37.1308923Z [ 2022-11-23T03:06:37.1309110Z T=c10::QualifiedName 2022-11-23T03:06:37.1309295Z ] 2022-11-23T03:06:37.1309780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1310171Z with 2022-11-23T03:06:37.1310332Z [ 2022-11-23T03:06:37.1310517Z T=c10::QualifiedName 2022-11-23T03:06:37.1310759Z ] 2022-11-23T03:06:37.1311233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1311664Z with 2022-11-23T03:06:37.1312593Z [ 2022-11-23T03:06:37.1312794Z T=c10::QualifiedName 2022-11-23T03:06:37.1312982Z ] 2022-11-23T03:06:37.1313481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1313943Z with 2022-11-23T03:06:37.1314109Z [ 2022-11-23T03:06:37.1314298Z T=c10::QualifiedName 2022-11-23T03:06:37.1314476Z ] 2022-11-23T03:06:37.1314916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1315597Z 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-23T03:06:37.1316341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1316759Z with 2022-11-23T03:06:37.1316930Z [ 2022-11-23T03:06:37.1317170Z T=c10::QualifiedName 2022-11-23T03:06:37.1317347Z ] 2022-11-23T03:06:37.1317755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1318257Z with 2022-11-23T03:06:37.1318425Z [ 2022-11-23T03:06:37.1318610Z T=at::TensorBase 2022-11-23T03:06:37.1318780Z ] 2022-11-23T03:06:37.1319205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1319597Z with 2022-11-23T03:06:37.1319759Z [ 2022-11-23T03:06:37.1319941Z T=at::TensorBase 2022-11-23T03:06:37.1320123Z ] 2022-11-23T03:06:37.1320569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1320997Z with 2022-11-23T03:06:37.1321259Z [ 2022-11-23T03:06:37.1321443Z T=at::TensorBase 2022-11-23T03:06:37.1321620Z ] 2022-11-23T03:06:37.1322106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1322550Z with 2022-11-23T03:06:37.1322775Z [ 2022-11-23T03:06:37.1322958Z T=at::TensorBase 2022-11-23T03:06:37.1323134Z ] 2022-11-23T03:06:37.1323619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1324297Z 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-23T03:06:37.1324969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1325368Z with 2022-11-23T03:06:37.1325530Z [ 2022-11-23T03:06:37.1325713Z T=at::TensorBase 2022-11-23T03:06:37.1325961Z ] 2022-11-23T03:06:37.1326370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1326746Z with 2022-11-23T03:06:37.1326897Z [ 2022-11-23T03:06:37.1327078Z T=at::Tensor 2022-11-23T03:06:37.1327258Z ] 2022-11-23T03:06:37.1327691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1328085Z with 2022-11-23T03:06:37.1328237Z [ 2022-11-23T03:06:37.1328418Z T=at::Tensor 2022-11-23T03:06:37.1328594Z ] 2022-11-23T03:06:37.1329511Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1329995Z with 2022-11-23T03:06:37.1330166Z [ 2022-11-23T03:06:37.1330335Z T=at::Tensor 2022-11-23T03:06:37.1330512Z ] 2022-11-23T03:06:37.1331009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1331460Z with 2022-11-23T03:06:37.1331634Z [ 2022-11-23T03:06:37.1331815Z T=at::Tensor 2022-11-23T03:06:37.1331978Z ] 2022-11-23T03:06:37.1332408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1333069Z 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-23T03:06:37.1333746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1334156Z with 2022-11-23T03:06:37.1334324Z [ 2022-11-23T03:06:37.1334498Z T=at::Tensor 2022-11-23T03:06:37.1334659Z ] 2022-11-23T03:06:37.1335153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1335567Z with 2022-11-23T03:06:37.1335743Z [ 2022-11-23T03:06:37.1335921Z T=at::Generator 2022-11-23T03:06:37.1336086Z ] 2022-11-23T03:06:37.1336559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1336949Z with 2022-11-23T03:06:37.1337110Z [ 2022-11-23T03:06:37.1337286Z T=at::Generator 2022-11-23T03:06:37.1337458Z ] 2022-11-23T03:06:37.1337903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1338331Z with 2022-11-23T03:06:37.1338495Z [ 2022-11-23T03:06:37.1338674Z T=at::Generator 2022-11-23T03:06:37.1338851Z ] 2022-11-23T03:06:37.1339400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1339860Z with 2022-11-23T03:06:37.1340010Z [ 2022-11-23T03:06:37.1340190Z T=at::Generator 2022-11-23T03:06:37.1340369Z ] 2022-11-23T03:06:37.1340804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1341469Z 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-23T03:06:37.1342205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1342607Z with 2022-11-23T03:06:37.1342805Z [ 2022-11-23T03:06:37.1343002Z T=at::Generator 2022-11-23T03:06:37.1343178Z ] 2022-11-23T03:06:37.1343580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1343951Z with 2022-11-23T03:06:37.1344101Z [ 2022-11-23T03:06:37.1344275Z T=c10::Scalar 2022-11-23T03:06:37.1344447Z ] 2022-11-23T03:06:37.1344864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1345253Z with 2022-11-23T03:06:37.1345412Z [ 2022-11-23T03:06:37.1345570Z T=c10::Scalar 2022-11-23T03:06:37.1345740Z ] 2022-11-23T03:06:37.1346199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1346620Z with 2022-11-23T03:06:37.1346778Z [ 2022-11-23T03:06:37.1346935Z T=c10::Scalar 2022-11-23T03:06:37.1347102Z ] 2022-11-23T03:06:37.1347587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1348111Z with 2022-11-23T03:06:37.1348280Z [ 2022-11-23T03:06:37.1348510Z T=c10::Scalar 2022-11-23T03:06:37.1348669Z ] 2022-11-23T03:06:37.1349093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1349805Z 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-23T03:06:37.1350474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1350881Z with 2022-11-23T03:06:37.1351041Z [ 2022-11-23T03:06:37.1351215Z T=c10::Scalar 2022-11-23T03:06:37.1351374Z ] 2022-11-23T03:06:37.1351775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1352157Z with 2022-11-23T03:06:37.1352317Z [ 2022-11-23T03:06:37.1352606Z T=std::shared_ptr 2022-11-23T03:06:37.1352824Z ] 2022-11-23T03:06:37.1353231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1353618Z with 2022-11-23T03:06:37.1353784Z [ 2022-11-23T03:06:37.1354015Z T=std::shared_ptr 2022-11-23T03:06:37.1354233Z ] 2022-11-23T03:06:37.1354694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1355156Z with 2022-11-23T03:06:37.1355318Z [ 2022-11-23T03:06:37.1355572Z T=std::shared_ptr 2022-11-23T03:06:37.1355803Z ] 2022-11-23T03:06:37.1356293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1356743Z with 2022-11-23T03:06:37.1356894Z [ 2022-11-23T03:06:37.1357122Z T=std::shared_ptr 2022-11-23T03:06:37.1357333Z ] 2022-11-23T03:06:37.1357797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1358616Z 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-23T03:06:37.1359332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1359744Z with 2022-11-23T03:06:37.1359899Z [ 2022-11-23T03:06:37.1360129Z T=std::shared_ptr 2022-11-23T03:06:37.1360351Z ] 2022-11-23T03:06:37.1360757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1361272Z with 2022-11-23T03:06:37.1361437Z [ 2022-11-23T03:06:37.1361652Z T=std::weak_ptr 2022-11-23T03:06:37.1361871Z ] 2022-11-23T03:06:37.1362349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1362737Z with 2022-11-23T03:06:37.1362897Z [ 2022-11-23T03:06:37.1363116Z T=std::weak_ptr 2022-11-23T03:06:37.1363312Z ] 2022-11-23T03:06:37.1363773Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1364190Z with 2022-11-23T03:06:37.1364350Z [ 2022-11-23T03:06:37.1364568Z T=std::weak_ptr 2022-11-23T03:06:37.1364776Z ] 2022-11-23T03:06:37.1365318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1365774Z with 2022-11-23T03:06:37.1365934Z [ 2022-11-23T03:06:37.1366157Z T=std::weak_ptr 2022-11-23T03:06:37.1366365Z ] 2022-11-23T03:06:37.1366827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1367551Z 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-23T03:06:37.1368291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1368748Z with 2022-11-23T03:06:37.1368913Z [ 2022-11-23T03:06:37.1369138Z T=std::weak_ptr 2022-11-23T03:06:37.1369349Z ] 2022-11-23T03:06:37.1369749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1370126Z with 2022-11-23T03:06:37.1370275Z [ 2022-11-23T03:06:37.1370527Z T=std::vector> 2022-11-23T03:06:37.1370766Z ] 2022-11-23T03:06:37.1371189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1371584Z with 2022-11-23T03:06:37.1371736Z [ 2022-11-23T03:06:37.1371992Z T=std::vector> 2022-11-23T03:06:37.1372234Z ] 2022-11-23T03:06:37.1372701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1373128Z with 2022-11-23T03:06:37.1373299Z [ 2022-11-23T03:06:37.1373539Z T=std::vector> 2022-11-23T03:06:37.1373787Z ] 2022-11-23T03:06:37.1374333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1374862Z with 2022-11-23T03:06:37.1375078Z [ 2022-11-23T03:06:37.1375336Z T=std::vector> 2022-11-23T03:06:37.1375582Z ] 2022-11-23T03:06:37.1376057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1376819Z 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-23T03:06:37.1377548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1377961Z with 2022-11-23T03:06:37.1378133Z [ 2022-11-23T03:06:37.1378470Z T=std::vector> 2022-11-23T03:06:37.1378712Z ] 2022-11-23T03:06:37.1379101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1379481Z with 2022-11-23T03:06:37.1379648Z [ 2022-11-23T03:06:37.1379870Z T=std::vector> 2022-11-23T03:06:37.1380080Z ] 2022-11-23T03:06:37.1380499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1380936Z with 2022-11-23T03:06:37.1381101Z [ 2022-11-23T03:06:37.1381317Z T=std::vector> 2022-11-23T03:06:37.1381570Z ] 2022-11-23T03:06:37.1382031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1382456Z with 2022-11-23T03:06:37.1382604Z [ 2022-11-23T03:06:37.1382815Z T=std::vector> 2022-11-23T03:06:37.1383020Z ] 2022-11-23T03:06:37.1383506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1383950Z with 2022-11-23T03:06:37.1384110Z [ 2022-11-23T03:06:37.1384313Z T=std::vector> 2022-11-23T03:06:37.1384517Z ] 2022-11-23T03:06:37.1384980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1385688Z 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-23T03:06:37.1386374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1386864Z with 2022-11-23T03:06:37.1387030Z [ 2022-11-23T03:06:37.1387290Z T=std::vector> 2022-11-23T03:06:37.1387501Z ] 2022-11-23T03:06:37.1387911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1388335Z with 2022-11-23T03:06:37.1388498Z [ 2022-11-23T03:06:37.1388762Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1388994Z ] 2022-11-23T03:06:37.1389419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1389810Z with 2022-11-23T03:06:37.1389970Z [ 2022-11-23T03:06:37.1390232Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1390475Z ] 2022-11-23T03:06:37.1390920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1391346Z with 2022-11-23T03:06:37.1391583Z [ 2022-11-23T03:06:37.1391848Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1392095Z ] 2022-11-23T03:06:37.1392590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1393034Z with 2022-11-23T03:06:37.1393187Z [ 2022-11-23T03:06:37.1393454Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1393756Z ] 2022-11-23T03:06:37.1394260Z C:\actions-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-23T03:06:37.1395091Z 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-23T03:06:37.1395800Z 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-23T03:06:37.1396474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1396882Z with 2022-11-23T03:06:37.1397043Z [ 2022-11-23T03:06:37.1397296Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1397547Z ] 2022-11-23T03:06:37.1398047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1398424Z with 2022-11-23T03:06:37.1398590Z [ 2022-11-23T03:06:37.1398847Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1399076Z ] 2022-11-23T03:06:37.1399499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1399974Z with 2022-11-23T03:06:37.1400188Z [ 2022-11-23T03:06:37.1400446Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1400684Z ] 2022-11-23T03:06:37.1401188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1401607Z with 2022-11-23T03:06:37.1401769Z [ 2022-11-23T03:06:37.1402023Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1402256Z ] 2022-11-23T03:06:37.1402741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1403172Z with 2022-11-23T03:06:37.1403334Z [ 2022-11-23T03:06:37.1403586Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1403821Z ] 2022-11-23T03:06:37.1404368Z C:\actions-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-23T03:06:37.1405123Z 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-23T03:06:37.1405825Z 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-23T03:06:37.1406496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1406959Z with 2022-11-23T03:06:37.1420360Z [ 2022-11-23T03:06:37.1420838Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.1421106Z ] 2022-11-23T03:06:37.1421551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1421948Z with 2022-11-23T03:06:37.1422126Z [ 2022-11-23T03:06:37.1422341Z T=std::vector> 2022-11-23T03:06:37.1422579Z ] 2022-11-23T03:06:37.1423020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1423430Z with 2022-11-23T03:06:37.1423605Z [ 2022-11-23T03:06:37.1423850Z T=std::vector> 2022-11-23T03:06:37.1424052Z ] 2022-11-23T03:06:37.1424525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1424975Z with 2022-11-23T03:06:37.1425148Z [ 2022-11-23T03:06:37.1425379Z T=std::vector> 2022-11-23T03:06:37.1425598Z ] 2022-11-23T03:06:37.1426140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1426853Z with 2022-11-23T03:06:37.1427029Z [ 2022-11-23T03:06:37.1427264Z T=std::vector> 2022-11-23T03:06:37.1427484Z ] 2022-11-23T03:06:37.1427957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1428678Z 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-23T03:06:37.1429365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1429785Z with 2022-11-23T03:06:37.1429958Z [ 2022-11-23T03:06:37.1430192Z T=std::vector> 2022-11-23T03:06:37.1430412Z ] 2022-11-23T03:06:37.1430911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1431281Z with 2022-11-23T03:06:37.1431456Z [ 2022-11-23T03:06:37.1431721Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.1431969Z ] 2022-11-23T03:06:37.1432455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1432864Z with 2022-11-23T03:06:37.1433021Z [ 2022-11-23T03:06:37.1433328Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.1433576Z ] 2022-11-23T03:06:37.1434053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1434488Z with 2022-11-23T03:06:37.1434659Z [ 2022-11-23T03:06:37.1434900Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.1435151Z ] 2022-11-23T03:06:37.1435652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1436110Z with 2022-11-23T03:06:37.1436283Z [ 2022-11-23T03:06:37.1436542Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.1436770Z ] 2022-11-23T03:06:37.1437270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1438174Z 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-23T03:06:37.1439030Z 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-23T03:06:37.1439919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1440346Z with 2022-11-23T03:06:37.1440524Z [ 2022-11-23T03:06:37.1440791Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.1441040Z ] 2022-11-23T03:06:37.1441439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1441821Z with 2022-11-23T03:06:37.1441996Z [ 2022-11-23T03:06:37.1442255Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.1442503Z ] 2022-11-23T03:06:37.1442935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1443326Z with 2022-11-23T03:06:37.1443500Z [ 2022-11-23T03:06:37.1443756Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.1444001Z ] 2022-11-23T03:06:37.1444552Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1444992Z with 2022-11-23T03:06:37.1445146Z [ 2022-11-23T03:06:37.1445460Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.1445705Z ] 2022-11-23T03:06:37.1446254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1446721Z with 2022-11-23T03:06:37.1446895Z [ 2022-11-23T03:06:37.1447136Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.1447384Z ] 2022-11-23T03:06:37.1447883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1448678Z 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-23T03:06:37.1449467Z 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-23T03:06:37.1450205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1450627Z with 2022-11-23T03:06:37.1450804Z [ 2022-11-23T03:06:37.1451046Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.1451296Z ] 2022-11-23T03:06:37.1451765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1452152Z with 2022-11-23T03:06:37.1452326Z [ 2022-11-23T03:06:37.1452594Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1452867Z ] 2022-11-23T03:06:37.1453300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1453694Z with 2022-11-23T03:06:37.1453868Z [ 2022-11-23T03:06:37.1454079Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1454289Z ] 2022-11-23T03:06:37.1454739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1455173Z with 2022-11-23T03:06:37.1455349Z [ 2022-11-23T03:06:37.1455558Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1455764Z ] 2022-11-23T03:06:37.1456261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1456700Z with 2022-11-23T03:06:37.1456877Z [ 2022-11-23T03:06:37.1457087Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1457292Z ] 2022-11-23T03:06:37.1457814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1458566Z 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-23T03:06:37.1459017Z with 2022-11-23T03:06:37.1459172Z [ 2022-11-23T03:06:37.1459380Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1459591Z ] 2022-11-23T03:06:37.1460080Z 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-23T03:06:37.1460815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1461232Z with 2022-11-23T03:06:37.1461389Z [ 2022-11-23T03:06:37.1461599Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.1461808Z ] 2022-11-23T03:06:37.1462225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1462612Z with 2022-11-23T03:06:37.1462790Z [ 2022-11-23T03:06:37.1463073Z T=std::vector> 2022-11-23T03:06:37.1463353Z ] 2022-11-23T03:06:37.1463785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1464185Z with 2022-11-23T03:06:37.1464360Z [ 2022-11-23T03:06:37.1464705Z T=std::vector> 2022-11-23T03:06:37.1464965Z ] 2022-11-23T03:06:37.1465483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1465924Z with 2022-11-23T03:06:37.1466963Z [ 2022-11-23T03:06:37.1467271Z T=std::vector> 2022-11-23T03:06:37.1467550Z ] 2022-11-23T03:06:37.1468056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1468505Z with 2022-11-23T03:06:37.1468681Z [ 2022-11-23T03:06:37.1468980Z T=std::vector> 2022-11-23T03:06:37.1469256Z ] 2022-11-23T03:06:37.1469784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1470636Z 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-23T03:06:37.1471543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1472022Z with 2022-11-23T03:06:37.1472179Z [ 2022-11-23T03:06:37.1472479Z T=std::vector> 2022-11-23T03:06:37.1472757Z ] 2022-11-23T03:06:37.1473178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1473567Z with 2022-11-23T03:06:37.1473743Z [ 2022-11-23T03:06:37.1473917Z T=c10::DimVector 2022-11-23T03:06:37.1474107Z ] 2022-11-23T03:06:37.1474537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1474943Z with 2022-11-23T03:06:37.1475115Z [ 2022-11-23T03:06:37.1475302Z T=c10::DimVector 2022-11-23T03:06:37.1475471Z ] 2022-11-23T03:06:37.1475943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1476380Z with 2022-11-23T03:06:37.1476555Z [ 2022-11-23T03:06:37.1476743Z T=c10::DimVector 2022-11-23T03:06:37.1476913Z ] 2022-11-23T03:06:37.1477409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1478027Z with 2022-11-23T03:06:37.1478209Z [ 2022-11-23T03:06:37.1478432Z T=c10::DimVector 2022-11-23T03:06:37.1478638Z ] 2022-11-23T03:06:37.1479054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1479732Z 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-23T03:06:37.1480426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1480936Z with 2022-11-23T03:06:37.1481110Z [ 2022-11-23T03:06:37.1481301Z T=c10::DimVector 2022-11-23T03:06:37.1481491Z ] 2022-11-23T03:06:37.1481889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1482277Z with 2022-11-23T03:06:37.1482451Z [ 2022-11-23T03:06:37.1482658Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.1482861Z ] 2022-11-23T03:06:37.1483292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1483675Z with 2022-11-23T03:06:37.1483847Z [ 2022-11-23T03:06:37.1484105Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.1484307Z ] 2022-11-23T03:06:37.1484936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1485376Z with 2022-11-23T03:06:37.1485535Z [ 2022-11-23T03:06:37.1485742Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.1485944Z ] 2022-11-23T03:06:37.1486444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1486904Z with 2022-11-23T03:06:37.1487077Z [ 2022-11-23T03:06:37.1487263Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.1487466Z ] 2022-11-23T03:06:37.1487924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1488634Z 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-23T03:06:37.1489333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1489734Z with 2022-11-23T03:06:37.1489897Z [ 2022-11-23T03:06:37.1490076Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.1490269Z ] 2022-11-23T03:06:37.1490731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1491107Z with 2022-11-23T03:06:37.1491268Z [ 2022-11-23T03:06:37.1491551Z T=std::vector> 2022-11-23T03:06:37.1491761Z ] 2022-11-23T03:06:37.1492185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1492575Z with 2022-11-23T03:06:37.1492738Z [ 2022-11-23T03:06:37.1492969Z T=std::vector> 2022-11-23T03:06:37.1493175Z ] 2022-11-23T03:06:37.1493630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1494125Z with 2022-11-23T03:06:37.1494295Z [ 2022-11-23T03:06:37.1494526Z T=std::vector> 2022-11-23T03:06:37.1494744Z ] 2022-11-23T03:06:37.1495231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1495670Z with 2022-11-23T03:06:37.1495832Z [ 2022-11-23T03:06:37.1496065Z T=std::vector> 2022-11-23T03:06:37.1496284Z ] 2022-11-23T03:06:37.1496728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1497194Z with 2022-11-23T03:06:37.1497344Z [ 2022-11-23T03:06:37.1497519Z T=c10::SymInt 2022-11-23T03:06:37.1497696Z ] 2022-11-23T03:06:37.1498241Z 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-23T03:06:37.1498655Z with 2022-11-23T03:06:37.1498820Z [ 2022-11-23T03:06:37.1498980Z T=c10::SymInt 2022-11-23T03:06:37.1499151Z ] 2022-11-23T03:06:37.1499618Z 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-23T03:06:37.1500418Z 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-23T03:06:37.1501182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1501597Z with 2022-11-23T03:06:37.1501761Z [ 2022-11-23T03:06:37.1501978Z T=std::vector> 2022-11-23T03:06:37.1502199Z ] 2022-11-23T03:06:37.1502610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1502985Z with 2022-11-23T03:06:37.1503145Z [ 2022-11-23T03:06:37.1503322Z T=c10::IValue 2022-11-23T03:06:37.1503518Z ] 2022-11-23T03:06:37.1503958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1504403Z with 2022-11-23T03:06:37.1504568Z [ 2022-11-23T03:06:37.1504745Z T=c10::IValue 2022-11-23T03:06:37.1504902Z ] 2022-11-23T03:06:37.1505358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1505780Z with 2022-11-23T03:06:37.1505944Z [ 2022-11-23T03:06:37.1506118Z T=c10::IValue 2022-11-23T03:06:37.1506288Z ] 2022-11-23T03:06:37.1506763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1507295Z with 2022-11-23T03:06:37.1507458Z [ 2022-11-23T03:06:37.1507631Z T=c10::IValue 2022-11-23T03:06:37.1507803Z ] 2022-11-23T03:06:37.1508229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1508889Z 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-23T03:06:37.1509547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1509994Z with 2022-11-23T03:06:37.1510167Z [ 2022-11-23T03:06:37.1510341Z T=c10::IValue 2022-11-23T03:06:37.1510516Z ] 2022-11-23T03:06:37.1511037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1511396Z with 2022-11-23T03:06:37.1511560Z [ 2022-11-23T03:06:37.1511739Z T=c10::AliasInfo 2022-11-23T03:06:37.1511916Z ] 2022-11-23T03:06:37.1512334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1512724Z with 2022-11-23T03:06:37.1512873Z [ 2022-11-23T03:06:37.1513050Z T=c10::AliasInfo 2022-11-23T03:06:37.1513227Z ] 2022-11-23T03:06:37.1513684Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1514103Z with 2022-11-23T03:06:37.1514264Z [ 2022-11-23T03:06:37.1514431Z T=c10::AliasInfo 2022-11-23T03:06:37.1514607Z ] 2022-11-23T03:06:37.1515093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1515543Z with 2022-11-23T03:06:37.1515705Z [ 2022-11-23T03:06:37.1515867Z T=c10::AliasInfo 2022-11-23T03:06:37.1516041Z ] 2022-11-23T03:06:37.1516521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1517191Z 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-23T03:06:37.1518006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1518418Z with 2022-11-23T03:06:37.1518592Z [ 2022-11-23T03:06:37.1518756Z T=c10::AliasInfo 2022-11-23T03:06:37.1518931Z ] 2022-11-23T03:06:37.1519334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1519791Z with 2022-11-23T03:06:37.1519954Z [ 2022-11-23T03:06:37.1520152Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.1520332Z ] 2022-11-23T03:06:37.1520759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1521146Z with 2022-11-23T03:06:37.1521313Z [ 2022-11-23T03:06:37.1521510Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.1521702Z ] 2022-11-23T03:06:37.1522146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1522568Z with 2022-11-23T03:06:37.1522731Z [ 2022-11-23T03:06:37.1522989Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.1523178Z ] 2022-11-23T03:06:37.1523698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1524141Z with 2022-11-23T03:06:37.1524390Z [ 2022-11-23T03:06:37.1524590Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.1524781Z ] 2022-11-23T03:06:37.1525225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1525935Z 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-23T03:06:37.1526644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1527040Z with 2022-11-23T03:06:37.1527208Z [ 2022-11-23T03:06:37.1527406Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.1527601Z ] 2022-11-23T03:06:37.1528005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1528375Z with 2022-11-23T03:06:37.1528524Z [ 2022-11-23T03:06:37.1528762Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.1528992Z ] 2022-11-23T03:06:37.1529461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1529851Z with 2022-11-23T03:06:37.1530010Z [ 2022-11-23T03:06:37.1530283Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.1530511Z ] 2022-11-23T03:06:37.1530969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1531389Z with 2022-11-23T03:06:37.1531551Z [ 2022-11-23T03:06:37.1531785Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.1531997Z ] 2022-11-23T03:06:37.1532481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1533018Z with 2022-11-23T03:06:37.1533179Z [ 2022-11-23T03:06:37.1533414Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.1533638Z ] 2022-11-23T03:06:37.1534104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1534870Z 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-23T03:06:37.1535616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1536075Z with 2022-11-23T03:06:37.1536240Z [ 2022-11-23T03:06:37.1536516Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.1536759Z ] 2022-11-23T03:06:37.1537913Z 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-23T03:06:37.1538513Z 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-23T03:06:37.1539097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1539478Z with 2022-11-23T03:06:37.1539646Z [ 2022-11-23T03:06:37.1539834Z T=at::StepCallbacks 2022-11-23T03:06:37.1540022Z ] 2022-11-23T03:06:37.1540433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1540831Z with 2022-11-23T03:06:37.1540997Z [ 2022-11-23T03:06:37.1541184Z T=at::StepCallbacks 2022-11-23T03:06:37.1541370Z ] 2022-11-23T03:06:37.1541829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1542308Z with 2022-11-23T03:06:37.1542470Z [ 2022-11-23T03:06:37.1542666Z T=at::StepCallbacks 2022-11-23T03:06:37.1542848Z ] 2022-11-23T03:06:37.1543389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1543841Z with 2022-11-23T03:06:37.1543991Z [ 2022-11-23T03:06:37.1544175Z T=at::StepCallbacks 2022-11-23T03:06:37.1544359Z ] 2022-11-23T03:06:37.1544794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1545479Z 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-23T03:06:37.1546170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1546676Z with 2022-11-23T03:06:37.1546827Z [ 2022-11-23T03:06:37.1547016Z T=at::StepCallbacks 2022-11-23T03:06:37.1547200Z ] 2022-11-23T03:06:37.1547607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1547986Z with 2022-11-23T03:06:37.1548151Z [ 2022-11-23T03:06:37.1548372Z T=c10::either 2022-11-23T03:06:37.1548638Z ] 2022-11-23T03:06:37.1549071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1549510Z with 2022-11-23T03:06:37.1549672Z [ 2022-11-23T03:06:37.1549899Z T=c10::either 2022-11-23T03:06:37.1550130Z ] 2022-11-23T03:06:37.1550591Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1551009Z with 2022-11-23T03:06:37.1551247Z [ 2022-11-23T03:06:37.1551484Z T=c10::either 2022-11-23T03:06:37.1551696Z ] 2022-11-23T03:06:37.1552184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1552637Z with 2022-11-23T03:06:37.1552800Z [ 2022-11-23T03:06:37.1553035Z T=c10::either 2022-11-23T03:06:37.1553261Z ] 2022-11-23T03:06:37.1553725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1554480Z 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-23T03:06:37.1555271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1555680Z with 2022-11-23T03:06:37.1555844Z [ 2022-11-23T03:06:37.1556135Z T=c10::either 2022-11-23T03:06:37.1556361Z ] 2022-11-23T03:06:37.1556764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1557124Z with 2022-11-23T03:06:37.1557286Z [ 2022-11-23T03:06:37.1557477Z T=torch::jit::Operator 2022-11-23T03:06:37.1557662Z ] 2022-11-23T03:06:37.1558209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1558600Z with 2022-11-23T03:06:37.1558749Z [ 2022-11-23T03:06:37.1558936Z T=torch::jit::Operator 2022-11-23T03:06:37.1559119Z ] 2022-11-23T03:06:37.1559576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1560096Z with 2022-11-23T03:06:37.1560258Z [ 2022-11-23T03:06:37.1560432Z T=torch::jit::Operator 2022-11-23T03:06:37.1560615Z ] 2022-11-23T03:06:37.1561107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1561582Z with 2022-11-23T03:06:37.1561774Z [ 2022-11-23T03:06:37.1561962Z T=torch::jit::Operator 2022-11-23T03:06:37.1562131Z ] 2022-11-23T03:06:37.1562620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1563319Z 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-23T03:06:37.1564081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1564489Z with 2022-11-23T03:06:37.1564653Z [ 2022-11-23T03:06:37.1564840Z T=torch::jit::Operator 2022-11-23T03:06:37.1565013Z ] 2022-11-23T03:06:37.1565416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1565787Z with 2022-11-23T03:06:37.1565951Z [ 2022-11-23T03:06:37.1566167Z T=std::tuple 2022-11-23T03:06:37.1566360Z ] 2022-11-23T03:06:37.1566782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1567168Z with 2022-11-23T03:06:37.1567335Z [ 2022-11-23T03:06:37.1567550Z T=std::tuple 2022-11-23T03:06:37.1567780Z ] 2022-11-23T03:06:37.1568486Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1577043Z with 2022-11-23T03:06:37.1577344Z [ 2022-11-23T03:06:37.1577730Z T=std::tuple 2022-11-23T03:06:37.1578070Z ] 2022-11-23T03:06:37.1578774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1579427Z with 2022-11-23T03:06:37.1579662Z [ 2022-11-23T03:06:37.1580002Z T=std::tuple 2022-11-23T03:06:37.1580358Z ] 2022-11-23T03:06:37.1581215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1582512Z 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-23T03:06:37.1583632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1584045Z with 2022-11-23T03:06:37.1584198Z [ 2022-11-23T03:06:37.1584419Z T=std::tuple 2022-11-23T03:06:37.1584627Z ] 2022-11-23T03:06:37.1585042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1585419Z with 2022-11-23T03:06:37.1585587Z [ 2022-11-23T03:06:37.1585769Z T=torch::jit::SourceRange 2022-11-23T03:06:37.1585959Z ] 2022-11-23T03:06:37.1586383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1586773Z with 2022-11-23T03:06:37.1586938Z [ 2022-11-23T03:06:37.1587114Z T=torch::jit::SourceRange 2022-11-23T03:06:37.1587304Z ] 2022-11-23T03:06:37.1587903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1588335Z with 2022-11-23T03:06:37.1588497Z [ 2022-11-23T03:06:37.1588740Z T=torch::jit::SourceRange 2022-11-23T03:06:37.1588915Z ] 2022-11-23T03:06:37.1589401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1589854Z with 2022-11-23T03:06:37.1590018Z [ 2022-11-23T03:06:37.1590207Z T=torch::jit::SourceRange 2022-11-23T03:06:37.1590395Z ] 2022-11-23T03:06:37.1590818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1591520Z 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-23T03:06:37.1592227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1592635Z with 2022-11-23T03:06:37.1592800Z [ 2022-11-23T03:06:37.1592995Z T=torch::jit::SourceRange 2022-11-23T03:06:37.1593187Z ] 2022-11-23T03:06:37.1593577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1593950Z with 2022-11-23T03:06:37.1594119Z [ 2022-11-23T03:06:37.1594379Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.1594587Z ] 2022-11-23T03:06:37.1595006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1595463Z with 2022-11-23T03:06:37.1595725Z [ 2022-11-23T03:06:37.1596058Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.1596394Z ] 2022-11-23T03:06:37.1596977Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1597477Z with 2022-11-23T03:06:37.1597626Z [ 2022-11-23T03:06:37.1597839Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.1598145Z ] 2022-11-23T03:06:37.1598645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1599091Z with 2022-11-23T03:06:37.1599254Z [ 2022-11-23T03:06:37.1599451Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.1599651Z ] 2022-11-23T03:06:37.1600106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1600869Z 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-23T03:06:37.1601679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1602094Z with 2022-11-23T03:06:37.1602260Z [ 2022-11-23T03:06:37.1602457Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.1602662Z ] 2022-11-23T03:06:37.1603075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1603448Z with 2022-11-23T03:06:37.1603612Z [ 2022-11-23T03:06:37.1603821Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.1604009Z ] 2022-11-23T03:06:37.1604431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1604818Z with 2022-11-23T03:06:37.1604989Z [ 2022-11-23T03:06:37.1605196Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.1605381Z ] 2022-11-23T03:06:37.1605842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1606291Z with 2022-11-23T03:06:37.1606485Z [ 2022-11-23T03:06:37.1606689Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.1606893Z ] 2022-11-23T03:06:37.1607427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1607926Z with 2022-11-23T03:06:37.1608088Z [ 2022-11-23T03:06:37.1608341Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.1608543Z ] 2022-11-23T03:06:37.1608995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1609704Z 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-23T03:06:37.1610394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1610866Z with 2022-11-23T03:06:37.1611028Z [ 2022-11-23T03:06:37.1611234Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.1611435Z ] 2022-11-23T03:06:37.1611841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1612218Z with 2022-11-23T03:06:37.1612366Z [ 2022-11-23T03:06:37.1612555Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.1612741Z ] 2022-11-23T03:06:37.1613158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1613545Z with 2022-11-23T03:06:37.1613692Z [ 2022-11-23T03:06:37.1613928Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.1614109Z ] 2022-11-23T03:06:37.1614663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1615094Z with 2022-11-23T03:06:37.1615255Z [ 2022-11-23T03:06:37.1615427Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.1615610Z ] 2022-11-23T03:06:37.1616097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1616548Z with 2022-11-23T03:06:37.1616710Z [ 2022-11-23T03:06:37.1616901Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.1617068Z ] 2022-11-23T03:06:37.1617504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1618185Z 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-23T03:06:37.1618875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1619278Z with 2022-11-23T03:06:37.1619440Z [ 2022-11-23T03:06:37.1619629Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.1619800Z ] 2022-11-23T03:06:37.1620207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1620629Z with 2022-11-23T03:06:37.1620792Z [ 2022-11-23T03:06:37.1620982Z T=at::ThreadLocalState 2022-11-23T03:06:37.1621169Z ] 2022-11-23T03:06:37.1621630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1622018Z with 2022-11-23T03:06:37.1622178Z [ 2022-11-23T03:06:37.1622368Z T=at::ThreadLocalState 2022-11-23T03:06:37.1622552Z ] 2022-11-23T03:06:37.1623007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1623482Z with 2022-11-23T03:06:37.1623644Z [ 2022-11-23T03:06:37.1623836Z T=at::ThreadLocalState 2022-11-23T03:06:37.1624019Z ] 2022-11-23T03:06:37.1624506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1624946Z with 2022-11-23T03:06:37.1625096Z [ 2022-11-23T03:06:37.1625284Z T=at::ThreadLocalState 2022-11-23T03:06:37.1625470Z ] 2022-11-23T03:06:37.1625908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1626607Z 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-23T03:06:37.1627428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1627890Z with 2022-11-23T03:06:37.1628041Z [ 2022-11-23T03:06:37.1628233Z T=at::ThreadLocalState 2022-11-23T03:06:37.1628422Z ] 2022-11-23T03:06:37.1628824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1629196Z with 2022-11-23T03:06:37.1629356Z [ 2022-11-23T03:06:37.1629554Z T=std::shared_ptr 2022-11-23T03:06:37.1629757Z ] 2022-11-23T03:06:37.1630174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1630564Z with 2022-11-23T03:06:37.1630726Z [ 2022-11-23T03:06:37.1630921Z T=std::shared_ptr 2022-11-23T03:06:37.1631123Z ] 2022-11-23T03:06:37.1631580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1632002Z with 2022-11-23T03:06:37.1632162Z [ 2022-11-23T03:06:37.1632370Z T=std::shared_ptr 2022-11-23T03:06:37.1632552Z ] 2022-11-23T03:06:37.1633040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1633541Z with 2022-11-23T03:06:37.1633704Z [ 2022-11-23T03:06:37.1633912Z T=std::shared_ptr 2022-11-23T03:06:37.1634111Z ] 2022-11-23T03:06:37.1634589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.1635286Z 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-23T03:06:37.1636004Z 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-23T03:06:37.1636796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1637207Z with 2022-11-23T03:06:37.1637377Z [ 2022-11-23T03:06:37.1637587Z T=std::shared_ptr 2022-11-23T03:06:37.1637789Z ] 2022-11-23T03:06:37.1638273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1638651Z with 2022-11-23T03:06:37.1638813Z [ 2022-11-23T03:06:37.1639007Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.1639201Z ] 2022-11-23T03:06:37.1639626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1640058Z with 2022-11-23T03:06:37.1640222Z [ 2022-11-23T03:06:37.1640417Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.1640608Z ] 2022-11-23T03:06:37.1641176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1641595Z with 2022-11-23T03:06:37.1641743Z [ 2022-11-23T03:06:37.1641940Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.1642136Z ] 2022-11-23T03:06:37.1642624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1643068Z with 2022-11-23T03:06:37.1643231Z [ 2022-11-23T03:06:37.1643411Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.1643603Z ] 2022-11-23T03:06:37.1644052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1644734Z 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-23T03:06:37.1645431Z 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-23T03:06:37.1646136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1646594Z with 2022-11-23T03:06:37.1646758Z [ 2022-11-23T03:06:37.1646945Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.1647140Z ] 2022-11-23T03:06:37.1647592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1647973Z with 2022-11-23T03:06:37.1648134Z [ 2022-11-23T03:06:37.1648305Z T=torch::jit::Method 2022-11-23T03:06:37.1648491Z ] 2022-11-23T03:06:37.1648913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1649387Z with 2022-11-23T03:06:37.1649550Z [ 2022-11-23T03:06:37.1649732Z T=torch::jit::Method 2022-11-23T03:06:37.1649899Z ] 2022-11-23T03:06:37.1650357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1650783Z with 2022-11-23T03:06:37.1650943Z [ 2022-11-23T03:06:37.1651123Z T=torch::jit::Method 2022-11-23T03:06:37.1651305Z ] 2022-11-23T03:06:37.1651776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1652224Z with 2022-11-23T03:06:37.1652388Z [ 2022-11-23T03:06:37.1652569Z T=torch::jit::Method 2022-11-23T03:06:37.1652749Z ] 2022-11-23T03:06:37.1653224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1653990Z 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-23T03:06:37.1654678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1655084Z with 2022-11-23T03:06:37.1655248Z [ 2022-11-23T03:06:37.1655433Z T=torch::jit::Method 2022-11-23T03:06:37.1655617Z ] 2022-11-23T03:06:37.1655928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1655994Z with 2022-11-23T03:06:37.1656059Z [ 2022-11-23T03:06:37.1656186Z T=std::vector> 2022-11-23T03:06:37.1656250Z ] 2022-11-23T03:06:37.1656577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1656645Z with 2022-11-23T03:06:37.1656708Z [ 2022-11-23T03:06:37.1656845Z T=std::vector> 2022-11-23T03:06:37.1656909Z ] 2022-11-23T03:06:37.1657272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1657342Z with 2022-11-23T03:06:37.1657404Z [ 2022-11-23T03:06:37.1657540Z T=std::vector> 2022-11-23T03:06:37.1657603Z ] 2022-11-23T03:06:37.1657990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1658057Z with 2022-11-23T03:06:37.1658118Z [ 2022-11-23T03:06:37.1658252Z T=std::vector> 2022-11-23T03:06:37.1658315Z ] 2022-11-23T03:06:37.1658677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.1659114Z 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-23T03:06:37.1659469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1659523Z with 2022-11-23T03:06:37.1659587Z [ 2022-11-23T03:06:37.1659725Z T=std::vector> 2022-11-23T03:06:37.1659788Z ] 2022-11-23T03:06:37.1660092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1660162Z with 2022-11-23T03:06:37.1660227Z [ 2022-11-23T03:06:37.1660325Z T=torch::jit::NamedValue 2022-11-23T03:06:37.1660388Z ] 2022-11-23T03:06:37.1660774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.1660841Z with 2022-11-23T03:06:37.1660903Z [ 2022-11-23T03:06:37.1660997Z T=torch::jit::NamedValue 2022-11-23T03:06:37.1661060Z ] 2022-11-23T03:06:37.1661424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.1661480Z with 2022-11-23T03:06:37.1661543Z [ 2022-11-23T03:06:37.1661637Z T=torch::jit::NamedValue 2022-11-23T03:06:37.1661701Z ] 2022-11-23T03:06:37.1662083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.1662153Z with 2022-11-23T03:06:37.1662216Z [ 2022-11-23T03:06:37.1662308Z T=torch::jit::NamedValue 2022-11-23T03:06:37.1662370Z ] 2022-11-23T03:06:37.1662715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.1663076Z 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-23T03:06:37.1663419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.1663486Z with 2022-11-23T03:06:37.1663549Z [ 2022-11-23T03:06:37.1663645Z T=torch::jit::NamedValue 2022-11-23T03:06:37.1663710Z ] 2022-11-23T03:06:37.5195219Z [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-23T03:06:37.5197547Z 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-23T03:06:37.5198477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5198981Z with 2022-11-23T03:06:37.5199202Z [ 2022-11-23T03:06:37.5199449Z T=c10::SymInt 2022-11-23T03:06:37.5199675Z ] 2022-11-23T03:06:37.5200257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5200839Z with 2022-11-23T03:06:37.5201068Z [ 2022-11-23T03:06:37.5201328Z T=c10::SymInt 2022-11-23T03:06:37.5201608Z ] 2022-11-23T03:06:37.5202376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5202968Z with 2022-11-23T03:06:37.5203203Z [ 2022-11-23T03:06:37.5203455Z T=c10::SymInt 2022-11-23T03:06:37.5203693Z ] 2022-11-23T03:06:37.5204350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5204961Z with 2022-11-23T03:06:37.5205165Z [ 2022-11-23T03:06:37.5205396Z T=c10::SymInt 2022-11-23T03:06:37.5205635Z ] 2022-11-23T03:06:37.5206206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5207110Z 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-23T03:06:37.5208040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5208590Z with 2022-11-23T03:06:37.5208801Z [ 2022-11-23T03:06:37.5209058Z T=c10::SymInt 2022-11-23T03:06:37.5209303Z ] 2022-11-23T03:06:37.5209824Z 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-23T03:06:37.5210704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5211275Z with 2022-11-23T03:06:37.5211503Z [ 2022-11-23T03:06:37.5211780Z T=std::string 2022-11-23T03:06:37.5212063Z ] 2022-11-23T03:06:37.5212690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5213433Z with 2022-11-23T03:06:37.5213753Z [ 2022-11-23T03:06:37.5214939Z T=std::string 2022-11-23T03:06:37.5215252Z ] 2022-11-23T03:06:37.5216039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5216677Z with 2022-11-23T03:06:37.5216908Z [ 2022-11-23T03:06:37.5217169Z T=std::string 2022-11-23T03:06:37.5217410Z ] 2022-11-23T03:06:37.5218128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5218838Z with 2022-11-23T03:06:37.5219157Z [ 2022-11-23T03:06:37.5219439Z T=std::string 2022-11-23T03:06:37.5219728Z ] 2022-11-23T03:06:37.5220423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5221426Z 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-23T03:06:37.5222614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5223276Z with 2022-11-23T03:06:37.5223554Z [ 2022-11-23T03:06:37.5223845Z T=std::string 2022-11-23T03:06:37.5224116Z ] 2022-11-23T03:06:37.5224780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5225406Z with 2022-11-23T03:06:37.5225690Z [ 2022-11-23T03:06:37.5225984Z T=c10::QualifiedName 2022-11-23T03:06:37.5226257Z ] 2022-11-23T03:06:37.5226771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5227163Z with 2022-11-23T03:06:37.5227329Z [ 2022-11-23T03:06:37.5227513Z T=c10::QualifiedName 2022-11-23T03:06:37.5227694Z ] 2022-11-23T03:06:37.5228158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5228574Z with 2022-11-23T03:06:37.5228735Z [ 2022-11-23T03:06:37.5228922Z T=c10::QualifiedName 2022-11-23T03:06:37.5229106Z ] 2022-11-23T03:06:37.5229603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5230054Z with 2022-11-23T03:06:37.5230199Z [ 2022-11-23T03:06:37.5230383Z T=c10::QualifiedName 2022-11-23T03:06:37.5230566Z ] 2022-11-23T03:06:37.5231045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5231758Z 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-23T03:06:37.5232571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5232985Z with 2022-11-23T03:06:37.5233139Z [ 2022-11-23T03:06:37.5233331Z T=c10::QualifiedName 2022-11-23T03:06:37.5233519Z ] 2022-11-23T03:06:37.5233934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5234306Z with 2022-11-23T03:06:37.5234473Z [ 2022-11-23T03:06:37.5234640Z T=at::TensorBase 2022-11-23T03:06:37.5234818Z ] 2022-11-23T03:06:37.5235237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5235627Z with 2022-11-23T03:06:37.5235789Z [ 2022-11-23T03:06:37.5235956Z T=at::TensorBase 2022-11-23T03:06:37.5236130Z ] 2022-11-23T03:06:37.5236660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5237134Z with 2022-11-23T03:06:37.5237301Z [ 2022-11-23T03:06:37.5237487Z T=at::TensorBase 2022-11-23T03:06:37.5237653Z ] 2022-11-23T03:06:37.5238278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5238734Z with 2022-11-23T03:06:37.5238900Z [ 2022-11-23T03:06:37.5239086Z T=at::TensorBase 2022-11-23T03:06:37.5239266Z ] 2022-11-23T03:06:37.5239685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5240360Z 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-23T03:06:37.5241034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5241447Z with 2022-11-23T03:06:37.5241611Z [ 2022-11-23T03:06:37.5241790Z T=at::TensorBase 2022-11-23T03:06:37.5241969Z ] 2022-11-23T03:06:37.5242362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5242736Z with 2022-11-23T03:06:37.5242900Z [ 2022-11-23T03:06:37.5243116Z T=at::Tensor 2022-11-23T03:06:37.5243295Z ] 2022-11-23T03:06:37.5258359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5258919Z with 2022-11-23T03:06:37.5259087Z [ 2022-11-23T03:06:37.5259284Z T=at::Tensor 2022-11-23T03:06:37.5259448Z ] 2022-11-23T03:06:37.5259917Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5260502Z with 2022-11-23T03:06:37.5260664Z [ 2022-11-23T03:06:37.5260840Z T=at::Tensor 2022-11-23T03:06:37.5261015Z ] 2022-11-23T03:06:37.5261563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5262065Z with 2022-11-23T03:06:37.5262229Z [ 2022-11-23T03:06:37.5262406Z T=at::Tensor 2022-11-23T03:06:37.5262579Z ] 2022-11-23T03:06:37.5262992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5263639Z 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-23T03:06:37.5264318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5264731Z with 2022-11-23T03:06:37.5264900Z [ 2022-11-23T03:06:37.5265146Z T=at::Tensor 2022-11-23T03:06:37.5265322Z ] 2022-11-23T03:06:37.5265718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5266093Z with 2022-11-23T03:06:37.5266256Z [ 2022-11-23T03:06:37.5266433Z T=at::Generator 2022-11-23T03:06:37.5266610Z ] 2022-11-23T03:06:37.5267033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5267460Z with 2022-11-23T03:06:37.5267621Z [ 2022-11-23T03:06:37.5267840Z T=at::Generator 2022-11-23T03:06:37.5268020Z ] 2022-11-23T03:06:37.5268483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5268909Z with 2022-11-23T03:06:37.5269056Z [ 2022-11-23T03:06:37.5269233Z T=at::Generator 2022-11-23T03:06:37.5269408Z ] 2022-11-23T03:06:37.5269896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5270342Z with 2022-11-23T03:06:37.5270503Z [ 2022-11-23T03:06:37.5270666Z T=at::Generator 2022-11-23T03:06:37.5270843Z ] 2022-11-23T03:06:37.5271268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5271937Z 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-23T03:06:37.5272610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5273012Z with 2022-11-23T03:06:37.5273220Z [ 2022-11-23T03:06:37.5273387Z T=at::Generator 2022-11-23T03:06:37.5273622Z ] 2022-11-23T03:06:37.5274069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5274441Z with 2022-11-23T03:06:37.5274604Z [ 2022-11-23T03:06:37.5274765Z T=c10::Scalar 2022-11-23T03:06:37.5274942Z ] 2022-11-23T03:06:37.5275364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5275754Z with 2022-11-23T03:06:37.5275919Z [ 2022-11-23T03:06:37.5276092Z T=c10::Scalar 2022-11-23T03:06:37.5276252Z ] 2022-11-23T03:06:37.5276711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5277136Z with 2022-11-23T03:06:37.5277300Z [ 2022-11-23T03:06:37.5277474Z T=c10::Scalar 2022-11-23T03:06:37.5277645Z ] 2022-11-23T03:06:37.5278278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5278732Z with 2022-11-23T03:06:37.5278895Z [ 2022-11-23T03:06:37.5279070Z T=c10::Scalar 2022-11-23T03:06:37.5279290Z ] 2022-11-23T03:06:37.5280216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5280850Z 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-23T03:06:37.5281523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5281935Z with 2022-11-23T03:06:37.5282101Z [ 2022-11-23T03:06:37.5282274Z T=c10::Scalar 2022-11-23T03:06:37.5282451Z ] 2022-11-23T03:06:37.5282855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5283221Z with 2022-11-23T03:06:37.5283382Z [ 2022-11-23T03:06:37.5283610Z T=std::shared_ptr 2022-11-23T03:06:37.5283828Z ] 2022-11-23T03:06:37.5284247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5284629Z with 2022-11-23T03:06:37.5284778Z [ 2022-11-23T03:06:37.5285008Z T=std::shared_ptr 2022-11-23T03:06:37.5285270Z ] 2022-11-23T03:06:37.5285739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5286205Z with 2022-11-23T03:06:37.5286367Z [ 2022-11-23T03:06:37.5286582Z T=std::shared_ptr 2022-11-23T03:06:37.5286795Z ] 2022-11-23T03:06:37.5287289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5287814Z with 2022-11-23T03:06:37.5287976Z [ 2022-11-23T03:06:37.5288199Z T=std::shared_ptr 2022-11-23T03:06:37.5288398Z ] 2022-11-23T03:06:37.5288864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5289585Z 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-23T03:06:37.5290289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5290695Z with 2022-11-23T03:06:37.5290858Z [ 2022-11-23T03:06:37.5291086Z T=std::shared_ptr 2022-11-23T03:06:37.5291330Z ] 2022-11-23T03:06:37.5291794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5292220Z with 2022-11-23T03:06:37.5292384Z [ 2022-11-23T03:06:37.5292609Z T=std::weak_ptr 2022-11-23T03:06:37.5292821Z ] 2022-11-23T03:06:37.5293229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5293616Z with 2022-11-23T03:06:37.5293778Z [ 2022-11-23T03:06:37.5294002Z T=std::weak_ptr 2022-11-23T03:06:37.5294213Z ] 2022-11-23T03:06:37.5294676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5295087Z with 2022-11-23T03:06:37.5295256Z [ 2022-11-23T03:06:37.5295477Z T=std::weak_ptr 2022-11-23T03:06:37.5295688Z ] 2022-11-23T03:06:37.5296173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5296617Z with 2022-11-23T03:06:37.5296769Z [ 2022-11-23T03:06:37.5296993Z T=std::weak_ptr 2022-11-23T03:06:37.5297205Z ] 2022-11-23T03:06:37.5297711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5298473Z 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-23T03:06:37.5299172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5299574Z with 2022-11-23T03:06:37.5299727Z [ 2022-11-23T03:06:37.5300017Z T=std::weak_ptr 2022-11-23T03:06:37.5300230Z ] 2022-11-23T03:06:37.5300636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5301011Z with 2022-11-23T03:06:37.5301173Z [ 2022-11-23T03:06:37.5301414Z T=std::vector> 2022-11-23T03:06:37.5301654Z ] 2022-11-23T03:06:37.5302074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5302461Z with 2022-11-23T03:06:37.5302620Z [ 2022-11-23T03:06:37.5302872Z T=std::vector> 2022-11-23T03:06:37.5303094Z ] 2022-11-23T03:06:37.5303600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5304064Z with 2022-11-23T03:06:37.5304227Z [ 2022-11-23T03:06:37.5305174Z T=std::vector> 2022-11-23T03:06:37.5305425Z ] 2022-11-23T03:06:37.5305899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5306354Z with 2022-11-23T03:06:37.5306518Z [ 2022-11-23T03:06:37.5306771Z T=std::vector> 2022-11-23T03:06:37.5307008Z ] 2022-11-23T03:06:37.5307491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5308255Z 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-23T03:06:37.5308970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5309420Z with 2022-11-23T03:06:37.5309583Z [ 2022-11-23T03:06:37.5309837Z T=std::vector> 2022-11-23T03:06:37.5310118Z ] 2022-11-23T03:06:37.5310529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5310897Z with 2022-11-23T03:06:37.5311048Z [ 2022-11-23T03:06:37.5311266Z T=std::vector> 2022-11-23T03:06:37.5311471Z ] 2022-11-23T03:06:37.5311903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5312292Z with 2022-11-23T03:06:37.5312452Z [ 2022-11-23T03:06:37.5312656Z T=std::vector> 2022-11-23T03:06:37.5312858Z ] 2022-11-23T03:06:37.5313315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5313816Z with 2022-11-23T03:06:37.5313977Z [ 2022-11-23T03:06:37.5314194Z T=std::vector> 2022-11-23T03:06:37.5314389Z ] 2022-11-23T03:06:37.5314875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5315374Z with 2022-11-23T03:06:37.5315540Z [ 2022-11-23T03:06:37.5315757Z T=std::vector> 2022-11-23T03:06:37.5316006Z ] 2022-11-23T03:06:37.5316452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5317164Z 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-23T03:06:37.5318035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5318459Z with 2022-11-23T03:06:37.5318635Z [ 2022-11-23T03:06:37.5318862Z T=std::vector> 2022-11-23T03:06:37.5319081Z ] 2022-11-23T03:06:37.5319472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5319862Z with 2022-11-23T03:06:37.5320035Z [ 2022-11-23T03:06:37.5320311Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5320568Z ] 2022-11-23T03:06:37.5320998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5321441Z with 2022-11-23T03:06:37.5321595Z [ 2022-11-23T03:06:37.5321869Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5322123Z ] 2022-11-23T03:06:37.5322635Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5323067Z with 2022-11-23T03:06:37.5323236Z [ 2022-11-23T03:06:37.5323493Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5323745Z ] 2022-11-23T03:06:37.5324239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5324696Z with 2022-11-23T03:06:37.5324867Z [ 2022-11-23T03:06:37.5325142Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5325377Z ] 2022-11-23T03:06:37.5325881Z C:\actions-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-23T03:06:37.5326667Z 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-23T03:06:37.5327453Z 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-23T03:06:37.5328169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5328622Z with 2022-11-23T03:06:37.5328789Z [ 2022-11-23T03:06:37.5329058Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5329291Z ] 2022-11-23T03:06:37.5329698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5330072Z with 2022-11-23T03:06:37.5330236Z [ 2022-11-23T03:06:37.5330494Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5330736Z ] 2022-11-23T03:06:37.5331202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5331596Z with 2022-11-23T03:06:37.5331758Z [ 2022-11-23T03:06:37.5332019Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5332255Z ] 2022-11-23T03:06:37.5332712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5333139Z with 2022-11-23T03:06:37.5333289Z [ 2022-11-23T03:06:37.5333545Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5333830Z ] 2022-11-23T03:06:37.5334326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5334822Z with 2022-11-23T03:06:37.5334984Z [ 2022-11-23T03:06:37.5335228Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5335464Z ] 2022-11-23T03:06:37.5335953Z C:\actions-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-23T03:06:37.5336717Z 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-23T03:06:37.5337421Z 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-23T03:06:37.5338094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5338505Z with 2022-11-23T03:06:37.5338671Z [ 2022-11-23T03:06:37.5338982Z T=std::vector,std::allocator>> 2022-11-23T03:06:37.5339224Z ] 2022-11-23T03:06:37.5339634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5340054Z with 2022-11-23T03:06:37.5340222Z [ 2022-11-23T03:06:37.5340485Z T=std::vector> 2022-11-23T03:06:37.5340688Z ] 2022-11-23T03:06:37.5341105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5341489Z with 2022-11-23T03:06:37.5341648Z [ 2022-11-23T03:06:37.5341868Z T=std::vector> 2022-11-23T03:06:37.5342076Z ] 2022-11-23T03:06:37.5342522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5342946Z with 2022-11-23T03:06:37.5343143Z [ 2022-11-23T03:06:37.5343497Z T=std::vector> 2022-11-23T03:06:37.5343916Z ] 2022-11-23T03:06:37.5344767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5345487Z with 2022-11-23T03:06:37.5345785Z [ 2022-11-23T03:06:37.5346166Z T=std::vector> 2022-11-23T03:06:37.5346529Z ] 2022-11-23T03:06:37.5347225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5348373Z 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-23T03:06:37.5349537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5350248Z with 2022-11-23T03:06:37.5350502Z [ 2022-11-23T03:06:37.5350877Z T=std::vector> 2022-11-23T03:06:37.5351240Z ] 2022-11-23T03:06:37.5351955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5352607Z with 2022-11-23T03:06:37.5352895Z [ 2022-11-23T03:06:37.5353310Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.5353721Z ] 2022-11-23T03:06:37.5354477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5355134Z with 2022-11-23T03:06:37.5355406Z [ 2022-11-23T03:06:37.5355837Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.5356201Z ] 2022-11-23T03:06:37.5356964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5357871Z with 2022-11-23T03:06:37.5358246Z [ 2022-11-23T03:06:37.5358713Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.5359124Z ] 2022-11-23T03:06:37.5359963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5360713Z with 2022-11-23T03:06:37.5360974Z [ 2022-11-23T03:06:37.5361387Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.5361802Z ] 2022-11-23T03:06:37.5362648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5363741Z 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-23T03:06:37.5364759Z 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-23T03:06:37.5365485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5365900Z with 2022-11-23T03:06:37.5366068Z [ 2022-11-23T03:06:37.5366321Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:37.5366564Z ] 2022-11-23T03:06:37.5366973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5367348Z with 2022-11-23T03:06:37.5367499Z [ 2022-11-23T03:06:37.5367748Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.5367986Z ] 2022-11-23T03:06:37.5368408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5368792Z with 2022-11-23T03:06:37.5368940Z [ 2022-11-23T03:06:37.5369186Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.5369420Z ] 2022-11-23T03:06:37.5370021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5370487Z with 2022-11-23T03:06:37.5370649Z [ 2022-11-23T03:06:37.5370962Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.5371197Z ] 2022-11-23T03:06:37.5371688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5372138Z with 2022-11-23T03:06:37.5372302Z [ 2022-11-23T03:06:37.5372548Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.5372770Z ] 2022-11-23T03:06:37.5373255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5374113Z 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-23T03:06:37.5374900Z 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-23T03:06:37.5375637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5376051Z with 2022-11-23T03:06:37.5376262Z [ 2022-11-23T03:06:37.5376516Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:37.5376753Z ] 2022-11-23T03:06:37.5377190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5377567Z with 2022-11-23T03:06:37.5377784Z [ 2022-11-23T03:06:37.5377984Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5378179Z ] 2022-11-23T03:06:37.5378604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5378977Z with 2022-11-23T03:06:37.5379141Z [ 2022-11-23T03:06:37.5379339Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5379535Z ] 2022-11-23T03:06:37.5379992Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5380424Z with 2022-11-23T03:06:37.5380602Z [ 2022-11-23T03:06:37.5380918Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5381256Z ] 2022-11-23T03:06:37.5382114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5382946Z with 2022-11-23T03:06:37.5383271Z [ 2022-11-23T03:06:37.5383606Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5383942Z ] 2022-11-23T03:06:37.5384732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5385882Z 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-23T03:06:37.5386584Z with 2022-11-23T03:06:37.5386882Z [ 2022-11-23T03:06:37.5387225Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5387566Z ] 2022-11-23T03:06:37.5388293Z 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-23T03:06:37.5389631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5390464Z with 2022-11-23T03:06:37.5390754Z [ 2022-11-23T03:06:37.5391051Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:37.5391240Z ] 2022-11-23T03:06:37.5391659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5392041Z with 2022-11-23T03:06:37.5392205Z [ 2022-11-23T03:06:37.5392495Z T=std::vector> 2022-11-23T03:06:37.5392751Z ] 2022-11-23T03:06:37.5393172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5393557Z with 2022-11-23T03:06:37.5393721Z [ 2022-11-23T03:06:37.5394009Z T=std::vector> 2022-11-23T03:06:37.5394271Z ] 2022-11-23T03:06:37.5394855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5395268Z with 2022-11-23T03:06:37.5395476Z [ 2022-11-23T03:06:37.5395765Z T=std::vector> 2022-11-23T03:06:37.5396026Z ] 2022-11-23T03:06:37.5396516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5397059Z with 2022-11-23T03:06:37.5397210Z [ 2022-11-23T03:06:37.5397494Z T=std::vector> 2022-11-23T03:06:37.5397758Z ] 2022-11-23T03:06:37.5398374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5399253Z 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-23T03:06:37.5400002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5400415Z with 2022-11-23T03:06:37.5400578Z [ 2022-11-23T03:06:37.5400852Z T=std::vector> 2022-11-23T03:06:37.5401161Z ] 2022-11-23T03:06:37.5401571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5401993Z with 2022-11-23T03:06:37.5402159Z [ 2022-11-23T03:06:37.5402336Z T=c10::DimVector 2022-11-23T03:06:37.5402402Z ] 2022-11-23T03:06:37.5402730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5402783Z with 2022-11-23T03:06:37.5402914Z [ 2022-11-23T03:06:37.5402999Z T=c10::DimVector 2022-11-23T03:06:37.5403062Z ] 2022-11-23T03:06:37.5403428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5403494Z with 2022-11-23T03:06:37.5403559Z [ 2022-11-23T03:06:37.5403642Z T=c10::DimVector 2022-11-23T03:06:37.5403705Z ] 2022-11-23T03:06:37.5404098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5404166Z with 2022-11-23T03:06:37.5404232Z [ 2022-11-23T03:06:37.5404355Z T=c10::DimVector 2022-11-23T03:06:37.5404456Z ] 2022-11-23T03:06:37.5404962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5405544Z 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-23T03:06:37.5406061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5406148Z with 2022-11-23T03:06:37.5406253Z [ 2022-11-23T03:06:37.5406387Z T=c10::DimVector 2022-11-23T03:06:37.5406487Z ] 2022-11-23T03:06:37.5406964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5407076Z with 2022-11-23T03:06:37.5407174Z [ 2022-11-23T03:06:37.5407325Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.5407463Z ] 2022-11-23T03:06:37.5407975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5408345Z with 2022-11-23T03:06:37.5408479Z [ 2022-11-23T03:06:37.5408639Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.5408740Z ] 2022-11-23T03:06:37.5409296Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5409389Z with 2022-11-23T03:06:37.5409499Z [ 2022-11-23T03:06:37.5409646Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.5409743Z ] 2022-11-23T03:06:37.5410287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5410384Z with 2022-11-23T03:06:37.5410476Z [ 2022-11-23T03:06:37.5410634Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.5410734Z ] 2022-11-23T03:06:37.5411111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5411469Z 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-23T03:06:37.5411926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5411992Z with 2022-11-23T03:06:37.5412056Z [ 2022-11-23T03:06:37.5412158Z T=torch::autograd::ViewInfo 2022-11-23T03:06:37.5412222Z ] 2022-11-23T03:06:37.5412532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5412598Z with 2022-11-23T03:06:37.5412646Z [ 2022-11-23T03:06:37.5412783Z T=std::vector> 2022-11-23T03:06:37.5412847Z ] 2022-11-23T03:06:37.5413176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5413245Z with 2022-11-23T03:06:37.5413308Z [ 2022-11-23T03:06:37.5413443Z T=std::vector> 2022-11-23T03:06:37.5413509Z ] 2022-11-23T03:06:37.5414065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5414138Z with 2022-11-23T03:06:37.5414202Z [ 2022-11-23T03:06:37.5414339Z T=std::vector> 2022-11-23T03:06:37.5414403Z ] 2022-11-23T03:06:37.5414837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5414909Z with 2022-11-23T03:06:37.5414973Z [ 2022-11-23T03:06:37.5415094Z T=std::vector> 2022-11-23T03:06:37.5415157Z ] 2022-11-23T03:06:37.5415518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5415584Z with 2022-11-23T03:06:37.5415648Z [ 2022-11-23T03:06:37.5415730Z T=c10::SymInt 2022-11-23T03:06:37.5415795Z ] 2022-11-23T03:06:37.5416140Z 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-23T03:06:37.5416209Z with 2022-11-23T03:06:37.5416271Z [ 2022-11-23T03:06:37.5416351Z T=c10::SymInt 2022-11-23T03:06:37.5416413Z ] 2022-11-23T03:06:37.5416787Z 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-23T03:06:37.5417217Z 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-23T03:06:37.5417562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5417676Z with 2022-11-23T03:06:37.5417739Z [ 2022-11-23T03:06:37.5417875Z T=std::vector> 2022-11-23T03:06:37.5417939Z ] 2022-11-23T03:06:37.5418238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5418307Z with 2022-11-23T03:06:37.5418372Z [ 2022-11-23T03:06:37.5418453Z T=c10::IValue 2022-11-23T03:06:37.5418516Z ] 2022-11-23T03:06:37.5418840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5418905Z with 2022-11-23T03:06:37.5418968Z [ 2022-11-23T03:06:37.5419047Z T=c10::IValue 2022-11-23T03:06:37.5419110Z ] 2022-11-23T03:06:37.5419478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5419544Z with 2022-11-23T03:06:37.5419607Z [ 2022-11-23T03:06:37.5419687Z T=c10::IValue 2022-11-23T03:06:37.5419779Z ] 2022-11-23T03:06:37.5420216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5420285Z with 2022-11-23T03:06:37.5420348Z [ 2022-11-23T03:06:37.5420426Z T=c10::IValue 2022-11-23T03:06:37.5420490Z ] 2022-11-23T03:06:37.5420865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5421202Z 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-23T03:06:37.5421552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5421618Z with 2022-11-23T03:06:37.5421681Z [ 2022-11-23T03:06:37.5421761Z T=c10::IValue 2022-11-23T03:06:37.5421825Z ] 2022-11-23T03:06:37.5422139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5422207Z with 2022-11-23T03:06:37.5422270Z [ 2022-11-23T03:06:37.5422354Z T=c10::AliasInfo 2022-11-23T03:06:37.5422405Z ] 2022-11-23T03:06:37.5422729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5422794Z with 2022-11-23T03:06:37.5422859Z [ 2022-11-23T03:06:37.5422941Z T=c10::AliasInfo 2022-11-23T03:06:37.5423005Z ] 2022-11-23T03:06:37.5423363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5423429Z with 2022-11-23T03:06:37.5423492Z [ 2022-11-23T03:06:37.5423574Z T=c10::AliasInfo 2022-11-23T03:06:37.5423637Z ] 2022-11-23T03:06:37.5424073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5424139Z with 2022-11-23T03:06:37.5424204Z [ 2022-11-23T03:06:37.5424285Z T=c10::AliasInfo 2022-11-23T03:06:37.5424338Z ] 2022-11-23T03:06:37.5424668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5425008Z 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-23T03:06:37.5425358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5425427Z with 2022-11-23T03:06:37.5425490Z [ 2022-11-23T03:06:37.5425572Z T=c10::AliasInfo 2022-11-23T03:06:37.5425636Z ] 2022-11-23T03:06:37.5426032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5426104Z with 2022-11-23T03:06:37.5426169Z [ 2022-11-23T03:06:37.5426275Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.5426339Z ] 2022-11-23T03:06:37.5426708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5426777Z with 2022-11-23T03:06:37.5426843Z [ 2022-11-23T03:06:37.5426946Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.5426997Z ] 2022-11-23T03:06:37.5427357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5427427Z with 2022-11-23T03:06:37.5427490Z [ 2022-11-23T03:06:37.5427594Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.5427658Z ] 2022-11-23T03:06:37.5428047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5428114Z with 2022-11-23T03:06:37.5428178Z [ 2022-11-23T03:06:37.5428280Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.5428347Z ] 2022-11-23T03:06:37.5428699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5429070Z 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-23T03:06:37.5429418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5429485Z with 2022-11-23T03:06:37.5429553Z [ 2022-11-23T03:06:37.5429655Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:37.5429719Z ] 2022-11-23T03:06:37.5430676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5430731Z with 2022-11-23T03:06:37.5430796Z [ 2022-11-23T03:06:37.5430944Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.5431009Z ] 2022-11-23T03:06:37.5431335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5431404Z with 2022-11-23T03:06:37.5431468Z [ 2022-11-23T03:06:37.5431613Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.5431679Z ] 2022-11-23T03:06:37.5432094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5432166Z with 2022-11-23T03:06:37.5432230Z [ 2022-11-23T03:06:37.5432373Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.5432437Z ] 2022-11-23T03:06:37.5432935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5433006Z with 2022-11-23T03:06:37.5433056Z [ 2022-11-23T03:06:37.5433199Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.5433263Z ] 2022-11-23T03:06:37.5433646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5434051Z 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-23T03:06:37.5434397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5434466Z with 2022-11-23T03:06:37.5434529Z [ 2022-11-23T03:06:37.5434672Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:37.5434737Z ] 2022-11-23T03:06:37.5435060Z 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-23T03:06:37.5435328Z 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-23T03:06:37.5435636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5435702Z with 2022-11-23T03:06:37.5435770Z [ 2022-11-23T03:06:37.5435864Z T=at::StepCallbacks 2022-11-23T03:06:37.5435930Z ] 2022-11-23T03:06:37.5436259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5436325Z with 2022-11-23T03:06:37.5436388Z [ 2022-11-23T03:06:37.5436468Z T=at::StepCallbacks 2022-11-23T03:06:37.5436534Z ] 2022-11-23T03:06:37.5436945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5437011Z with 2022-11-23T03:06:37.5437075Z [ 2022-11-23T03:06:37.5437166Z T=at::StepCallbacks 2022-11-23T03:06:37.5437230Z ] 2022-11-23T03:06:37.5437623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5437690Z with 2022-11-23T03:06:37.5437753Z [ 2022-11-23T03:06:37.5437842Z T=at::StepCallbacks 2022-11-23T03:06:37.5437905Z ] 2022-11-23T03:06:37.5438397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5438798Z 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-23T03:06:37.5439192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5439261Z with 2022-11-23T03:06:37.5439326Z [ 2022-11-23T03:06:37.5439404Z T=at::StepCallbacks 2022-11-23T03:06:37.5439469Z ] 2022-11-23T03:06:37.5439774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5439843Z with 2022-11-23T03:06:37.5439907Z [ 2022-11-23T03:06:37.5440054Z T=c10::either 2022-11-23T03:06:37.5440119Z ] 2022-11-23T03:06:37.5440444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5440515Z with 2022-11-23T03:06:37.5440581Z [ 2022-11-23T03:06:37.5440723Z T=c10::either 2022-11-23T03:06:37.5440787Z ] 2022-11-23T03:06:37.5441151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5441219Z with 2022-11-23T03:06:37.5441283Z [ 2022-11-23T03:06:37.5441421Z T=c10::either 2022-11-23T03:06:37.5441474Z ] 2022-11-23T03:06:37.5441864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5441932Z with 2022-11-23T03:06:37.5441997Z [ 2022-11-23T03:06:37.5442133Z T=c10::either 2022-11-23T03:06:37.5442196Z ] 2022-11-23T03:06:37.5442565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5442970Z 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-23T03:06:37.5443363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5443430Z with 2022-11-23T03:06:37.5443495Z [ 2022-11-23T03:06:37.5443634Z T=c10::either 2022-11-23T03:06:37.5443697Z ] 2022-11-23T03:06:37.5444002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5444068Z with 2022-11-23T03:06:37.5444176Z [ 2022-11-23T03:06:37.5444274Z T=torch::jit::Operator 2022-11-23T03:06:37.5444336Z ] 2022-11-23T03:06:37.5444661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5444714Z with 2022-11-23T03:06:37.5444820Z [ 2022-11-23T03:06:37.5444914Z T=torch::jit::Operator 2022-11-23T03:06:37.5444976Z ] 2022-11-23T03:06:37.5445395Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5445464Z with 2022-11-23T03:06:37.5445528Z [ 2022-11-23T03:06:37.5445619Z T=torch::jit::Operator 2022-11-23T03:06:37.5445682Z ] 2022-11-23T03:06:37.5446072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5446141Z with 2022-11-23T03:06:37.5446205Z [ 2022-11-23T03:06:37.5446296Z T=torch::jit::Operator 2022-11-23T03:06:37.5446359Z ] 2022-11-23T03:06:37.5446703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5447061Z 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-23T03:06:37.5447407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5447476Z with 2022-11-23T03:06:37.5447525Z [ 2022-11-23T03:06:37.5447619Z T=torch::jit::Operator 2022-11-23T03:06:37.5447684Z ] 2022-11-23T03:06:37.5447990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5448061Z with 2022-11-23T03:06:37.5448124Z [ 2022-11-23T03:06:37.5448245Z T=std::tuple 2022-11-23T03:06:37.5448309Z ] 2022-11-23T03:06:37.5448633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5448699Z with 2022-11-23T03:06:37.5448762Z [ 2022-11-23T03:06:37.5448880Z T=std::tuple 2022-11-23T03:06:37.5448990Z ] 2022-11-23T03:06:37.5449354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5449419Z with 2022-11-23T03:06:37.5449469Z [ 2022-11-23T03:06:37.5449589Z T=std::tuple 2022-11-23T03:06:37.5449652Z ] 2022-11-23T03:06:37.5450038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5450106Z with 2022-11-23T03:06:37.5450216Z [ 2022-11-23T03:06:37.5450338Z T=std::tuple 2022-11-23T03:06:37.5450401Z ] 2022-11-23T03:06:37.5450763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5451234Z 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-23T03:06:37.5451581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5451648Z with 2022-11-23T03:06:37.5451714Z [ 2022-11-23T03:06:37.5451835Z T=std::tuple 2022-11-23T03:06:37.5451899Z ] 2022-11-23T03:06:37.5452203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5452272Z with 2022-11-23T03:06:37.5452335Z [ 2022-11-23T03:06:37.5452419Z T=torch::jit::SourceRange 2022-11-23T03:06:37.5452483Z ] 2022-11-23T03:06:37.5452808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5452874Z with 2022-11-23T03:06:37.5452940Z [ 2022-11-23T03:06:37.5453038Z T=torch::jit::SourceRange 2022-11-23T03:06:37.5453101Z ] 2022-11-23T03:06:37.5453461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5453531Z with 2022-11-23T03:06:37.5453594Z [ 2022-11-23T03:06:37.5453688Z T=torch::jit::SourceRange 2022-11-23T03:06:37.5453754Z ] 2022-11-23T03:06:37.5454149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5454215Z with 2022-11-23T03:06:37.5454278Z [ 2022-11-23T03:06:37.5454373Z T=torch::jit::SourceRange 2022-11-23T03:06:37.5454423Z ] 2022-11-23T03:06:37.5454767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5455127Z 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-23T03:06:37.5455515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5455583Z with 2022-11-23T03:06:37.5455650Z [ 2022-11-23T03:06:37.5455750Z T=torch::jit::SourceRange 2022-11-23T03:06:37.5455814Z ] 2022-11-23T03:06:37.5456122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5456195Z with 2022-11-23T03:06:37.5456297Z [ 2022-11-23T03:06:37.5456416Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.5456479Z ] 2022-11-23T03:06:37.5456805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5456914Z with 2022-11-23T03:06:37.5456978Z [ 2022-11-23T03:06:37.5457097Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.5457147Z ] 2022-11-23T03:06:37.5457557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5457625Z with 2022-11-23T03:06:37.5457688Z [ 2022-11-23T03:06:37.5457804Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.5457866Z ] 2022-11-23T03:06:37.5458257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5458326Z with 2022-11-23T03:06:37.5458388Z [ 2022-11-23T03:06:37.5458503Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.5458565Z ] 2022-11-23T03:06:37.5458925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5459281Z 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-23T03:06:37.5459627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5459696Z with 2022-11-23T03:06:37.5459760Z [ 2022-11-23T03:06:37.5459874Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:37.5459937Z ] 2022-11-23T03:06:37.5460246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5460301Z with 2022-11-23T03:06:37.5460364Z [ 2022-11-23T03:06:37.5460478Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.5460542Z ] 2022-11-23T03:06:37.5460869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5460935Z with 2022-11-23T03:06:37.5460997Z [ 2022-11-23T03:06:37.5461114Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.5461225Z ] 2022-11-23T03:06:37.5461588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5461653Z with 2022-11-23T03:06:37.5461716Z [ 2022-11-23T03:06:37.5461828Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.5461892Z ] 2022-11-23T03:06:37.5462280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5462346Z with 2022-11-23T03:06:37.5462396Z [ 2022-11-23T03:06:37.5462555Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.5462620Z ] 2022-11-23T03:06:37.5462975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5463973Z 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-23T03:06:37.5464341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5464409Z with 2022-11-23T03:06:37.5464473Z [ 2022-11-23T03:06:37.5464585Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:37.5464650Z ] 2022-11-23T03:06:37.5464962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5465031Z with 2022-11-23T03:06:37.5465096Z [ 2022-11-23T03:06:37.5465190Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.5465254Z ] 2022-11-23T03:06:37.5465579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5465645Z with 2022-11-23T03:06:37.5465695Z [ 2022-11-23T03:06:37.5465787Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.5465850Z ] 2022-11-23T03:06:37.5466215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5466284Z with 2022-11-23T03:06:37.5466351Z [ 2022-11-23T03:06:37.5466442Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.5466504Z ] 2022-11-23T03:06:37.5466901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5466968Z with 2022-11-23T03:06:37.5467031Z [ 2022-11-23T03:06:37.5467121Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.5467184Z ] 2022-11-23T03:06:37.5467527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5467869Z 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-23T03:06:37.5468268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5468334Z with 2022-11-23T03:06:37.5468397Z [ 2022-11-23T03:06:37.5468477Z T=torch::jit::ScopePtr 2022-11-23T03:06:37.5468540Z ] 2022-11-23T03:06:37.5468892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5468961Z with 2022-11-23T03:06:37.5469024Z [ 2022-11-23T03:06:37.5469119Z T=at::ThreadLocalState 2022-11-23T03:06:37.5469181Z ] 2022-11-23T03:06:37.5469545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5469616Z with 2022-11-23T03:06:37.5469678Z [ 2022-11-23T03:06:37.5469773Z T=at::ThreadLocalState 2022-11-23T03:06:37.5469841Z ] 2022-11-23T03:06:37.5470253Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5470319Z with 2022-11-23T03:06:37.5470382Z [ 2022-11-23T03:06:37.5470462Z T=at::ThreadLocalState 2022-11-23T03:06:37.5470525Z ] 2022-11-23T03:06:37.5470915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5470984Z with 2022-11-23T03:06:37.5471048Z [ 2022-11-23T03:06:37.5471142Z T=at::ThreadLocalState 2022-11-23T03:06:37.5471210Z ] 2022-11-23T03:06:37.5471557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5471920Z 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-23T03:06:37.5472263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5472331Z with 2022-11-23T03:06:37.5472398Z [ 2022-11-23T03:06:37.5472493Z T=at::ThreadLocalState 2022-11-23T03:06:37.5472558Z ] 2022-11-23T03:06:37.5472862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5472929Z with 2022-11-23T03:06:37.5472993Z [ 2022-11-23T03:06:37.5473097Z T=std::shared_ptr 2022-11-23T03:06:37.5473162Z ] 2022-11-23T03:06:37.5473484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5473550Z with 2022-11-23T03:06:37.5473614Z [ 2022-11-23T03:06:37.5473731Z T=std::shared_ptr 2022-11-23T03:06:37.5473800Z ] 2022-11-23T03:06:37.5474160Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5474275Z with 2022-11-23T03:06:37.5474339Z [ 2022-11-23T03:06:37.5474455Z T=std::shared_ptr 2022-11-23T03:06:37.5474519Z ] 2022-11-23T03:06:37.5474954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5475024Z with 2022-11-23T03:06:37.5475089Z [ 2022-11-23T03:06:37.5475201Z T=std::shared_ptr 2022-11-23T03:06:37.5475251Z ] 2022-11-23T03:06:37.5475647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:37.5475997Z 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-23T03:06:37.5476423Z 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-23T03:06:37.5476773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5476844Z with 2022-11-23T03:06:37.5476909Z [ 2022-11-23T03:06:37.5477028Z T=std::shared_ptr 2022-11-23T03:06:37.5477094Z ] 2022-11-23T03:06:37.5477401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5477468Z with 2022-11-23T03:06:37.5477532Z [ 2022-11-23T03:06:37.5477636Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.5477700Z ] 2022-11-23T03:06:37.5478112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5478182Z with 2022-11-23T03:06:37.5478246Z [ 2022-11-23T03:06:37.5478346Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.5478410Z ] 2022-11-23T03:06:37.5478759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5478831Z with 2022-11-23T03:06:37.5478895Z [ 2022-11-23T03:06:37.5478994Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.5479058Z ] 2022-11-23T03:06:37.5479450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5479516Z with 2022-11-23T03:06:37.5479580Z [ 2022-11-23T03:06:37.5479678Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.5479742Z ] 2022-11-23T03:06:37.5480090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5480485Z 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-23T03:06:37.5480902Z 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-23T03:06:37.5481255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5481325Z with 2022-11-23T03:06:37.5481389Z [ 2022-11-23T03:06:37.5481531Z T=torch::jit::GraphExecutor 2022-11-23T03:06:37.5481597Z ] 2022-11-23T03:06:37.5481907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5481974Z with 2022-11-23T03:06:37.5482024Z [ 2022-11-23T03:06:37.5482116Z T=torch::jit::Method 2022-11-23T03:06:37.5482181Z ] 2022-11-23T03:06:37.5482553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5482623Z with 2022-11-23T03:06:37.5482686Z [ 2022-11-23T03:06:37.5482775Z T=torch::jit::Method 2022-11-23T03:06:37.5482839Z ] 2022-11-23T03:06:37.5483199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5483267Z with 2022-11-23T03:06:37.5483332Z [ 2022-11-23T03:06:37.5483420Z T=torch::jit::Method 2022-11-23T03:06:37.5483482Z ] 2022-11-23T03:06:37.5483872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5483938Z with 2022-11-23T03:06:37.5483988Z [ 2022-11-23T03:06:37.5484077Z T=torch::jit::Method 2022-11-23T03:06:37.5484140Z ] 2022-11-23T03:06:37.5484474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5484814Z 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-23T03:06:37.5485158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5485226Z with 2022-11-23T03:06:37.5485290Z [ 2022-11-23T03:06:37.5485380Z T=torch::jit::Method 2022-11-23T03:06:37.5485442Z ] 2022-11-23T03:06:37.5485752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5485821Z with 2022-11-23T03:06:37.5485885Z [ 2022-11-23T03:06:37.5486025Z T=std::vector> 2022-11-23T03:06:37.5486133Z ] 2022-11-23T03:06:37.5486456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5486523Z with 2022-11-23T03:06:37.5486573Z [ 2022-11-23T03:06:37.5486711Z T=std::vector> 2022-11-23T03:06:37.5486776Z ] 2022-11-23T03:06:37.5487181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5487250Z with 2022-11-23T03:06:37.5487312Z [ 2022-11-23T03:06:37.5487449Z T=std::vector> 2022-11-23T03:06:37.5487552Z ] 2022-11-23T03:06:37.5487943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5488013Z with 2022-11-23T03:06:37.5488077Z [ 2022-11-23T03:06:37.5488214Z T=std::vector> 2022-11-23T03:06:37.5488277Z ] 2022-11-23T03:06:37.5488700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:37.5489075Z 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-23T03:06:37.5489423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5489491Z with 2022-11-23T03:06:37.5489554Z [ 2022-11-23T03:06:37.5489691Z T=std::vector> 2022-11-23T03:06:37.5489742Z ] 2022-11-23T03:06:37.5490051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5490120Z with 2022-11-23T03:06:37.5490182Z [ 2022-11-23T03:06:37.5490280Z T=torch::jit::NamedValue 2022-11-23T03:06:37.5490346Z ] 2022-11-23T03:06:37.5490671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:37.5490739Z with 2022-11-23T03:06:37.5490808Z [ 2022-11-23T03:06:37.5490905Z T=torch::jit::NamedValue 2022-11-23T03:06:37.5490967Z ] 2022-11-23T03:06:37.5491332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:37.5491399Z with 2022-11-23T03:06:37.5491461Z [ 2022-11-23T03:06:37.5491556Z T=torch::jit::NamedValue 2022-11-23T03:06:37.5491606Z ] 2022-11-23T03:06:37.5491996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:37.5492063Z with 2022-11-23T03:06:37.5492171Z [ 2022-11-23T03:06:37.5492265Z T=torch::jit::NamedValue 2022-11-23T03:06:37.5492328Z ] 2022-11-23T03:06:37.5492672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:37.5493081Z 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-23T03:06:37.5493426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:37.5493533Z with 2022-11-23T03:06:37.5493599Z [ 2022-11-23T03:06:37.5493695Z T=torch::jit::NamedValue 2022-11-23T03:06:37.5493759Z ] 2022-11-23T03:06:37.7198538Z [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-23T03:06:37.8832416Z [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-23T03:06:37.8853431Z "Ninja succeeded for custom_operator test." 2022-11-23T03:06:39.8353113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:06:39.8354098Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:06:40.1498604Z 2022-11-23T03:06:40.1499305Z Running tests... 2022-11-23T03:06:40.1499673Z ---------------------------------------------------------------------- 2022-11-23T03:06:40.1500605Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T03:06:40.1549089Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.005s) 2022-11-23T03:06:40.2207667Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.064s) 2022-11-23T03:06:40.2219428Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T03:06:40.2252039Z 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-23T03:06:40.2253043Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:06:40.2268525Z ok (0.000s) 2022-11-23T03:06:40.2280774Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T03:06:40.2287292Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T03:06:40.2468774Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.020s) 2022-11-23T03:06:40.2469042Z 2022-11-23T03:06:40.2469226Z ---------------------------------------------------------------------- 2022-11-23T03:06:40.2469479Z Ran 7 tests in 0.094s 2022-11-23T03:06:40.2469607Z 2022-11-23T03:06:40.2469672Z OK 2022-11-23T03:06:40.2469772Z 2022-11-23T03:06:40.2469868Z Generating XML reports... 2022-11-23T03:06:40.2540515Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123030640.xml 2022-11-23T03:06:42.8117099Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T03:06:42.8309371Z 2022-11-23T03:06:42.8310434Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T03:06:42.8321587Z 2022-11-23T03:06:42.8322176Z 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-23T03:06:42.8322673Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T03:06:42.8322970Z exit /b 0 2022-11-23T03:06:42.8323142Z ) 2022-11-23T03:06:43.3481638Z "Executing CMake for custom_backend test..." 2022-11-23T03:06:43.6003715Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T03:06:43.7949646Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T03:06:43.8244860Z -- Detecting C compiler ABI info 2022-11-23T03:06:44.1396511Z -- Detecting C compiler ABI info - done 2022-11-23T03:06:44.1422962Z -- 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-23T03:06:44.1429993Z -- Detecting C compile features 2022-11-23T03:06:44.1439150Z -- Detecting C compile features - done 2022-11-23T03:06:44.1542018Z -- Detecting CXX compiler ABI info 2022-11-23T03:06:44.4768375Z -- Detecting CXX compiler ABI info - done 2022-11-23T03:06:44.4794246Z -- 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-23T03:06:44.4799227Z -- Detecting CXX compile features 2022-11-23T03:06:44.4807698Z -- Detecting CXX compile features - done 2022-11-23T03:06:44.4971160Z -- Looking for pthread.h 2022-11-23T03:06:44.5874615Z -- Looking for pthread.h - not found 2022-11-23T03:06:44.5892604Z -- Found Threads: TRUE 2022-11-23T03:06:44.6601199Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T03:06:49.9284893Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T03:06:49.9473143Z -- Detecting CUDA compiler ABI info 2022-11-23T03:06:52.0681616Z -- Detecting CUDA compiler ABI info - done 2022-11-23T03:06:52.0988509Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T03:06:52.0993718Z -- Detecting CUDA compile features 2022-11-23T03:06:52.1001448Z -- Detecting CUDA compile features - done 2022-11-23T03:06:52.1027982Z -- Caffe2: CUDA detected: 11.7 2022-11-23T03:06:52.1028307Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T03:06:52.1028694Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T03:06:52.4807531Z -- Caffe2: Header version is: 11.7 2022-11-23T03:06:52.4853281Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T03:06:52.4856702Z -- 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-23T03:06:52.5528166Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T03:06:52.5531921Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T03:06:52.5532402Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T03:06:52.5532746Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T03:06:52.5533057Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T03:06:52.5533299Z Call Stack (most recent call first): 2022-11-23T03:06:52.5533680Z 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-23T03:06:52.5534331Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T03:06:52.5534777Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T03:06:52.5535114Z CMakeLists.txt:9 (find_package) 2022-11-23T03:06:52.5535255Z 2022-11-23T03:06:52.5535261Z 2022-11-23T03:06:52.5535420Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T03:06:52.8143815Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T03:06:52.8146828Z -- Configuring done 2022-11-23T03:06:52.8370096Z -- Generating done 2022-11-23T03:06:52.8576440Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T03:06:52.8668358Z "Executing Ninja for custom_backend test..." 2022-11-23T03:06:57.7775941Z [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-23T03:06:57.7777915Z 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-23T03:06:57.7778843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7779360Z with 2022-11-23T03:06:57.7779574Z [ 2022-11-23T03:06:57.7779825Z T=std::string 2022-11-23T03:06:57.7780080Z ] 2022-11-23T03:06:57.7780731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7781295Z with 2022-11-23T03:06:57.7781520Z [ 2022-11-23T03:06:57.7781755Z T=std::string 2022-11-23T03:06:57.7781994Z ] 2022-11-23T03:06:57.7791897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7792588Z with 2022-11-23T03:06:57.7792821Z [ 2022-11-23T03:06:57.7793095Z T=std::string 2022-11-23T03:06:57.7793342Z ] 2022-11-23T03:06:57.7794018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7794634Z with 2022-11-23T03:06:57.7794853Z [ 2022-11-23T03:06:57.7795110Z T=std::string 2022-11-23T03:06:57.7795345Z ] 2022-11-23T03:06:57.7795974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7796922Z 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-23T03:06:57.7798008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7798548Z with 2022-11-23T03:06:57.7798772Z [ 2022-11-23T03:06:57.7799116Z T=std::string 2022-11-23T03:06:57.7799356Z ] 2022-11-23T03:06:57.7799904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7800404Z with 2022-11-23T03:06:57.7800624Z [ 2022-11-23T03:06:57.7800868Z T=c10::QualifiedName 2022-11-23T03:06:57.7801508Z ] 2022-11-23T03:06:57.7802080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7802540Z with 2022-11-23T03:06:57.7802707Z [ 2022-11-23T03:06:57.7802887Z T=c10::QualifiedName 2022-11-23T03:06:57.7803072Z ] 2022-11-23T03:06:57.7803711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7804154Z with 2022-11-23T03:06:57.7804320Z [ 2022-11-23T03:06:57.7804509Z T=c10::QualifiedName 2022-11-23T03:06:57.7804677Z ] 2022-11-23T03:06:57.7805172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7805627Z with 2022-11-23T03:06:57.7805793Z [ 2022-11-23T03:06:57.7805980Z T=c10::QualifiedName 2022-11-23T03:06:57.7806166Z ] 2022-11-23T03:06:57.7806587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7807280Z 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-23T03:06:57.7808005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7808465Z with 2022-11-23T03:06:57.7808631Z [ 2022-11-23T03:06:57.7808826Z T=c10::QualifiedName 2022-11-23T03:06:57.7809011Z ] 2022-11-23T03:06:57.7809404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7809784Z with 2022-11-23T03:06:57.7809948Z [ 2022-11-23T03:06:57.7810129Z T=c10::SymInt 2022-11-23T03:06:57.7810307Z ] 2022-11-23T03:06:57.7810727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7811107Z with 2022-11-23T03:06:57.7811272Z [ 2022-11-23T03:06:57.7811446Z T=c10::SymInt 2022-11-23T03:06:57.7811672Z ] 2022-11-23T03:06:57.7817628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7818621Z with 2022-11-23T03:06:57.7818890Z [ 2022-11-23T03:06:57.7819174Z T=c10::SymInt 2022-11-23T03:06:57.7819353Z ] 2022-11-23T03:06:57.7819860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7820316Z with 2022-11-23T03:06:57.7820485Z [ 2022-11-23T03:06:57.7820649Z T=c10::SymInt 2022-11-23T03:06:57.7820825Z ] 2022-11-23T03:06:57.7821257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7821917Z 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-23T03:06:57.7822728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7823144Z with 2022-11-23T03:06:57.7823297Z [ 2022-11-23T03:06:57.7823518Z T=c10::SymInt 2022-11-23T03:06:57.7823695Z ] 2022-11-23T03:06:57.7824093Z 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-23T03:06:57.7824706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7825087Z with 2022-11-23T03:06:57.7825251Z [ 2022-11-23T03:06:57.7825419Z T=at::TensorBase 2022-11-23T03:06:57.7825598Z ] 2022-11-23T03:06:57.7826023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7826411Z with 2022-11-23T03:06:57.7826572Z [ 2022-11-23T03:06:57.7826739Z T=at::TensorBase 2022-11-23T03:06:57.7826915Z ] 2022-11-23T03:06:57.7827376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7828187Z with 2022-11-23T03:06:57.7828349Z [ 2022-11-23T03:06:57.7828531Z T=at::TensorBase 2022-11-23T03:06:57.7828696Z ] 2022-11-23T03:06:57.7829229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7829729Z with 2022-11-23T03:06:57.7829888Z [ 2022-11-23T03:06:57.7830069Z T=at::TensorBase 2022-11-23T03:06:57.7830245Z ] 2022-11-23T03:06:57.7830659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7831327Z 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-23T03:06:57.7832693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7833108Z with 2022-11-23T03:06:57.7833276Z [ 2022-11-23T03:06:57.7833461Z T=at::TensorBase 2022-11-23T03:06:57.7833645Z ] 2022-11-23T03:06:57.7834041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7834421Z with 2022-11-23T03:06:57.7834589Z [ 2022-11-23T03:06:57.7834765Z T=at::Tensor 2022-11-23T03:06:57.7834946Z ] 2022-11-23T03:06:57.7835416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7835838Z with 2022-11-23T03:06:57.7835998Z [ 2022-11-23T03:06:57.7836171Z T=at::Tensor 2022-11-23T03:06:57.7836343Z ] 2022-11-23T03:06:57.7836882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7837310Z with 2022-11-23T03:06:57.7837459Z [ 2022-11-23T03:06:57.7837634Z T=at::Tensor 2022-11-23T03:06:57.7837805Z ] 2022-11-23T03:06:57.7838296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7838747Z with 2022-11-23T03:06:57.7839015Z [ 2022-11-23T03:06:57.7839197Z T=at::Tensor 2022-11-23T03:06:57.7839372Z ] 2022-11-23T03:06:57.7839797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7840458Z 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-23T03:06:57.7841172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7841577Z with 2022-11-23T03:06:57.7841731Z [ 2022-11-23T03:06:57.7841956Z T=at::Tensor 2022-11-23T03:06:57.7842129Z ] 2022-11-23T03:06:57.7842539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7842915Z with 2022-11-23T03:06:57.7843078Z [ 2022-11-23T03:06:57.7843243Z T=at::Generator 2022-11-23T03:06:57.7843422Z ] 2022-11-23T03:06:57.7843846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7844236Z with 2022-11-23T03:06:57.7844396Z [ 2022-11-23T03:06:57.7844559Z T=at::Generator 2022-11-23T03:06:57.7844735Z ] 2022-11-23T03:06:57.7845197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7845688Z with 2022-11-23T03:06:57.7845849Z [ 2022-11-23T03:06:57.7846028Z T=at::Generator 2022-11-23T03:06:57.7846194Z ] 2022-11-23T03:06:57.7846679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7847133Z with 2022-11-23T03:06:57.7847340Z [ 2022-11-23T03:06:57.7847515Z T=at::Generator 2022-11-23T03:06:57.7847692Z ] 2022-11-23T03:06:57.7848144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7848803Z 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-23T03:06:57.7849485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7849893Z with 2022-11-23T03:06:57.7850059Z [ 2022-11-23T03:06:57.7850303Z T=at::Generator 2022-11-23T03:06:57.7850480Z ] 2022-11-23T03:06:57.7850872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7851249Z with 2022-11-23T03:06:57.7851415Z [ 2022-11-23T03:06:57.7851590Z T=c10::Scalar 2022-11-23T03:06:57.7851766Z ] 2022-11-23T03:06:57.7852185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7852563Z with 2022-11-23T03:06:57.7852729Z [ 2022-11-23T03:06:57.7852904Z T=c10::Scalar 2022-11-23T03:06:57.7853076Z ] 2022-11-23T03:06:57.7853583Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7854046Z with 2022-11-23T03:06:57.7854198Z [ 2022-11-23T03:06:57.7854371Z T=c10::Scalar 2022-11-23T03:06:57.7854541Z ] 2022-11-23T03:06:57.7855028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7855479Z with 2022-11-23T03:06:57.7855639Z [ 2022-11-23T03:06:57.7855801Z T=c10::Scalar 2022-11-23T03:06:57.7855971Z ] 2022-11-23T03:06:57.7856399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7857059Z 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-23T03:06:57.7857727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7858140Z with 2022-11-23T03:06:57.7858291Z [ 2022-11-23T03:06:57.7858468Z T=c10::Scalar 2022-11-23T03:06:57.7858706Z ] 2022-11-23T03:06:57.7859151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7859534Z with 2022-11-23T03:06:57.7859699Z [ 2022-11-23T03:06:57.7859979Z T=std::vector> 2022-11-23T03:06:57.7860223Z ] 2022-11-23T03:06:57.7860647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7861037Z with 2022-11-23T03:06:57.7861201Z [ 2022-11-23T03:06:57.7861461Z T=std::vector> 2022-11-23T03:06:57.7861688Z ] 2022-11-23T03:06:57.7862158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7862600Z with 2022-11-23T03:06:57.7862770Z [ 2022-11-23T03:06:57.7863028Z T=std::vector> 2022-11-23T03:06:57.7863269Z ] 2022-11-23T03:06:57.7863807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7864275Z with 2022-11-23T03:06:57.7864446Z [ 2022-11-23T03:06:57.7864706Z T=std::vector> 2022-11-23T03:06:57.7864960Z ] 2022-11-23T03:06:57.7865504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.7866323Z 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-23T03:06:57.7867050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7867446Z with 2022-11-23T03:06:57.7867623Z [ 2022-11-23T03:06:57.7867884Z T=std::vector> 2022-11-23T03:06:57.7868129Z ] 2022-11-23T03:06:57.7868541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7868925Z with 2022-11-23T03:06:57.7869078Z [ 2022-11-23T03:06:57.7869305Z T=std::vector> 2022-11-23T03:06:57.7869524Z ] 2022-11-23T03:06:57.7869954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7870353Z with 2022-11-23T03:06:57.7870526Z [ 2022-11-23T03:06:57.7870732Z T=std::vector> 2022-11-23T03:06:57.7870949Z ] 2022-11-23T03:06:57.7871460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7871998Z with 2022-11-23T03:06:57.7872171Z [ 2022-11-23T03:06:57.7872402Z T=std::vector> 2022-11-23T03:06:57.7872600Z ] 2022-11-23T03:06:57.7873102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7873567Z with 2022-11-23T03:06:57.7873745Z [ 2022-11-23T03:06:57.7873980Z T=std::vector> 2022-11-23T03:06:57.7874198Z ] 2022-11-23T03:06:57.7874646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.7875372Z 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-23T03:06:57.7876076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7876556Z with 2022-11-23T03:06:57.7876736Z [ 2022-11-23T03:06:57.7876963Z T=std::vector> 2022-11-23T03:06:57.7877225Z ] 2022-11-23T03:06:57.7877630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7878067Z with 2022-11-23T03:06:57.7878241Z [ 2022-11-23T03:06:57.7878518Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7878780Z ] 2022-11-23T03:06:57.7879312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7879694Z with 2022-11-23T03:06:57.7879869Z [ 2022-11-23T03:06:57.7880148Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7880411Z ] 2022-11-23T03:06:57.7880886Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7881323Z with 2022-11-23T03:06:57.7881476Z [ 2022-11-23T03:06:57.7881750Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7882009Z ] 2022-11-23T03:06:57.7882508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7882973Z with 2022-11-23T03:06:57.7883185Z [ 2022-11-23T03:06:57.7883466Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7883702Z ] 2022-11-23T03:06:57.7884249Z C:\actions-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-23T03:06:57.7885046Z 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-23T03:06:57.7885848Z 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-23T03:06:57.7886535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7886956Z with 2022-11-23T03:06:57.7887136Z [ 2022-11-23T03:06:57.7887415Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7887652Z ] 2022-11-23T03:06:57.7888067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7888462Z with 2022-11-23T03:06:57.7888637Z [ 2022-11-23T03:06:57.7888907Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7889208Z ] 2022-11-23T03:06:57.7889684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7890138Z with 2022-11-23T03:06:57.7890318Z [ 2022-11-23T03:06:57.7890586Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7890844Z ] 2022-11-23T03:06:57.7891316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7891764Z with 2022-11-23T03:06:57.7891918Z [ 2022-11-23T03:06:57.7892187Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7892437Z ] 2022-11-23T03:06:57.7892941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7893406Z with 2022-11-23T03:06:57.7893584Z [ 2022-11-23T03:06:57.7893835Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7894085Z ] 2022-11-23T03:06:57.7894579Z C:\actions-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-23T03:06:57.7895355Z 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-23T03:06:57.7896115Z 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-23T03:06:57.7896846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7897268Z with 2022-11-23T03:06:57.7897443Z [ 2022-11-23T03:06:57.7897696Z T=std::vector,std::allocator>> 2022-11-23T03:06:57.7898010Z ] 2022-11-23T03:06:57.7898430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7898816Z with 2022-11-23T03:06:57.7898995Z [ 2022-11-23T03:06:57.7899235Z T=std::vector> 2022-11-23T03:06:57.7899441Z ] 2022-11-23T03:06:57.7899873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7900272Z with 2022-11-23T03:06:57.7900448Z [ 2022-11-23T03:06:57.7900678Z T=std::vector> 2022-11-23T03:06:57.7900897Z ] 2022-11-23T03:06:57.7901352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7901840Z with 2022-11-23T03:06:57.7902014Z [ 2022-11-23T03:06:57.7902247Z T=std::vector> 2022-11-23T03:06:57.7902507Z ] 2022-11-23T03:06:57.7903648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7904139Z with 2022-11-23T03:06:57.7904297Z [ 2022-11-23T03:06:57.7904535Z T=std::vector> 2022-11-23T03:06:57.7904757Z ] 2022-11-23T03:06:57.7905223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.7905706Z with 2022-11-23T03:06:57.7905865Z [ 2022-11-23T03:06:57.7906047Z T=int64_t 2022-11-23T03:06:57.7906227Z ] 2022-11-23T03:06:57.7906685Z 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-23T03:06:57.7907102Z with 2022-11-23T03:06:57.7907278Z [ 2022-11-23T03:06:57.7907437Z T=int64_t 2022-11-23T03:06:57.7907620Z ] 2022-11-23T03:06:57.7908122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7908637Z with 2022-11-23T03:06:57.7908896Z [ 2022-11-23T03:06:57.7909232Z T=std::vector> 2022-11-23T03:06:57.7909550Z ] 2022-11-23T03:06:57.7910247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7910899Z with 2022-11-23T03:06:57.7911190Z [ 2022-11-23T03:06:57.7911596Z T=std::shared_ptr 2022-11-23T03:06:57.7911957Z ] 2022-11-23T03:06:57.7912677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7913362Z with 2022-11-23T03:06:57.7913654Z [ 2022-11-23T03:06:57.7914133Z T=std::shared_ptr 2022-11-23T03:06:57.7914519Z ] 2022-11-23T03:06:57.7915527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7916118Z with 2022-11-23T03:06:57.7916311Z [ 2022-11-23T03:06:57.7916563Z T=std::shared_ptr 2022-11-23T03:06:57.7916799Z ] 2022-11-23T03:06:57.7917306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7917782Z with 2022-11-23T03:06:57.7917940Z [ 2022-11-23T03:06:57.7918177Z T=std::shared_ptr 2022-11-23T03:06:57.7918409Z ] 2022-11-23T03:06:57.7918997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.7919852Z 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-23T03:06:57.7920996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7921591Z with 2022-11-23T03:06:57.7921753Z [ 2022-11-23T03:06:57.7922005Z T=std::shared_ptr 2022-11-23T03:06:57.7922233Z ] 2022-11-23T03:06:57.7922657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7923055Z with 2022-11-23T03:06:57.7923232Z [ 2022-11-23T03:06:57.7923452Z T=std::weak_ptr 2022-11-23T03:06:57.7923680Z ] 2022-11-23T03:06:57.7924126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7924530Z with 2022-11-23T03:06:57.7924706Z [ 2022-11-23T03:06:57.7924940Z T=std::weak_ptr 2022-11-23T03:06:57.7925146Z ] 2022-11-23T03:06:57.7925617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7926063Z with 2022-11-23T03:06:57.7926239Z [ 2022-11-23T03:06:57.7926529Z T=std::weak_ptr 2022-11-23T03:06:57.7926737Z ] 2022-11-23T03:06:57.7927288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7927755Z with 2022-11-23T03:06:57.7927931Z [ 2022-11-23T03:06:57.7928166Z T=std::weak_ptr 2022-11-23T03:06:57.7928389Z ] 2022-11-23T03:06:57.7928868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.7929584Z 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-23T03:06:57.7930415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7930843Z with 2022-11-23T03:06:57.7931021Z [ 2022-11-23T03:06:57.7931260Z T=std::weak_ptr 2022-11-23T03:06:57.7931488Z ] 2022-11-23T03:06:57.7931905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7932280Z with 2022-11-23T03:06:57.7932499Z [ 2022-11-23T03:06:57.7932767Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:57.7933021Z ] 2022-11-23T03:06:57.7933505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7933910Z with 2022-11-23T03:06:57.7934066Z [ 2022-11-23T03:06:57.7934389Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:57.7934638Z ] 2022-11-23T03:06:57.7935113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7935553Z with 2022-11-23T03:06:57.7935730Z [ 2022-11-23T03:06:57.7935980Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:57.7936227Z ] 2022-11-23T03:06:57.7936738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7937198Z with 2022-11-23T03:06:57.7937372Z [ 2022-11-23T03:06:57.7937637Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:57.7937872Z ] 2022-11-23T03:06:57.7938367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.7939212Z 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-23T03:06:57.7940054Z 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-23T03:06:57.7940800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7941223Z with 2022-11-23T03:06:57.7941399Z [ 2022-11-23T03:06:57.7941664Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:06:57.7941911Z ] 2022-11-23T03:06:57.7942310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7942756Z with 2022-11-23T03:06:57.7942932Z [ 2022-11-23T03:06:57.7943194Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:57.7943445Z ] 2022-11-23T03:06:57.7943866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7944275Z with 2022-11-23T03:06:57.7944452Z [ 2022-11-23T03:06:57.7944715Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:57.7945008Z ] 2022-11-23T03:06:57.7945519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7945957Z with 2022-11-23T03:06:57.7946114Z [ 2022-11-23T03:06:57.7946379Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:57.7946624Z ] 2022-11-23T03:06:57.7947124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7947586Z with 2022-11-23T03:06:57.7947813Z [ 2022-11-23T03:06:57.7948056Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:57.7948304Z ] 2022-11-23T03:06:57.7948792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.7949592Z 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-23T03:06:57.7950381Z 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-23T03:06:57.7951178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7951608Z with 2022-11-23T03:06:57.7951788Z [ 2022-11-23T03:06:57.7952077Z T=c10::impl::InlineStreamGuard 2022-11-23T03:06:57.7952328Z ] 2022-11-23T03:06:57.7952746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7953134Z with 2022-11-23T03:06:57.7953310Z [ 2022-11-23T03:06:57.7953521Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7953711Z ] 2022-11-23T03:06:57.7954143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7954544Z with 2022-11-23T03:06:57.7954719Z [ 2022-11-23T03:06:57.7954925Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7955131Z ] 2022-11-23T03:06:57.7955585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7956024Z with 2022-11-23T03:06:57.7956258Z [ 2022-11-23T03:06:57.7956465Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7956667Z ] 2022-11-23T03:06:57.7957168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7957668Z with 2022-11-23T03:06:57.7957841Z [ 2022-11-23T03:06:57.7958048Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7958251Z ] 2022-11-23T03:06:57.7958752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7959536Z 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-23T03:06:57.7959950Z with 2022-11-23T03:06:57.7960107Z [ 2022-11-23T03:06:57.7960319Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7960529Z ] 2022-11-23T03:06:57.7961081Z 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-23T03:06:57.7961818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7962242Z with 2022-11-23T03:06:57.7962396Z [ 2022-11-23T03:06:57.7962607Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:06:57.7962815Z ] 2022-11-23T03:06:57.7963232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7963626Z with 2022-11-23T03:06:57.7963807Z [ 2022-11-23T03:06:57.7964138Z T=std::vector> 2022-11-23T03:06:57.7964416Z ] 2022-11-23T03:06:57.7964894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7965296Z with 2022-11-23T03:06:57.7965468Z [ 2022-11-23T03:06:57.7965769Z T=std::vector> 2022-11-23T03:06:57.7966028Z ] 2022-11-23T03:06:57.7966497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7966939Z with 2022-11-23T03:06:57.7967113Z [ 2022-11-23T03:06:57.7967411Z T=std::vector> 2022-11-23T03:06:57.7967684Z ] 2022-11-23T03:06:57.7968164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7968634Z with 2022-11-23T03:06:57.7968809Z [ 2022-11-23T03:06:57.7969103Z T=std::vector> 2022-11-23T03:06:57.7969377Z ] 2022-11-23T03:06:57.7969906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.7970862Z 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-23T03:06:57.7971674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7972093Z with 2022-11-23T03:06:57.7972252Z [ 2022-11-23T03:06:57.7972554Z T=std::vector> 2022-11-23T03:06:57.7972836Z ] 2022-11-23T03:06:57.7973254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7973643Z with 2022-11-23T03:06:57.7973815Z [ 2022-11-23T03:06:57.7973981Z T=c10::IValue 2022-11-23T03:06:57.7974221Z ] 2022-11-23T03:06:57.7974658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7975062Z with 2022-11-23T03:06:57.7975235Z [ 2022-11-23T03:06:57.7975401Z T=c10::IValue 2022-11-23T03:06:57.7975585Z ] 2022-11-23T03:06:57.7976053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7976537Z with 2022-11-23T03:06:57.7976709Z [ 2022-11-23T03:06:57.7976897Z T=c10::IValue 2022-11-23T03:06:57.7977155Z ] 2022-11-23T03:06:57.7977684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7978143Z with 2022-11-23T03:06:57.7978317Z [ 2022-11-23T03:06:57.7978502Z T=c10::IValue 2022-11-23T03:06:57.7978687Z ] 2022-11-23T03:06:57.7979104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7979777Z 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-23T03:06:57.7980463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7980882Z with 2022-11-23T03:06:57.7981056Z [ 2022-11-23T03:06:57.7981240Z T=c10::IValue 2022-11-23T03:06:57.7981428Z ] 2022-11-23T03:06:57.7981826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7982209Z with 2022-11-23T03:06:57.7982384Z [ 2022-11-23T03:06:57.7982638Z T=c10::AliasInfo 2022-11-23T03:06:57.7982873Z ] 2022-11-23T03:06:57.7983369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7983824Z with 2022-11-23T03:06:57.7984000Z [ 2022-11-23T03:06:57.7984193Z T=c10::AliasInfo 2022-11-23T03:06:57.7984382Z ] 2022-11-23T03:06:57.7984857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7985285Z with 2022-11-23T03:06:57.7985442Z [ 2022-11-23T03:06:57.7985630Z T=c10::AliasInfo 2022-11-23T03:06:57.7985816Z ] 2022-11-23T03:06:57.7986313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7986774Z with 2022-11-23T03:06:57.7986931Z [ 2022-11-23T03:06:57.7987126Z T=c10::AliasInfo 2022-11-23T03:06:57.7987316Z ] 2022-11-23T03:06:57.7987811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.7988497Z 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-23T03:06:57.7989227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7989655Z with 2022-11-23T03:06:57.7989812Z [ 2022-11-23T03:06:57.7990052Z T=c10::AliasInfo 2022-11-23T03:06:57.7990245Z ] 2022-11-23T03:06:57.7990665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.7991048Z with 2022-11-23T03:06:57.7991227Z [ 2022-11-23T03:06:57.7991448Z T=std::vector> 2022-11-23T03:06:57.7991679Z ] 2022-11-23T03:06:57.7992107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.7992570Z with 2022-11-23T03:06:57.7992827Z [ 2022-11-23T03:06:57.7993196Z T=std::vector> 2022-11-23T03:06:57.7993539Z ] 2022-11-23T03:06:57.7994292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.7994971Z with 2022-11-23T03:06:57.7995260Z [ 2022-11-23T03:06:57.7995728Z T=std::vector> 2022-11-23T03:06:57.7996107Z ] 2022-11-23T03:06:57.7996967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.7997774Z with 2022-11-23T03:06:57.7998069Z [ 2022-11-23T03:06:57.7998465Z T=std::vector> 2022-11-23T03:06:57.7998845Z ] 2022-11-23T03:06:57.7999910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.8000614Z with 2022-11-23T03:06:57.8000911Z [ 2022-11-23T03:06:57.8001237Z T=c10::SymInt 2022-11-23T03:06:57.8001540Z ] 2022-11-23T03:06:57.8002369Z 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-23T03:06:57.8003136Z with 2022-11-23T03:06:57.8003403Z [ 2022-11-23T03:06:57.8003725Z T=c10::SymInt 2022-11-23T03:06:57.8004030Z ] 2022-11-23T03:06:57.8004847Z 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-23T03:06:57.8006364Z 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-23T03:06:57.8007831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8008607Z with 2022-11-23T03:06:57.8008877Z [ 2022-11-23T03:06:57.8009335Z T=std::vector> 2022-11-23T03:06:57.8009724Z ] 2022-11-23T03:06:57.8010434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8011090Z with 2022-11-23T03:06:57.8011378Z [ 2022-11-23T03:06:57.8011763Z T=c10::either 2022-11-23T03:06:57.8012153Z ] 2022-11-23T03:06:57.8012890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8013562Z with 2022-11-23T03:06:57.8013837Z [ 2022-11-23T03:06:57.8014244Z T=c10::either 2022-11-23T03:06:57.8014652Z ] 2022-11-23T03:06:57.8015477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8016220Z with 2022-11-23T03:06:57.8016499Z [ 2022-11-23T03:06:57.8016898Z T=c10::either 2022-11-23T03:06:57.8017280Z ] 2022-11-23T03:06:57.8018111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8018896Z with 2022-11-23T03:06:57.8019169Z [ 2022-11-23T03:06:57.8019571Z T=c10::either 2022-11-23T03:06:57.8019951Z ] 2022-11-23T03:06:57.8020761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.8022196Z 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-23T03:06:57.8023647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8024331Z with 2022-11-23T03:06:57.8024606Z [ 2022-11-23T03:06:57.8025012Z T=c10::either 2022-11-23T03:06:57.8025397Z ] 2022-11-23T03:06:57.8026097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8026756Z with 2022-11-23T03:06:57.8027030Z [ 2022-11-23T03:06:57.8027374Z T=torch::autograd::ViewInfo 2022-11-23T03:06:57.8027749Z ] 2022-11-23T03:06:57.8028508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8029165Z with 2022-11-23T03:06:57.8029442Z [ 2022-11-23T03:06:57.8029891Z T=torch::autograd::ViewInfo 2022-11-23T03:06:57.8030224Z ] 2022-11-23T03:06:57.8031008Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8031725Z with 2022-11-23T03:06:57.8032004Z [ 2022-11-23T03:06:57.8032317Z T=torch::autograd::ViewInfo 2022-11-23T03:06:57.8032697Z ] 2022-11-23T03:06:57.8033568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8034396Z with 2022-11-23T03:06:57.8034684Z [ 2022-11-23T03:06:57.8035091Z T=torch::autograd::ViewInfo 2022-11-23T03:06:57.8035406Z ] 2022-11-23T03:06:57.8036138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8037317Z 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-23T03:06:57.8038528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8039327Z with 2022-11-23T03:06:57.8039600Z [ 2022-11-23T03:06:57.8039933Z T=torch::autograd::ViewInfo 2022-11-23T03:06:57.8040201Z ] 2022-11-23T03:06:57.8040943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8041433Z with 2022-11-23T03:06:57.8041657Z [ 2022-11-23T03:06:57.8041879Z T=std::tuple 2022-11-23T03:06:57.8042086Z ] 2022-11-23T03:06:57.8042498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8042901Z with 2022-11-23T03:06:57.8043196Z [ 2022-11-23T03:06:57.8043416Z T=std::tuple 2022-11-23T03:06:57.8043622Z ] 2022-11-23T03:06:57.8044087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8044520Z with 2022-11-23T03:06:57.8044672Z [ 2022-11-23T03:06:57.8044888Z T=std::tuple 2022-11-23T03:06:57.8045092Z ] 2022-11-23T03:06:57.8045579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8046033Z with 2022-11-23T03:06:57.8046180Z [ 2022-11-23T03:06:57.8046397Z T=std::tuple 2022-11-23T03:06:57.8046599Z ] 2022-11-23T03:06:57.8047060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.8047915Z 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-23T03:06:57.8048680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8049094Z with 2022-11-23T03:06:57.8049261Z [ 2022-11-23T03:06:57.8049462Z T=std::tuple 2022-11-23T03:06:57.8049670Z ] 2022-11-23T03:06:57.8050081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8050464Z with 2022-11-23T03:06:57.8050631Z [ 2022-11-23T03:06:57.8050812Z T=torch::jit::SourceRange 2022-11-23T03:06:57.8051006Z ] 2022-11-23T03:06:57.8051424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8051808Z with 2022-11-23T03:06:57.8051972Z [ 2022-11-23T03:06:57.8052161Z T=torch::jit::SourceRange 2022-11-23T03:06:57.8052337Z ] 2022-11-23T03:06:57.8052797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8053221Z with 2022-11-23T03:06:57.8053383Z [ 2022-11-23T03:06:57.8053570Z T=torch::jit::SourceRange 2022-11-23T03:06:57.8053809Z ] 2022-11-23T03:06:57.8054284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8054784Z with 2022-11-23T03:06:57.8054946Z [ 2022-11-23T03:06:57.8055137Z T=torch::jit::SourceRange 2022-11-23T03:06:57.8055323Z ] 2022-11-23T03:06:57.8055762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8056522Z 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-23T03:06:57.8057216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8057618Z with 2022-11-23T03:06:57.8057780Z [ 2022-11-23T03:06:57.8057973Z T=torch::jit::SourceRange 2022-11-23T03:06:57.8058164Z ] 2022-11-23T03:06:57.8058566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8058931Z with 2022-11-23T03:06:57.8059094Z [ 2022-11-23T03:06:57.8059306Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:57.8059509Z ] 2022-11-23T03:06:57.8059933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8060368Z with 2022-11-23T03:06:57.8060518Z [ 2022-11-23T03:06:57.8060781Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:57.8061035Z ] 2022-11-23T03:06:57.8061500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8061927Z with 2022-11-23T03:06:57.8062088Z [ 2022-11-23T03:06:57.8062281Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:57.8062484Z ] 2022-11-23T03:06:57.8062975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8063425Z with 2022-11-23T03:06:57.8063589Z [ 2022-11-23T03:06:57.8063797Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:57.8063988Z ] 2022-11-23T03:06:57.8064445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8065158Z 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-23T03:06:57.8065854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8066265Z with 2022-11-23T03:06:57.8066431Z [ 2022-11-23T03:06:57.8066640Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:06:57.8066879Z ] 2022-11-23T03:06:57.8067288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8067709Z with 2022-11-23T03:06:57.8067874Z [ 2022-11-23T03:06:57.8068078Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:57.8068279Z ] 2022-11-23T03:06:57.8068686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8069746Z with 2022-11-23T03:06:57.8069911Z [ 2022-11-23T03:06:57.8070121Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:57.8070322Z ] 2022-11-23T03:06:57.8070772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8071198Z with 2022-11-23T03:06:57.8071364Z [ 2022-11-23T03:06:57.8071570Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:57.8071772Z ] 2022-11-23T03:06:57.8072258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8072712Z with 2022-11-23T03:06:57.8072864Z [ 2022-11-23T03:06:57.8073072Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:57.8073327Z ] 2022-11-23T03:06:57.8073788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8074613Z 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-23T03:06:57.8075319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8075727Z with 2022-11-23T03:06:57.8075877Z [ 2022-11-23T03:06:57.8076084Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:06:57.8076291Z ] 2022-11-23T03:06:57.8076695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8077078Z with 2022-11-23T03:06:57.8077242Z [ 2022-11-23T03:06:57.8077417Z T=torch::jit::ScopePtr 2022-11-23T03:06:57.8077609Z ] 2022-11-23T03:06:57.8078026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8078415Z with 2022-11-23T03:06:57.8078577Z [ 2022-11-23T03:06:57.8078748Z T=torch::jit::ScopePtr 2022-11-23T03:06:57.8079027Z ] 2022-11-23T03:06:57.8079541Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8079975Z with 2022-11-23T03:06:57.8080140Z [ 2022-11-23T03:06:57.8080379Z T=torch::jit::ScopePtr 2022-11-23T03:06:57.8080551Z ] 2022-11-23T03:06:57.8081041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8081490Z with 2022-11-23T03:06:57.8081655Z [ 2022-11-23T03:06:57.8081839Z T=torch::jit::ScopePtr 2022-11-23T03:06:57.8082024Z ] 2022-11-23T03:06:57.8082447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8083200Z 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-23T03:06:57.8083887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8084295Z with 2022-11-23T03:06:57.8084464Z [ 2022-11-23T03:06:57.8084651Z T=torch::jit::ScopePtr 2022-11-23T03:06:57.8084839Z ] 2022-11-23T03:06:57.8085227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8085598Z with 2022-11-23T03:06:57.8085807Z [ 2022-11-23T03:06:57.8086009Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:57.8086204Z ] 2022-11-23T03:06:57.8086666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8087046Z with 2022-11-23T03:06:57.8087209Z [ 2022-11-23T03:06:57.8087405Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:57.8087649Z ] 2022-11-23T03:06:57.8088111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8088534Z with 2022-11-23T03:06:57.8088686Z [ 2022-11-23T03:06:57.8088883Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:57.8089073Z ] 2022-11-23T03:06:57.8089558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8090004Z with 2022-11-23T03:06:57.8090167Z [ 2022-11-23T03:06:57.8090350Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:57.8090544Z ] 2022-11-23T03:06:57.8090986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8091693Z 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-23T03:06:57.8092486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8092902Z with 2022-11-23T03:06:57.8093069Z [ 2022-11-23T03:06:57.8093254Z T=c10::impl::AnnotatedSchema 2022-11-23T03:06:57.8093448Z ] 2022-11-23T03:06:57.8093856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8094232Z with 2022-11-23T03:06:57.8094397Z [ 2022-11-23T03:06:57.8094638Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:57.8094849Z ] 2022-11-23T03:06:57.8095269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8095660Z with 2022-11-23T03:06:57.8095888Z [ 2022-11-23T03:06:57.8096125Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:57.8096338Z ] 2022-11-23T03:06:57.8096801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8097230Z with 2022-11-23T03:06:57.8097397Z [ 2022-11-23T03:06:57.8097631Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:57.8097903Z ] 2022-11-23T03:06:57.8098387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8098855Z with 2022-11-23T03:06:57.8099018Z [ 2022-11-23T03:06:57.8099255Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:57.8099480Z ] 2022-11-23T03:06:57.8099958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8100780Z 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-23T03:06:57.8101522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8101918Z with 2022-11-23T03:06:57.8102079Z [ 2022-11-23T03:06:57.8102321Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:06:57.8102549Z ] 2022-11-23T03:06:57.8102963Z 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-23T03:06:57.8103552Z 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-23T03:06:57.8104178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8104586Z with 2022-11-23T03:06:57.8104755Z [ 2022-11-23T03:06:57.8104948Z T=at::StepCallbacks 2022-11-23T03:06:57.8105133Z ] 2022-11-23T03:06:57.8105558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8105952Z with 2022-11-23T03:06:57.8106102Z [ 2022-11-23T03:06:57.8106287Z T=at::StepCallbacks 2022-11-23T03:06:57.8106469Z ] 2022-11-23T03:06:57.8106929Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8107352Z with 2022-11-23T03:06:57.8107514Z [ 2022-11-23T03:06:57.8107687Z T=at::StepCallbacks 2022-11-23T03:06:57.8107867Z ] 2022-11-23T03:06:57.8108352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8108864Z with 2022-11-23T03:06:57.8109026Z [ 2022-11-23T03:06:57.8109197Z T=at::StepCallbacks 2022-11-23T03:06:57.8109383Z ] 2022-11-23T03:06:57.8120543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8121263Z 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-23T03:06:57.8121952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8122358Z with 2022-11-23T03:06:57.8122518Z [ 2022-11-23T03:06:57.8122693Z T=at::StepCallbacks 2022-11-23T03:06:57.8122871Z ] 2022-11-23T03:06:57.8123266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8123631Z with 2022-11-23T03:06:57.8123784Z [ 2022-11-23T03:06:57.8124113Z T=at::ThreadLocalState 2022-11-23T03:06:57.8124291Z ] 2022-11-23T03:06:57.8124704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8125088Z with 2022-11-23T03:06:57.8125247Z [ 2022-11-23T03:06:57.8125426Z T=at::ThreadLocalState 2022-11-23T03:06:57.8125607Z ] 2022-11-23T03:06:57.8126053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8126481Z with 2022-11-23T03:06:57.8126640Z [ 2022-11-23T03:06:57.8126829Z T=at::ThreadLocalState 2022-11-23T03:06:57.8127013Z ] 2022-11-23T03:06:57.8127500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8127943Z with 2022-11-23T03:06:57.8128108Z [ 2022-11-23T03:06:57.8128296Z T=at::ThreadLocalState 2022-11-23T03:06:57.8128481Z ] 2022-11-23T03:06:57.8128922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8129621Z 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-23T03:06:57.8130323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8130718Z with 2022-11-23T03:06:57.8130883Z [ 2022-11-23T03:06:57.8131142Z T=at::ThreadLocalState 2022-11-23T03:06:57.8131332Z ] 2022-11-23T03:06:57.8131782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8132154Z with 2022-11-23T03:06:57.8132301Z [ 2022-11-23T03:06:57.8132595Z T=std::shared_ptr 2022-11-23T03:06:57.8132796Z ] 2022-11-23T03:06:57.8133223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8133613Z with 2022-11-23T03:06:57.8133776Z [ 2022-11-23T03:06:57.8133970Z T=std::shared_ptr 2022-11-23T03:06:57.8134169Z ] 2022-11-23T03:06:57.8134630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8135052Z with 2022-11-23T03:06:57.8135214Z [ 2022-11-23T03:06:57.8135408Z T=std::shared_ptr 2022-11-23T03:06:57.8135609Z ] 2022-11-23T03:06:57.8136098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8136540Z with 2022-11-23T03:06:57.8136703Z [ 2022-11-23T03:06:57.8136909Z T=std::shared_ptr 2022-11-23T03:06:57.8137144Z ] 2022-11-23T03:06:57.8137589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:06:57.8138273Z 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-23T03:06:57.8138994Z 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-23T03:06:57.8139713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8140119Z with 2022-11-23T03:06:57.8140284Z [ 2022-11-23T03:06:57.8140495Z T=std::shared_ptr 2022-11-23T03:06:57.8140682Z ] 2022-11-23T03:06:57.8141086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8141462Z with 2022-11-23T03:06:57.8141623Z [ 2022-11-23T03:06:57.8141818Z T=torch::jit::GraphExecutor 2022-11-23T03:06:57.8142013Z ] 2022-11-23T03:06:57.8142420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8142810Z with 2022-11-23T03:06:57.8142978Z [ 2022-11-23T03:06:57.8143174Z T=torch::jit::GraphExecutor 2022-11-23T03:06:57.8143365Z ] 2022-11-23T03:06:57.8143827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8144237Z with 2022-11-23T03:06:57.8144397Z [ 2022-11-23T03:06:57.8144592Z T=torch::jit::GraphExecutor 2022-11-23T03:06:57.8144782Z ] 2022-11-23T03:06:57.8145269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8145777Z with 2022-11-23T03:06:57.8145925Z [ 2022-11-23T03:06:57.8146117Z T=torch::jit::GraphExecutor 2022-11-23T03:06:57.8146308Z ] 2022-11-23T03:06:57.8146750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8147421Z 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-23T03:06:57.8148124Z 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-23T03:06:57.8148835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8149241Z with 2022-11-23T03:06:57.8150084Z [ 2022-11-23T03:06:57.8150301Z T=torch::jit::GraphExecutor 2022-11-23T03:06:57.8150497Z ] 2022-11-23T03:06:57.8150905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8151285Z with 2022-11-23T03:06:57.8151447Z [ 2022-11-23T03:06:57.8151621Z T=torch::jit::Method 2022-11-23T03:06:57.8151803Z ] 2022-11-23T03:06:57.8152228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8152621Z with 2022-11-23T03:06:57.8152782Z [ 2022-11-23T03:06:57.8152954Z T=torch::jit::Method 2022-11-23T03:06:57.8153139Z ] 2022-11-23T03:06:57.8153598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8154023Z with 2022-11-23T03:06:57.8154185Z [ 2022-11-23T03:06:57.8154368Z T=torch::jit::Method 2022-11-23T03:06:57.8154534Z ] 2022-11-23T03:06:57.8155020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8155469Z with 2022-11-23T03:06:57.8155633Z [ 2022-11-23T03:06:57.8155815Z T=torch::jit::Method 2022-11-23T03:06:57.8155994Z ] 2022-11-23T03:06:57.8156415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:06:57.8157095Z 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-23T03:06:57.8157770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8158173Z with 2022-11-23T03:06:57.8158396Z [ 2022-11-23T03:06:57.8158580Z T=torch::jit::Method 2022-11-23T03:06:57.8158762Z ] 2022-11-23T03:06:57.8159260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8159638Z with 2022-11-23T03:06:57.8159804Z [ 2022-11-23T03:06:57.8160041Z T=std::vector> 2022-11-23T03:06:57.8160261Z ] 2022-11-23T03:06:57.8160682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:06:57.8161055Z with 2022-11-23T03:06:57.8161217Z [ 2022-11-23T03:06:57.8161450Z T=std::vector> 2022-11-23T03:06:57.8161673Z ] 2022-11-23T03:06:57.8162130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:06:57.8162646Z with 2022-11-23T03:06:57.8162795Z [ 2022-11-23T03:06:57.8163094Z T=std::vector> 2022-11-23T03:06:57.8163318Z ] 2022-11-23T03:06:57.8163849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:06:57.8164301Z with 2022-11-23T03:06:57.8164463Z [ 2022-11-23T03:06:57.8164683Z T=std::vector> 2022-11-23T03:06:57.8164902Z ] 2022-11-23T03:06:57.8165374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:06:57.8166117Z 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-23T03:06:57.8166823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:06:57.8167228Z with 2022-11-23T03:06:57.8167393Z [ 2022-11-23T03:06:57.8167625Z T=std::vector> 2022-11-23T03:06:57.8167832Z ] 2022-11-23T03:06:57.8168222Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-11-23T03:06:57.8168768Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T03:06:57.9592092Z [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-23T03:07:01.2565325Z [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-23T03:07:01.2567043Z 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-23T03:07:01.2567710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2568084Z with 2022-11-23T03:07:01.2568260Z [ 2022-11-23T03:07:01.2568480Z T=c10::SymInt 2022-11-23T03:07:01.2568726Z ] 2022-11-23T03:07:01.2569312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2569846Z with 2022-11-23T03:07:01.2570070Z [ 2022-11-23T03:07:01.2570335Z T=c10::SymInt 2022-11-23T03:07:01.2570584Z ] 2022-11-23T03:07:01.2571208Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2571801Z with 2022-11-23T03:07:01.2572033Z [ 2022-11-23T03:07:01.2572262Z T=c10::SymInt 2022-11-23T03:07:01.2572514Z ] 2022-11-23T03:07:01.2573177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2573791Z with 2022-11-23T03:07:01.2574020Z [ 2022-11-23T03:07:01.2574430Z T=c10::SymInt 2022-11-23T03:07:01.2574666Z ] 2022-11-23T03:07:01.2575243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2576131Z 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-23T03:07:01.2577036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2577580Z with 2022-11-23T03:07:01.2577815Z [ 2022-11-23T03:07:01.2578067Z T=c10::SymInt 2022-11-23T03:07:01.2578290Z ] 2022-11-23T03:07:01.2578807Z 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-23T03:07:01.2579619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2580123Z with 2022-11-23T03:07:01.2580441Z [ 2022-11-23T03:07:01.2580683Z T=std::string 2022-11-23T03:07:01.2580912Z ] 2022-11-23T03:07:01.2581473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2581988Z with 2022-11-23T03:07:01.2582212Z [ 2022-11-23T03:07:01.2582448Z T=std::string 2022-11-23T03:07:01.2582695Z ] 2022-11-23T03:07:01.2583287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2583870Z with 2022-11-23T03:07:01.2584824Z [ 2022-11-23T03:07:01.2585004Z T=std::string 2022-11-23T03:07:01.2585181Z ] 2022-11-23T03:07:01.2585676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2586129Z with 2022-11-23T03:07:01.2586291Z [ 2022-11-23T03:07:01.2586454Z T=std::string 2022-11-23T03:07:01.2586627Z ] 2022-11-23T03:07:01.2587051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2587714Z 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-23T03:07:01.2588384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2588789Z with 2022-11-23T03:07:01.2588951Z [ 2022-11-23T03:07:01.2589113Z T=std::string 2022-11-23T03:07:01.2589287Z ] 2022-11-23T03:07:01.2589695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2590072Z with 2022-11-23T03:07:01.2590331Z [ 2022-11-23T03:07:01.2590506Z T=c10::QualifiedName 2022-11-23T03:07:01.2590692Z ] 2022-11-23T03:07:01.2591111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2591500Z with 2022-11-23T03:07:01.2591662Z [ 2022-11-23T03:07:01.2591850Z T=c10::QualifiedName 2022-11-23T03:07:01.2592021Z ] 2022-11-23T03:07:01.2592481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2592900Z with 2022-11-23T03:07:01.2593068Z [ 2022-11-23T03:07:01.2593249Z T=c10::QualifiedName 2022-11-23T03:07:01.2593432Z ] 2022-11-23T03:07:01.2593905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2594360Z with 2022-11-23T03:07:01.2594525Z [ 2022-11-23T03:07:01.2594709Z T=c10::QualifiedName 2022-11-23T03:07:01.2594896Z ] 2022-11-23T03:07:01.2595395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2596060Z 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-23T03:07:01.2596732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2597148Z with 2022-11-23T03:07:01.2597311Z [ 2022-11-23T03:07:01.2597500Z T=c10::QualifiedName 2022-11-23T03:07:01.2597684Z ] 2022-11-23T03:07:01.2598096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2598458Z with 2022-11-23T03:07:01.2598622Z [ 2022-11-23T03:07:01.2598802Z T=at::TensorBase 2022-11-23T03:07:01.2598987Z ] 2022-11-23T03:07:01.2599547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2599941Z with 2022-11-23T03:07:01.2600092Z [ 2022-11-23T03:07:01.2600283Z T=at::TensorBase 2022-11-23T03:07:01.2600465Z ] 2022-11-23T03:07:01.2600928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2601359Z with 2022-11-23T03:07:01.2601514Z [ 2022-11-23T03:07:01.2601697Z T=at::TensorBase 2022-11-23T03:07:01.2601877Z ] 2022-11-23T03:07:01.2602367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2602826Z with 2022-11-23T03:07:01.2602996Z [ 2022-11-23T03:07:01.2603166Z T=at::TensorBase 2022-11-23T03:07:01.2603348Z ] 2022-11-23T03:07:01.2603847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2604520Z 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-23T03:07:01.2605198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2605606Z with 2022-11-23T03:07:01.2605774Z [ 2022-11-23T03:07:01.2605944Z T=at::TensorBase 2022-11-23T03:07:01.2606121Z ] 2022-11-23T03:07:01.2606525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2606904Z with 2022-11-23T03:07:01.2607070Z [ 2022-11-23T03:07:01.2607244Z T=at::Tensor 2022-11-23T03:07:01.2607405Z ] 2022-11-23T03:07:01.2607888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2608280Z with 2022-11-23T03:07:01.2608442Z [ 2022-11-23T03:07:01.2608613Z T=at::Tensor 2022-11-23T03:07:01.2608773Z ] 2022-11-23T03:07:01.2609231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2609662Z with 2022-11-23T03:07:01.2609827Z [ 2022-11-23T03:07:01.2610010Z T=at::Tensor 2022-11-23T03:07:01.2610186Z ] 2022-11-23T03:07:01.2610659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2611110Z with 2022-11-23T03:07:01.2611276Z [ 2022-11-23T03:07:01.2611448Z T=at::Tensor 2022-11-23T03:07:01.2611626Z ] 2022-11-23T03:07:01.2612046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2612683Z 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-23T03:07:01.2613359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2613762Z with 2022-11-23T03:07:01.2613927Z [ 2022-11-23T03:07:01.2614102Z T=at::Tensor 2022-11-23T03:07:01.2614276Z ] 2022-11-23T03:07:01.2614682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2615043Z with 2022-11-23T03:07:01.2615206Z [ 2022-11-23T03:07:01.2615384Z T=at::Generator 2022-11-23T03:07:01.2615562Z ] 2022-11-23T03:07:01.2615978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2616427Z with 2022-11-23T03:07:01.2616576Z [ 2022-11-23T03:07:01.2616754Z T=at::Generator 2022-11-23T03:07:01.2616931Z ] 2022-11-23T03:07:01.2617391Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2617813Z with 2022-11-23T03:07:01.2617960Z [ 2022-11-23T03:07:01.2618135Z T=at::Generator 2022-11-23T03:07:01.2618313Z ] 2022-11-23T03:07:01.2618799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2619248Z with 2022-11-23T03:07:01.2619412Z [ 2022-11-23T03:07:01.2619580Z T=at::Generator 2022-11-23T03:07:01.2619759Z ] 2022-11-23T03:07:01.2620190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2620909Z 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-23T03:07:01.2621588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2622096Z with 2022-11-23T03:07:01.2622342Z [ 2022-11-23T03:07:01.2622590Z T=at::Generator 2022-11-23T03:07:01.2623702Z ] 2022-11-23T03:07:01.2624420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2625011Z with 2022-11-23T03:07:01.2625268Z [ 2022-11-23T03:07:01.2625570Z T=c10::Scalar 2022-11-23T03:07:01.2625826Z ] 2022-11-23T03:07:01.2626487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2627075Z with 2022-11-23T03:07:01.2627335Z [ 2022-11-23T03:07:01.2627602Z T=c10::Scalar 2022-11-23T03:07:01.2627846Z ] 2022-11-23T03:07:01.2628519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2629020Z with 2022-11-23T03:07:01.2629189Z [ 2022-11-23T03:07:01.2629369Z T=c10::Scalar 2022-11-23T03:07:01.2629549Z ] 2022-11-23T03:07:01.2630033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2630498Z with 2022-11-23T03:07:01.2630661Z [ 2022-11-23T03:07:01.2630835Z T=c10::Scalar 2022-11-23T03:07:01.2631009Z ] 2022-11-23T03:07:01.2631435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2632083Z 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-23T03:07:01.2632968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2633383Z with 2022-11-23T03:07:01.2633548Z [ 2022-11-23T03:07:01.2633726Z T=c10::Scalar 2022-11-23T03:07:01.2633899Z ] 2022-11-23T03:07:01.2634309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2634676Z with 2022-11-23T03:07:01.2634842Z [ 2022-11-23T03:07:01.2635069Z T=std::shared_ptr 2022-11-23T03:07:01.2635289Z ] 2022-11-23T03:07:01.2635716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2636107Z with 2022-11-23T03:07:01.2636262Z [ 2022-11-23T03:07:01.2636493Z T=std::shared_ptr 2022-11-23T03:07:01.2636705Z ] 2022-11-23T03:07:01.2637260Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2637703Z with 2022-11-23T03:07:01.2637866Z [ 2022-11-23T03:07:01.2638083Z T=std::shared_ptr 2022-11-23T03:07:01.2638299Z ] 2022-11-23T03:07:01.2638791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2639358Z with 2022-11-23T03:07:01.2639521Z [ 2022-11-23T03:07:01.2639758Z T=std::shared_ptr 2022-11-23T03:07:01.2639963Z ] 2022-11-23T03:07:01.2640441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2641176Z 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-23T03:07:01.2641880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2642290Z with 2022-11-23T03:07:01.2642455Z [ 2022-11-23T03:07:01.2642681Z T=std::shared_ptr 2022-11-23T03:07:01.2642886Z ] 2022-11-23T03:07:01.2643293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2643669Z with 2022-11-23T03:07:01.2643833Z [ 2022-11-23T03:07:01.2644058Z T=std::weak_ptr 2022-11-23T03:07:01.2644274Z ] 2022-11-23T03:07:01.2644683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2645079Z with 2022-11-23T03:07:01.2645242Z [ 2022-11-23T03:07:01.2645465Z T=std::weak_ptr 2022-11-23T03:07:01.2645760Z ] 2022-11-23T03:07:01.2646229Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2646644Z with 2022-11-23T03:07:01.2646813Z [ 2022-11-23T03:07:01.2647044Z T=std::weak_ptr 2022-11-23T03:07:01.2647262Z ] 2022-11-23T03:07:01.2647763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2648224Z with 2022-11-23T03:07:01.2648379Z [ 2022-11-23T03:07:01.2648607Z T=std::weak_ptr 2022-11-23T03:07:01.2648826Z ] 2022-11-23T03:07:01.2649295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2650087Z 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-23T03:07:01.2650797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2651208Z with 2022-11-23T03:07:01.2651364Z [ 2022-11-23T03:07:01.2651602Z T=std::weak_ptr 2022-11-23T03:07:01.2651820Z ] 2022-11-23T03:07:01.2652237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2652629Z with 2022-11-23T03:07:01.2652794Z [ 2022-11-23T03:07:01.2653042Z T=std::vector> 2022-11-23T03:07:01.2653286Z ] 2022-11-23T03:07:01.2653712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2654103Z with 2022-11-23T03:07:01.2654272Z [ 2022-11-23T03:07:01.2654525Z T=std::vector> 2022-11-23T03:07:01.2654752Z ] 2022-11-23T03:07:01.2655222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2655662Z with 2022-11-23T03:07:01.2655823Z [ 2022-11-23T03:07:01.2656077Z T=std::vector> 2022-11-23T03:07:01.2656312Z ] 2022-11-23T03:07:01.2656785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2657238Z with 2022-11-23T03:07:01.2657404Z [ 2022-11-23T03:07:01.2657658Z T=std::vector> 2022-11-23T03:07:01.2657896Z ] 2022-11-23T03:07:01.2658384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2659222Z 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-23T03:07:01.2659951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2660367Z with 2022-11-23T03:07:01.2660519Z [ 2022-11-23T03:07:01.2660780Z T=std::vector> 2022-11-23T03:07:01.2661027Z ] 2022-11-23T03:07:01.2661434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2661814Z with 2022-11-23T03:07:01.2661967Z [ 2022-11-23T03:07:01.2662184Z T=std::vector> 2022-11-23T03:07:01.2662393Z ] 2022-11-23T03:07:01.2662872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2663263Z with 2022-11-23T03:07:01.2663426Z [ 2022-11-23T03:07:01.2663632Z T=std::vector> 2022-11-23T03:07:01.2663842Z ] 2022-11-23T03:07:01.2664311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2664742Z with 2022-11-23T03:07:01.2664906Z [ 2022-11-23T03:07:01.2665125Z T=std::vector> 2022-11-23T03:07:01.2665319Z ] 2022-11-23T03:07:01.2665811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2666257Z with 2022-11-23T03:07:01.2666420Z [ 2022-11-23T03:07:01.2666634Z T=std::vector> 2022-11-23T03:07:01.2666839Z ] 2022-11-23T03:07:01.2667289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2668080Z 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-23T03:07:01.2668838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2669264Z with 2022-11-23T03:07:01.2669442Z [ 2022-11-23T03:07:01.2669662Z T=std::vector> 2022-11-23T03:07:01.2669869Z ] 2022-11-23T03:07:01.2670265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2670651Z with 2022-11-23T03:07:01.2670818Z [ 2022-11-23T03:07:01.2671085Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2671417Z ] 2022-11-23T03:07:01.2671841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2672231Z with 2022-11-23T03:07:01.2672380Z [ 2022-11-23T03:07:01.2672655Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2672916Z ] 2022-11-23T03:07:01.2673379Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2673809Z with 2022-11-23T03:07:01.2673973Z [ 2022-11-23T03:07:01.2674230Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2674476Z ] 2022-11-23T03:07:01.2674967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2675425Z with 2022-11-23T03:07:01.2675592Z [ 2022-11-23T03:07:01.2675916Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2676153Z ] 2022-11-23T03:07:01.2676651Z C:\actions-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-23T03:07:01.2677434Z 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-23T03:07:01.2678152Z 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-23T03:07:01.2678851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2679344Z with 2022-11-23T03:07:01.2679513Z [ 2022-11-23T03:07:01.2679786Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2680017Z ] 2022-11-23T03:07:01.2680422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2680805Z with 2022-11-23T03:07:01.2680977Z [ 2022-11-23T03:07:01.2681242Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2681489Z ] 2022-11-23T03:07:01.2681903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2682293Z with 2022-11-23T03:07:01.2682454Z [ 2022-11-23T03:07:01.2682713Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2682947Z ] 2022-11-23T03:07:01.2683409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2684537Z with 2022-11-23T03:07:01.2684689Z [ 2022-11-23T03:07:01.2684952Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2685198Z ] 2022-11-23T03:07:01.2685700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2686160Z with 2022-11-23T03:07:01.2686324Z [ 2022-11-23T03:07:01.2686572Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2686814Z ] 2022-11-23T03:07:01.2687298Z C:\actions-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-23T03:07:01.2688065Z 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-23T03:07:01.2688836Z 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-23T03:07:01.2689511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2689928Z with 2022-11-23T03:07:01.2690097Z [ 2022-11-23T03:07:01.2690347Z T=std::vector,std::allocator>> 2022-11-23T03:07:01.2690592Z ] 2022-11-23T03:07:01.2691006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2691383Z with 2022-11-23T03:07:01.2691547Z [ 2022-11-23T03:07:01.2691771Z T=std::vector> 2022-11-23T03:07:01.2691982Z ] 2022-11-23T03:07:01.2692439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2692860Z with 2022-11-23T03:07:01.2693046Z [ 2022-11-23T03:07:01.2693283Z T=std::vector> 2022-11-23T03:07:01.2693508Z ] 2022-11-23T03:07:01.2693969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2694424Z with 2022-11-23T03:07:01.2694608Z [ 2022-11-23T03:07:01.2694846Z T=std::vector> 2022-11-23T03:07:01.2695074Z ] 2022-11-23T03:07:01.2695580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2696046Z with 2022-11-23T03:07:01.2696206Z [ 2022-11-23T03:07:01.2696444Z T=std::vector> 2022-11-23T03:07:01.2696669Z ] 2022-11-23T03:07:01.2697139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2697934Z 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-23T03:07:01.2698647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2699071Z with 2022-11-23T03:07:01.2699230Z [ 2022-11-23T03:07:01.2699468Z T=std::vector> 2022-11-23T03:07:01.2699694Z ] 2022-11-23T03:07:01.2700114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2700503Z with 2022-11-23T03:07:01.2700682Z [ 2022-11-23T03:07:01.2700934Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:07:01.2701191Z ] 2022-11-23T03:07:01.2701700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2702107Z with 2022-11-23T03:07:01.2702289Z [ 2022-11-23T03:07:01.2702556Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:07:01.2702792Z ] 2022-11-23T03:07:01.2703271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2703714Z with 2022-11-23T03:07:01.2703891Z [ 2022-11-23T03:07:01.2704158Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:07:01.2704412Z ] 2022-11-23T03:07:01.2704899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2705376Z with 2022-11-23T03:07:01.2705557Z [ 2022-11-23T03:07:01.2705822Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:07:01.2706075Z ] 2022-11-23T03:07:01.2706572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2707373Z 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-23T03:07:01.2708182Z 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-23T03:07:01.2708910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2709335Z with 2022-11-23T03:07:01.2709515Z [ 2022-11-23T03:07:01.2709782Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:07:01.2710039Z ] 2022-11-23T03:07:01.2710464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2710916Z with 2022-11-23T03:07:01.2711067Z [ 2022-11-23T03:07:01.2711315Z T=c10::impl::InlineStreamGuard 2022-11-23T03:07:01.2711557Z ] 2022-11-23T03:07:01.2711986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2712377Z with 2022-11-23T03:07:01.2712527Z [ 2022-11-23T03:07:01.2712780Z T=c10::impl::InlineStreamGuard 2022-11-23T03:07:01.2713018Z ] 2022-11-23T03:07:01.2713481Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2713910Z with 2022-11-23T03:07:01.2714073Z [ 2022-11-23T03:07:01.2714305Z T=c10::impl::InlineStreamGuard 2022-11-23T03:07:01.2714541Z ] 2022-11-23T03:07:01.2715085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2715536Z with 2022-11-23T03:07:01.2715703Z [ 2022-11-23T03:07:01.2715955Z T=c10::impl::InlineStreamGuard 2022-11-23T03:07:01.2716183Z ] 2022-11-23T03:07:01.2716663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2717451Z 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-23T03:07:01.2718233Z 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-23T03:07:01.2718965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2719503Z with 2022-11-23T03:07:01.2719669Z [ 2022-11-23T03:07:01.2719921Z T=c10::impl::InlineStreamGuard 2022-11-23T03:07:01.2720164Z ] 2022-11-23T03:07:01.2720558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2720937Z with 2022-11-23T03:07:01.2721102Z [ 2022-11-23T03:07:01.2721304Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2721503Z ] 2022-11-23T03:07:01.2721922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2722297Z with 2022-11-23T03:07:01.2722464Z [ 2022-11-23T03:07:01.2722663Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2722861Z ] 2022-11-23T03:07:01.2723322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2723823Z with 2022-11-23T03:07:01.2723973Z [ 2022-11-23T03:07:01.2724174Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2724369Z ] 2022-11-23T03:07:01.2724859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2725308Z with 2022-11-23T03:07:01.2725470Z [ 2022-11-23T03:07:01.2725654Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2725851Z ] 2022-11-23T03:07:01.2726298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2726991Z 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-23T03:07:01.2727391Z with 2022-11-23T03:07:01.2727554Z [ 2022-11-23T03:07:01.2727741Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2727940Z ] 2022-11-23T03:07:01.2728477Z 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-23T03:07:01.2729203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2729610Z with 2022-11-23T03:07:01.2729775Z [ 2022-11-23T03:07:01.2729976Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:07:01.2730157Z ] 2022-11-23T03:07:01.2730561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2730941Z with 2022-11-23T03:07:01.2731108Z [ 2022-11-23T03:07:01.2731402Z T=std::vector> 2022-11-23T03:07:01.2731668Z ] 2022-11-23T03:07:01.2732077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2732464Z with 2022-11-23T03:07:01.2732626Z [ 2022-11-23T03:07:01.2732911Z T=std::vector> 2022-11-23T03:07:01.2733175Z ] 2022-11-23T03:07:01.2733638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2734057Z with 2022-11-23T03:07:01.2734219Z [ 2022-11-23T03:07:01.2734506Z T=std::vector> 2022-11-23T03:07:01.2734771Z ] 2022-11-23T03:07:01.2735260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2735712Z with 2022-11-23T03:07:01.2735858Z [ 2022-11-23T03:07:01.2736143Z T=std::vector> 2022-11-23T03:07:01.2736480Z ] 2022-11-23T03:07:01.2737004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2737837Z 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-23T03:07:01.2738579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2738988Z with 2022-11-23T03:07:01.2739156Z [ 2022-11-23T03:07:01.2739427Z T=std::vector> 2022-11-23T03:07:01.2739692Z ] 2022-11-23T03:07:01.2740096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2740527Z with 2022-11-23T03:07:01.2740692Z [ 2022-11-23T03:07:01.2740877Z T=c10::DimVector 2022-11-23T03:07:01.2741043Z ] 2022-11-23T03:07:01.2741465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2741859Z with 2022-11-23T03:07:01.2742027Z [ 2022-11-23T03:07:01.2742211Z T=c10::DimVector 2022-11-23T03:07:01.2742390Z ] 2022-11-23T03:07:01.2742841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2743263Z with 2022-11-23T03:07:01.2743432Z [ 2022-11-23T03:07:01.2743614Z T=c10::DimVector 2022-11-23T03:07:01.2743796Z ] 2022-11-23T03:07:01.2744286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2744732Z with 2022-11-23T03:07:01.2744899Z [ 2022-11-23T03:07:01.2745083Z T=c10::DimVector 2022-11-23T03:07:01.2745264Z ] 2022-11-23T03:07:01.2745694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2746369Z 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-23T03:07:01.2747055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2747455Z with 2022-11-23T03:07:01.2747628Z [ 2022-11-23T03:07:01.2747814Z T=c10::DimVector 2022-11-23T03:07:01.2747995Z ] 2022-11-23T03:07:01.2748404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2748850Z with 2022-11-23T03:07:01.2749004Z [ 2022-11-23T03:07:01.2749206Z T=torch::autograd::ViewInfo 2022-11-23T03:07:01.2749406Z ] 2022-11-23T03:07:01.2749829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2750221Z with 2022-11-23T03:07:01.2750370Z [ 2022-11-23T03:07:01.2750563Z T=torch::autograd::ViewInfo 2022-11-23T03:07:01.2750754Z ] 2022-11-23T03:07:01.2751216Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2751644Z with 2022-11-23T03:07:01.2751807Z [ 2022-11-23T03:07:01.2751987Z T=torch::autograd::ViewInfo 2022-11-23T03:07:01.2752182Z ] 2022-11-23T03:07:01.2752667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2753115Z with 2022-11-23T03:07:01.2753275Z [ 2022-11-23T03:07:01.2754137Z T=torch::autograd::ViewInfo 2022-11-23T03:07:01.2754330Z ] 2022-11-23T03:07:01.2754784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2755486Z 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-23T03:07:01.2756181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2756593Z with 2022-11-23T03:07:01.2756759Z [ 2022-11-23T03:07:01.2756953Z T=torch::autograd::ViewInfo 2022-11-23T03:07:01.2757133Z ] 2022-11-23T03:07:01.2757545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2757921Z with 2022-11-23T03:07:01.2758082Z [ 2022-11-23T03:07:01.2758311Z T=std::vector> 2022-11-23T03:07:01.2758530Z ] 2022-11-23T03:07:01.2758937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2759447Z with 2022-11-23T03:07:01.2759610Z [ 2022-11-23T03:07:01.2759841Z T=std::vector> 2022-11-23T03:07:01.2760058Z ] 2022-11-23T03:07:01.2760518Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2760941Z with 2022-11-23T03:07:01.2761093Z [ 2022-11-23T03:07:01.2761322Z T=std::vector> 2022-11-23T03:07:01.2761539Z ] 2022-11-23T03:07:01.2762022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2762541Z with 2022-11-23T03:07:01.2762693Z [ 2022-11-23T03:07:01.2762926Z T=std::vector> 2022-11-23T03:07:01.2763148Z ] 2022-11-23T03:07:01.2763595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2764011Z with 2022-11-23T03:07:01.2764176Z [ 2022-11-23T03:07:01.2764338Z T=c10::SymInt 2022-11-23T03:07:01.2764515Z ] 2022-11-23T03:07:01.2764957Z 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-23T03:07:01.2765370Z with 2022-11-23T03:07:01.2765529Z [ 2022-11-23T03:07:01.2765704Z T=c10::SymInt 2022-11-23T03:07:01.2765863Z ] 2022-11-23T03:07:01.2766330Z 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-23T03:07:01.2767175Z 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-23T03:07:01.2767934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2768342Z with 2022-11-23T03:07:01.2768511Z [ 2022-11-23T03:07:01.2768745Z T=std::vector> 2022-11-23T03:07:01.2769049Z ] 2022-11-23T03:07:01.2769439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2769869Z with 2022-11-23T03:07:01.2770035Z [ 2022-11-23T03:07:01.2770215Z T=c10::IValue 2022-11-23T03:07:01.2770390Z ] 2022-11-23T03:07:01.2770799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2771186Z with 2022-11-23T03:07:01.2771349Z [ 2022-11-23T03:07:01.2771520Z T=c10::IValue 2022-11-23T03:07:01.2771689Z ] 2022-11-23T03:07:01.2772149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2772554Z with 2022-11-23T03:07:01.2772721Z [ 2022-11-23T03:07:01.2772895Z T=c10::IValue 2022-11-23T03:07:01.2773065Z ] 2022-11-23T03:07:01.2773557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2774001Z with 2022-11-23T03:07:01.2774152Z [ 2022-11-23T03:07:01.2774322Z T=c10::IValue 2022-11-23T03:07:01.2774493Z ] 2022-11-23T03:07:01.2774912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2775700Z 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-23T03:07:01.2776423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2776834Z with 2022-11-23T03:07:01.2776985Z [ 2022-11-23T03:07:01.2777158Z T=c10::IValue 2022-11-23T03:07:01.2777329Z ] 2022-11-23T03:07:01.2777736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2778114Z with 2022-11-23T03:07:01.2778279Z [ 2022-11-23T03:07:01.2778442Z T=c10::AliasInfo 2022-11-23T03:07:01.2778622Z ] 2022-11-23T03:07:01.2779043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2779428Z with 2022-11-23T03:07:01.2779590Z [ 2022-11-23T03:07:01.2779752Z T=c10::AliasInfo 2022-11-23T03:07:01.2779984Z ] 2022-11-23T03:07:01.2780443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2780867Z with 2022-11-23T03:07:01.2781025Z [ 2022-11-23T03:07:01.2781206Z T=c10::AliasInfo 2022-11-23T03:07:01.2781370Z ] 2022-11-23T03:07:01.2781907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2782400Z with 2022-11-23T03:07:01.2782561Z [ 2022-11-23T03:07:01.2782742Z T=c10::AliasInfo 2022-11-23T03:07:01.2782917Z ] 2022-11-23T03:07:01.2795575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2796277Z 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-23T03:07:01.2796964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2797370Z with 2022-11-23T03:07:01.2797539Z [ 2022-11-23T03:07:01.2797727Z T=c10::AliasInfo 2022-11-23T03:07:01.2797907Z ] 2022-11-23T03:07:01.2798315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2798697Z with 2022-11-23T03:07:01.2798849Z [ 2022-11-23T03:07:01.2799048Z T=c10::impl::AnnotatedSchema 2022-11-23T03:07:01.2799353Z ] 2022-11-23T03:07:01.2799778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2800166Z with 2022-11-23T03:07:01.2800317Z [ 2022-11-23T03:07:01.2800562Z T=c10::impl::AnnotatedSchema 2022-11-23T03:07:01.2800927Z ] 2022-11-23T03:07:01.2801440Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2801888Z with 2022-11-23T03:07:01.2802056Z [ 2022-11-23T03:07:01.2802250Z T=c10::impl::AnnotatedSchema 2022-11-23T03:07:01.2802451Z ] 2022-11-23T03:07:01.2802947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2803407Z with 2022-11-23T03:07:01.2803575Z [ 2022-11-23T03:07:01.2803780Z T=c10::impl::AnnotatedSchema 2022-11-23T03:07:01.2803966Z ] 2022-11-23T03:07:01.2804420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2805144Z 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-23T03:07:01.2805928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2806345Z with 2022-11-23T03:07:01.2806514Z [ 2022-11-23T03:07:01.2806765Z T=c10::impl::AnnotatedSchema 2022-11-23T03:07:01.2806948Z ] 2022-11-23T03:07:01.2807402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2807790Z with 2022-11-23T03:07:01.2807960Z [ 2022-11-23T03:07:01.2808206Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:07:01.2808439Z ] 2022-11-23T03:07:01.2808854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2809245Z with 2022-11-23T03:07:01.2809407Z [ 2022-11-23T03:07:01.2809646Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:07:01.2809872Z ] 2022-11-23T03:07:01.2810332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2810749Z with 2022-11-23T03:07:01.2810898Z [ 2022-11-23T03:07:01.2811140Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:07:01.2811372Z ] 2022-11-23T03:07:01.2811856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2812298Z with 2022-11-23T03:07:01.2812447Z [ 2022-11-23T03:07:01.2812684Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:07:01.2812953Z ] 2022-11-23T03:07:01.2813431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2814254Z 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-23T03:07:01.2815057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2815466Z with 2022-11-23T03:07:01.2815632Z [ 2022-11-23T03:07:01.2815859Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:07:01.2816086Z ] 2022-11-23T03:07:01.2816507Z 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-23T03:07:01.2817091Z 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-23T03:07:01.2817670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2818051Z with 2022-11-23T03:07:01.2818217Z [ 2022-11-23T03:07:01.2818389Z T=at::StepCallbacks 2022-11-23T03:07:01.2818623Z ] 2022-11-23T03:07:01.2819091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2819487Z with 2022-11-23T03:07:01.2819694Z [ 2022-11-23T03:07:01.2819867Z T=at::StepCallbacks 2022-11-23T03:07:01.2820053Z ] 2022-11-23T03:07:01.2820509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2820936Z with 2022-11-23T03:07:01.2821099Z [ 2022-11-23T03:07:01.2821286Z T=at::StepCallbacks 2022-11-23T03:07:01.2821454Z ] 2022-11-23T03:07:01.2821941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2822394Z with 2022-11-23T03:07:01.2822556Z [ 2022-11-23T03:07:01.2822740Z T=at::StepCallbacks 2022-11-23T03:07:01.2822924Z ] 2022-11-23T03:07:01.2823342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2824036Z 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-23T03:07:01.2824731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2825182Z with 2022-11-23T03:07:01.2825348Z [ 2022-11-23T03:07:01.2825533Z T=at::StepCallbacks 2022-11-23T03:07:01.2825722Z ] 2022-11-23T03:07:01.2826153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2826530Z with 2022-11-23T03:07:01.2826694Z [ 2022-11-23T03:07:01.2826929Z T=c10::either 2022-11-23T03:07:01.2827221Z ] 2022-11-23T03:07:01.2827643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2828020Z with 2022-11-23T03:07:01.2828182Z [ 2022-11-23T03:07:01.2828420Z T=c10::either 2022-11-23T03:07:01.2828645Z ] 2022-11-23T03:07:01.2829103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2829534Z with 2022-11-23T03:07:01.2829684Z [ 2022-11-23T03:07:01.2829917Z T=c10::either 2022-11-23T03:07:01.2830140Z ] 2022-11-23T03:07:01.2830630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2831074Z with 2022-11-23T03:07:01.2831299Z [ 2022-11-23T03:07:01.2831531Z T=c10::either 2022-11-23T03:07:01.2831811Z ] 2022-11-23T03:07:01.2832340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2833117Z 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-23T03:07:01.2833858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2834267Z with 2022-11-23T03:07:01.2834433Z [ 2022-11-23T03:07:01.2834670Z T=c10::either 2022-11-23T03:07:01.2834886Z ] 2022-11-23T03:07:01.2835299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2835678Z with 2022-11-23T03:07:01.2835841Z [ 2022-11-23T03:07:01.2836030Z T=torch::jit::Operator 2022-11-23T03:07:01.2836202Z ] 2022-11-23T03:07:01.2836622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2837014Z with 2022-11-23T03:07:01.2837178Z [ 2022-11-23T03:07:01.2837411Z T=torch::jit::Operator 2022-11-23T03:07:01.2837594Z ] 2022-11-23T03:07:01.2838085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2838503Z with 2022-11-23T03:07:01.2838667Z [ 2022-11-23T03:07:01.2838851Z T=torch::jit::Operator 2022-11-23T03:07:01.2839033Z ] 2022-11-23T03:07:01.2839644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2840162Z with 2022-11-23T03:07:01.2840313Z [ 2022-11-23T03:07:01.2840502Z T=torch::jit::Operator 2022-11-23T03:07:01.2840687Z ] 2022-11-23T03:07:01.2841127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2841823Z 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-23T03:07:01.2842528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2842933Z with 2022-11-23T03:07:01.2843084Z [ 2022-11-23T03:07:01.2843323Z T=torch::jit::Operator 2022-11-23T03:07:01.2843513Z ] 2022-11-23T03:07:01.2843960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2844335Z with 2022-11-23T03:07:01.2844484Z [ 2022-11-23T03:07:01.2844756Z T=std::tuple 2022-11-23T03:07:01.2844966Z ] 2022-11-23T03:07:01.2845393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2845786Z with 2022-11-23T03:07:01.2845951Z [ 2022-11-23T03:07:01.2846151Z T=std::tuple 2022-11-23T03:07:01.2846357Z ] 2022-11-23T03:07:01.2846819Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2847247Z with 2022-11-23T03:07:01.2847411Z [ 2022-11-23T03:07:01.2847632Z T=std::tuple 2022-11-23T03:07:01.2847829Z ] 2022-11-23T03:07:01.2848325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2848782Z with 2022-11-23T03:07:01.2848955Z [ 2022-11-23T03:07:01.2849174Z T=std::tuple 2022-11-23T03:07:01.2849433Z ] 2022-11-23T03:07:01.2849879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2850656Z 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-23T03:07:01.2851371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2851787Z with 2022-11-23T03:07:01.2851958Z [ 2022-11-23T03:07:01.2852179Z T=std::tuple 2022-11-23T03:07:01.2852392Z ] 2022-11-23T03:07:01.2852790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2853234Z with 2022-11-23T03:07:01.2853402Z [ 2022-11-23T03:07:01.2853600Z T=torch::jit::SourceRange 2022-11-23T03:07:01.2853795Z ] 2022-11-23T03:07:01.2854219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2854596Z with 2022-11-23T03:07:01.2854763Z [ 2022-11-23T03:07:01.2854952Z T=torch::jit::SourceRange 2022-11-23T03:07:01.2855143Z ] 2022-11-23T03:07:01.2855654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2856122Z with 2022-11-23T03:07:01.2856270Z [ 2022-11-23T03:07:01.2856461Z T=torch::jit::SourceRange 2022-11-23T03:07:01.2856653Z ] 2022-11-23T03:07:01.2857140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2857586Z with 2022-11-23T03:07:01.2857748Z [ 2022-11-23T03:07:01.2857977Z T=torch::jit::SourceRange 2022-11-23T03:07:01.2858167Z ] 2022-11-23T03:07:01.2858603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2859296Z 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-23T03:07:01.2860001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2860406Z with 2022-11-23T03:07:01.2860574Z [ 2022-11-23T03:07:01.2860752Z T=torch::jit::SourceRange 2022-11-23T03:07:01.2860941Z ] 2022-11-23T03:07:01.2861392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2861771Z with 2022-11-23T03:07:01.2861981Z [ 2022-11-23T03:07:01.2862194Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:07:01.2862384Z ] 2022-11-23T03:07:01.2862802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2863197Z with 2022-11-23T03:07:01.2863358Z [ 2022-11-23T03:07:01.2863567Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:07:01.2863757Z ] 2022-11-23T03:07:01.2864213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2864628Z with 2022-11-23T03:07:01.2864787Z [ 2022-11-23T03:07:01.2864995Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:07:01.2865196Z ] 2022-11-23T03:07:01.2865663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2866163Z with 2022-11-23T03:07:01.2866325Z [ 2022-11-23T03:07:01.2866534Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:07:01.2866736Z ] 2022-11-23T03:07:01.2867193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2867989Z 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-23T03:07:01.2868687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2869079Z with 2022-11-23T03:07:01.2869240Z [ 2022-11-23T03:07:01.2869451Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:07:01.2869657Z ] 2022-11-23T03:07:01.2870060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2870432Z with 2022-11-23T03:07:01.2870580Z [ 2022-11-23T03:07:01.2870843Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:07:01.2871047Z ] 2022-11-23T03:07:01.2871470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2871857Z with 2022-11-23T03:07:01.2872011Z [ 2022-11-23T03:07:01.2872213Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:07:01.2872413Z ] 2022-11-23T03:07:01.2872874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2873349Z with 2022-11-23T03:07:01.2873518Z [ 2022-11-23T03:07:01.2873712Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:07:01.2873953Z ] 2022-11-23T03:07:01.2874442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2874892Z with 2022-11-23T03:07:01.2875053Z [ 2022-11-23T03:07:01.2875254Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:07:01.2875442Z ] 2022-11-23T03:07:01.2875887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2876602Z 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-23T03:07:01.2877293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2877692Z with 2022-11-23T03:07:01.2877851Z [ 2022-11-23T03:07:01.2878056Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:07:01.2878245Z ] 2022-11-23T03:07:01.2878651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2879171Z with 2022-11-23T03:07:01.2879392Z [ 2022-11-23T03:07:01.2879591Z T=torch::jit::ScopePtr 2022-11-23T03:07:01.2879785Z ] 2022-11-23T03:07:01.2880237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2880630Z with 2022-11-23T03:07:01.2880796Z [ 2022-11-23T03:07:01.2880980Z T=torch::jit::ScopePtr 2022-11-23T03:07:01.2881167Z ] 2022-11-23T03:07:01.2881623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2882038Z with 2022-11-23T03:07:01.2882200Z [ 2022-11-23T03:07:01.2882390Z T=torch::jit::ScopePtr 2022-11-23T03:07:01.2882578Z ] 2022-11-23T03:07:01.2883060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2883509Z with 2022-11-23T03:07:01.2883659Z [ 2022-11-23T03:07:01.2883914Z T=torch::jit::ScopePtr 2022-11-23T03:07:01.2884098Z ] 2022-11-23T03:07:01.2884540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2885224Z 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-23T03:07:01.2885955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2886402Z with 2022-11-23T03:07:01.2886552Z [ 2022-11-23T03:07:01.2886742Z T=torch::jit::ScopePtr 2022-11-23T03:07:01.2886933Z ] 2022-11-23T03:07:01.2887334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2887708Z with 2022-11-23T03:07:01.2887873Z [ 2022-11-23T03:07:01.2888052Z T=at::ThreadLocalState 2022-11-23T03:07:01.2888242Z ] 2022-11-23T03:07:01.2888660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2889053Z with 2022-11-23T03:07:01.2889214Z [ 2022-11-23T03:07:01.2889390Z T=at::ThreadLocalState 2022-11-23T03:07:01.2889578Z ] 2022-11-23T03:07:01.2890041Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2890466Z with 2022-11-23T03:07:01.2890628Z [ 2022-11-23T03:07:01.2890818Z T=at::ThreadLocalState 2022-11-23T03:07:01.2890994Z ] 2022-11-23T03:07:01.2891478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2891978Z with 2022-11-23T03:07:01.2892149Z [ 2022-11-23T03:07:01.2892448Z T=at::ThreadLocalState 2022-11-23T03:07:01.2892643Z ] 2022-11-23T03:07:01.2893079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2893788Z 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-23T03:07:01.2894495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2894907Z with 2022-11-23T03:07:01.2895077Z [ 2022-11-23T03:07:01.2895274Z T=at::ThreadLocalState 2022-11-23T03:07:01.2895469Z ] 2022-11-23T03:07:01.2895861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2896237Z with 2022-11-23T03:07:01.2896409Z [ 2022-11-23T03:07:01.2896623Z T=std::shared_ptr 2022-11-23T03:07:01.2896831Z ] 2022-11-23T03:07:01.2897310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2897734Z with 2022-11-23T03:07:01.2897901Z [ 2022-11-23T03:07:01.2898113Z T=std::shared_ptr 2022-11-23T03:07:01.2898364Z ] 2022-11-23T03:07:01.2898832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2899265Z with 2022-11-23T03:07:01.2899420Z [ 2022-11-23T03:07:01.2899630Z T=std::shared_ptr 2022-11-23T03:07:01.2899833Z ] 2022-11-23T03:07:01.2900325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2900778Z with 2022-11-23T03:07:01.2900942Z [ 2022-11-23T03:07:01.2901138Z T=std::shared_ptr 2022-11-23T03:07:01.2901339Z ] 2022-11-23T03:07:01.2901784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:07:01.2902486Z 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-23T03:07:01.2903204Z 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-23T03:07:01.2903963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2904423Z with 2022-11-23T03:07:01.2904589Z [ 2022-11-23T03:07:01.2904788Z T=std::shared_ptr 2022-11-23T03:07:01.2904989Z ] 2022-11-23T03:07:01.2906232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2906615Z with 2022-11-23T03:07:01.2906782Z [ 2022-11-23T03:07:01.2906984Z T=torch::jit::GraphExecutor 2022-11-23T03:07:01.2907170Z ] 2022-11-23T03:07:01.2907593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2907982Z with 2022-11-23T03:07:01.2908147Z [ 2022-11-23T03:07:01.2908342Z T=torch::jit::GraphExecutor 2022-11-23T03:07:01.2908523Z ] 2022-11-23T03:07:01.2908984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2909411Z with 2022-11-23T03:07:01.2909574Z [ 2022-11-23T03:07:01.2909812Z T=torch::jit::GraphExecutor 2022-11-23T03:07:01.2910007Z ] 2022-11-23T03:07:01.2910551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2911050Z with 2022-11-23T03:07:01.2911213Z [ 2022-11-23T03:07:01.2911409Z T=torch::jit::GraphExecutor 2022-11-23T03:07:01.2911604Z ] 2022-11-23T03:07:01.2912050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2912734Z 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-23T03:07:01.2913442Z 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-23T03:07:01.2914138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2914553Z with 2022-11-23T03:07:01.2914717Z [ 2022-11-23T03:07:01.2914913Z T=torch::jit::GraphExecutor 2022-11-23T03:07:01.2915107Z ] 2022-11-23T03:07:01.2915509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2915877Z with 2022-11-23T03:07:01.2916039Z [ 2022-11-23T03:07:01.2916230Z T=torch::jit::Method 2022-11-23T03:07:01.2916458Z ] 2022-11-23T03:07:01.2916889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2917323Z with 2022-11-23T03:07:01.2917474Z [ 2022-11-23T03:07:01.2917657Z T=torch::jit::Method 2022-11-23T03:07:01.2917837Z ] 2022-11-23T03:07:01.2918292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2918705Z with 2022-11-23T03:07:01.2919536Z [ 2022-11-23T03:07:01.2919713Z T=torch::jit::Method 2022-11-23T03:07:01.2919901Z ] 2022-11-23T03:07:01.2920395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2920858Z with 2022-11-23T03:07:01.2921022Z [ 2022-11-23T03:07:01.2921211Z T=torch::jit::Method 2022-11-23T03:07:01.2921381Z ] 2022-11-23T03:07:01.2921813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2922487Z 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-23T03:07:01.2923229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2923694Z with 2022-11-23T03:07:01.2923860Z [ 2022-11-23T03:07:01.2924044Z T=torch::jit::Method 2022-11-23T03:07:01.2924278Z ] 2022-11-23T03:07:01.2924593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2924660Z with 2022-11-23T03:07:01.2924729Z [ 2022-11-23T03:07:01.2924871Z T=std::vector> 2022-11-23T03:07:01.2924936Z ] 2022-11-23T03:07:01.2925263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2925334Z with 2022-11-23T03:07:01.2925399Z [ 2022-11-23T03:07:01.2925538Z T=std::vector> 2022-11-23T03:07:01.2925603Z ] 2022-11-23T03:07:01.2925972Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2926041Z with 2022-11-23T03:07:01.2926104Z [ 2022-11-23T03:07:01.2926226Z T=std::vector> 2022-11-23T03:07:01.2926291Z ] 2022-11-23T03:07:01.2926683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2926753Z with 2022-11-23T03:07:01.2926819Z [ 2022-11-23T03:07:01.2926956Z T=std::vector> 2022-11-23T03:07:01.2927020Z ] 2022-11-23T03:07:01.2927397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:07:01.2927774Z 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-23T03:07:01.2928121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2928677Z with 2022-11-23T03:07:01.2928743Z [ 2022-11-23T03:07:01.2928938Z T=std::vector> 2022-11-23T03:07:01.2929007Z ] 2022-11-23T03:07:01.2929322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2929390Z with 2022-11-23T03:07:01.2929457Z [ 2022-11-23T03:07:01.2929598Z T=torch::jit::NamedValue 2022-11-23T03:07:01.2929650Z ] 2022-11-23T03:07:01.2929980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:07:01.2930047Z with 2022-11-23T03:07:01.2930111Z [ 2022-11-23T03:07:01.2930210Z T=torch::jit::NamedValue 2022-11-23T03:07:01.2930276Z ] 2022-11-23T03:07:01.2930645Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:07:01.2930712Z with 2022-11-23T03:07:01.2930834Z [ 2022-11-23T03:07:01.2930932Z T=torch::jit::NamedValue 2022-11-23T03:07:01.2930997Z ] 2022-11-23T03:07:01.2931387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:07:01.2931455Z with 2022-11-23T03:07:01.2931518Z [ 2022-11-23T03:07:01.2931613Z T=torch::jit::NamedValue 2022-11-23T03:07:01.2931682Z ] 2022-11-23T03:07:01.2932015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:07:01.2932380Z 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-23T03:07:01.2932738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:07:01.2932793Z with 2022-11-23T03:07:01.2932863Z [ 2022-11-23T03:07:01.2932959Z T=torch::jit::NamedValue 2022-11-23T03:07:01.2933023Z ] 2022-11-23T03:07:01.4382107Z [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-23T03:07:01.4402287Z "Ninja succeeded for custom_backend test." 2022-11-23T03:07:03.3558193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\__init__.py:98: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program start. Setting the available devices to be zero. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10\cuda\CUDAFunctions.cpp:109.) 2022-11-23T03:07:03.3559252Z return torch._C._cuda_getDeviceCount() > 0 2022-11-23T03:07:03.6765644Z 2022-11-23T03:07:03.6766133Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T03:07:03.6766457Z Running tests... 2022-11-23T03:07:03.6766719Z ---------------------------------------------------------------------- 2022-11-23T03:07:03.6774430Z test_execute (__main__.TestCustomBackend) 2022-11-23T03:07:03.7552223Z Test execution using the custom backend. ... ok (0.079s) 2022-11-23T03:07:03.7563060Z test_save_load (__main__.TestCustomBackend) 2022-11-23T03:07:03.7894912Z Test that a lowered module can be executed correctly ... ok (0.034s) 2022-11-23T03:07:03.7897538Z 2022-11-23T03:07:03.7898228Z ---------------------------------------------------------------------- 2022-11-23T03:07:03.7898540Z Ran 2 tests in 0.110s 2022-11-23T03:07:03.7898668Z 2022-11-23T03:07:03.7898737Z OK 2022-11-23T03:07:03.7898882Z 2022-11-23T03:07:03.7898996Z Generating XML reports... 2022-11-23T03:07:03.7960538Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123030703.xml 2022-11-23T03:07:06.7641640Z [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-23T03:07:07.1249781Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-11-23T03:07:07.1453963Z 2022-11-23T03:07:07.1454416Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "11.7" == "cpu" exit /b 0 2022-11-23T03:07:07.1476341Z + assert_git_not_dirty 2022-11-23T03:07:07.1476641Z + [[ win-vs2019-cuda11.7-py3 != *rocm* ]] 2022-11-23T03:07:07.1476891Z + [[ win-vs2019-cuda11.7-py3 != *xla* ]] 2022-11-23T03:07:07.1555081Z ++ git status --porcelain 2022-11-23T03:07:08.2791977Z + git_status= 2022-11-23T03:07:08.2792241Z + [[ -n '' ]] 2022-11-23T03:07:08.2792434Z + echo 'TEST PASSED' 2022-11-23T03:07:08.2792633Z TEST PASSED 2022-11-23T03:07:08.2965786Z Prepare all required actions 2022-11-23T03:07:08.2966366Z Getting action download info 2022-11-23T03:07:08.4604715Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T03:07:08.6870554Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T03:07:08.6870807Z with: 2022-11-23T03:07:08.6871314Z github-token: *** 2022-11-23T03:07:08.6872174Z env: 2022-11-23T03:07:08.6872365Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:08.6872657Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.6873014Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:08.6873359Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.6873663Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.6874030Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.6874345Z ##[endgroup] 2022-11-23T03:07:08.7014159Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T03:07:08.7014420Z with: 2022-11-23T03:07:08.7014577Z shell: bash 2022-11-23T03:07:08.7014757Z timeout_minutes: 10 2022-11-23T03:07:08.7014947Z max_attempts: 5 2022-11-23T03:07:08.7015139Z retry_wait_seconds: 30 2022-11-23T03:07:08.7015549Z 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-23T03:07:08.7015970Z polling_interval_seconds: 1 2022-11-23T03:07:08.7016175Z warning_on_retry: true 2022-11-23T03:07:08.7016358Z continue_on_error: false 2022-11-23T03:07:08.7016537Z env: 2022-11-23T03:07:08.7016715Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:08.7016989Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.7017340Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:08.7017659Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.7017973Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.7018281Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:08.7018675Z GITHUB_TOKEN: *** 2022-11-23T03:07:08.7018860Z ##[endgroup] 2022-11-23T03:07:08.8183090Z + python3 -m pip install requests==2.26.0 2022-11-23T03:07:09.5956506Z Collecting requests==2.26.0 2022-11-23T03:07:09.6057515Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T03:07:09.6990756Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T03:07:09.7074752Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T03:07:09.7471139Z Collecting certifi>=2017.4.17 2022-11-23T03:07:09.7544944Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T03:07:09.8254913Z Collecting charset-normalizer~=2.0.0 2022-11-23T03:07:09.8358503Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T03:07:09.8707196Z Collecting idna<4,>=2.5 2022-11-23T03:07:09.8781787Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T03:07:09.9895485Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T03:07:10.9767258Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T03:07:11.0944603Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-0ca7bfe0616f81c29 2022-11-23T03:07:13.3368823Z + GHA_WORKFLOW_JOB_ID=9655750524 2022-11-23T03:07:13.3369093Z + echo job-id=9655750524 2022-11-23T03:07:13.8356246Z Command completed after 1 attempt(s). 2022-11-23T03:07:13.8625166Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:07:13.8625488Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:07:13.8656325Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:07:13.8656605Z env: 2022-11-23T03:07:13.8656874Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:13.8657157Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:13.8657550Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:13.8657886Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:13.8658307Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:13.8658618Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:13.8658875Z MONITOR_SCRIPT_PID: 925 2022-11-23T03:07:13.8659069Z ##[endgroup] 2022-11-23T03:07:13.9127862Z Prepare all required actions 2022-11-23T03:07:13.9128265Z Getting action download info 2022-11-23T03:07:14.2503908Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T03:07:14.9583739Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T03:07:15.2097078Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T03:07:15.2097307Z with: 2022-11-23T03:07:15.2097546Z file-suffix: test-force_on_cpu-1-1-windows.4xlarge_9655750524 2022-11-23T03:07:15.2097782Z env: 2022-11-23T03:07:15.2097967Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:15.2098253Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2098586Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:15.2098920Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2099283Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2099584Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2099820Z ##[endgroup] 2022-11-23T03:07:15.2272814Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:15.2273127Z # -ir => recursive include all files in pattern 2022-11-23T03:07:15.2273408Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T03:07:15.2298450Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:15.2298745Z env: 2022-11-23T03:07:15.2298930Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:15.2299201Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2299542Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:15.2299875Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2300189Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2300490Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:15.2300791Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750524 2022-11-23T03:07:15.2301033Z ##[endgroup] 2022-11-23T03:07:15.6643225Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:15.7739950Z Finished 2022-11-23T03:07:16.0435311Z 2022-11-23T03:07:16.0435776Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:16.0435977Z 2022-11-23T03:07:16.0436074Z Scanning the drive: 2022-11-23T03:07:16.0436282Z 5 files, 366191 bytes (358 KiB) 2022-11-23T03:07:16.0436421Z 2022-11-23T03:07:16.0436613Z Creating archive: test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:16.0436828Z 2022-11-23T03:07:16.0436954Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T03:07:16.0437118Z 2022-11-23T03:07:16.0437123Z 2022-11-23T03:07:16.0437196Z Files read from disk: 5 2022-11-23T03:07:16.0437412Z Archive size: 39272 bytes (39 KiB) 2022-11-23T03:07:16.0437619Z Everything is Ok 2022-11-23T03:07:16.0820615Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:16.0820921Z # -ir => recursive include all files in pattern 2022-11-23T03:07:16.0821237Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T03:07:16.0846129Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:16.0846421Z env: 2022-11-23T03:07:16.0846610Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:16.0846992Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.0847342Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:16.0847664Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.0849045Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.0849379Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.0849692Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750524 2022-11-23T03:07:16.0849936Z ##[endgroup] 2022-11-23T03:07:16.5133899Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:16.6086333Z Finished 2022-11-23T03:07:16.8093024Z 2022-11-23T03:07:16.8093528Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:16.8093743Z 2022-11-23T03:07:16.8093843Z Scanning the drive: 2022-11-23T03:07:16.8094073Z 449 files, 2839692 bytes (2774 KiB) 2022-11-23T03:07:16.8094202Z 2022-11-23T03:07:16.8094401Z Creating archive: test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:16.8094602Z 2022-11-23T03:07:16.8094730Z Add new data to archive: 449 files, 2839692 bytes (2774 KiB) 2022-11-23T03:07:16.8094890Z 2022-11-23T03:07:16.8094895Z 2022-11-23T03:07:16.8094983Z Files read from disk: 449 2022-11-23T03:07:16.8095198Z Archive size: 479533 bytes (469 KiB) 2022-11-23T03:07:16.8095408Z Everything is Ok 2022-11-23T03:07:16.8480023Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:07:16.8480395Z # -ir => recursive include all files in pattern 2022-11-23T03:07:16.8480688Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T03:07:16.8505011Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:16.8505305Z env: 2022-11-23T03:07:16.8505495Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:16.8505764Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.8506110Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:16.8506445Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.8506763Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.8507077Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:16.8507387Z FILE_SUFFIX: test-force_on_cpu-1-1-windows.4xlarge_9655750524 2022-11-23T03:07:16.8507627Z ##[endgroup] 2022-11-23T03:07:17.2529702Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:17.3505197Z Finished 2022-11-23T03:07:17.6175685Z 2022-11-23T03:07:17.6176197Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:07:17.6176424Z 2022-11-23T03:07:17.6176529Z Scanning the drive: 2022-11-23T03:07:17.6176760Z 1 file, 3149284 bytes (3076 KiB) 2022-11-23T03:07:17.6176887Z 2022-11-23T03:07:17.6177075Z Creating archive: usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:17.6177283Z 2022-11-23T03:07:17.6177395Z Add new data to archive: 1 file, 3149284 bytes (3076 KiB) 2022-11-23T03:07:17.6177561Z 2022-11-23T03:07:17.6177566Z 2022-11-23T03:07:17.6177656Z Files read from disk: 1 2022-11-23T03:07:17.6177869Z Archive size: 141920 bytes (139 KiB) 2022-11-23T03:07:17.6178081Z Everything is Ok 2022-11-23T03:07:17.6552269Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:07:17.6552485Z with: 2022-11-23T03:07:17.6552697Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:17.6552928Z retention-days: 14 2022-11-23T03:07:17.6553133Z if-no-files-found: warn 2022-11-23T03:07:17.6553342Z path: test-jsons-*.zip 2022-11-23T03:07:17.6553521Z name: artifact 2022-11-23T03:07:17.6553785Z s3-bucket: gha-artifacts 2022-11-23T03:07:17.6553988Z region: us-east-1 2022-11-23T03:07:17.6554343Z env: 2022-11-23T03:07:17.6554521Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:17.6554779Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:17.6555551Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:17.6555894Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:17.6556205Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:17.6556517Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:17.6556760Z ##[endgroup] 2022-11-23T03:07:18.5970174Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:07:18.5970508Z With the provided path, there will be 1 file uploaded 2022-11-23T03:07:18.5970810Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:18.5987695Z Starting upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:18.7079376Z Finished upload of test-jsons-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:18.7384102Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:07:18.7384325Z with: 2022-11-23T03:07:18.7384540Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:18.7384778Z retention-days: 14 2022-11-23T03:07:18.7384983Z if-no-files-found: error 2022-11-23T03:07:18.7385196Z path: test-reports-*.zip 2022-11-23T03:07:18.7385375Z name: artifact 2022-11-23T03:07:18.7385563Z s3-bucket: gha-artifacts 2022-11-23T03:07:18.7385760Z region: us-east-1 2022-11-23T03:07:18.7385929Z env: 2022-11-23T03:07:18.7386102Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:18.7386359Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:18.7386701Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:18.7387032Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:18.7387351Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:18.7387659Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:18.7387898Z ##[endgroup] 2022-11-23T03:07:19.1972259Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:07:19.1972597Z With the provided path, there will be 1 file uploaded 2022-11-23T03:07:19.1972931Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:19.1994968Z Starting upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:19.3254392Z Finished upload of test-reports-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:19.3573540Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:07:19.3573766Z with: 2022-11-23T03:07:19.3573982Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:19.3574220Z retention-days: 14 2022-11-23T03:07:19.3574426Z if-no-files-found: ignore 2022-11-23T03:07:19.3574646Z path: usage-log-*.zip 2022-11-23T03:07:19.3574819Z name: artifact 2022-11-23T03:07:19.3575007Z s3-bucket: gha-artifacts 2022-11-23T03:07:19.3575203Z region: us-east-1 2022-11-23T03:07:19.3575373Z env: 2022-11-23T03:07:19.3575549Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:19.3575817Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:19.3576159Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:19.3576489Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:19.3576801Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:19.3577113Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:19.3577351Z ##[endgroup] 2022-11-23T03:07:19.7865732Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:07:19.7866064Z With the provided path, there will be 1 file uploaded 2022-11-23T03:07:19.7866576Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T03:07:19.7880707Z Starting upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:19.9932056Z Finished upload of usage-log-test-force_on_cpu-1-1-windows.4xlarge_9655750524.zip 2022-11-23T03:07:20.0228053Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T03:07:20.0228472Z .github/scripts/parse_ref.py 2022-11-23T03:07:20.0284310Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:07:20.0284596Z env: 2022-11-23T03:07:20.0284783Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:20.0285046Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.0285389Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:20.0285723Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.0286038Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.0286358Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.0286601Z ##[endgroup] 2022-11-23T03:07:20.4232969Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:07:20.5173486Z Finished 2022-11-23T03:07:20.8491004Z ##[group]Run set -x 2022-11-23T03:07:20.8491271Z set -x 2022-11-23T03:07:20.8491571Z python3 -m pip install -r requirements.txt 2022-11-23T03:07:20.8491844Z python3 -m pip install boto3==1.19.12 2022-11-23T03:07:20.8492157Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:07:20.8522488Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:07:20.8522768Z env: 2022-11-23T03:07:20.8522948Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:07:20.8523226Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.8523657Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:07:20.8523998Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.8524299Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.8524679Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:07:20.8524948Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T03:07:20.8525142Z BRANCH: 2022-11-23T03:07:20.8525314Z TEST_CONFIG: force_on_cpu 2022-11-23T03:07:20.8525515Z SHARD_NUMBER: 1 2022-11-23T03:07:20.8525744Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T03:07:20.8525966Z PR_NUMBER: 2022-11-23T03:07:20.8526156Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T03:07:20.8526368Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T03:07:20.8526608Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:07:20.8526810Z TAG: 2022-11-23T03:07:20.8526973Z WORKFLOW_ID: 3528394938 2022-11-23T03:07:20.8527327Z GITHUB_TOKEN: *** 2022-11-23T03:07:20.8527515Z GHA_WORKFLOW_JOB_ID: 9655750524 2022-11-23T03:07:20.8527711Z ##[endgroup] 2022-11-23T03:07:20.8873720Z + python3 -m pip install -r requirements.txt 2022-11-23T03:07:21.5448504Z Collecting astunparse 2022-11-23T03:07:21.5743283Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T03:07:21.6024735Z Collecting expecttest 2022-11-23T03:07:21.6082918Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T03:07:21.6358668Z Collecting future 2022-11-23T03:07:21.6400300Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T03:07:21.6664069Z ------------------------------------- 829.2/829.2 kB 26.4 MB/s eta 0:00:00 2022-11-23T03:07:22.0238911Z Preparing metadata (setup.py): started 2022-11-23T03:07:22.6428810Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:07:23.0507640Z Collecting hypothesis 2022-11-23T03:07:23.0556405Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T03:07:23.0694642Z ---------------------------------------- 396.8/396.8 kB ? eta 0:00:00 2022-11-23T03:07:23.2421542Z Collecting numpy 2022-11-23T03:07:23.2483506Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T03:07:23.4425568Z --------------------------------------- 14.6/14.6 MB 59.8 MB/s eta 0:00:00 2022-11-23T03:07:23.5034484Z 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-23T03:07:23.5400679Z Collecting pyyaml 2022-11-23T03:07:23.5995366Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T03:07:23.6113846Z 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-23T03:07:23.6127768Z 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-23T03:07:23.6303644Z Collecting six 2022-11-23T03:07:23.6425093Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T03:07:23.6672325Z Collecting types-dataclasses 2022-11-23T03:07:23.6719260Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T03:07:23.6995782Z Collecting typing_extensions 2022-11-23T03:07:23.7036013Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T03:07:23.7415722Z Collecting sympy 2022-11-23T03:07:23.7690701Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T03:07:23.8344653Z Collecting filelock 2022-11-23T03:07:23.8387317Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T03:07:23.8869695Z Collecting networkx 2022-11-23T03:07:23.8984818Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T03:07:23.9288665Z ---------------------------------------- 2.0/2.0 MB 125.9 MB/s eta 0:00:00 2022-11-23T03:07:23.9694511Z Collecting jinja2 2022-11-23T03:07:23.9735233Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T03:07:23.9839951Z ---------------------------------------- 133.1/133.1 kB ? eta 0:00:00 2022-11-23T03:07:24.0327574Z Collecting wheel<1.0,>=0.23.0 2022-11-23T03:07:24.0402316Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T03:07:24.1028741Z Collecting attrs>=19.2.0 2022-11-23T03:07:24.1069797Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T03:07:24.1173754Z ---------------------------------------- 58.8/58.8 kB 3.0 MB/s eta 0:00:00 2022-11-23T03:07:24.1430383Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T03:07:24.1474060Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T03:07:24.1901544Z 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-23T03:07:24.1914617Z 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-23T03:07:24.1940940Z 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-23T03:07:24.1964183Z 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-23T03:07:24.2250918Z Collecting mpmath>=0.19 2022-11-23T03:07:24.2350051Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T03:07:24.3416231Z Collecting MarkupSafe>=2.0 2022-11-23T03:07:24.3464396Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T03:07:24.3947060Z Preparing metadata (setup.py): started 2022-11-23T03:07:24.9397529Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:07:25.2826123Z 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-23T03:08:00.5851098Z 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-23T03:08:00.5859248Z Running setup.py install for MarkupSafe: started 2022-11-23T03:08:02.9829141Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T03:08:02.9906187Z 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-23T03:08:02.9912569Z Running setup.py install for future: started 2022-11-23T03:08:07.1399578Z Running setup.py install for future: finished with status 'done' 2022-11-23T03:08:09.1256335Z 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-23T03:08:09.4133853Z + python3 -m pip install boto3==1.19.12 2022-11-23T03:08:10.5697513Z Collecting boto3==1.19.12 2022-11-23T03:08:10.5994816Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T03:08:10.6145380Z ---------------------------------------- 131.8/131.8 kB ? eta 0:00:00 2022-11-23T03:08:11.0512862Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T03:08:11.0574254Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T03:08:11.1539524Z ---------------------------------------- 8.1/8.1 MB 74.2 MB/s eta 0:00:00 2022-11-23T03:08:11.2185871Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T03:08:11.2231761Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T03:08:11.2741862Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T03:08:11.2808337Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T03:08:11.2891141Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-11-23T03:08:11.3298403Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T03:08:11.3358154Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T03:08:11.3471254Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T03:08:11.3676944Z 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-23T03:08:11.4976420Z 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-23T03:08:11.7729047Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T03:08:14.9540759Z 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-23T03:08:15.1455603Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:08:22.3717338Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T03:08:22.3717591Z 2022-11-23T03:08:22.3717729Z ----- Historic stats comparison result ------ 2022-11-23T03:08:22.3720413Z 2022-11-23T03:08:22.3720747Z job: win-vs2019-cuda11.7-py3 2022-11-23T03:08:22.3721090Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:08:22.3721526Z 2022-11-23T03:08:22.3721733Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T03:08:22.3721927Z 2022-11-23T03:08:22.3721999Z : (master) 2022-11-23T03:08:22.3722170Z | 2022-11-23T03:08:22.3722405Z * 1cfd3858ac (HEAD) total time 2476.50s 2022-11-23T03:08:22.3725371Z * 26322544b8 0 reports 2022-11-23T03:08:22.3725667Z * 7f4b4d2827 0 reports 2022-11-23T03:08:22.3725889Z * b50699f247 0 reports 2022-11-23T03:08:22.3726090Z * 8bf8e4d71e 0 reports 2022-11-23T03:08:22.3726293Z * ce856cee7e 0 reports 2022-11-23T03:08:22.3726491Z * 391b593ca2 0 reports 2022-11-23T03:08:22.3726671Z * 5bba783d21 0 reports 2022-11-23T03:08:22.3726925Z * ea920a1115 0 reports 2022-11-23T03:08:22.3727212Z * 74e62a1fef 0 reports 2022-11-23T03:08:22.3727411Z * 00b7d8ef23 0 reports 2022-11-23T03:08:22.3727609Z | 2022-11-23T03:08:22.3727806Z : 2022-11-23T03:08:22.3727906Z 2022-11-23T03:08:22.3728040Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:08:22.3728330Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:08:22.3728808Z Added (across 433 suites) 12815 tests, totaling +2476.49s 2022-11-23T03:08:22.4891360Z Prepare all required actions 2022-11-23T03:08:22.4929740Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T03:08:22.4929958Z with: 2022-11-23T03:08:22.4930107Z env: 2022-11-23T03:08:22.4930286Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:22.4930641Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.4930985Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:22.4931321Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.4931685Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.4931988Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.4932225Z ##[endgroup] 2022-11-23T03:08:22.5046548Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:08:22.5046840Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:08:22.5071002Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:08:22.5071283Z env: 2022-11-23T03:08:22.5071456Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:22.5071732Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.5072074Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:22.5072404Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.5072711Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.5073021Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:22.5073268Z ##[endgroup] 2022-11-23T03:08:22.9257185Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:08:23.0165331Z Finished 2022-11-23T03:08:23.3727715Z Holding runner until all ssh sessions have logged out 2022-11-23T03:08:23.4120627Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:08:23.4120950Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:08:23.4145757Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:08:23.4146051Z env: 2022-11-23T03:08:23.4146243Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:23.4146522Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:23.4146856Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:23.4147196Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:23.4147509Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:23.4147932Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:23.4148180Z ##[endgroup] 2022-11-23T03:08:23.8513039Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:08:23.9437600Z Finished 2022-11-23T03:08:24.0124768Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:08:24.0125224Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:08:24.0125468Z rm -rf ./* 2022-11-23T03:08:24.0154668Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:08:24.0154950Z env: 2022-11-23T03:08:24.0155137Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:08:24.0155409Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:24.0155756Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:08:24.0156099Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:24.0156413Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:24.0156725Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:08:24.0156975Z EXTRA_DELETE_DIR: 2022-11-23T03:08:24.0158164Z ##[endgroup] 2022-11-23T03:08:43.5685853Z Post job cleanup. 2022-11-23T03:08:43.5890368Z Post job cleanup. 2022-11-23T03:08:44.0275702Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T03:08:44.0552424Z Post job cleanup. 2022-11-23T03:08:44.0751725Z Post job cleanup. 2022-11-23T03:08:47.0873655Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T03:08:47.1080281Z git version 2.38.1.windows.1 2022-11-23T03:08:47.1137337Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\c176c9a4-bd83-4832-b817-996d2bab4288\.gitconfig' 2022-11-23T03:08:47.1160874Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c176c9a4-bd83-4832-b817-996d2bab4288' before making global git config changes 2022-11-23T03:08:47.1161362Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T03:08:47.1170331Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T03:08:47.1443749Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T03:08:47.1705240Z [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-23T03:08:47.6105259Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T03:08:47.6310047Z http.https://github.com/.extraheader 2022-11-23T03:08:47.6348984Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T03:08:47.6650175Z [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-23T03:08:48.1292775Z Cleaning up orphan processes 2022-11-23T03:08:48.1485368Z Terminate orphan process: pid (4576) (mspdbsrv)